Print

Print


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 complete implementation.

For those using Blacklight, I will soon have a plugin done that provides 
CQL input to Blacklight. It is NOT a full SRU/SRW implementation 
(although perhaps the most important building block towards that, I'm 
not sure I'm interested in that myself, probably wont' be workign on it 
myself), and neither is it advertised in a Blacklight OpenSearch desc 
(which I _am_ interested in, but there are both Blacklight architectural 
issues, and "standardization" issues with that (while Tony's proto-spec 
for SRU-in-OpenSearch is a great start, I am not happy with some of it 
for my use cases).  But it will very easily provide for CQL input to a  
Blacklight app.

One building block at a time, I'm working on what I need for my local 
requirements, and trying to make what I work on re-useable building 
blocks for others.

Jonathan