Re: [CODE4LIB] new version of cql-ruby

2010-06-16 Thread Jonathan Rochkind
Jakob Voss wrote: Is there a nice piece of code or a tutorial or example how to easily wrap your Solr instance to get a full SRU/SRW and/or OpenSearch interface? Converting CQL to Solr query format is just one part of a wrapper isn't it? You are right, this is a building block, not a comp

Re: [CODE4LIB] new version of cql-ruby

2010-06-16 Thread LeVan,Ralph
> -Original Message- > From: Code for Libraries [mailto:code4...@listserv.nd.edu] On Behalf Of > Jakob Voss > > Is there a nice piece of code or a tutorial or example how to easily > wrap your Solr instance to get a full SRU/SRW and/or OpenSearch > interface? Converting CQL to Solr query f

Re: [CODE4LIB] new version of cql-ruby

2010-06-16 Thread Ed Summers
On Wed, Jun 16, 2010 at 8:28 AM, Jakob Voss wrote: > P.S: By the way we created yet another mailing list for Solr in libraries to > discuss such things: > > http://groups.google.com/group/solr4lib ugh :-) //Ed

Re: [CODE4LIB] new version of cql-ruby

2010-06-16 Thread Eric Lease Morgan
On Jun 16, 2010, at 8:28 AM, Jakob Voss wrote: > Is there a nice piece of code or a tutorial or example how to easily > wrap your Solr instance to get a full SRU/SRW and/or OpenSearch > interface? Converting CQL to Solr query format is just one part of a > wrapper isn't it? In a blog posting

Re: [CODE4LIB] new version of cql-ruby

2010-06-16 Thread Jakob Voss
On 15.06.2010 16:36, Jonathan Rochkind wrote: cql-ruby is a ruby gem for parsing CQL, and serializing parse trees back to CQL, to xCQL, or to a solr query. A new version has been released, 0.8.0, available from gem update/install. The new version improves greatly on the #to_solr serialization

[CODE4LIB] new version of cql-ruby

2010-06-15 Thread Jonathan Rochkind
cql-ruby is a ruby gem for parsing CQL, and serializing parse trees back to CQL, to xCQL, or to a solr query. A new version has been released, 0.8.0, available from gem update/install. The new version improves greatly on the #to_solr serialization as a solr query, providing support for transla