You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2007/12/29 17:03:43 UTC

[jira] Commented: (SOLR-373) Build a JDBC driver to access Solr

    [ https://issues.apache.org/jira/browse/SOLR-373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554927 ] 

Otis Gospodnetic commented on SOLR-373:
---------------------------------------

Actually, a fun exercise around this might be interesting and might be more suitable for Lucene, a SQL SELECT to Lucene Query converter.  I'm not sure if there is a real need for this, but it might be interesting to do this, and new ideas may come up during the development.

> Build a JDBC driver to access Solr
> ----------------------------------
>
>                 Key: SOLR-373
>                 URL: https://issues.apache.org/jira/browse/SOLR-373
>             Project: Solr
>          Issue Type: New Feature
>          Components: search, update
>            Reporter: Thomas Peuss
>            Priority: Minor
>
> Hello!
> Would it be a good thing to have a JDBC driver to access Solr? This would help people only knowing SQL syntax. And you can use things like Hibernate on top of that. Maybe this is a good alternative to Solrj. In the first run I would not allow any joins.
> I think of a SQL syntax like
> SELECT * FROM SOLR WHERE name='Albert' OR name='Einstein'
> which gets translated to a Solr query like
> q=name:Albert OR name:Einstein&fl=*
> What do you think?
> CU
> Thomas

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.