Package org.ametys.cms.search.solr.field
Class ContentSearchField
java.lang.Object
org.ametys.cms.search.solr.field.AbstractModelItemSearchField
org.ametys.cms.search.solr.field.StringSearchField
org.ametys.cms.search.solr.field.ContentSearchField
- All Implemented Interfaces:
SearchField
Content generic search field.
-
Field Summary
Fields inherited from class org.ametys.cms.search.solr.field.AbstractModelItemSearchField
_joinPaths, _path
-
Constructor Summary
ConstructorDescriptionContentSearchField
(String path) Build a content search field.ContentSearchField
(String path, boolean isMultilingual, Optional<Context> context) Build a content search field.ContentSearchField
(List<String> joinPaths, String finalPath) Build a content search field.ContentSearchField
(List<String> joinPaths, String finalPath, boolean isMultilingual, Optional<Context> context) Build a content search field. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Get the sort field suffix corresponding to this field.Get the facet field corresponding to this field.Gets the joined pathsMethods inherited from class org.ametys.cms.search.solr.field.StringSearchField
_getFacetFieldSuffix
Methods inherited from class org.ametys.cms.search.solr.field.AbstractModelItemSearchField
getName, getSortField, isJoined
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ametys.cms.search.SearchField
getFacetFunction
-
Constructor Details
-
ContentSearchField
Build a content search field.- Parameters:
path
- The field path.
-
ContentSearchField
Build a content search field.- Parameters:
joinPaths
- The join field pathsfinalPath
- The final field path.
-
ContentSearchField
Build a content search field.- Parameters:
path
- The field path.isMultilingual
-true
if the Content has a multlilingual titlecontext
- The context
-
ContentSearchField
public ContentSearchField(List<String> joinPaths, String finalPath, boolean isMultilingual, Optional<Context> context) Build a content search field.- Parameters:
joinPaths
- The join field pathsfinalPath
- The final field path.isMultilingual
-true
if the Content has a multilingual titlecontext
- The context
-
-
Method Details
-
getJoinedPaths
Description copied from interface:SearchField
Gets the joined paths- Specified by:
getJoinedPaths
in interfaceSearchField
- Overrides:
getJoinedPaths
in classAbstractModelItemSearchField
- Returns:
- the joined paths
-
_getSortFieldSuffix
Description copied from class:AbstractModelItemSearchField
Get the sort field suffix corresponding to this field. Return null if not sortable.- Overrides:
_getSortFieldSuffix
in classStringSearchField
- Returns:
- the sort field suffix. Null if not sortable.
-
getFacetField
Description copied from interface:SearchField
Get the facet field corresponding to this field.- Specified by:
getFacetField
in interfaceSearchField
- Overrides:
getFacetField
in classAbstractModelItemSearchField
- Returns:
- The facet field.
-