Re: solr web ui

2009-11-02 Thread Lance Norskog
This is what I meant to mention - Uri's GWT browser, not the Velocity toolkit. On Fri, Oct 30, 2009 at 1:20 PM, Grant Ingersoll wrote: > There is also a GWT contribution in JIRA that is pretty handy and will > likely be added in 1.5.  See http://issues.apache.org/jira/browse/SOLR-1163 > > -Grant

Re: solr web ui

2009-10-31 Thread Uri Boness
If you wish to save yourself from the hassle of applying the patch, you can also download it from http://www.jteam.nl/news/solrexplorer Uri Grant Ingersoll wrote: There is also a GWT contribution in JIRA that is pretty handy and will likely be added in 1.5. See http://issues.apache.org/jira/

Re: solr web ui

2009-10-30 Thread Grant Ingersoll
There is also a GWT contribution in JIRA that is pretty handy and will likely be added in 1.5. See http://issues.apache.org/jira/browse/SOLR-1163 -Grant On Oct 29, 2009, at 9:17 PM, scabbage wrote: Hi, I'm a new solr user. I would like to know if there are any easy to setup web UIs for s

Re: solr web ui

2009-10-30 Thread Lance Norskog
This is a cool out-of-the-box index browser. I'm not sure it is meant to be customizeable. On Fri, Oct 30, 2009 at 10:24 AM, scabbage wrote: > > Jay, > > This looks awesome. I just tried it and it's what I need. > > Thanks. > > David > > > Jay Hill wrote: >> >> Have a look at the VelocityResponse

Re: solr web ui

2009-10-30 Thread scabbage
Jay, This looks awesome. I just tried it and it's what I need. Thanks. David Jay Hill wrote: > > Have a look at the VelocityResponseWriter ( > http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib > area, but the wiki has instructions on how to move it into your core Solr.

Re: solr web ui

2009-10-30 Thread scabbage
Chantal, Yes, I have been using the admin ui, but only for development. I need a ui that displays the query result XML in HTML. Thanks for the suggestion though. David Chantal Ackermann wrote: > > Hi! > > Just to make sure - you did see the search form in the SOLR admin ui? > > Chantal >

Re: solr web ui

2009-10-30 Thread Jay Hill
Have a look at the VelocityResponseWriter ( http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib area, but the wiki has instructions on how to move it into your core Solr. Solr uses response writers to return results. The default is XML but responses can be returned in JSON, Rub

Re: solr web ui

2009-10-30 Thread Chantal Ackermann
Hi! Just to make sure - you did see the search form in the SOLR admin ui? Chantal scabbage schrieb: Hi, I'm a new solr user. I would like to know if there are any easy to setup web UIs for solr. It can be as simple as a search box, term highlighting and basic faceting. Basically I'm using sol