Package | Description |
---|---|
org.apache.solr.parser |
Solr native variant of the Lucene Classic QueryParser
|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Class and Description |
---|
CharStream
This interface describes a character stream that maintains line and
column number positions of the characters.
|
ParseException
This exception is thrown when parse errors are encountered.
|
QueryParser.Operator
The default operator for parsing queries.
|
QueryParserConstants
Token literal values and constants.
|
QueryParserTokenManager
Token Manager.
|
SolrQueryParserBase
This class is overridden by QueryParser in QueryParser.jj
and acts to separate the majority of the Java code from the .jj grammar file.
|
SolrQueryParserBase.MagicFieldName
Identifies the list of all known "magic fields" that trigger
special parsing behavior
|
Token
Describes the input token stream.
|
Class and Description |
---|
QueryParser |
QueryParser.Operator
The default operator for parsing queries.
|
QueryParserConstants
Token literal values and constants.
|
SolrQueryParserBase
This class is overridden by QueryParser in QueryParser.jj
and acts to separate the majority of the Java code from the .jj grammar file.
|
Class and Description |
---|
QueryParser |
QueryParserConstants
Token literal values and constants.
|
SolrQueryParserBase
This class is overridden by QueryParser in QueryParser.jj
and acts to separate the majority of the Java code from the .jj grammar file.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.