Method Check
Check(Query)
Check the types of things query objects should be able to do.
Declaration
public static void Check(Query q)
Parameters
Type |
Name |
Description |
Query |
q |
|
Check(Random, Query, IndexSearcher, Similarity)
Declaration
public static void Check(Random random, Query q1, IndexSearcher s, Similarity similarity)
Parameters
Type |
Name |
Description |
Random |
random |
|
Query |
q1 |
|
IndexSearcher |
s |
|
Similarity |
similarity |
|
Check(Random, Query, IndexSearcher, Boolean, Similarity)
Declaration
public static void Check(Random random, Query q1, IndexSearcher s, bool wrap, Similarity similarity)
Parameters
Type |
Name |
Description |
Random |
random |
|
Query |
q1 |
|
IndexSearcher |
s |
|
System.Boolean |
wrap |
|
Similarity |
similarity |
LUCENENET specific
Removes dependency on
|