In article 
<[EMAIL PROTECTED]>,
 "Simon Willnauer" <[EMAIL PROTECTED]> wrote:

> http://www.google.com/search?hl=de&q=Lucene+XML+analyze&btnG=Google-Suche&meta
> =

Yeah, I'd seen that.  I was hoping for something a bit more tightly 
integrated than Digester.  More specifically, I already parse my 
documents with SAX and save the indexable stuff. But I pass plaintext to 
the indexer and I have a problem with the highlighter against the XML.

What I'd like to do is insert markup XML into the document's XML and 
pass it through a style sheet.  But I can't pass XML directly into the 
index because of all the XML syntax.  My assumption was that a 
XMLAnalyzer would address the issue because the tokens would have the 
correct offsets etc.

-arturo


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

Reply via email to