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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.search.Query has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.lucene.search.Query has the following implementations.
Click this link to see all its implementation.

Constructor

Method

WeightcreateWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)
Expert: Constructs an appropriate Weight implementation for this query.
booleanequals(Object obj)
Override and implement query instance equivalence properly in a subclass.
inthashCode()
Override and implement query hash code properly in a subclass.
Queryrewrite(IndexReader reader)
Expert: called to re-write queries into primitive queries.
StringtoString(String field)
Prints a query to a string, with field assumed to be the default field and omitted.
StringtoString()
Prints a query to a string.