Class StoredFieldsFormat
Controls the format of stored fields.
Inheritance
System.Object
StoredFieldsFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class StoredFieldsFormat : object
Constructors
Name | Description |
---|---|
StoredFieldsFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
FieldsReader(Directory, SegmentInfo, FieldInfos, IOContext) | Returns a StoredFieldsReader to load stored fields. |
FieldsWriter(Directory, SegmentInfo, IOContext) | Returns a StoredFieldsWriter to write stored fields. |