Re: Announcement of Solr Javascript Client

2008-05-29 Thread Nik Krimm
today and review the approach? Thanks, and good luck! . -Original Message- From: Matthias Epheser [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 2:28 PM To: solr-user@lucene.apache.org Subject: Announcement of Solr Javascript Client Hi users, As initially described

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
Original-Nachricht Datum: Thu, 29 May 2008 09:36:37 -0500 Von: Nik Krimm [EMAIL PROTECTED] An: solr-user@lucene.apache.org solr-user@lucene.apache.org Betreff: Re: Announcement of Solr Javascript Client Hi Matthias: Glad to hear of your efforts. A couple of initial

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Greg Ludington
Building on a library like jQuery (which is a great lib) opens the door to some hairy namespacing conflicts with existing libraries (prototype and moo, for instance), or handcoded javascript that may exist on the current site. This is actually one of the areas where jQuery offers

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthew Runo
Wow. This is really pretty cool. You're much further along than I thought you were! I'd love to see this in as an 'official' Solr client. Thanks! Matthew Runo Software Developer Zappos.com 702.943.7833 On May 29, 2008, at 8:15 AM, Matthias Epheser wrote: The server was rebooted yesterday

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Otis Gospodnetic
- Original Message From: Matthew Runo [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, May 29, 2008 12:50:25 PM Subject: Re: Announcement of Solr Javascript Client Wow. This is really pretty cool. You're much further along than I thought you were! I'd love to see

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Cam Bazz
- Original Message From: Matthew Runo [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, May 29, 2008 12:50:25 PM Subject: Re: Announcement of Solr Javascript Client Wow. This is really pretty cool. You're much further along than I thought you were! I'd love

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
Greg Ludington schrieb: Building on a library like jQuery (which is a great lib) opens the door to some hairy namespacing conflicts with existing libraries (prototype and moo, for instance), or handcoded javascript that may exist on the current site. This is actually one of the areas where

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
. matthias Danke, Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Matthew Runo [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Thursday, May 29, 2008 12:50:25 PM Subject: Re: Announcement of Solr Javascript Client Wow. This is really

RE: Announcement of Solr Javascript Client

2008-05-27 Thread Lance Norskog
- From: Matthias Epheser [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 2:28 PM To: solr-user@lucene.apache.org Subject: Announcement of Solr Javascript Client Hi users, As initially described in this thread [1] I am currently working on a javascript client library for solr. The idea is based

Re: Announcement of Solr Javascript Client

2008-05-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
This would be useful for admin pages or an internal application. If you expose solr to outside users , they can just bring down your solr instance. --Noble On Mon, May 26, 2008 at 8:17 AM, climbingrose [EMAIL PROTECTED] wrote: Hi Matthias, How would you prevent Solr server from being exposed

Announcement of Solr Javascript Client

2008-05-25 Thread Matthias Epheser
Hi users, As initially described in this thread [1] I am currently working on a javascript client library for solr. The idea is based on a demo [2] that introduces a reusable javascript widget client. I spent the last weeks evaluating the best fitting technologies that ensure a clean

Re: Announcement of Solr Javascript Client

2008-05-25 Thread climbingrose
Hi Matthias, How would you prevent Solr server from being exposed to outside world with this javascript client? I prefer running Solr behind firewall and access it from server side code. Cheers. On Mon, May 26, 2008 at 7:27 AM, Matthias Epheser [EMAIL PROTECTED] wrote: Hi users, As