Java org.apache.lucene.util QueryBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util QueryBuilder fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.util.QueryBuilder has subclasses.
Click this link to see all its subclasses.

Implementation

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

Constructor

QueryBuilder(Analyzer analyzer)
Creates a new QueryBuilder using the given analyzer.

Method

QuerycreatePhraseQuery(String field, String queryText)
Creates a phrase query from the query text.
QuerycreatePhraseQuery(String field, String queryText, int phraseSlop)
Creates a phrase query from the query text.