Class PhraseWildcardQuery.TermsData

java.lang.Object
org.apache.lucene.sandbox.search.PhraseWildcardQuery.TermsData
Enclosing class:
PhraseWildcardQuery

protected static class PhraseWildcardQuery.TermsData extends Object
Holds the TermState and TermStatistics for all the matched and collected Term, for all phrase terms, for all segments.
  • Field Details

    • numTerms

      protected final int numTerms
    • numSegments

      protected final int numSegments
    • termStatsList

      protected final List<TermStatistics> termStatsList
    • termDataPerPosition

      protected final PhraseWildcardQuery.TermData[] termDataPerPosition
    • numTermsMatching

      protected int numTermsMatching
  • Constructor Details

    • TermsData

      protected TermsData(int numTerms, int numSegments)
  • Method Details