Class FieldInfosFormat
Encodes/decodes FieldInfos.
@lucene.experimental
Inheritance
System.Object
FieldInfosFormat
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FieldInfosFormat : object
Constructors
Name | Description |
---|---|
FieldInfosFormat() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Properties
Name | Description |
---|---|
FieldInfosReader | Returns a FieldInfosReader to read field infos from the index. |
FieldInfosWriter | Returns a FieldInfosWriter to write field infos to the index. |