Interface LookupEnrichQueryGenerator

All Known Implementing Classes:
ExpressionQueryList, QueryList

public interface LookupEnrichQueryGenerator
An interface to generates queries for the lookup and enrich operators. This interface is used to retrieve queries based on a position index.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of queries in this generator
    org.apache.lucene.search.Query
    getQuery(int position)
    Returns the query at the given position.
  • Method Details

    • getQuery

      @Nullable org.apache.lucene.search.Query getQuery(int position)
      Returns the query at the given position.
    • getPositionCount

      int getPositionCount()
      Returns the number of queries in this generator