Package | Description |
---|---|
org.apache.solr.parser |
Solr native variant of the Lucene Classic QueryParser
|
Modifier and Type | Method and Description |
---|---|
ParseException |
QueryParser.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryParser.Clause(String field) |
int |
QueryParser.Conjunction() |
int |
QueryParser.Modifiers() |
Query |
QueryParser.Query(String field) |
Query |
QueryParser.Term(String field) |
abstract Query |
SolrQueryParserBase.TopLevelQuery(String field) |
Query |
QueryParser.TopLevelQuery(String field) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.