Class Lucene46Codec
Implements the Lucene 4.6 index format, with configurable per-field postings and docvalues formats.
If you want to reuse functionality of this codec in another codec, extend FilterCodec.
See Lucene.Net.Codecs.Lucene46 package documentation for file format details.
@lucene.experimental
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class Lucene46Codec : Codec
Constructors
Name | Description |
---|---|
Lucene46Codec() | Sole constructor. |
Properties
Name | Description |
---|---|
DocValuesFormat | |
FieldInfosFormat | |
LiveDocsFormat | |
NormsFormat | |
PostingsFormat | |
SegmentInfoFormat | |
StoredFieldsFormat | |
TermVectorsFormat |
Methods
Name | Description |
---|---|
GetDocValuesFormatForField(String) | Returns the docvalues format that should be used for writing
new segments of The default implementation always returns "Lucene45" |
GetPostingsFormatForField(String) | Returns the postings format that should be used for writing
new segments of The default implementation always returns "Lucene41" |