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