org.terrier.structures.postings
Interface WritablePosting

All Superinterfaces:
Posting, org.apache.hadoop.io.Writable
All Known Implementing Classes:
BasicIterablePosting, BasicIterablePostingDocidOnly, BasicPostingImpl, BlockFieldIterablePosting, BlockFieldPostingImpl, BlockIterablePosting, BlockPostingImpl, FieldIterablePosting, FieldPostingImpl

public interface WritablePosting
extends Posting, org.apache.hadoop.io.Writable

Allow a Posting to be written to a DataOut

Since:
3.0
Author:
Craig Macdonald

Method Summary
 
Methods inherited from interface org.terrier.structures.postings.Posting
asWritablePosting, getDocumentLength, getFrequency, getId, setId
 
Methods inherited from interface org.apache.hadoop.io.Writable
readFields, write
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow