Re: New UI for SOLR-based projects

2015-02-02 Thread Jan Høydahl
Cool. For your information, there are multiple existing Solr proxies out there, one of them being mr. Smiley's one in Java. Also in PHP, Node etc. Here is one link, there are others as well https://github.com/evolvingweb/ajax-solr/wiki/Solr-proxies -- Jan Høydahl, search solution architect Comi

Re: New UI for SOLR-based projects

2015-01-30 Thread Lukáš Vlček
Nice work Roman! Lukas On Sat, Jan 31, 2015 at 4:36 AM, Roman Chyla wrote: > I gather from your comment that I should update readme, because there could > be people who would be inclined to use bumblebee development server in > production: Beware those who enter through this gate! :-) > > Your

Re: New UI for SOLR-based projects

2015-01-30 Thread Roman Chyla
I gather from your comment that I should update readme, because there could be people who would be inclined to use bumblebee development server in production: Beware those who enter through this gate! :-) Your point, that so far you haven't seen anybody share their middle layer can be addressed by

Re: New UI for SOLR-based projects

2015-01-30 Thread Shawn Heisey
On 1/30/2015 1:07 PM, Roman Chyla wrote: > There exists a new open-source implementation of a search interface for > SOLR. It is written in Javascript (using Backbone), currently in version > v1.0.19 - but new features are constantly coming. Rather than describing it > in words, please see it in ac

New UI for SOLR-based projects

2015-01-30 Thread Roman Chyla
Hi everybody, There exists a new open-source implementation of a search interface for SOLR. It is written in Javascript (using Backbone), currently in version v1.0.19 - but new features are constantly coming. Rather than describing it in words, please see it in action for yourself at http://ui.ads

Re: UI for Solr

2014-12-23 Thread Olivier Austina
Hi Alex, Thank you for prompt reply. I am not aware of Spring.io's Spring Data Solr. Regards Olivier 2014-12-23 16:50 GMT+01:00 Alexandre Rafalovitch : > You don't expose Solr directly to the user, it is not setup for > full-proof security out of the box. So you would need a client to talk > t

Re: UI for Solr

2014-12-23 Thread Alexandre Rafalovitch
You don't expose Solr directly to the user, it is not setup for full-proof security out of the box. So you would need a client to talk to Solr. Something like Spring.io's Spring Data Solr could be one of the things to check. You can see an auto-complete example for it at: https://github.com/arafal

UI for Solr

2014-12-23 Thread Olivier Austina
Hi, I would like to build a User Interface on top of Solr for PC and mobile. I am wondering if there is a framework, best practice commonly used. I want Solr features such as suggestion, auto complete, facet to be available for UI. Any suggestion is welcome. Than you. Regards Olivier

Re: UI for solr core admin?

2009-12-13 Thread Jason Rutherglen
So, net-net, I think the functionality of core admin is basic enough to implement a jsp for, though if the velocity thingy works out to the box, great! On Wed, Dec 9, 2009 at 10:33 PM, Mattmann, Chris A (388J) wrote: > Hi Jason, > > Patches welcome, though! :) > > Cheers, > Chris > > > > On 12/9/

Re: UI for solr core admin?

2009-12-11 Thread Chris Hostetter
: Well sure, Solr is no webapp framework. But you can do some things with the : ShowFileRequestHandler, like have static textual content (like CSS and While i think it's definitely important to have some basic admin functionality available in the war, at a certain point we should really just f

Re: UI for solr core admin?

2009-12-10 Thread Erik Hatcher
Well sure, Solr is no webapp framework. But you can do some things with the ShowFileRequestHandler, like have static textual content (like CSS and JavaScript, or just an HTML page) served up. And you can simply have a Velocity template with static text in it, and map it as a request handl

Re: UI for solr core admin?

2009-12-10 Thread Lance Norskog
There is a general problem here in that Solr has no configuration for content management. There is nowhere to throw in images and html pages as part of your velocity app either. On Wed, Dec 9, 2009 at 11:09 PM, Erik Hatcher wrote: > After I sent that, though, I realized that the core admin is spe

Re: UI for solr core admin?

2009-12-09 Thread Erik Hatcher
After I sent that, though, I realized that the core admin is special in that it isn't within the context of a single core. I'll have to research this and see, but I suspect there may be an issue with using VwR for this particular handler, as it wouldn't have a solr-home/conf/ velocity direc

Re: UI for solr core admin?

2009-12-09 Thread Mattmann, Chris A (388J)
Nice, Erik! Cheers, Chris On 12/9/09 10:39 PM, "Erik Hatcher" wrote: > Just a note about the hidden gem that I haven't taken as far as I'd > like... > > With the VelocityResponseWriter, it's as easy as creating a Velocity > template (and wiring in VwR in solrconfig, which I'll set up by > de

Re: UI for solr core admin?

2009-12-09 Thread Erik Hatcher
Just a note about the hidden gem that I haven't taken as far as I'd like... With the VelocityResponseWriter, it's as easy as creating a Velocity template (and wiring in VwR in solrconfig, which I'll set up by default in 1.5). It will even default to the template named after the handler n

Re: UI for solr core admin?

2009-12-09 Thread Mattmann, Chris A (388J)
Hi Jason, Patches welcome, though! :) Cheers, Chris On 12/9/09 10:31 PM, "Shalin Shekhar Mangar" wrote: > On Thu, Dec 10, 2009 at 11:52 AM, Jason Rutherglen < > jason.rutherg...@gmail.com> wrote: > >> I assume there isn't one? Anything in the works? >> > > Nope. > > -- > Regards, > Shal

Re: UI for solr core admin?

2009-12-09 Thread Shalin Shekhar Mangar
On Thu, Dec 10, 2009 at 11:52 AM, Jason Rutherglen < jason.rutherg...@gmail.com> wrote: > I assume there isn't one? Anything in the works? > Nope. -- Regards, Shalin Shekhar Mangar.

UI for solr core admin?

2009-12-09 Thread Jason Rutherglen
I assume there isn't one? Anything in the works?