Uses of Class
org.terrier.compression.MemorySBOS

Packages that use MemorySBOS
org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexing 
 

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

Fields in org.terrier.structures.indexing.singlepass declared as MemorySBOS
protected  MemorySBOS Posting.docIds
          The compressed in-memory object holding the sequence doc_id, idf
 

Methods in org.terrier.structures.indexing.singlepass that return MemorySBOS
 MemorySBOS Posting.getDocs()
           
 

Methods in org.terrier.structures.indexing.singlepass with parameters of type MemorySBOS
 void Posting.setDocs(MemorySBOS docs)
          Sets the document data compressed object.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow