Re: Solr-Ajax client

2014-03-12 Thread Davis Marques
Sweet. Thanks Stefan. Davis On Thu, Mar 13, 2014 at 10:37 AM, Stefan Matheis wrote: > Hey Davis > > I've added you to the Contributors Group :) > > -Stefan > > > On Wednesday, March 12, 2014 at 11:49 PM, Davis Marques wrote: > > > Shawn; > > > > My user name is "davismarques" on the wiki. > > >

Re: Solr-Ajax client

2014-03-12 Thread Stefan Matheis
Hey Davis I've added you to the Contributors Group :) -Stefan On Wednesday, March 12, 2014 at 11:49 PM, Davis Marques wrote: > Shawn; > > My user name is "davismarques" on the wiki. > > Yes, I am aware that its a bad idea to expose Solr directly to the > Internet. As you've discovered, we

Re: Solr-Ajax client

2014-03-12 Thread Davis Marques
Shawn; My user name is "davismarques" on the wiki. Yes, I am aware that its a bad idea to expose Solr directly to the Internet. As you've discovered, we filter all requests to the server so that only select requests make it through. I do not yet have documentation for the Javascript application,

Re: Solr-Ajax client

2014-03-12 Thread Shawn Heisey
On 3/11/2014 11:48 PM, Davis Marques wrote: > Just a quick announcement and request for guidance: > > I've developed an open source, Javascript client for Apache Solr. Its very > easy to implement and can be configured to provide faceted search to an > existing Solr index in just a few minutes. Th

Solr-Ajax client

2014-03-11 Thread Davis Marques
Just a quick announcement and request for guidance: I've developed an open source, Javascript client for Apache Solr. Its very easy to implement and can be configured to provide faceted search to an existing Solr index in just a few minutes. The source is available online here: https://bitbucke

Re: Solr Ajax

2011-02-23 Thread Markus Jelsma
Hi, I may have misread it all but SolrJ is the Java client and you don't need it for a pretty AJAX interface. Cheers, > Hello list, > > I'm in the process of trying to implement Ajax within my Solr-backed webapp > I have been reading both the Solrj wiki as well as the tutorial provided > via t

Solr Ajax

2011-02-19 Thread McGibbney, Lewis John
Hello list, I'm in the process of trying to implement Ajax within my Solr-backed webapp I have been reading both the Solrj wiki as well as the tutorial provided via the google group and various info from the wiki page https://github.com/evolvingweb/ajax-solr/wiki I have all solrj jar libraries