private static class ContentFacetDefinition.ProxySearchField extends Object implements SearchField
Modifier and Type | Field and Description |
---|---|
(package private) SearchField |
_proxied |
(package private) String |
_realName |
Constructor and Description |
---|
ProxySearchField(String realName,
SearchField proxied) |
Modifier and Type | Method and Description |
---|---|
String |
getFacetField()
Get the facet field corresponding to this field.
|
List<String> |
getJoinedPaths()
Gets the joined paths
|
String |
getName()
Get the search field name.
|
String |
getSortField()
Get the sort field corresponding to this field.
|
boolean |
isJoined()
Indicates if the search field is joined
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFacetFunction
SearchField _proxied
ProxySearchField(String realName, SearchField proxied)
public String getName()
SearchField
getName
in interface SearchField
public String getSortField()
SearchField
getSortField
in interface SearchField
public String getFacetField()
SearchField
getFacetField
in interface SearchField
public boolean isJoined()
SearchField
isJoined
in interface SearchField
true
if the search field is joinedpublic List<String> getJoinedPaths()
SearchField
getJoinedPaths
in interface SearchField