Class Lucene3xCodec
  
  Supports the Lucene 3.x index format (readonly) 
    Inheritance
    System.Object
    
    Lucene3xCodec
   
  
    Inherited Members
    
    
    
    
    
    
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
   
  
  Assembly: Lucene.Net.dll
  Syntax
  
    [Obsolete("Only for reading existing 3.x indexes")]
[CodecName("Lucene3x")]
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 | 
    
    
      
        | System.Collections.Generic.ISet<System.String> |  |