Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-373

Build a JDBC driver to access Solr

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • search, update
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tpeuss Thomas Peuss
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: