Mailing List Archive

cvs commit: jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/xdocs about-LuceneIndexingDemo.xml
otis 02/05/04 06:34:05

Added: contributions/XML-Indexing-Demo README.txt
contributions/XML-Indexing-Demo/xdocs
about-LuceneIndexingDemo.xml
Log:
- Lucene Indexing Demo docs. Minimalistic at present.

Revision Changes Path
1.1 jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/README.txt

Index: README.txt
===================================================================
Lucene Indexing Demo illustrates how one can parse and index XML documents
using a SAX2 or DOM with Lucene.



1.1 jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml

Index: about-LuceneIndexingDemo.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>



--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>
cvs commit: jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/xdocs about-LuceneIndexingDemo.xml [ In reply to ]
otis 02/05/04 07:39:50

Modified: contributions/XML-Indexing-Demo README.txt
contributions/XML-Indexing-Demo/xdocs
about-LuceneIndexingDemo.xml
Log:
- Added contributor's full name.

Revision Changes Path
1.2 +4 -0 jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/README.txt

Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 4 May 2002 13:34:05 -0000 1.1
+++ README.txt 4 May 2002 14:39:50 -0000 1.2
@@ -1,2 +1,6 @@
+This is the README file for XML Indexing Demo contributed by Aruna Raghavan.
+
+$Id: README.txt,v 1.2 2002/05/04 14:39:50 otis Exp $
+
Lucene Indexing Demo illustrates how one can parse and index XML documents
using a SAX2 or DOM with Lucene.



1.2 +2 -2 jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml

Index: about-LuceneIndexingDemo.xml
===================================================================
RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/XML-Indexing-Demo/xdocs/about-LuceneIndexingDemo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- about-LuceneIndexingDemo.xml 4 May 2002 13:34:05 -0000 1.1
+++ about-LuceneIndexingDemo.xml 4 May 2002 14:39:50 -0000 1.2
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<document>
<properties>
-<author>Aruna</author>
+<author>Aruna Raghavan</author>
<author>Otis Gospodnetic</author>
<title>Lucene Indexing Demo</title>
</properties>
@@ -14,4 +14,4 @@
</section>

</body>
-</document>
\ No newline at end of file
+</document>




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>