banana icon indicating copy to clipboard operation
banana copied to clipboard

Searching across all collections simultaneously in banana 1.5

Open dougmcclure opened this issue 10 years ago • 4 comments
trafficstars

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.

dougmcclure avatar Jan 15 '15 15:01 dougmcclure

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.

ravikmurthy avatar Jan 15 '15 16:01 ravikmurthy

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.

dougmcclure avatar Jan 15 '15 19:01 dougmcclure

Can these aliases be discovered and added to the collections picker?

dougmcclure avatar Jan 15 '15 19:01 dougmcclure

Is it possible to have an alias for collections of different structure? So we could use multiple different collections on the same dashboard.. thanks!

Tagar avatar Apr 10 '15 22:04 Tagar