Class FieldsReader
Class responsible for access to stored document fields.
It uses <segment>.fdt and <segment>.fdx; files.
Inheritance
System.Object
FieldsReader
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class FieldsReader : ICloneable, IDisposable
Constructors
Name | Description |
---|---|
FieldsReader(Directory, String, FieldInfos) |
Methods
Name | Description |
---|---|
Clone() | Returns a cloned FieldsReader that shares open IndexInputs with the original one. It is the caller's job not to close the original FieldsReader until all clones are called (eg, currently SegmentReader manages this logic). |
Dispose() | Closes the underlying IndexInput streams, including any ones associated with a lazy implementation of a Field. This means that the Fields values will not be accessible. |
Doc(Int32, FieldSelector) | |
Size() |