Uses of Class
org.terrier.utility.TermCodes
-
Packages that use TermCodes Package Description org.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform.org.terrier.structures.indexing.classical Provides functionality for creating on-disk indices via indexer classes. -
-
Uses of TermCodes in org.terrier.structures.indexing
Fields in org.terrier.structures.indexing declared as TermCodes Modifier and Type Field Description protected TermCodes
LexiconBuilder. termCodes
Methods in org.terrier.structures.indexing with parameters of type TermCodes Modifier and Type Method Description int[][]
BlockDocumentPostingList. getPostings(TermCodes termCodes)
returns the postings suitable to be written into the block direct indexint[][]
BlockFieldDocumentPostingList. getPostings(TermCodes termCodes)
returns the postings suitable to be written into the block direct indexint[][]
DocumentPostingList. getPostings(TermCodes termCodes)
Returns the postings suitable to be written into the direct index.int[][]
FieldDocumentPostingList. getPostings(TermCodes termCodes)
IterablePosting
DocumentPostingList. getPostings2(TermCodes termCodes)
Returns a posting iterator suitable to be written into the direct index.void
FieldLexiconMap. storeToStream(LexiconOutputStream<java.lang.String> lexiconStream, TermCodes termCodes)
Stores the lexicon tree to a lexicon stream as a sequence of entries.void
LexiconMap. storeToStream(LexiconOutputStream<java.lang.String> lexiconStream, TermCodes termCodes)
Stores the lexicon tree to a lexicon stream as a sequence of entries.Constructors in org.terrier.structures.indexing with parameters of type TermCodes Constructor Description LexiconBuilder(IndexOnDisk i, java.lang.String _structureName, java.lang.Class<? extends LexiconMap> _LexiconMapClass, java.lang.String _lexiconEntryClass, TermCodes termCodes)
constructorLexiconBuilder(IndexOnDisk i, java.lang.String _structureName, LexiconMap lexiconMap, java.lang.String _lexiconEntryClass, java.lang.String valueFactoryParamTypes, java.lang.String valueFactoryParamValues, TermCodes _termCodes)
constructorLexiconBuilder(IndexOnDisk i, java.lang.String _structureName, LexiconMap lexiconMap, java.lang.String _lexiconEntryClass, TermCodes termCodes)
constructorLexiconBuilder(IndexOnDisk i, java.lang.String _structureName, TermCodes tc)
constructor -
Uses of TermCodes in org.terrier.structures.indexing.classical
Fields in org.terrier.structures.indexing.classical declared as TermCodes Modifier and Type Field Description protected TermCodes
BasicIndexer. termCodes
Mapping of terms 2 termidsprotected TermCodes
BlockIndexer. termCodes
Mapping of terms 2 termids
-