Not exactly sure what you're asking with regards to Analyzers and
parsing XML...

But for parsing and indexing XML documents with Lucene, you can find a
lot of material out there by searching the list archives and using
google. However, the document I found most helpful was this piece
written by Otis:

http://www-128.ibm.com/developerworks/java/library/j-lucene/

I primarily used that to get me started with using Digester and Lucene
together to index XML documents. You can download Apache Commons
Digester from here:

http://jakarta.apache.org/commons/digester/

Peter

> -----Original Message-----
> From: Malcolm [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 01, 2005 11:02 AM
> To: java-user@lucene.apache.org
> Subject: Analysis
> 
> Hi,
> I've been reading my new project bible 'Lucene in Action' 
> about Analysis in Chapter 4 and wondered what others are 
> doing for indexing XML(if anyone else is, that is!).
> Are you folks just writing your own or utilising the current 
> Lucene analysis libraries?
> thanks,
> Malcolm Clark 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

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

Reply via email to