Please comment on this use-case for accessing the Lucene API directly from the context of a Neo4j User Defined Procedure -


i build in-memory lucene index collection of node properties , search against index.

these search transactions happening in parallel, need able construct separate search index each transaction. seems not possible using native (manual) neo4j indexes, since "global", hence use of memory-based search index, mistaken?

this working great our use case. couple of notes:

  1. use memoryindex rather ramdirectory.
  2. be sure specify "provided" in dependencies lucene.
  3. you can use 5.5.0, used natively neo4j.

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -