- Syntax fix.

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-05-21 16:14:29 +00:00
parent 46e1e54350
commit 296a06ce90
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ This is the README file for XML Indexing Demo contributed by Aruna Raghavan.
$Id$
Lucene Indexing Demo illustrates how one can parse and index XML documents
using a SAX2 or DOM with Lucene.
using a SAX2 or DOM parser with Lucene.