Searched refs:getDefaultOperator (Results 1 - 9 of 9) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DLuceneQParserPlugin.java75 QueryParser.Operator operator = getReq().getSchema().getSolrQueryParser(null).getDefaultOperator();
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/precedence/
H A DTestPrecedenceQueryParser.java251 assertEquals(StandardQueryConfigHandler.Operator.OR, qp.getDefaultOperator());
253 assertEquals(StandardQueryConfigHandler.Operator.AND, qp.getDefaultOperator());
255 assertEquals(StandardQueryConfigHandler.Operator.OR, qp.getDefaultOperator());
/lucene-3.6.0/lucene/contrib/queryparser/src/java/org/apache/lucene/queryParser/standard/
H A DQueryParserWrapper.java343 public Operator getDefaultOperator() { method in class:QueryParserWrapper
H A DStandardQueryParser.java187 public StandardQueryConfigHandler.Operator getDefaultOperator() { method in class:StandardQueryParser
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/
H A DTestQueryParserWrapper.java440 assertEquals(QueryParserWrapper.OR_OPERATOR, qp.getDefaultOperator());
442 assertEquals(QueryParserWrapper.AND_OPERATOR, qp.getDefaultOperator());
444 assertEquals(QueryParserWrapper.OR_OPERATOR, qp.getDefaultOperator());
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/queryParser/
H A DQueryParserTestBase.java365 assertEquals(QueryParser.OR_OPERATOR, qp.getDefaultOperator());
367 assertEquals(QueryParser.AND_OPERATOR, qp.getDefaultOperator());
369 assertEquals(QueryParser.OR_OPERATOR, qp.getDefaultOperator());
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/queryParser/
H A DQueryParserTestBase.java362 assertEquals(QueryParser.OR_OPERATOR, qp.getDefaultOperator());
364 assertEquals(QueryParser.AND_OPERATOR, qp.getDefaultOperator());
366 assertEquals(QueryParser.OR_OPERATOR, qp.getDefaultOperator());
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/queryParser/
H A DQueryParser.jj394 public Operator getDefaultOperator() {
H A DQueryParser.java370 public Operator getDefaultOperator() { method in class:QueryParser

Completed in 423 milliseconds