public interface Operation
Modifier and Type | Method and Description |
---|---|
Criteria |
compile()
Compiles this instance.
|
BooleanOperation |
facets(List<Facet> facets)
Sets the facets.
|
BooleanOperation |
sortByAscending(List<String> fieldNames)
Sorts results by the specified fields.
|
BooleanOperation |
sortByDescending(List<String> fieldNames)
Sorts results by the specified fields, descending.
|
BooleanOperation |
sortStringByAscending(List<String> fieldNames)
Sorts results by the specified string fields.
|
BooleanOperation |
sortStringByDescending(List<String> fieldNames)
Sorts results by the specified string fields, descending.
|
Criteria compile() throws QueryException
QueryException
BooleanOperation sortByAscending(List<String> fieldNames)
fieldNames
- the field names to sort onBooleanOperation sortByDescending(List<String> fieldNames)
fieldNames
- the field names to sort onBooleanOperation sortStringByAscending(List<String> fieldNames)
fieldNames
- the field names to sort onBooleanOperation sortStringByDescending(List<String> fieldNames)
fieldNames
- the field names to sort onBooleanOperation facets(List<Facet> facets)
facets
- the facetsCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries