Class StoredFieldsFormat
Controls the format of stored fields.
Inheritance
System.Object
    StoredFieldsFormat
      
      
  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)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Codecs
Assembly: Lucene.Net.dll
Syntax
public abstract class StoredFieldsFormatConstructors
| Improve this Doc View SourceStoredFieldsFormat()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected StoredFieldsFormat()Methods
| Improve this Doc View SourceFieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Returns a StoredFieldsReader to load stored fields.
Declaration
public abstract StoredFieldsReader FieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | directory | |
| SegmentInfo | si | |
| FieldInfos | fn | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| StoredFieldsReader | 
FieldsWriter(Directory, SegmentInfo, IOContext)
Returns a StoredFieldsWriter to write stored fields.
Declaration
public abstract StoredFieldsWriter FieldsWriter(Directory directory, SegmentInfo si, IOContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | directory | |
| SegmentInfo | si | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| StoredFieldsWriter |