org.apache.lucene.index
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.
ord
public long ord
OrdTermState
public OrdTermState()
copyFrom
public void copyFrom(TermState other)
- Description copied from class:
TermState
- Copies the content of the given
TermState
to this instance
- Specified by:
copyFrom
in class TermState
- Parameters:
other
- the TermState to copy
toString
public String toString()
- Overrides:
toString
in class TermState
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.