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