Class AppendingTermsReader
Reads append-only terms from AppendingTermsWriter.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Implements
System.Collections.Generic.IEnumerable<System.String>
    System.Collections.IEnumerable
    System.IDisposable
  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.Appending
Assembly: Lucene.Net.Codecs.dll
Syntax
[Obsolete("Only for reading old Appending segments")]
public class AppendingTermsReader : BlockTreeTermsReader, IEnumerable<string>, IEnumerable, IDisposable
  Constructors
| Improve this Doc View SourceAppendingTermsReader(Directory, FieldInfos, SegmentInfo, PostingsReaderBase, IOContext, String, Int32)
Declaration
public AppendingTermsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo info, PostingsReaderBase postingsReader, IOContext ioContext, string segmentSuffix, int indexDivisor)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | dir | |
| FieldInfos | fieldInfos | |
| SegmentInfo | info | |
| PostingsReaderBase | postingsReader | |
| IOContext | ioContext | |
| System.String | segmentSuffix | |
| System.Int32 | indexDivisor | 
Methods
| Improve this Doc View SourceReadHeader(IndexInput)
Declaration
protected override int ReadHeader(IndexInput input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IndexInput | input | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceReadIndexHeader(IndexInput)
Declaration
protected override int ReadIndexHeader(IndexInput input)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IndexInput | input | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
| Improve this Doc View SourceSeekDir(IndexInput, Int64)
Declaration
protected override void SeekDir(IndexInput input, long dirOffset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IndexInput | input | |
| System.Int64 | dirOffset | 
Overrides
Implements
      System.Collections.Generic.IEnumerable<T>
  
  
      System.Collections.IEnumerable
  
  
      System.IDisposable