Class AssertingSortedSetDocValues
Wraps a SortedSetDocValues 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.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 |
---|---|---|
SortedSetDocValues | in | |
System.Int32 | maxDoc |
Properties
| Improve this Doc View SourceValueCount
Declaration
public override long ValueCount { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
Methods
| Improve this Doc View SourceLookupOrd(Int64, BytesRef)
Declaration
public override void LookupOrd(long ord, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ord | |
BytesRef | result |
Overrides
| Improve this Doc View SourceLookupTerm(BytesRef)
Declaration
public override long LookupTerm(BytesRef key)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | key |
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
| Improve this Doc View SourceNextOrd()
Declaration
public override long NextOrd()
Returns
Type | Description |
---|---|
System.Int64 |
Overrides
| Improve this Doc View SourceSetDocument(Int32)
Declaration
public override void SetDocument(int docID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | docID |