Re: Passing XML objects to the analyzer ?

2005-04-20 Thread Paul Libbrecht
44 PM To: java-user@lucene.apache.org Subject: Re: Passing XML objects to the analyzer ? Le 19 avr. 05, à 22:50, Erik Hatcher a écrit : The only catch that I know if is that an Analyzer is invoked on a per-field basis. I can't tell exactly what you have in mind, but a Lucene Analyzer cannot spl

RE: Passing XML objects to the analyzer ?

2005-04-20 Thread Vanlerberghe, Luc
ntain 'raw' data. Luc -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 11:44 PM To: java-user@lucene.apache.org Subject: Re: Passing XML objects to the analyzer ? Le 19 avr. 05, à 22:50, Erik Hatcher a écrit : > The only catch

Re: Passing XML objects to the analyzer ?

2005-04-19 Thread Paul Libbrecht
Le 19 avr. 05, à 22:50, Erik Hatcher a écrit : The only catch that I know if is that an Analyzer is invoked on a per-field basis. I can't tell exactly what you have in mind, but a Lucene Analyzer cannot split data into separate fields itself - it has to have been split prior. That's an easy one

Re: Passing XML objects to the analyzer ?

2005-04-19 Thread Erik Hatcher
On Apr 19, 2005, at 3:55 PM, Paul Libbrecht wrote: Hi, I am working on an index to search XML data in a fixed format that I master well... The idea is that the XML content (which I have as JDOM object) actually carries the semantic which would be best converted directly into tokens by something

Passing XML objects to the analyzer ?

2005-04-19 Thread Paul Libbrecht
Hi, I am working on an index to search XML data in a fixed format that I master well... The idea is that the XML content (which I have as JDOM object) actually carries the semantic which would be best converted directly into tokens by something like an analyzer. However, adding fields is done no