Package org.ametys.cms.search.solr.field
Class CommentsSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- org.ametys.cms.search.solr.field.CommentsSearchField
-
- All Implemented Interfaces:
SearchField
public class CommentsSearchField extends AbstractNoJoinSystemSearchField
Comments search field.
-
-
Constructor Summary
Constructors Constructor Description CommentsSearchField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFacetField()
Get the facet field corresponding to this field.String
getName()
Get the search field name.String
getSortField()
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
-
-
-
-
Field Detail
-
NAME
public static final String NAME
The comments field name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CommentsSearchField
public CommentsSearchField()
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:SearchField
Get the search field name.- Returns:
- The search field name.
-
getSortField
public String getSortField()
Description copied from interface:SearchField
Get the sort field corresponding to this field.- Returns:
- The sort field.
-
getFacetField
public String getFacetField()
Description copied from interface:SearchField
Get the facet field corresponding to this field.- Returns:
- The facet field.
-
-