Re: Web services for querying and return of results

2006-05-24 Thread Chris Hostetter
: Solr sounds very interesting though - how do you maintain the cache? : Are you storing filters? And how do you persist these, via the session : or using some kind of register? I was considering designing something : like this but felt that state management was something I wanted to avoid : doi

Re: Web services for querying and return of results

2006-05-24 Thread mark harwood
Marc, If you're looking to expose the full lucene search functionality to clients other than Java you will need a query syntax which goes beyond the built in QueryParser syntax e.g. adds support for defining filters, span queries etc in a Java-independent way. If so, the XMLQueryParser in the cont

Re: Web services for querying and return of results

2006-05-24 Thread Marc Dauncey
: java-user@lucene.apache.org; Marc Dauncey <[EMAIL PROTECTED]> Sent: Tuesday, 23 May, 2006 8:37:43 PM Subject: Re: Web services for querying and return of results The usage you describe sounds perfectly suited for Solr ... without even needing heavy customizations or custom plugins... : H

Re: Web services for querying and return of results

2006-05-23 Thread Peter A. Daly
6:51:25 PM Subject: Re: Web services for querying and return of results On May 23, 2006, at 1:41 PM, Marc Dauncey wrote: > Has anyone used this as a delivery mechanism for Lucene query results? > > A quick search on Google reveals a Lucene Web Service project on > SourceForge, but what i

Re: Web services for querying and return of results

2006-05-23 Thread Chris Hostetter
The usage you describe sounds perfectly suited for Solr ... without even needing heavy customizations or custom plugins... : Hi Erik, many thanks for your response - a typical search application : that will consume the web service will typically want to display 25 : results per page. Most users

Re: Web services for querying and return of results

2006-05-23 Thread Marc Dauncey
could be opened up externally at a later date. Does this sound like an appropriate use of the technology? Thanks Marc - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, 23 May, 2006 6:51:25 PM Subject: Re: Web services for qu

Re: Web services for querying and return of results

2006-05-23 Thread Erik Hatcher
On May 23, 2006, at 1:41 PM, Marc Dauncey wrote: Has anyone used this as a delivery mechanism for Lucene query results? A quick search on Google reveals a Lucene Web Service project on SourceForge, but what i want to know is whether people on the list know of any big drawbacks, specificall

Web services for querying and return of results

2006-05-23 Thread Marc Dauncey
Has anyone used this as a delivery mechanism for Lucene query results? A quick search on Google reveals a Lucene Web Service project on SourceForge, but what i want to know is whether people on the list know of any big drawbacks, specifically, how well could I expect this to perform, as compared