public class SimpleTextTermVectorsReader extends TermVectorsReader
FOR RECREATIONAL USE ONLY
Constructor and Description |
---|
SimpleTextTermVectorsReader(Directory directory,
SegmentInfo si,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
void |
checkIntegrity() |
TermVectorsReader |
clone() |
void |
close() |
Fields |
get(int doc) |
Collection<Accountable> |
getChildResources() |
long |
ramBytesUsed() |
String |
toString() |
getMergeInstance
public SimpleTextTermVectorsReader(Directory directory, SegmentInfo si, IOContext context) throws IOException
IOException
public Fields get(int doc) throws IOException
get
in class TermVectorsReader
IOException
public TermVectorsReader clone()
clone
in class TermVectorsReader
public void close() throws IOException
IOException
public long ramBytesUsed()
public Collection<Accountable> getChildResources()
public void checkIntegrity() throws IOException
checkIntegrity
in class TermVectorsReader
IOException
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.