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
Fields - 
Constructor Summary
Constructors - 
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, isJoinedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:SearchFieldGet the search field name.- Returns:
 - The search field name.
 
 - 
getSortField
Description copied from interface:SearchFieldGet the sort field corresponding to this field.- Returns:
 - The sort field.
 
 - 
getFacetField
Description copied from interface:SearchFieldGet the facet field corresponding to this field.- Returns:
 - The facet field.
 
 
 -