Class OrdTermState

java.lang.Object
org.apache.lucene.index.TermState
org.apache.lucene.index.OrdTermState
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
BlockTermState

public class OrdTermState extends TermState
An ordinal based TermState
WARNING: This API is experimental and might change in incompatible ways in the next release.
  • Field Details

    • ord

      public long ord
      Term ordinal, i.e. its position in the full list of sorted terms.
  • Constructor Details

    • OrdTermState

      public OrdTermState()
      Sole constructor.
  • Method Details