mirror of https://github.com/apache/lucene.git
- Package description from Paul Elschot
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@380989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87768c51c6
commit
b9fdf6d4e5
|
@ -0,0 +1,11 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Surround parser package</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
This package contains the QueryParser.jj source file for the Surround parser.
|
||||||
|
<p/>
|
||||||
|
Parsing the text of a query results in a SrndQuery in the
|
||||||
|
org.apache.lucene.queryParser.surround.query package.
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,15 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Surround query package</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
This package contains SrndQuery and its subclasses.
|
||||||
|
<p/>
|
||||||
|
The parser in the org.apache.lucene.queryParser.surround.parser package
|
||||||
|
normally generates a SrndQuery.
|
||||||
|
<p/>
|
||||||
|
For searching an org.apache.lucene.search.Query is provided by
|
||||||
|
the SrndQuery.makeLuceneQueryField method.
|
||||||
|
For this, TermQuery, BooleanQuery and SpanQuery are used from Lucene.
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue