mirror of https://github.com/apache/lucene.git
- 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:
parent
61d966bb04
commit
95eb8721c6
|
@ -0,0 +1,2 @@
|
|||
Lucene Indexing Demo illustrates how one can parse and index XML documents
|
||||
using a SAX2 or DOM with Lucene.
|
|
@ -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>
|
Loading…
Reference in New Issue