I need to index three completely unrelated elements (say, products, blog posts, location).
No where there will be a search that will combine results from this elements.
Intuitively, it makes sense to me to separate and index each element in it's own instance of SOLR. I guess I can use one instance and then have some extra field to differentiate each element, so they won't return in the same query.
Which approach is the best? (three elements, totally un-related, 10 of thousands of records each).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
If you have 3 completely unrelated elements, its better to maintain different cores for each of the elements. More info @ http://wiki.apache.org/solr/CoreAdmin |
|||
|
|