[
https://issues.apache.org/jira/browse/SOLR-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexandre Rafalovitch closed SOLR-373.
--------------------------------------
JDBC is now implemented as of Solr 6.
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]