RE: XMLIndexingDemo.

2003-12-04 Thread Otis Gospodnetic
Tun,

There is nothing that 'comes out of the box' and works on whatever XML
file you give it.  However, there are tools that you can use to parse
any kind of XML file and prepare it for indexing.
Look at the Resource section of Lucene's site, there is a link to an
article that describes how to parse XML with Digester and then index
and search it with Lucene.
It will require you to do some custom java programming, though.

Otis


--- Tun Lin <[EMAIL PROTECTED]> wrote:
> Or supports all xml files in that particular directory? 
> 
> -Original Message-
> From: Tun Lin [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, December 04, 2003 6:27 PM
> To: Lucene user list
> Subject: XMLIndexingDemo.
> 
> Hi,
> 
> I have tried the XMLIndexingDemo. It only supports indexing one xml
> file at a
> time and delete the old one. Also, I customerInfo tag can have only 1
> . Is
> there an open source that supports 1 customerInfo tag with many
> ? 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: XMLIndexingDemo.

2003-12-04 Thread Tun Lin
Or supports all xml files in that particular directory? 

-Original Message-
From: Tun Lin [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 04, 2003 6:27 PM
To: Lucene user list
Subject: XMLIndexingDemo.

Hi,

I have tried the XMLIndexingDemo. It only supports indexing one xml file at a
time and delete the old one. Also, I customerInfo tag can have only 1 . Is
there an open source that supports 1 customerInfo tag with many ? 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]