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