banana
banana copied to clipboard
Searching across all collections simultaneously in banana 1.5
I have a Solr environment that creates collections per day (with multiple shards). How can I search across all of these simultaneously rather than picking one collection at a time.
Doug,
You can use collection aliases in Solr to achieve this, without making any changes to the front-end UI.
Please see:
http://blog.cloudera.com/blog/2013/10/collection-aliasing-near-real-time-search-for-really-big-data/ http://blog.cloudera.com/blog/2013/10/collection-aliasing-near-real-time-search-for-really-big-data/ https://cwiki.apache.org/confluence/display/solr/Collections+API https://cwiki.apache.org/confluence/display/solr/Collections+API
Regards, Ravi
On Jan 15, 2015, at 7:13 AM, Doug McClure [email protected] wrote:
I have a Solr environment that creates collections per day (with multiple shards). How can I search across all of these simultaneously rather than picking one collection at a time.
— Reply to this email directly or view it on GitHub https://github.com/LucidWorks/banana/issues/102.
Cool, that worked. Need some automated feature to discover new collections and append them to existing ones. Having a collection management (build aliases, etc...) would be a nice panel to add for overall dashboard creation/management.
Can these aliases be discovered and added to the collections picker?
Is it possible to have an alias for collections of different structure? So we could use multiple different collections on the same dashboard.. thanks!