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, isJoined
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFacetFunction
public 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 AbstractMetadataSearchField
protected String _getFacetFieldSuffix()
AbstractMetadataSearchField
_getFacetFieldSuffix
in class AbstractMetadataSearchField