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

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

Introduction

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

The text is from its open source code.

Field

OperatorAND_OPERATOR
Alternative form of QueryParser.Operator.AND
OperatorOR_OPERATOR
Alternative form of QueryParser.Operator.OR

Method

Stringescape(String s)
Returns a String where those characters that QueryParser expects to be escaped are escaped by a preceding \.