Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.FilePosition

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. 
 

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(FieldDocumentTreeNode[] terms)
          Deprecated.  
 FilePosition DirectIndexBuilder.addDocument(FieldDocumentTreeNode[] terms)
          Adds a document in the direct index, using field information optionally.
 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.
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow