Package com.atlassian.jira.jql.query
Class AbstractOperatorQueryFactory<T>
java.lang.Object
com.atlassian.jira.jql.query.AbstractOperatorQueryFactory<T>
- Direct Known Subclasses:
AbstractEqualityQueryFactory
,RelationalOperatorIdIndexValueQueryFactory
,VersionLikeQueryFactory
,VersionSpecificRelationalOperatorQueryFactory
@Deprecated(since="10.4",
forRemoval=true)
public abstract class AbstractOperatorQueryFactory<T>
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Base class for operator query factories that can generate a query for a fieldName and a predicate.
- Since:
- v4.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractOperatorQueryFactory
(IndexInfoResolver indexInfoResolver) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected QueryFactoryResult
checkQueryForEmpty
(org.apache.lucene.search.BooleanQuery query) Deprecated, for removal: This API element is subject to removal in a future version.protected org.apache.lucene.search.TermQuery
getTermQuery
(String fieldName, String indexValue) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AbstractOperatorQueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTermQuery
Deprecated, for removal: This API element is subject to removal in a future version. -
checkQueryForEmpty
Deprecated, for removal: This API element is subject to removal in a future version.
-
AbstractOperatorQueryFactory
instead.