Package org.ametys.cms.search.solr.field
Class CreationDateSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- org.ametys.cms.search.solr.field.CreationDateSearchField
-
- All Implemented Interfaces:
SearchField
public class CreationDateSearchField extends AbstractNoJoinSystemSearchField
Creation date search field.
-
-
Constructor Summary
Constructors Constructor Description CreationDateSearchField()
-
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 creation date field name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CreationDateSearchField
public CreationDateSearchField()
-
-
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.
-
-