Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-03-01 Thread Fergus McDowall
Hi Jan og takk for sist :) More stuff is coming! Pageing and facets are the next things... Fergus On Mon, Feb 25, 2013 at 4:11 PM, Jan Høydahl jan@cominvent.com wrote: Great Fergus, You have really been working on this since the MeetUp in Oslo! Impressive how much you can do with

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-25 Thread Jan Høydahl
Great Fergus, You have really been working on this since the MeetUp in Oslo! Impressive how much you can do with little code. Have you started thinking about UI widget support for query box, breadcrumb path, facets, paging controls etc? Are you going to budle in a particular UI widget

Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Solrstrap is a very basic Query-Result interface for Solr. Solrstrap is intended to be a starting point for those building web interfaces that talk to Solr, or a very lightweight admin tool for querying Solr in a Googleish fashion. Cool things about Solrstrap: * Requires only local

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Erik Hatcher
Fergie - Nice! I was able to get this working on a Solr 4.1 example instance following these steps: * Adjusting SERVERROOT in bootstrap/js/solrstrap.js to http://localhost:8983/solr/collection1/select/ * Changed line #38 in the same file to this:

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Alexandre Rafalovitch
Great start. I have one private project based on bootstrap/Angular.js and it is also going directly to Solr instance for now. But that would have to change for production obviously. Just as a side note, I missed the download button. Duh! But I suspect it was because the buttons looked like just a

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Erik Thanks for the great feedback. It fills me with joy to know that another human being has chosen to use Solrstrap 1) I have added a couple more CONST variables to the code to allow the implementer to specify the names of the hit body and hit title (re: exampledocs/*.xml) 2) In order to pass

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Alex Yes thanks for pointing that thing about the download button out. I have now added a Get Solrstrap section to hopefully make this more explicit. What do you think? Fergie On Sun, Feb 17, 2013 at 2:47 PM, Alexandre Rafalovitch arafa...@gmail.comwrote: Great start. I have one private

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Alexandre Rafalovitch
Maybe a big red GET IT NOW button? Sorry, must be blind today. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Jack Park
Hi Fergus, Would it make sense to you to switch to the Apache 2 license so that your project can play nice in the apache ecosystem? Thanks Jack On Sun, Feb 17, 2013 at 6:25 AM, Fergus McDowall fergusmcdow...@gmail.com wrote: Erik Thanks for the great feedback. It fills me with joy to know

Re: Introducing Solrstrap: A blazing fast tool for querying Solr in a Googleish fashion

2013-02-17 Thread Fergus McDowall
Jack That sounds entirely reasonable- yes, it probably would make sense. Fergus On Sun, Feb 17, 2013 at 4:50 PM, Jack Park jackp...@topicquests.org wrote: Hi Fergus, Would it make sense to you to switch to the Apache 2 license so that your project can play nice in the apache ecosystem?