Class AssertingSortedSetDocValues
Wraps a but with additional asserts
Inheritance
System.Object
AssertingSortedSetDocValues
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingSortedSetDocValues : SortedSetDocValues
Constructors
|
Improve this Doc
View Source
AssertingSortedSetDocValues(SortedSetDocValues, Int32)
Declaration
public AssertingSortedSetDocValues(SortedSetDocValues in, int maxDoc)
Parameters
Type |
Name |
Description |
SortedSetDocValues |
in |
|
System.Int32 |
maxDoc |
|
Properties
|
Improve this Doc
View Source
ValueCount
Declaration
public override long ValueCount { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
LookupOrd(Int64, BytesRef)
Declaration
public override void LookupOrd(long ord, BytesRef result)
Parameters
Type |
Name |
Description |
System.Int64 |
ord |
|
BytesRef |
result |
|
|
Improve this Doc
View Source
LookupTerm(BytesRef)
Declaration
public override long LookupTerm(BytesRef key)
Parameters
Type |
Name |
Description |
BytesRef |
key |
|
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
NextOrd()
Declaration
public override long NextOrd()
Returns
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
SetDocument(Int32)
Declaration
public override void SetDocument(int docID)
Parameters
Type |
Name |
Description |
System.Int32 |
docID |
|