com.liferay.portal.search.sort.NestedSort@Deprecated public class NestedSort extends Sort
CUSTOM_TYPE, DOC_TYPE, DOUBLE_TYPE, FLOAT_TYPE, GEO_DISTANCE_TYPE, INT_TYPE, LONG_TYPE, SCORE_TYPE, STRING_TYPE| Constructor and Description |
|---|
NestedSort(String fieldName,
boolean reverse,
String path)
Deprecated.
|
NestedSort(String fieldName,
int type,
boolean reverse,
String path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
getFilterQuery()
Deprecated.
|
int |
getMaxChildren()
Deprecated.
|
String |
getPath()
Deprecated.
|
void |
setFilterQuery(Query filterQuery)
Deprecated.
|
void |
setMaxChildren(int maxChildren)
Deprecated.
|
void |
setPath(String path)
Deprecated.
|
getFieldName, getType, isReverse, setFieldName, setReverse, setType, toStringpublic NestedSort(String fieldName,
boolean reverse,
String path)
public NestedSort(String fieldName,
int type,
boolean reverse,
String path)
public Query getFilterQuery()
public int getMaxChildren()
public String getPath()
public void setFilterQuery(Query filterQuery)
public void setMaxChildren(int maxChildren)
public void setPath(String path)