Uses of Enum Class
ru.slie.luna.issue.query.operator.Operator
Packages that use Operator
Package
Description
-
Uses of Operator in ru.slie.luna.issue.field.searcher
Methods in ru.slie.luna.issue.field.searcher that return types with arguments of type Operator -
Uses of Operator in ru.slie.luna.issue.index
Methods in ru.slie.luna.issue.index that return OperatorMethods in ru.slie.luna.issue.index with parameters of type OperatorModifier and TypeMethodDescriptionorg.apache.lucene.search.QueryIndexQueryFactory.createQueryForArrayDouble(@NonNull String fieldId, @NonNull Operator operator, @NonNull List<Double> values) org.apache.lucene.search.QueryIndexQueryFactory.createQueryForArrayLong(@NonNull String fieldId, @NonNull Operator operator, @NonNull List<Long> values) org.apache.lucene.search.QueryIndexQueryFactory.createQueryForArrayString(@NonNull String fieldId, @NonNull Operator operator, @NonNull List<String> values) org.apache.lucene.search.QueryIndexQueryFactory.createQueryForValue(@NonNull String fieldId, @NonNull Operator operator, @NonNull Double value) org.apache.lucene.search.QueryIndexQueryFactory.createQueryForValue(@NonNull String fieldId, @NonNull Operator operator, @NonNull Long value) org.apache.lucene.search.QueryIndexQueryFactory.createQueryForValue(@NonNull String fieldId, @NonNull Operator operator, @NonNull String value) Constructors in ru.slie.luna.issue.index with parameters of type Operator -
Uses of Operator in ru.slie.luna.issue.query.clause
Methods in ru.slie.luna.issue.query.clause that return Operator -
Uses of Operator in ru.slie.luna.issue.query.operator
Methods in ru.slie.luna.issue.query.operator that return OperatorModifier and TypeMethodDescriptionstatic OperatorNotSupportedOperator.getOperator()static OperatorReturns the enum constant of this class with the specified name.static Operator[]Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.slie.luna.issue.query.operator that return types with arguments of type OperatorMethods in ru.slie.luna.issue.query.operator with parameters of type OperatorConstructors in ru.slie.luna.issue.query.operator with parameters of type Operator