public class SimpleTextStoredFieldsReader extends StoredFieldsReader
FOR RECREATIONAL USE ONLY
NULL_ACCOUNTABLE
Constructor and Description |
---|
SimpleTextStoredFieldsReader(Directory directory,
SegmentInfo si,
FieldInfos fn,
IOContext context) |
Modifier and Type | Method and Description |
---|---|
void |
checkIntegrity() |
StoredFieldsReader |
clone() |
void |
close() |
long |
ramBytesUsed() |
String |
toString() |
void |
visitDocument(int n,
StoredFieldVisitor visitor) |
getMergeInstance
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildResources
public SimpleTextStoredFieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context) throws IOException
IOException
public void visitDocument(int n, StoredFieldVisitor visitor) throws IOException
visitDocument
in class StoredFieldsReader
IOException
public StoredFieldsReader clone()
clone
in class StoredFieldsReader
public void close() throws IOException
IOException
public long ramBytesUsed()
public void checkIntegrity() throws IOException
checkIntegrity
in class StoredFieldsReader
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.