|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.index.SparseFloatListWriter.DoubleInvertedList
public class SparseFloatListWriter.DoubleInvertedList
| Constructor Summary | |
|---|---|
SparseFloatListWriter.DoubleInvertedList(byte[] word)
|
|
| Method Summary | |
|---|---|
void |
addDocument(int document)
|
void |
addProbability(double probability)
|
void |
close()
|
long |
dataLength()
|
byte[] |
key()
|
void |
write(java.io.OutputStream stream)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SparseFloatListWriter.DoubleInvertedList(byte[] word)
| Method Detail |
|---|
public void write(java.io.OutputStream stream)
throws java.io.IOException
write in interface IndexElementjava.io.IOException
public void addDocument(int document)
throws java.io.IOException
java.io.IOException
public void addProbability(double probability)
throws java.io.IOException
java.io.IOExceptionpublic byte[] key()
key in interface IndexElementpublic long dataLength()
dataLength in interface IndexElementpublic void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||