uk.ac.gla.terrier.structures.indexing.singlepass
Class FieldPostingInRun
java.lang.Object
uk.ac.gla.terrier.structures.indexing.singlepass.PostingInRun
uk.ac.gla.terrier.structures.indexing.singlepass.SimplePostingInRun
uk.ac.gla.terrier.structures.indexing.singlepass.FieldPostingInRun
public class FieldPostingInRun
- extends SimplePostingInRun
Class holding the information for a posting list read
from a previously written run at disk. Used in the merging phase of the Single pass inversion method.
This class knows how to append itself to a BitOut
and it
represents a posting with field information (tf, df, [docid, idf, fieldScore])
- Author:
- Roi Blanco
Method Summary |
int |
append(BitOut bos,
int last,
int runShift)
Writes the document data of this posting to a BitOut
It encodes the data with the right compression methods. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldPostingInRun
public FieldPostingInRun()
- Constructor for the class.
append
public int append(BitOut bos,
int last,
int runShift)
throws java.io.IOException
- Writes the document data of this posting to a
BitOut
It encodes the data with the right compression methods.
The stream is written as d1, idf(d1), fieldScore(d1) , d2 - d1, idf(d2), fieldScore(d2) etc.
- Overrides:
append
in class SimplePostingInRun
- Parameters:
bos
- BitOut to be written.last
- int representing the last document written in this posting.runShift
- amount of delta to apply to the first posting read.
- Returns:
- The docid of the last posting written.
- Throws:
java.io.IOException
Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow