com.sun.labs.minion.indexer.postings
Interface FieldedPostingsIterator

All Known Implementing Classes:
DFOPostings.DFOIterator, FieldedTermCacheElement.FTCEIterator

public interface FieldedPostingsIterator

An interface for postings iterators that provide per-field weights.


Method Summary
 int[] getFieldFreq()
          Gets the frequencies for the fields for the document at the head of the iterator.
 float[] getFieldWeights()
          Gets the weights for the fields for the document at the head of the iterator.
 

Method Detail

getFieldFreq

int[] getFieldFreq()
Gets the frequencies for the fields for the document at the head of the iterator.


getFieldWeights

float[] getFieldWeights()
Gets the weights for the fields for the document at the head of the iterator.