Package com.sun.labs.minion.indexer.postings

Provides the classes that implement the different types of postings used by the search engine.

See:
          Description

Interface Summary
FieldedPostingsIterator An interface for postings iterators that provide per-field weights.
FieldOccurrence A interface for occurrence data that takes into account the fields and the position where the occurrence was found.
MergeablePostings An interface for postings that can be merged, not just appended.
Occurrence An interface for occurrence information that can be used during indexing.
PosPostingsIterator An interface for postings iterators that can return positions associated with IDs.
Postings An interface for the postings associated with a term in a dictionary.
PostingsIterator An interface for an iterator that can be used to step through the a postings file entry.
 

Class Summary
DFOPostings A postings class for storing IDs, frequencies, and field and word position information.
DocOccurrence An occurrence to use for document dictionaries.
DocumentVectorPostings A class to hold postings for the document vectors.
FieldedDocumentVectorPostings A set of fielded document vector postings.
IDFreqPostings A postings class for IDs that have frequencies associated with them.
IDPostings A postings class for ID only postings.
IDWPostings  
OccurrenceImpl A class that handles simple, ID only occurrences.
PostingsIteratorFeatures A set of features that can be used to configure various aspects of a postings iterator.
WeightedOccurrence  
 

Package com.sun.labs.minion.indexer.postings Description

Provides the classes that implement the different types of postings used by the search engine.