Class AssertingBulkScorer
Wraps a Scorer with additional checks.
Inheritance
System.Object
AssertingBulkScorer
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)
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingBulkScorer : BulkScorer
Properties
|
Improve this Doc
View Source
In
Declaration
public virtual BulkScorer In { get; }
Property Value
Methods
|
Improve this Doc
View Source
Score(ICollector)
Declaration
public override void Score(ICollector collector)
Parameters
Overrides
|
Improve this Doc
View Source
Score(ICollector, Int32)
Declaration
public override bool Score(ICollector collector, int max)
Parameters
Type |
Name |
Description |
ICollector |
collector |
|
System.Int32 |
max |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
ShouldWrap(BulkScorer)
Declaration
public static bool ShouldWrap(BulkScorer inScorer)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Wrap(Random, BulkScorer)
Declaration
public static BulkScorer Wrap(Random random, BulkScorer other)
Parameters
Type |
Name |
Description |
System.Random |
random |
|
BulkScorer |
other |
|
Returns