Class AssertingBulkOutOfOrderScorer
A crazy that wraps another
but shuffles the order of the collected documents.
Inheritance
System.Object
AssertingBulkOutOfOrderScorer
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingBulkOutOfOrderScorer : BulkScorer
Constructors
|
Improve this Doc
View Source
AssertingBulkOutOfOrderScorer(Random, BulkScorer)
Declaration
public AssertingBulkOutOfOrderScorer(Random random, BulkScorer in)
Parameters
Type |
Name |
Description |
Random |
random |
|
BulkScorer |
in |
|
Methods
|
Improve this Doc
View Source
Score(ICollector)
Declaration
public override void Score(ICollector collector)
Parameters
Type |
Name |
Description |
ICollector |
collector |
|
|
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 |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|