Package org.ametys.web.search.solr.field
Class SiteSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- org.ametys.web.search.solr.field.SiteSearchField
-
- All Implemented Interfaces:
SearchField
public class SiteSearchField extends AbstractNoJoinSystemSearchField
Site search field.
-
-
Constructor Summary
Constructors Constructor Description SiteSearchField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFacetField()Get the facet field corresponding to this field.StringgetName()Get the search field name.StringgetSortField()Get the sort field corresponding to this field.-
Methods inherited from class org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
getJoinedPaths, 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 Detail
-
SiteSearchField
public SiteSearchField()
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:SearchFieldGet the search field name.- Returns:
- The search field name.
-
getSortField
public String getSortField()
Description copied from interface:SearchFieldGet the sort field corresponding to this field.- Returns:
- The sort field.
-
getFacetField
public String getFacetField()
Description copied from interface:SearchFieldGet the facet field corresponding to this field.- Returns:
- The facet field.
-
-