Class SimpleTextStoredFieldsReader
Reads plain text stored fields.
FOR RECREATIONAL USE ONLY
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
Lucene.Net.Codecs.StoredFieldsReader
SimpleTextStoredFieldsReader
Implements
System.IDisposable
Inherited Members
Lucene.Net.Codecs.StoredFieldsReader.Dispose()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Codecs.SimpleText
Assembly: Lucene.Net.Codecs.dll
Syntax
public class SimpleTextStoredFieldsReader : StoredFieldsReader, IDisposable
Constructors
| Improve this Doc View SourceSimpleTextStoredFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Declaration
public SimpleTextStoredFieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Lucene.Net.Store.Directory | directory | |
Lucene.Net.Index.SegmentInfo | si | |
Lucene.Net.Index.FieldInfos | fn | |
Lucene.Net.Store.IOContext | context |
Methods
| Improve this Doc View SourceCheckIntegrity()
Declaration
public override void CheckIntegrity()
Overrides
Lucene.Net.Codecs.StoredFieldsReader.CheckIntegrity()
|
Improve this Doc
View Source
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Lucene.Net.Codecs.StoredFieldsReader.Clone()
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
| Improve this Doc View SourceRamBytesUsed()
Declaration
public override long RamBytesUsed()
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
Lucene.Net.Codecs.StoredFieldsReader.RamBytesUsed()
|
Improve this Doc
View Source
VisitDocument(Int32, StoredFieldVisitor)
Declaration
public override void VisitDocument(int n, StoredFieldVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | n | |
Lucene.Net.Index.StoredFieldVisitor | visitor |
Overrides
Implements
System.IDisposable