Java org.apache.lucene.queryparser.classic QueryParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queryparser.classic QueryParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.queryparser.classic QueryParser.

The text is from its open source code.

Subclass

org.apache.lucene.queryparser.classic.QueryParser has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.lucene.queryparser.classic.QueryParser has the following implementations.
Click this link to see all its implementation.

Constructor

QueryParser(String f, Analyzer a)
Create a query parser.

Method

voidsetAutoGeneratePhraseQueries(boolean value)
Set to true if phrase queries will be automatically generated when the analyzer returns more than one term from whitespace delimited text.