com.sun.labs.minion.retrieval.cache
Class DocCacheElement

java.lang.Object
  extended by com.sun.labs.minion.retrieval.cache.DocCacheElement

public class DocCacheElement
extends java.lang.Object


Field Summary
protected  DocumentVectorImpl dvi
           
protected static java.lang.String logTag
           
 
Constructor Summary
DocCacheElement(DocKeyEntry key, DiskPartition part, java.lang.String field, WeightingFunction wf, WeightingComponents wc)
          Creates an element in a document term cache.
 
Method Summary
 DocumentVectorImpl getDVI()
           
 WeightedFeature[] getFeatures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dvi

protected DocumentVectorImpl dvi

logTag

protected static java.lang.String logTag
Constructor Detail

DocCacheElement

public DocCacheElement(DocKeyEntry key,
                       DiskPartition part,
                       java.lang.String field,
                       WeightingFunction wf,
                       WeightingComponents wc)
Creates an element in a document term cache.

Method Detail

getFeatures

public WeightedFeature[] getFeatures()

getDVI

public DocumentVectorImpl getDVI()