mirror of https://github.com/apache/lucene.git
17 lines
342 B
XML
17 lines
342 B
XML
|
<?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>
|