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