You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by amid <am...@donanza.com> on 2015/06/17 10:06:52 UTC

Re: Indexing & search list of Key/Value pairs

Hi,

Found the best way to do it (for the ones which will read it in the future).
Starting from Solr 4.8 nested documents can be used so for the document we
can created child document with the key & value as fields for each ley,
using block join queries will close to loop and give the ability to search
document with a nested document matching the query.

Hope this will help.
Thanks,
Ami



--
View this message in context: http://lucene.472066.n3.nabble.com/Indexing-search-list-of-Key-Value-pairs-tp4156206p4212357.html
Sent from the Solr - User mailing list archive at Nabble.com.