Java org.apache.lucene.search QueryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search QueryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search QueryUtils.

The text is from its open source code.

Method

voidcheck(Query q)
Check the types of things query objects should be able to do.
voidcheck(Random random, Query q1, IndexSearcher s)
Various query sanity checks on a searcher, some checks are only done for instanceof IndexSearcher.
voidcheckEqual(Query q1, Query q2)
voidcheckHashEquals(Query q)
check very basic hashCode and equals
voidcheckUnequal(Query q1, Query q2)