Re: Solr User Interface

2011-07-19 Thread Yusniel Hidalgo Delgado
Hi, You can to send "wt" param to Solr such as follow: &wt=json or &wt=phps In the first case, Solr result are retorned in JSON format response and the second case, are returned in PHP serialized format. Regards. El 19/07/11 15:46, serenity keningston escribió: Hi, I installed Solr 3.2 an

Re: Solr user interface

2008-07-13 Thread tarjei
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Kotthoff wrote: > Hi all, > > I've written a user interface for Solr (Spring web application) which I'd be > willing to donate if people are interested. > > You can see a demo here http://larsko.dyndns.org:8080/solr-ui/search.html, SVN > reposi

Re: Solr user interface

2008-07-10 Thread Sanjay N
Hi Lars, Use solr with tomcat u will get interface from tomcat itself. Regards Sanjay On Thu, Jul 10, 2008 at 4:32 PM, Lars Kotthoff <[EMAIL PROTECTED]> wrote: > Hi all, > > I've written a user interface for Solr (Spring web application) which I'd > be > willing to donate if people are interes

Solr user interface

2008-07-10 Thread Lars Kotthoff
Hi all, I've written a user interface for Solr (Spring web application) which I'd be willing to donate if people are interested. You can see a demo here http://larsko.dyndns.org:8080/solr-ui/search.html, SVN repository is here http://larsko.dyndns.org/svn/solr-ui/. Note in particular http://lars