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