Uses of Class
org.terrier.structures.indexing.singlepass.MemoryPostings

Packages that use MemoryPostings
org.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
 

Uses of MemoryPostings in org.terrier.indexing
 

Fields in org.terrier.indexing declared as MemoryPostings
protected  MemoryPostings BasicSinglePassIndexer.mp
          Structure that keeps the posting lists in memory
 

Uses of MemoryPostings in org.terrier.structures.indexing.singlepass
 

Subclasses of MemoryPostings in org.terrier.structures.indexing.singlepass
 class BlockFieldMemoryPostings
          Class for handling posting lists containing block and field information in memory while indexing.
 class BlockMemoryPostings
          Class for handling posting lists containing block information in memory while indexing.
 class FieldsMemoryPostings
          Class for handling posting lists containing field information in memory while indexing.
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow