Java org.apache.lucene.queryparser.simple SimpleQueryParser fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.queryparser.simple.SimpleQueryParser has subclasses.
Click this link to see all its subclasses.

Constructor

SimpleQueryParser(Analyzer analyzer, String field)
Creates a new parser searching over a single field.
SimpleQueryParser(Analyzer analyzer, Map weights)
Creates a new parser searching over multiple fields with different weights.