public interface SearchField
Modifier and Type | Method and Description |
---|---|
String |
getFacetField()
Get the facet field corresponding to this field.
|
default String |
getFacetFunction()
Get the facet function 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
|
String getSortField()
String getFacetField()
boolean isJoined()
true
if the search field is joinedList<String> getJoinedPaths()
default String getFacetFunction()