Re: Re-index Parent-Child Schema

2014-03-25 Thread Vijay Kokatnur
Hello Mikhail, Thanks for the suggestions. It took some time to get to this - 1. FieldsCollapsing cannot be done on Multivalue fields - https://wiki.apache.org/solr/FieldCollapsing 2. Join acts on documents, how can I use it to join multi-value fields in the same document? 3. Block-join requir

Re: Re-index Parent-Child Schema

2014-03-13 Thread Mikhail Khludnev
Hello Vijay, You can try FieldCollepsing, Join, Block-join, or just concatenate both field and search for concatenation. On Thu, Mar 13, 2014 at 7:16 AM, Vijay Kokatnur wrote: > Hi, > > I've inherited an Solr application with a Schema that contains parent-child > relationship. All child element