Class AssertingAtomicReader
A that can be used to apply
additional checks for tests.
Inheritance
System.Object
AssertingAtomicReader
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingAtomicReader : FilterAtomicReader
Constructors
|
Improve this Doc
View Source
AssertingAtomicReader(AtomicReader)
Declaration
public AssertingAtomicReader(AtomicReader in)
Parameters
Type |
Name |
Description |
AtomicReader |
in |
|
Properties
|
Improve this Doc
View Source
CombinedCoreAndDeletesKey
Declaration
public override object CombinedCoreAndDeletesKey { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
CoreCacheKey
Declaration
public override object CoreCacheKey { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Fields
Declaration
public override Fields Fields { get; }
Property Value
|
Improve this Doc
View Source
LiveDocs
Declaration
public override IBits LiveDocs { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetBinaryDocValues(String)
Declaration
public override BinaryDocValues GetBinaryDocValues(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
BinaryDocValues |
|
|
Improve this Doc
View Source
GetDocsWithField(String)
Declaration
public override IBits GetDocsWithField(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
|
Improve this Doc
View Source
GetNormValues(String)
Declaration
public override NumericDocValues GetNormValues(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
NumericDocValues |
|
|
Improve this Doc
View Source
GetNumericDocValues(String)
Declaration
public override NumericDocValues GetNumericDocValues(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
NumericDocValues |
|
|
Improve this Doc
View Source
GetSortedDocValues(String)
Declaration
public override SortedDocValues GetSortedDocValues(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
SortedDocValues |
|
|
Improve this Doc
View Source
GetSortedSetDocValues(String)
Declaration
public override SortedSetDocValues GetSortedSetDocValues(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
SortedSetDocValues |
|
|
Improve this Doc
View Source
GetTermVectors(Int32)
Declaration
public override Fields GetTermVectors(int docID)
Parameters
Type |
Name |
Description |
System.Int32 |
docID |
|
Returns