From b9fdf6d4e5800dabb79e381f74235931e4e91e71 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sat, 25 Feb 2006 20:43:32 +0000 Subject: [PATCH] - Package description from Paul Elschot git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@380989 13f79535-47bb-0310-9956-ffa450edef68 --- .../queryParser/surround/parser/package.html | 11 +++++++++++ .../queryParser/surround/query/package.html | 15 +++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/package.html create mode 100644 contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/package.html diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/package.html b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/package.html new file mode 100644 index 00000000000..f4105e3483f --- /dev/null +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/package.html @@ -0,0 +1,11 @@ + + + Surround parser package + + + This package contains the QueryParser.jj source file for the Surround parser. +

+ Parsing the text of a query results in a SrndQuery in the + org.apache.lucene.queryParser.surround.query package. + + diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/package.html b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/package.html new file mode 100644 index 00000000000..a967f4e2615 --- /dev/null +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/package.html @@ -0,0 +1,15 @@ + + + Surround query package + + + This package contains SrndQuery and its subclasses. +

+ The parser in the org.apache.lucene.queryParser.surround.parser package + normally generates a SrndQuery. +

+ 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. + +