|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentPostingList | |
---|---|
uk.ac.gla.terrier.structures.indexing | Provides the classes used for creating the data structures of the Terrier platform. |
uk.ac.gla.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
Uses of DocumentPostingList in uk.ac.gla.terrier.structures.indexing |
---|
Subclasses of DocumentPostingList in uk.ac.gla.terrier.structures.indexing | |
---|---|
class |
BlockDocumentPostingList
Represents the postings of one document, and saves block (term position) information. |
Methods in uk.ac.gla.terrier.structures.indexing with parameters of type DocumentPostingList | |
---|---|
void |
LexiconBuilder.addDocumentTerms(DocumentPostingList terms)
adds the terms of a document to the temporary lexicon in memory. |
void |
BlockLexiconMap.insert(DocumentPostingList _doc)
Inserts all the terms from a document posting into the lexicon map |
void |
LexiconMap.insert(DocumentPostingList doc)
Inserts all the terms from a document posting into the lexicon map |
Uses of DocumentPostingList in uk.ac.gla.terrier.structures.indexing.singlepass |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass with parameters of type DocumentPostingList | |
---|---|
void |
BlockFieldMemoryPostings.addTerms(DocumentPostingList _docPostings,
int docid)
|
void |
BlockMemoryPostings.addTerms(DocumentPostingList _docPostings,
int docid)
Add the terms in a DocumentPostingList to the postings in memory. |
void |
FieldsMemoryPostings.addTerms(DocumentPostingList docPostings,
int docid)
|
void |
MemoryPostings.addTerms(DocumentPostingList docPostings,
int docid)
Add the terms in a DocumentPostingList to the postings in memory. |
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |