Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » index » [javadoc | source]
org.apache.lucene.index
final class: TermInfo [javadoc | source]
java.lang.Object
   org.apache.lucene.index.TermInfo
A TermInfo is the record of information stored for a term.
Field Summary
 int docFreq    The number of documents which contain the term. 
 long freqPointer     
 long proxPointer     
 int skipOffset     
Constructor:
 TermInfo() 
 TermInfo(TermInfo ti) 
 TermInfo(int df,
    long fp,
    long pp) 
Method from org.apache.lucene.index.TermInfo Summary:
set,   set
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.index.TermInfo Detail:
 final  void set(TermInfo ti) 
 final  void set(int docFreq,
    long freqPointer,
    long proxPointer,
    int skipOffset)