public class DateSearchField extends AbstractMetadataSearchField
_joinPaths, _path| Constructor and Description | 
|---|
DateSearchField(List<String> joinPaths,
               String finalPath)
Build a date search field. 
 | 
DateSearchField(String path)
Build a date search field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
_getFacetFieldSuffix()
Get the facet field suffix corresponding to this field. 
 | 
protected String | 
_getSortFieldSuffix()
Get the sort field suffix corresponding to this field. 
 | 
getFacetField, getJoinedPaths, getName, getSortField, isJoinedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFacetFunctionpublic DateSearchField(String path)
path - The field path.public DateSearchField(List<String> joinPaths, String finalPath)
joinPaths - The join field pathsfinalPath - The final field path.protected String _getSortFieldSuffix()
AbstractMetadataSearchField_getSortFieldSuffix in class AbstractMetadataSearchFieldprotected String _getFacetFieldSuffix()
AbstractMetadataSearchField_getFacetFieldSuffix in class AbstractMetadataSearchField