Example usage for org.apache.lucene.util QueryBuilder subclass-usage

List of usage examples for org.apache.lucene.util QueryBuilder subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.util QueryBuilder subclass-usage.

Usage

From source file jp.scaleout.elasticsearch.plugins.queryparser.classic.QueryParserBase.java

/** This class is overridden by QueryParser in QueryParser.jj
 * and acts to separate the majority of the Java code from the .jj grammar file. 
 */
public abstract class QueryParserBase extends QueryBuilder implements CommonQueryParserConfiguration {

    /** Do not catch this exception in your code, it means you are using methods that you should no longer use. */

From source file org.apache.solr.parser.SolrQueryParserBase.java

/** This class is overridden by QueryParser in QueryParser.jj
 * and acts to separate the majority of the Java code from the .jj grammar file. 
 */
public abstract class SolrQueryParserBase extends QueryBuilder {

    static final int CONJ_NONE = 0;

From source file org.easynet.resource.queryparser.QueryParserBase.java

/**
 * This class is overridden by QueryParser in QueryParser.jj and acts to
 * separate the majority of the Java code from the .jj grammar file.
 */
public abstract class QueryParserBase extends QueryBuilder {

From source file org.tallison.lucene.queryparser.spans.AnalyzingQueryParserBase.java

/**
 * Enables setting different analyzers for whole term vs. 
 * multiTerm (wildcard, fuzzy, prefix).
 * <p>
 * To set different analyzers per field, use PerFieldAnalyzerWrapper.
 * This class also has hooks to allow subclassing to enable different