RE: indexing key value pair into lucene solr index

2011-10-24 Thread Jaeger, Jay - DOT
onday, October 24, 2011 6:42 AM To: solr-user@lucene.apache.org Subject: indexing key value pair into lucene solr index hi, in my use case i have list of key value pairs in each document object, if i index them as separate index fields then in the result doc object i will get two arrays corresponding to my

Re: indexing key value pair into lucene solr index

2011-10-24 Thread Ken Krugler
On Oct 24, 2011, at 1:41pm, jame vaalet wrote: > hi, > in my use case i have list of key value pairs in each document object, if i > index them as separate index fields then in the result doc object i will get > two arrays corresponding to my keys and values. The problem i face here is > that the

Re: indexing key value pair into lucene solr index

2011-10-24 Thread karsten-solr
use position or payloads to connect key and value > > - tell the forum your exact use-case with examples > > > > Best regrads > > Karsten > > > > Original-Nachricht ---- > > > Datum: Mon, 24 Oct 2011 17:11:49 +0530 > > > Von: jame v

Re: indexing key value pair into lucene solr index

2011-10-24 Thread jame vaalet
es > > Best regrads > Karsten > > Original-Nachricht > > Datum: Mon, 24 Oct 2011 17:11:49 +0530 > > Von: jame vaalet > > An: solr-user@lucene.apache.org > > Betreff: indexing key value pair into lucene solr index > > > hi, > > in my use cas

Re: indexing key value pair into lucene solr index

2011-10-24 Thread karsten-solr
to connect key and value - tell the forum your exact use-case with examples Best regrads Karsten Original-Nachricht > Datum: Mon, 24 Oct 2011 17:11:49 +0530 > Von: jame vaalet > An: solr-user@lucene.apache.org > Betreff: indexing key value pair into lucene solr in

indexing key value pair into lucene solr index

2011-10-24 Thread jame vaalet
hi, in my use case i have list of key value pairs in each document object, if i index them as separate index fields then in the result doc object i will get two arrays corresponding to my keys and values. The problem i face here is that there wont be any mapping between those keys and values. do w