public abstract class TermVectorsReader extends Object implements Cloneable, Closeable
Modifier | Constructor and Description |
---|---|
protected |
TermVectorsReader()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
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
|
protected TermVectorsReader()
public abstract Fields get(int doc) throws IOException
OffsetAttribute
available from the DocsAndPositionsEnum
.IOException
public abstract long ramBytesUsed()
public abstract TermVectorsReader clone()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.