Neo4j integration with Solr

Hi,

Is there some solutions available for me integrate these two parts in order to implement the personal searching

Best wishes
Grant

You could use a transaction event handler to propagate graph changes to solr.

However in 3.5 we included fulltext search as a first class citizen, see https://neo4j.com/docs/operations-manual/3.5-preview/performance/index-configuration/fulltext/

You could also use the neo4j-elastic-search integration as an template and do something similar for SOLR