Class AssertingStoredFieldsFormat
Just like Lucene41StoredFieldsFormat but with additional asserts.
Inherited Members
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.Asserting
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingStoredFieldsFormat : StoredFieldsFormat
Methods
| Improve this Doc View SourceFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Declaration
public override StoredFieldsReader FieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Directory | directory | |
| SegmentInfo | si | |
| FieldInfos | fn | |
| IOContext | context |
Returns
| Type | Description |
|---|---|
| StoredFieldsReader |
Overrides
| Improve this Doc View SourceFieldsWriter(Directory, SegmentInfo, IOContext)
Declaration
public override StoredFieldsWriter FieldsWriter(Directory directory, SegmentInfo si, IOContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Directory | directory | |
| SegmentInfo | si | |
| IOContext | context |
Returns
| Type | Description |
|---|---|
| StoredFieldsWriter |