Class Lucene40FieldInfosWriter
Lucene 4.0 FieldInfos writer.
Note
This API is experimental and might change in incompatible ways in the next release.
Inherited Members
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.TestFramework.dll
Syntax
[Obsolete]
public class Lucene40FieldInfosWriter : FieldInfosWriter
Constructors
Lucene40FieldInfosWriter()
Sole constructor.
Declaration
public Lucene40FieldInfosWriter()
See Also
Lucene40FieldInfosFormat
Methods
DocValuesByte(DocValuesType, string)
4.0-style docvalues byte
Declaration
public virtual byte DocValuesByte(DocValuesType type, string legacyTypeAtt)
Parameters
| Type | Name | Description |
|---|---|---|
| DocValuesType | type | |
| string | legacyTypeAtt |
Returns
| Type | Description |
|---|---|
| byte |
See Also
Lucene40FieldInfosFormat
Write(Directory, string, string, FieldInfos, IOContext)
Writes the provided Lucene.Net.Index.FieldInfos to the directory.
Declaration
public override void Write(Directory directory, string segmentName, string segmentSuffix, FieldInfos infos, IOContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| Directory | directory | |
| string | segmentName | |
| string | segmentSuffix | |
| FieldInfos | infos | |
| IOContext | context |
Overrides
See Also
Lucene40FieldInfosFormat
See Also
Lucene40FieldInfosFormat