|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentIndexEntry | |
|---|---|
| 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 | Provides the classes used for creating the data structures of the Terrier platform. |
| org.terrier.structures.indexing.singlepass | Provides implementation of the structures needed for performing a single pass indexing |
| Uses of DocumentIndexEntry in org.terrier.indexing |
|---|
| Fields in org.terrier.indexing declared as DocumentIndexEntry | |
|---|---|
protected DocumentIndexEntry |
Indexer.emptyDocIndexEntry
|
| Uses of DocumentIndexEntry in org.terrier.structures |
|---|
| Subclasses of DocumentIndexEntry in org.terrier.structures | |
|---|---|
class |
BasicDocumentIndexEntry
A basic document index entry. |
class |
FieldDocumentIndexEntry
A document index entry for use with fields |
class |
SimpleDocumentIndexEntry
A document index entry that doesn't write out direct index offset. |
| Fields in org.terrier.structures declared as DocumentIndexEntry | |
|---|---|
protected DocumentIndexEntry |
FSADocumentIndex.lastEntry
|
| Methods in org.terrier.structures that return DocumentIndexEntry | |
|---|---|
DocumentIndexEntry |
FSADocumentIndex.getDocumentEntry(int docid)
Get the document index entry based on its docid |
DocumentIndexEntry |
DocumentIndex.getDocumentEntry(int docid)
Get the document index entry based on its docid |
DocumentIndexEntry |
SimpleDocumentIndexEntry.Factory.newInstance()
Make a new instance of T |
DocumentIndexEntry |
FieldDocumentIndexEntry.Factory.newInstance()
|
DocumentIndexEntry |
BasicDocumentIndexEntry.Factory.newInstance()
Creates a document index entry |
| Constructors in org.terrier.structures with parameters of type DocumentIndexEntry | |
|---|---|
BasicDocumentIndexEntry(DocumentIndexEntry in)
Constructs an instance of the BasicDocumentIndexEntry. |
|
FieldDocumentIndexEntry(DocumentIndexEntry die)
Constructs an instance of the class with |
|
SimpleDocumentIndexEntry(DocumentIndexEntry die)
Construct an instance of the class with |
|
| Uses of DocumentIndexEntry in org.terrier.structures.indexing |
|---|
| Methods in org.terrier.structures.indexing that return DocumentIndexEntry | |
|---|---|
DocumentIndexEntry |
FieldDocumentPostingList.getDocumentStatistics()
Return a DocumentIndexEntry for this document |
DocumentIndexEntry |
DocumentPostingList.getDocumentStatistics()
Return a DocumentIndexEntry for this document |
| Uses of DocumentIndexEntry in org.terrier.structures.indexing.singlepass |
|---|
| Method parameters in org.terrier.structures.indexing.singlepass with type arguments of type DocumentIndexEntry | |
|---|---|
protected int |
Inverted2DirectIndexBuilder.scanDocumentIndexForTokens(long _processTokens,
Iterator<DocumentIndexEntry> docidStream)
Iterates through the document index, until it has reached the given number of terms |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||