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
  • Field Details

    • ord

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

    • OrdTermState

      public OrdTermState()
      Sole constructor.
  • Method Details