@Deprecated public final class Lucene41StoredFieldsIndexReader extends Object implements Cloneable, Accountable
Constructor and Description |
---|
Lucene41StoredFieldsIndexReader(IndexInput fieldsIndexIn,
SegmentInfo si)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Lucene41StoredFieldsIndexReader |
clone()
Deprecated.
|
Collection<Accountable> |
getChildResources()
Deprecated.
Returns nested resources of this class.
|
long |
getStartPointer(int docID)
Deprecated.
|
long |
ramBytesUsed()
Deprecated.
Return the memory usage of this object in bytes.
|
String |
toString()
Deprecated.
|
public Lucene41StoredFieldsIndexReader(IndexInput fieldsIndexIn, SegmentInfo si) throws IOException
IOException
public long getStartPointer(int docID)
public Lucene41StoredFieldsIndexReader clone()
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
public Collection<Accountable> getChildResources()
Accountable
getChildResources
in interface Accountable
Accountables
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.