Class Lucene40StoredFieldsWriter
Class responsible for writing stored document fields.
It uses <segment>.fdt and <segment>.fdx; files.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public sealed class Lucene40StoredFieldsWriter : StoredFieldsWriter
Constructors
Name | Description |
---|---|
Lucene40StoredFieldsWriter(Directory, String, IOContext) | Sole constructor. |
Fields
Name | Description |
---|---|
FIELDS_EXTENSION | Extension of stored fields file. |
FIELDS_INDEX_EXTENSION | Extension of stored fields index file. |
Methods
Name | Description |
---|---|
Abort() | |
AddRawDocuments(IndexInput, Int32[], Int32) | Bulk write a contiguous series of documents. The
|
Dispose(Boolean) | |
Finish(FieldInfos, Int32) | |
Merge(MergeState) | |
StartDocument(Int32) | |
WriteField(FieldInfo, IIndexableField) |