Package org.galagosearch.core.index

Interface Summary
IndexElement  
StructuredIndexPartReader A StructuredIndexPart is an object that can create StructuredIterators that can be used in query processing.
 

Class Summary
BackedCompressedByteBuffer A BackedCompressedByteBuffer is like a CompressedByteBuffer, but it can overflow into disk storage if necessary.
CompressedByteBuffer Stores lists of integers in vbyte compressed form.
DocumentLengthsReader  
DocumentLengthsWriter Writes the document lengths file based on data in NumberedDocumentData tuples.
DocumentNameReader Reads a binary file of document names produced by DocumentNameWriter.
DocumentNameWriter Writes a list of document names to a binary file.
DocumentTransformationFactory  
ExtentIndexReader  
ExtentIndexWriter  
ExtentListBuffer  
ExtentValueIndexWriter  
GenericElement  
IndexReader This implements the core functionality for all inverted list readers.
IndexWriter This class writes index files, which are used for most Galago indexes.
ManifestWriter  
PositionalByteStream  
PositionIndexReader Reads a simple positions-based index, where each inverted list in the index contains both term count information and term position information.
PositionIndexWriter  
SparseFloatListReader Retrieves lists of floating point numbers which can be used as document features.
SparseFloatListWriter  
StructuredIndex  
VocabularyReader  
VocabularyReader.TermSlot  
VocabularyWriter  
 



Copyright © 2009. All Rights Reserved.