Java org.apache.lucene.queryparser.flexible.standard CommonQueryParserConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queryparser.flexible.standard CommonQueryParserConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.queryparser.flexible.standard CommonQueryParserConfiguration.

The text is from its open source code.

Implementation

org.apache.lucene.queryparser.flexible.standard.CommonQueryParserConfiguration has the following implementations.
Click this link to see all its implementation.

Method

voidsetAllowLeadingWildcard(boolean allowLeadingWildcard)
Set to true to allow leading wildcard characters.
voidsetMultiTermRewriteMethod(MultiTermQuery.RewriteMethod method)
By default, it uses MultiTermQuery#CONSTANT_SCORE_REWRITE when creating a prefix, wildcard and range queries.
voidsetPhraseSlop(int defaultPhraseSlop)
Sets the default slop for phrases.