mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 11:05:29 +00:00
740ff44d60
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150754 13f79535-47bb-0310-9956-ffa450edef68
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>
|