org.galagosearch.core.index
Interface IndexElement

All Known Implementing Classes:
ExtentListBuffer, GenericElement, PositionIndexWriter.PositionsList, SparseFloatListWriter.DoubleInvertedList

public interface IndexElement

Author:
trevor

Method Summary
 long dataLength()
           
 byte[] key()
           
 void write(java.io.OutputStream stream)
           
 

Method Detail

key

byte[] key()

dataLength

long dataLength()

write

void write(java.io.OutputStream stream)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.