- 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
This commit is contained in:
Otis Gospodnetic 2002-05-04 13:34:05 +00:00
parent 61d966bb04
commit 95eb8721c6
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Lucene Indexing Demo illustrates how one can parse and index XML documents
using a SAX2 or DOM with Lucene.

View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<document>
<properties>
<author>Aruna</author>
<author>Otis Gospodnetic</author>
<title>Lucene Indexing Demo</title>
</properties>
<body>
<section name="Description">
<p>Lucene Indexing Demo illustrates how one can parse XML documents
using a SAX2 or DOM and index them with Lucene.</p>
</section>
</body>
</document>