|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilePosition | |
---|---|
uk.ac.gla.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
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.hadoop |
Uses of FilePosition in uk.ac.gla.terrier.structures |
---|
Methods in uk.ac.gla.terrier.structures that return FilePosition | |
---|---|
FilePosition |
DocumentIndexEncoded.getDirectIndexEndOffset()
Returns the ending offset of the current document's entry in the direct index. |
FilePosition |
DocumentIndexInMemory.getDirectIndexEndOffset()
Returns the ending offset of the current document's entry in the direct index. |
FilePosition |
DocumentIndex.getDirectIndexEndOffset()
Returns the ending offset of the document's entry in the direct index. |
FilePosition |
DocumentIndexEncoded.getDirectIndexStartOffset()
Returns the starting offset of the current document's entry in the direct index. |
FilePosition |
DocumentIndexInMemory.getDirectIndexStartOffset()
Returns the starting offset of the current document's entry in the direct index. |
FilePosition |
DocumentIndex.getDirectIndexStartOffset()
Returns the starting offset of the document's entry in the direct index. |
Methods in uk.ac.gla.terrier.structures with parameters of type FilePosition | |
---|---|
void |
DocumentIndexOutputStream.addEntry(java.lang.String docno,
int docLength,
FilePosition directIndexOffset)
Adds to the index a new entry, giving to it the next available document id. |
Constructors in uk.ac.gla.terrier.structures with parameters of type FilePosition | |
---|---|
FilePosition(FilePosition in)
Create a new FilePosition based on an existing one |
Uses of FilePosition in uk.ac.gla.terrier.structures.indexing |
---|
Methods in uk.ac.gla.terrier.structures.indexing that return FilePosition | |
---|---|
FilePosition |
BlockDirectIndexBuilder.addDocument(int[][] terms)
Adds a document to the direct index and returns the offset in the direct index after adding the document. |
FilePosition |
DirectIndexBuilder.addDocument(int[][] terms)
Adds a document in the direct index, using field information optionally. |
FilePosition |
DirectIndexBuilder.getLastEndOffset()
Returns the current offset in the direct index. |
Methods in uk.ac.gla.terrier.structures.indexing with parameters of type FilePosition | |
---|---|
void |
DocumentIndexBuilder.addEntryToBuffer(java.lang.String docno,
int docLength,
FilePosition directIndexOffset)
Adds to the index a new entry, giving to it the next available document id. |
Uses of FilePosition in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop |
---|
Methods in uk.ac.gla.terrier.structures.indexing.singlepass.hadoop with parameters of type FilePosition | |
---|---|
void |
SimpleDocumentIndexBuilder.addEntryToBuffer(java.lang.String docno,
int docLength,
FilePosition directIndexOffset)
|
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |