Class Lucene40StoredFieldsReader
Class responsible for access to stored document fields.
It uses <segment>.fdt and <segment>.fdx; files.
@lucene.internal
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Lucene40StoredFieldsReader : StoredFieldsReader, IDisposable
Constructors
Name | Description |
---|---|
Lucene40StoredFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) | Sole constructor. |
Properties
Name | Description |
---|---|
Count | Returns number of documents. NOTE: This was size() in Lucene. |
Methods
Name | Description |
---|---|
CheckIntegrity() | |
Clone() | Returns a cloned FieldsReader that shares open IndexInputs with the original one. It is the caller's job not to dispose the original FieldsReader until all clones are called (eg, currently SegmentReader manages this logic). |
Dispose(Boolean) | Closes the underlying IndexInput streams. This means that the Fields values will not be accessible. |
RamBytesUsed() | |
RawDocs(Int32[], Int32, Int32) | Returns the length in bytes of each raw document in a
contiguous range of length |
VisitDocument(Int32, StoredFieldVisitor) |