Re: SOLR: Array Key to Value on Result

2018-05-19 Thread Erick Erickson
"The Solr Way" (tm) would be to flatten the data and store multiple records, i.e. id key lang lang_display 1_EN 1ENindia 1_TAM 1TAM \u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe where lang was indexed but possibly not stored

Re: SOLR: Array Key to Value on Result

2018-05-19 Thread Doss
Hi, I found a work around for our requirement with the help of Transforming Result Documents. https://lucene.apache.org/solr/guide/7_3/transforming-result-documents.html#subquery I need insights about the performance impact (if any) this is going to create. I assume this transformation is happen