Class | Description |
---|---|
CategoryCriterion |
A
MultiValuedCriterion subclass that focuses on category
attributes. |
Criterion |
This abstract class is the superclass of all criteria in a
Location object. |
Criterion.Operator |
An enumeration of all possible criterion operators.
|
CriterionFactory |
This class implements a criterion parser.
|
FunctionCriterion |
Class the represents function criteria.
|
MultiValuedCriterion |
Class that represents multi-valued criteria, as commonly applied to
attributes of type list, set and category.
|
NegatableCriterion |
Superclass of
Criterion instances that can be negated. |
SearchCriterion |
Class that models search criteria, i.e.
|
SingleValuedCriterion |
Class that represents single-valued criteria, as commonly applied to
attributes of type int, float and text.
|
ValueSet |
A wrapper class around a
Set instance that models properties specific
to value sets as used by the Elasticsearch Query Language. |
ValueSet.AggregationType |
Sets values are obligatory(
ValueSet.AggregationType.AND ) or requires
non-empty intersection (ValueSet.AggregationType.OR ). |
Exception | Description |
---|---|
CriterionFactory.EmptyCriterionException |
Describes
CriterionFactory.InvalidCriterionException instances that are thrown
when dealing with empty criteria. |
CriterionFactory.InvalidCriterionException |
Describes
IllegalArgumentException instances that are thrown when
dealing with malformed string representations of criteria. |
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.