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.
This class is deprecated and will be removed in 11.0. Use AbstractOperatorQueryFactory instead.
Base class for operator query factories that can generate a query for a fieldName and a predicate.
Since:
v4.0
  • Constructor Details

    • AbstractOperatorQueryFactory

      protected AbstractOperatorQueryFactory(IndexInfoResolver indexInfoResolver)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTermQuery

      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.
    • checkQueryForEmpty

      protected QueryFactoryResult checkQueryForEmpty(org.apache.lucene.search.BooleanQuery query)
      Deprecated, for removal: This API element is subject to removal in a future version.