Java org.apache.lucene.queryparser.xml CorePlusExtensionsParser fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CorePlusExtensionsParser(Analyzer analyzer, QueryParser parser)
Construct an XML parser that uses a single instance QueryParser for handling UserQuery tags - all parse operations are synchronized on this parser
CorePlusExtensionsParser(String defaultField, Analyzer analyzer)
Constructs an XML parser that creates a QueryParser for each UserQuery request.