public class ContentSearchField extends StringSearchField
_joinPaths, _path
Constructor and Description |
---|
ContentSearchField(List<String> joinPaths,
String finalPath)
Build a content search field.
|
ContentSearchField(String path)
Build a content search field.
|
Modifier and Type | Method and Description |
---|---|
String |
getFacetField()
Get the facet field corresponding to this field.
|
String |
getFacetFunction()
Get the facet function corresponding to this field.
|
String |
getJoinedPath()
Gets the joined path (separated by '->')
|
String |
getSortField()
Get the sort field corresponding to this field.
|
_getFacetFieldSuffix, _getSortFieldSuffix
getFinalPath, getName, isJoined
public ContentSearchField(String path)
path
- The field path.public ContentSearchField(List<String> joinPaths, String finalPath)
joinPaths
- The join field pathsfinalPath
- The final field path.public String getJoinedPath()
JoinableSearchField
getJoinedPath
in interface JoinableSearchField
getJoinedPath
in class AbstractMetadataSearchField
public String getSortField()
SearchField
getSortField
in interface SearchField
getSortField
in class AbstractMetadataSearchField
public String getFacetField()
SearchField
getFacetField
in interface SearchField
getFacetField
in class AbstractMetadataSearchField
public String getFacetFunction()
JoinableSearchField
getFacetFunction
in interface JoinableSearchField
getFacetFunction
in class AbstractMetadataSearchField