From 95eb8721c6e78a53f338f0e153980c658473a129 Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Sat, 4 May 2002 13:34:05 +0000 Subject: [PATCH] - Lucene Indexing Demo docs. Minimalistic at present. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150750 13f79535-47bb-0310-9956-ffa450edef68 --- .../contributions/XML-Indexing-Demo/README.txt | 2 ++ .../xdocs/about-LuceneIndexingDemo.xml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 sandbox/contributions/XML-Indexing-Demo/README.txt create mode 100644 sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml diff --git a/sandbox/contributions/XML-Indexing-Demo/README.txt b/sandbox/contributions/XML-Indexing-Demo/README.txt new file mode 100644 index 00000000000..9d84d4423da --- /dev/null +++ b/sandbox/contributions/XML-Indexing-Demo/README.txt @@ -0,0 +1,2 @@ +Lucene Indexing Demo illustrates how one can parse and index XML documents +using a SAX2 or DOM with Lucene. diff --git a/sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml b/sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml new file mode 100644 index 00000000000..fe7b4293ff8 --- /dev/null +++ b/sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml @@ -0,0 +1,17 @@ + + + +Aruna +Otis Gospodnetic +Lucene Indexing Demo + + + + +
+

Lucene Indexing Demo illustrates how one can parse XML documents +using a SAX2 or DOM and index them with Lucene.

+
+ + +
\ No newline at end of file