org.getopt.luke
Class TermInfo

java.lang.Object
  extended by org.getopt.luke.TermInfo

public class TermInfo
extends java.lang.Object


Field Summary
 int docFreq
           
 org.apache.lucene.index.Term term
           
 
Constructor Summary
TermInfo(org.apache.lucene.index.Term t, int df)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

public org.apache.lucene.index.Term term

docFreq

public int docFreq
Constructor Detail

TermInfo

public TermInfo(org.apache.lucene.index.Term t,
                int df)