Example usage for org.apache.lucene.queryparser.simple SimpleQueryParser subclass-usage

List of usage examples for org.apache.lucene.queryparser.simple SimpleQueryParser subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.queryparser.simple SimpleQueryParser subclass-usage.

Usage

From source file org.codelibs.elasticsearch.index.query.SimpleQueryParser.java

/**
 * Wrapper class for Lucene's SimpleQueryParser that allows us to redefine
 * different types of queries.
 */
public class SimpleQueryParser extends org.apache.lucene.queryparser.simple.SimpleQueryParser {

From source file org.elasticsearch.index.query.SimpleQueryParser.java

/**
 * Wrapper class for Lucene's SimpleQueryParser that allows us to redefine
 * different types of queries.
 */
public class SimpleQueryParser extends org.apache.lucene.queryparser.simple.SimpleQueryParser {

From source file org.elasticsearch.index.search.SimpleQueryStringQueryParser.java

/**
 * Wrapper class for Lucene's SimpleQueryStringQueryParser that allows us to redefine
 * different types of queries.
 */
public class SimpleQueryStringQueryParser extends SimpleQueryParser {

From source file org.hibernate.search.query.dsl.impl.ConnectedSimpleQueryParser.java

/**
 * A FieldsContext aware implementation of the SimpleQueryParser of Lucene.
 *
 * @author Guillaume Smet
 */
public class ConnectedSimpleQueryParser extends SimpleQueryParser {