Re: How to add solr admin ui

2018-08-22 Thread Shawn Heisey
On 8/21/2018 7:11 PM, Ahmed Musallam wrote: I'd like to build a UI plugin for solr, I can see all the ui related assets in `/server/solr-webapp` but is there a way to add UI plugins without modifying the ui assets under `/server/solr-webapp`? by plugin, I mean some way I can add a some form of U

Re: How to add solr admin ui

2018-08-22 Thread Emir Arnautović
Hi Ahmed, I am not aware of some extension point in UI, but you can maybe use some combination of request handler and velocity response writer to get what you want, but you will not have some link in UI. Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Cons

How to add solr admin ui

2018-08-22 Thread Ahmed Musallam
Hi, I'd like to build a UI plugin for solr, I can see all the ui related assets in `/server/solr-webapp` but is there a way to add UI plugins without modifying the ui assets under `/server/solr-webapp`? by plugin, I mean some way I can add a some form of UI to the admin UI, and even better, make