Re: Announcement of Solr Javascript Client

2008-05-29 Thread Matthias Epheser
ely should include some caching etc. 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: Announcemen

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 jQ

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Cam Bazz
ed) on the client? > > 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

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Otis Gospodnetic
- 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 pretty cool. You're much fu

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 wit

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 capabilit

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" > Betreff: Re: Announcement of Solr Javascript Client > Hi Matthias: > Glad to hear of your efforts. A coup

Re: Announcement of Solr Javascript Client

2008-05-29 Thread Nik Krimm
Hi Matthias: Glad to hear of your efforts. A couple of initial comments... I'm cautious about your decision to build on top of jQuery. My understanding is that you're planning to build a set of client-side widgets that would be easily embeddable in an existing web-site. Building on a librar

RE: Announcement of Solr Javascript Client

2008-05-27 Thread Lance Norskog
Nice! Another technique for the denial-of-service problem: you can regulate the number of simultaneous active servlets. Most servlet containers have a configuration for this somewhere. This will slow down legit users but will still avoid killing the server machine. -Original Message- From

Re: Announcement of Solr Javascript Client

2008-05-25 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 expos

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 init