|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.codecs.TermVectorsReader
public abstract class TermVectorsReader
Codec API for reading term vectors:
Constructor Summary | |
---|---|
protected |
TermVectorsReader()
Sole constructor. |
Method Summary | |
---|---|
abstract TermVectorsReader |
clone()
Create a clone that one caller at a time may use to read term vectors. |
abstract Fields |
get(int doc)
Returns term vectors for this document, or null if term vectors were not indexed. |
abstract long |
ramBytesUsed()
Returns approximate RAM bytes used |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.io.Closeable |
---|
close |
Constructor Detail |
---|
protected TermVectorsReader()
Method Detail |
---|
public abstract Fields get(int doc) throws IOException
OffsetAttribute
available from the DocsAndPositionsEnum
.
IOException
public abstract long ramBytesUsed()
public abstract TermVectorsReader clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |