org.terrier.structures
Class BasicDocumentIndexEntry

java.lang.Object
  extended by org.terrier.structures.DocumentIndexEntry
      extended by org.terrier.structures.BasicDocumentIndexEntry
All Implemented Interfaces:
org.apache.hadoop.io.Writable, BitFilePosition, BitIndexPointer, Pointer
Direct Known Subclasses:
FieldDocumentIndexEntry

public class BasicDocumentIndexEntry
extends DocumentIndexEntry

A basic document index entry. Allows the creation of a document index entries.


Nested Class Summary
static class BasicDocumentIndexEntry.Factory
          Returna a factory for creating document index entries
 
Field Summary
 
Fields inherited from interface org.terrier.structures.BitIndexPointer
BIT_MASK, FILE_SHIFT, MAX_FILE_ID
 
Constructor Summary
BasicDocumentIndexEntry()
          Constructs an instance of the BasicDocumentIndexEntry.
BasicDocumentIndexEntry(DocumentIndexEntry in)
          Constructs an instance of the BasicDocumentIndexEntry.
BasicDocumentIndexEntry(int length, BitIndexPointer pointer)
          Constructs an instance of the BasicDocumentIndexEntry.
BasicDocumentIndexEntry(int length, byte fileId, long byteOffset, byte bitOffset, int numberOfTerms)
          Constructs an instance of the BasicDocumentIndexEntry.
 
Method Summary
 String pointerToString()
          Returns a textual representation of the pointer alone
 void readFields(DataInput in)
          
 void setBitIndexPointer(BitIndexPointer pointer)
          Update this pointer to reflect the same values as the specified pointer
 void setNumberOfEntries(int n)
          Set the number of "things that the pointer refers to
 void setOffset(BitFilePosition pos)
          Set the offset
 void setPointer(Pointer p)
          Sets the pointer within this object to that represented by the specified pointer
 void write(DataOutput out)
          
 
Methods inherited from class org.terrier.structures.DocumentIndexEntry
getDocumentLength, getFileNumber, getNumberOfEntries, getOffset, getOffsetBits, setDocumentLength, setFileNumber, setOffset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicDocumentIndexEntry

public BasicDocumentIndexEntry()
Constructs an instance of the BasicDocumentIndexEntry.


BasicDocumentIndexEntry

public BasicDocumentIndexEntry(DocumentIndexEntry in)
Constructs an instance of the BasicDocumentIndexEntry.

Parameters:
in -

BasicDocumentIndexEntry

public BasicDocumentIndexEntry(int length,
                               BitIndexPointer pointer)
Constructs an instance of the BasicDocumentIndexEntry.

Parameters:
length -
pointer -

BasicDocumentIndexEntry

public BasicDocumentIndexEntry(int length,
                               byte fileId,
                               long byteOffset,
                               byte bitOffset,
                               int numberOfTerms)
Constructs an instance of the BasicDocumentIndexEntry.

Parameters:
length -
fileId -
byteOffset -
bitOffset -
numberOfTerms -
Method Detail

readFields

public void readFields(DataInput in)
                throws IOException

Throws:
IOException

write

public void write(DataOutput out)
           throws IOException

Throws:
IOException

setBitIndexPointer

public void setBitIndexPointer(BitIndexPointer pointer)
Update this pointer to reflect the same values as the specified pointer

Parameters:
pointer - - pointer to use to set the offset, bit offset and file Id parameters.

setOffset

public void setOffset(BitFilePosition pos)
Set the offset


setNumberOfEntries

public void setNumberOfEntries(int n)
Set the number of "things that the pointer refers to


pointerToString

public String pointerToString()
Returns a textual representation of the pointer alone


setPointer

public void setPointer(Pointer p)
Sets the pointer within this object to that represented by the specified pointer

Parameters:
p - other pointer to update the pointer in this object


Terrier 3.6. Copyright © 2004-2011 University of Glasgow