public class DocumentVectorHashedArray extends Object implements DocumentVector
| Modifier and Type | Method and Description |
|---|---|
int[] |
decompressDocument()
Decompresses the document vector into a flat array representation
|
int[][] |
decompressPositions(int[] terms)
Decompresses/constructs positions.
|
boolean |
equals(Object o) |
int |
getDocumentLength() |
static DocumentVectorHashedArray |
newInstance(int[] document)
Creates an instance of this class by transforming the given
document vector into the new (hashed) space.
|
void |
readFields(DataInput input) |
static DocumentVectorHashedArray |
readInstance(DataInput input)
Reads and returns a document vector from input
|
int[] |
transformTerms(int[] terms)
Transforms query terms
|
void |
write(DataOutput output) |
public int[] decompressDocument()
throws IOException
DocumentVectordecompressDocument in interface DocumentVectorIOExceptionpublic int[][] decompressPositions(int[] terms)
throws IOException
DocumentVectordecompressPositions in interface DocumentVectorterms - Query termsIOExceptionpublic int getDocumentLength()
getDocumentLength in interface DocumentVectorpublic static DocumentVectorHashedArray newInstance(int[] document)
document - Input document vector.public void readFields(DataInput input) throws IOException
readFields in interface WritableIOExceptionpublic static DocumentVectorHashedArray readInstance(DataInput input) throws IOException
input - DataInputIOExceptionpublic int[] transformTerms(int[] terms)
DocumentVectortransformTerms in interface DocumentVectorterms - Query termspublic void write(DataOutput output) throws IOException
write in interface WritableIOException