mirror of https://github.com/apache/lucene.git
18 lines
352 B
XML
18 lines
352 B
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<author>Aruna Raghavan</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>
|