Re: SOLR - any open source framework

2015-01-06 Thread Vishal Swaroop
Thanks a lot... We are in the process of analyzing what to use with SOLR... On Jan 6, 2015 5:30 PM, "Roman Chyla" wrote: > We've compared several projects before starting - AngularJS was on them, > it is great for stuff where you could find components (already prepared) > but writing custom comp

Re: SOLR - any open source framework

2015-01-06 Thread Roman Chyla
We've compared several projects before starting - AngularJS was on them, it is great for stuff where you could find components (already prepared) but writing custom components was easier in other framworks (you need to take this statement with grain of salt: it was specific to our situation), but

Re: SOLR - any open source framework

2015-01-06 Thread Vishal Swaroop
Thanks Roman... I will check it... Maybe it's off topic but how about Angular... On Jan 6, 2015 5:17 PM, "Roman Chyla" wrote: > Hi Vishal, Alexandre, > > Here is another one, using Backbone, just released v1.0.16 > > https://github.com/adsabs/bumblebee > > you can see it in action: http://ui.adsl

Re: SOLR - any open source framework

2015-01-06 Thread Vishal Swaroop
Great... Thanks for the inputs... I explored Velocity respond writer some posts suggest it is good for prototyping but not for production... On Jan 6, 2015 4:59 PM, "Alexandre Rafalovitch" wrote: > That's very general question. So, the following are three random ideas > just to get you started to

Re: SOLR - any open source framework

2015-01-06 Thread Roman Chyla
Hi Vishal, Alexandre, Here is another one, using Backbone, just released v1.0.16 https://github.com/adsabs/bumblebee you can see it in action: http://ui.adslabs.org/ While it primarily serves our own needs, I tried to architect it to be extendible (within reasonable limits of code, man power)

Re: SOLR - any open source framework

2015-01-06 Thread Erick Erickson
There's also the VelocityResponseWriter that comes with Solr. It takes some effort to modify, but not a lot. It's useful for very fast iterations. Best, Erick On Tue, Jan 6, 2015 at 1:58 PM, Alexandre Rafalovitch wrote: > That's very general question. So, the following are three random ideas > j

Re: SOLR - any open source framework

2015-01-06 Thread Alexandre Rafalovitch
That's very general question. So, the following are three random ideas just to get you started to think of options. *) spring.io (Spring Data Solr) + Vaadin *) http://gethue.com/ (it's primarily Hadoop, but has Solr UI builder too) *) http://projectblacklight.org/ Regards, Alex. Sign up

SOLR - any open source framework

2015-01-06 Thread Vishal Swaroop
I am new to SOLR and was able to configure, run samples as well as able to index data using DIH (from database). Just wondering if there are open source framework to query and display/visualize. Regards