| Package | Description |
|---|---|
| org.apache.lucene.queryparser.flexible.precedence |
Precedence Query Parser Implementation
|
| org.apache.lucene.queryparser.flexible.standard |
Implementation of the Lucene classic query parser using the flexible query parser frameworks
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrecedenceQueryParser
This query parser works exactly as the standard query parser (
StandardQueryParser ),
except that it respect the boolean precedence, so <a AND b OR c AND d> is parsed to <(+a +b) (+c +d)>
instead of <+a +b +c +d>. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardQueryParser
This class is a helper that enables users to easily use the Lucene query
parser.
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.