Created 11-24-2016 09:39 AM
I have a Solr Banana dashboard that has shows some panels with charts and tables. How to load millions of record which has been already indexed through Solr successfully. Banana dashboard is not loading with above mentioned things and throwing me error as below.
"Uncaught Error: Load timeout for modules: jquery.flot.pie,jquery.flot.selection,jquery.flot.time,jquery.flot.stack,jquery.flot.stackpercent,panels/histogram/interval"
For small amount of data it loads successfully. But for a bigger amount of data it is giving me this error. I have indexed these whole 100 million data in one single core of solr.
Please help me out of this problem. Thanks in advance.