Class Lucene3xCodec
Supports the Lucene 3.x index format (readonly)
Inheritance
System.Object
Lucene3xCodec
Assembly: Lucene.Net.dll
Syntax
public class Lucene3xCodec : Codec
Constructors
|
Improve this Doc
View Source
Lucene3xCodec()
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public override DocValuesFormat DocValuesFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override FieldInfosFormat FieldInfosFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override LiveDocsFormat LiveDocsFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override NormsFormat NormsFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
PostingsFormat
Declaration
public override PostingsFormat PostingsFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override SegmentInfoFormat SegmentInfoFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override StoredFieldsFormat StoredFieldsFormat { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public override TermVectorsFormat TermVectorsFormat { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
GetDocStoreFiles(SegmentInfo)
Returns file names for shared doc stores, if any, else
null
.
Declaration
public static ISet<string> GetDocStoreFiles(SegmentInfo info)
Parameters
Returns
Type |
Description |
ISet<System.String> |
|