Then are there some other alternative so that we can achieve the goal. As
querying with this way of set of foreign id is really going to make the
query very large and the response is also awaited for
long(previously tested with the standalone Solr core with Master Slave
Architecture).
Thanks!
My first answer is "don't do it that way" :).
Solr works best with flattened (de-normlized) data. If at all
possible, you _really_ would be better off combining the two
collections and flattening the data even though there would be more
data.
Whenever I see a question like this, I wonder if you'r
Hi All,
I was curious to know how multiple Collection communication be achieved? If
yes then by what means.
The use case says, having multiple collection I need to query the first
collection and get the unique ids from first collection to query the second
one(Foreign Key Relation). Now if the no.