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, _getSortFieldSuffixgetFinalPath, getName, isJoinedpublic 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()
JoinableSearchFieldgetJoinedPath in interface JoinableSearchFieldgetJoinedPath in class AbstractMetadataSearchFieldpublic String getSortField()
SearchFieldgetSortField in interface SearchFieldgetSortField in class AbstractMetadataSearchFieldpublic String getFacetField()
SearchFieldgetFacetField in interface SearchFieldgetFacetField in class AbstractMetadataSearchFieldpublic String getFacetFunction()
JoinableSearchFieldgetFacetFunction in interface JoinableSearchFieldgetFacetFunction in class AbstractMetadataSearchField