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

Loading data in solr from Neo4j Database

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 7.5
    • None
    • query
    • None

    Description

      Hi Team, I have my Neo4j Data setup by loading/importing the data from .cvs file. Now I am trying to move the Neo4j data to my solr database. So in my solr database configuration file when trying to connect to my Neo4j giving necessary credentials it is not working .

      My local : Necessary parameters provided in solr

      name=employee
      neo4j-hostname=bolt://localhost:7687
      neo4j-username=neo4j
      neo4j-password=******
      solr.data.dir=C:\\Users\\.....\\MySolr\\solr-7.5.0\\solr-7.5.0\\server\solr
      data

       

       

      Attached is the  Query String present in neo4j-data-config.xml

       

      After executing the import query - getting the following error that can be seen in : solr Log Error.

       

      My finding was - there is a unicode character getting added up - ​

       It is Unicode zero-width space which seems to be generated when forwarding the Querystring.

       

      Even tried adding this in xml beginning: "<?xml version="1.0" encoding="utf-8"?>" And "<?xml version="1.0" encoding="utf-16"?>"

      Both didn't work.

       

      Please let me know if any more details are still required.

      Attachments

        1. Solr Log Error.docx
          1.43 MB
          Narayana
        2. neo4j-data-config.xml
          6 kB
          Narayana
        3. solrconfig.xml
          56 kB
          Narayana

        Activity

          People

            Unassigned Unassigned
            gvln Narayana
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: