Class AssertingTermVectorsFormat
Just like Lucene40TermVectorsFormat but with additional asserts.
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.Asserting
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingTermVectorsFormat : TermVectorsFormat
  Methods
| Improve this Doc View SourceVectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)
Declaration
public override TermVectorsReader VectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | directory | |
| SegmentInfo | segmentInfo | |
| FieldInfos | fieldInfos | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| TermVectorsReader | 
Overrides
| Improve this Doc View SourceVectorsWriter(Directory, SegmentInfo, IOContext)
Declaration
public override TermVectorsWriter VectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Directory | directory | |
| SegmentInfo | segmentInfo | |
| IOContext | context | 
Returns
| Type | Description | 
|---|---|
| TermVectorsWriter |