| java.lang.Object org.apache.lucene.index.FieldsReader
FieldsReader | final class FieldsReader (Code) | | Class responsible for access to stored document fields.
It uses <segment>.fdt and <segment>.fdx; files.
version: $Id: FieldsReader.java 620759 2008-02-12 11:10:21Z mikemccand $ |
Inner Class :final static class FieldForMerge extends AbstractField | |
Constructor Summary | |
| FieldsReader(Directory d, String segment, FieldInfos fn) | | FieldsReader(Directory d, String segment, FieldInfos fn, int readBufferSize) | | FieldsReader(Directory d, String segment, FieldInfos fn, int readBufferSize, int docStoreOffset, int size) |
rawDocs | final IndexInput rawDocs(int[] lengths, int startDocID, int numDocs) throws IOException(Code) | | Returns the length in bytes of each raw document in a
contiguous range of length numDocs starting with
startDocID. Returns the IndexInput (the fieldStream),
already seeked to the starting point for startDocID.
|
|
|