Package | Description |
---|---|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.queryParser.analyzing |
Modifier and Type | Class and Description |
---|---|
class |
MultiFieldQueryParser
A QueryParser which constructs queries to search multiple fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyzingQueryParser
Overrides Lucene's default QueryParser so that Fuzzy-, Prefix-, Range-, and WildcardQuerys
are also passed through the given analyzer, but
? and * don't get
removed from the search terms. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.