Class CompletionTerms


public final class CompletionTerms extends FilterLeafReader.FilterTerms
Wrapped Terms used by SuggestField and ContextSuggestField to access corresponding suggester and their attributes
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Method Details

    • getType

      public byte getType()
      Returns the type of FST, either SuggestField.TYPE or ContextSuggestField.TYPE
    • getMinWeight

      public long getMinWeight()
      Returns the minimum weight of all entries in the weighted FST
    • getMaxWeight

      public long getMaxWeight()
      Returns the maximum weight of all entries in the weighted FST
    • suggester

      public NRTSuggester suggester() throws IOException
      Returns a NRTSuggester for the field or null if no FST was indexed for this field
      Throws:
      IOException