Re: Search Correlated Data between Multivalued Fields

2011-11-09 Thread Andre Bois-Crettez
Something like : David T. Webb wrote: Can you point me to the docs on how to create the additional flat index of note? Thx for the quick reply. Dave. Sent from my iPhone On Nov 9, 2011, at 6:03 AM, "Andre Bois-Crettez" wrote: I do not think this is possbile directly out of the box

Re: Search Correlated Data between Multivalued Fields

2011-11-09 Thread David T. Webb
Can you point me to the docs on how to create the additional flat index of note? Thx for the quick reply. Dave. Sent from my iPhone On Nov 9, 2011, at 6:03 AM, "Andre Bois-Crettez" wrote: > I do not think this is possbile directly out of the box in Solr. > > A quick workaround would be to f

Re: Search Correlated Data between Multivalued Fields

2011-11-09 Thread Andre Bois-Crettez
I do not think this is possbile directly out of the box in Solr. A quick workaround would be to fully denormalize the data, ie instead of multivalued notes for a customer, have a completely flat index of customer_note. Or maybe a custom request handler plugin could actually check that matches

Search Correlated Data between Multivalued Fields

2011-11-08 Thread David T. Webb
I have a normalized database schema that I have flattened out to create a Solr schema. My question is with regards to searching the multivalued fields that are correlated from the sub-entity in the DataInputHandler. Example I have 2 tables CUSTOMER and NOTE Customer can have one to many n