public class BooleanSearchField extends AbstractMetadataSearchField
_joinPaths, _path| Constructor and Description |
|---|
BooleanSearchField(List<String> joinPaths,
String finalPath)
Build a boolean search field.
|
BooleanSearchField(String path)
Build a boolean 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 BooleanSearchField(String path)
path - The field path.public BooleanSearchField(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