The FieldsReader type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldsReader | Initializes a new instance of the FieldsReader class |
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).
| |
Close | Closes the underlying {@link Lucene.Net.Store.IndexInput} streams, including any ones associated with a
lazy implementation of a Field. This means that the Fields values will not be accessible.
| |
Doc | ||
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Size | ||
ToString | (Inherited from Object.) |