Package org.ametys.cms.search.solr.field
Class FirstValidationSearchField
java.lang.Object
org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
org.ametys.cms.search.solr.field.FirstValidationSearchField
- All Implemented Interfaces:
SearchField
First validation date search field.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the facet field corresponding to this field.getName()
Get the search field name.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 Details
-
NAME
The first validation date field name.- See Also:
-
-
Constructor Details
-
FirstValidationSearchField
public FirstValidationSearchField()
-
-
Method Details
-
getName
Description copied from interface:SearchField
Get the search field name.- Returns:
- The search field name.
-
getSortField
Description copied from interface:SearchField
Get the sort field corresponding to this field.- Returns:
- The sort field.
-
getFacetField
Description copied from interface:SearchField
Get the facet field corresponding to this field.- Returns:
- The facet field.
-