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, getFacetFunction, getFinalPath, getJoinedPath, getName, getSortField, isJoined
public 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 AbstractMetadataSearchField
protected String _getFacetFieldSuffix()
AbstractMetadataSearchField
_getFacetFieldSuffix
in class AbstractMetadataSearchField