Package org.ametys.cms.search.solr.field
Class LanguageSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- org.ametys.cms.search.solr.field.LanguageSearchField
-
- All Implemented Interfaces:
SearchField
public class LanguageSearchField extends AbstractNoJoinSystemSearchField
Content language search field.
-
-
Constructor Summary
Constructors Constructor Description LanguageSearchField()
-
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
-
LanguageSearchField
public LanguageSearchField()
-
-
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.
-
-