Class IndexTermInfo

java.lang.Object
  extended by IndexTermInfo
All Implemented Interfaces:
java.io.Serializable

public class IndexTermInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IndexTermInfo(int size)
           
 
Method Summary
 void dumpWeights()
           
 boolean getDok(int dokNr)
           
 int getDokInt(int dokNr)
           
 int getMaxFreq()
           
 int getSize()
           
 int getTermCount(int dokNr)
           
 int getUniqueDocs()
           
 double getWeight(int pos)
           
 void setDok(int dokNr)
           
 void setWeights(Weights aWeight)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexTermInfo

public IndexTermInfo(int size)
Method Detail

getUniqueDocs

public int getUniqueDocs()

setWeights

public void setWeights(Weights aWeight)

dumpWeights

public void dumpWeights()

getWeight

public double getWeight(int pos)

getSize

public int getSize()

getMaxFreq

public int getMaxFreq()

setDok

public void setDok(int dokNr)

getDok

public boolean getDok(int dokNr)

getDokInt

public int getDokInt(int dokNr)

getTermCount

public int getTermCount(int dokNr)