Narayana created SOLR-14464: ------------------------------- Summary: Loading data in solr from Neo4j Database Key: SOLR-14464 URL: https://issues.apache.org/jira/browse/SOLR-14464 Project: Solr Issue Type: Task Security Level: Public (Default Security Level. Issues are Public) Components: query Affects Versions: 7.5 Reporter: Narayana Attachments: Solr Log Error.docx, neo4j-data-config.xml, solrconfig.xml
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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org