Re: Index arbitrary xml-elments in only one field without copying

2007-03-14 Thread Chris Hostetter
: : IMHO this could be something to add for future versions of solr. The : Terrier IR-framework for example and other IR solutions allow to specify : different XML-elements, which should be indexed in only one (lucene) field. I don't know anythign about Terrier, but there are lots of simple ways t

Re: Index arbitrary xml-elments in only one field without copying

2007-03-14 Thread thomas arni
Thanks for your reply Erik. I will use your suggested approach. IMHO this could be something to add for future versions of solr. The Terrier IR-framework for example and other IR solutions allow to specify different XML-elements, which should be indexed in only one (lucene) field. As I said i

Re: Index arbitrary xml-elments in only one field without copying

2007-03-14 Thread Erik Hatcher
Thomas - you will need to do this client-side if you don't want to use copyField. The client needs to gather up all the text you want indexed and send that as Erik On Mar 14, 2007, at 3:50 AM, thomas arni wrote: Hello I'm currently evaluate solr for our needs. In a first st