:
: 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
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
: Erik Hatcher [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 14. März 2007 11:55
An: solr-user@lucene.apache.org
Betreff: Re: Index arbitrary xml-elments in only one field without copying
Thomas - you will need to do this client-side if you don't want to
use copyField. The client needs to g
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
Hello
I'm currently evaluate solr for our needs. In a first step I used your
example and adapted the “schema.xml”.
In contrast to the example docs provided I haven't homogeneous
documents, which means I only want to index to two fields. This fields
are the uniqueKey (docno) and a textfield (text)