check

fun check(q: Query)

Check the types of things query objects should be able to do.


fun check(random: Random, q1: Query, s: IndexSearcher, wrap: Boolean = true)

Various query sanity checks on a searcher, some checks are only done for instanceof IndexSearcher.

See also