Class AssertingSortedSetDocValues
Wraps a Lucene.Net.Index.SortedSetDocValues but with additional asserts
Inheritance
System.Object
    Lucene.Net.Index.SortedSetDocValues
    AssertingSortedSetDocValues
  Inherited Members
      Lucene.Net.Index.SortedSetDocValues.NO_MORE_ORDS
    
    
      Lucene.Net.Index.SortedSetDocValues.GetTermsEnum()
    
    
      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.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingSortedSetDocValues : SortedSetDocValues
  Constructors
| Improve this Doc View SourceAssertingSortedSetDocValues(SortedSetDocValues, Int32)
Declaration
public AssertingSortedSetDocValues(SortedSetDocValues in, int maxDoc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Lucene.Net.Index.SortedSetDocValues | in | |
| System.Int32 | maxDoc | 
Properties
| Improve this Doc View SourceValueCount
Declaration
public override long ValueCount { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
Lucene.Net.Index.SortedSetDocValues.ValueCount
  Methods
| Improve this Doc View SourceLookupOrd(Int64, BytesRef)
Declaration
public override void LookupOrd(long ord, BytesRef result)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | ord | |
| Lucene.Net.Util.BytesRef | result | 
Overrides
Lucene.Net.Index.SortedSetDocValues.LookupOrd(System.Int64, Lucene.Net.Util.BytesRef)
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LookupTerm(BytesRef)
Declaration
public override long LookupTerm(BytesRef key)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Lucene.Net.Util.BytesRef | key | 
Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
Lucene.Net.Index.SortedSetDocValues.LookupTerm(Lucene.Net.Util.BytesRef)
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NextOrd()
Declaration
public override long NextOrd()
  Returns
| Type | Description | 
|---|---|
| System.Int64 | 
Overrides
Lucene.Net.Index.SortedSetDocValues.NextOrd()
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetDocument(Int32)
Declaration
public override void SetDocument(int docID)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | docID | 
Overrides
Lucene.Net.Index.SortedSetDocValues.SetDocument(System.Int32)