- 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:
Otis Gospodnetic 2006-02-25 20:43:32 +00:00
parent 87768c51c6
commit b9fdf6d4e5
2 changed files with 26 additions and 0 deletions

View File

@ -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>

View File

@ -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>