Package org.ametys.cms.search.solr.field
Class StringSearchField
java.lang.Object
org.ametys.cms.search.solr.field.AbstractModelItemSearchField
org.ametys.cms.search.solr.field.StringSearchField
- All Implemented Interfaces:
 SearchField
- Direct Known Subclasses:
 ContentSearchField
String generic search field.
- 
Field Summary
Fields inherited from class org.ametys.cms.search.solr.field.AbstractModelItemSearchField
_joinPaths, _path - 
Constructor Summary
ConstructorsConstructorDescriptionStringSearchField(String path) Build a string search field.StringSearchField(List<String> joinPaths, String finalPath) Build a string search field. - 
Method Summary
Methods inherited from class org.ametys.cms.search.solr.field.AbstractModelItemSearchField
getFacetField, getJoinedPaths, getName, getSortField, isJoinedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.cms.search.SearchField
getFacetFunction 
- 
Constructor Details
- 
StringSearchField
Build a string search field.- Parameters:
 path- The field path.
 - 
StringSearchField
Build a string search field.- Parameters:
 joinPaths- The join field pathsfinalPath- The final field path.
 
 - 
 - 
Method Details
- 
_getSortFieldSuffix
Description copied from class:AbstractModelItemSearchFieldGet the sort field suffix corresponding to this field. Return null if not sortable.- Specified by:
 _getSortFieldSuffixin classAbstractModelItemSearchField- Returns:
 - the sort field suffix. Null if not sortable.
 
 - 
_getFacetFieldSuffix
Description copied from class:AbstractModelItemSearchFieldGet the facet field suffix corresponding to this field. Return null if not facetable.- Specified by:
 _getFacetFieldSuffixin classAbstractModelItemSearchField- Returns:
 - the facet field suffix. Null if not facetable.
 
 
 -