| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirectInvertedOutputStream | |
|---|---|
| org.terrier.indexing | Provides classes and interfaces related to the indexing of documents. | 
| org.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. | 
| org.terrier.structures.indexing.singlepass.hadoop | Provides classes implemeting the Hadoop MapReduce indexing in Terrier. | 
| org.terrier.structures.merging | Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures. | 
| Uses of DirectInvertedOutputStream in org.terrier.indexing | 
|---|
| Fields in org.terrier.indexing declared as DirectInvertedOutputStream | |
|---|---|
protected  DirectInvertedOutputStream | 
Indexer.directIndexBuilder
The builder that creates the direct index.  | 
| Uses of DirectInvertedOutputStream in org.terrier.structures | 
|---|
| Subclasses of DirectInvertedOutputStream in org.terrier.structures | |
|---|---|
 class | 
BlockDirectInvertedOutputStream
Writes a block direct or block inverted index, when passed appropriate posting lists.  | 
 class | 
BlockFieldDirectInvertedOutputStream
Writes out a blocks and fields direct index to an output stream  | 
 class | 
DirectInvertedDocidOnlyOuptutStream
A BitPosting writing class that doesnt write any frequency information  | 
 class | 
FieldDirectInvertedOutputStream
Bit out class for writing a posting list with fields  | 
| Uses of DirectInvertedOutputStream in org.terrier.structures.indexing.singlepass.hadoop | 
|---|
| Methods in org.terrier.structures.indexing.singlepass.hadoop that return types with arguments of type DirectInvertedOutputStream | |
|---|---|
 java.lang.Class<? extends DirectInvertedOutputStream> | 
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.getBitOutputClass()
get bitOutputClass  | 
| Method parameters in org.terrier.structures.indexing.singlepass.hadoop with type arguments of type DirectInvertedOutputStream | |
|---|---|
 void | 
Inv2DirectMultiReduce.Inv2DirectMultiReduceJob.setBitOutputClass(java.lang.Class<? extends DirectInvertedOutputStream> _bitOutputClass)
set bitOutputClass  | 
| Uses of DirectInvertedOutputStream in org.terrier.structures.merging | 
|---|
| Fields in org.terrier.structures.merging with type parameters of type DirectInvertedOutputStream | |
|---|---|
protected  java.lang.Class<? extends DirectInvertedOutputStream> | 
StructureMerger.directFileOutputStreamClass
class to use to write direct file  | 
protected  java.lang.Class<? extends DirectInvertedOutputStream> | 
StructureMerger.fieldDirectFileOutputStreamClass
 | 
protected  java.lang.Class<? extends DirectInvertedOutputStream> | 
StructureMerger.fieldInvertedFileOutputStreamClass
class to use to write inverted file  | 
protected  java.lang.Class<? extends DirectInvertedOutputStream> | 
StructureMerger.invertedFileOutputStreamClass
class to use to write inverted file  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||