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
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
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
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
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
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