Package | Description |
---|---|
org.apache.solr.parser |
Solr native variant of the Lucene Classic QueryParser
|
org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
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
|
SolrQueryParserBase.SynonymQueryStyle
Query strategy when analyzed query terms overlap the same position (ie synonyms)
consider if pants and khakis are query time synonyms
SolrQueryParserBase.SynonymQueryStyle.AS_SAME_TERM
SolrQueryParserBase.SynonymQueryStyle.PICK_BEST
SolrQueryParserBase.SynonymQueryStyle.AS_DISTINCT_TERMS |
Token
Describes the input token stream.
|
Class and Description |
---|
SolrQueryParserBase.SynonymQueryStyle
Query strategy when analyzed query terms overlap the same position (ie synonyms)
consider if pants and khakis are query time synonyms
SolrQueryParserBase.SynonymQueryStyle.AS_SAME_TERM
SolrQueryParserBase.SynonymQueryStyle.PICK_BEST
SolrQueryParserBase.SynonymQueryStyle.AS_DISTINCT_TERMS |
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.
|
SolrQueryParserBase.SynonymQueryStyle
Query strategy when analyzed query terms overlap the same position (ie synonyms)
consider if pants and khakis are query time synonyms
SolrQueryParserBase.SynonymQueryStyle.AS_SAME_TERM
SolrQueryParserBase.SynonymQueryStyle.PICK_BEST
SolrQueryParserBase.SynonymQueryStyle.AS_DISTINCT_TERMS |
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-2019 Apache Software Foundation. All Rights Reserved.