I set up the fulltext autoindex in my Neo4j db.
To be clear, in this case, Neo4j is always using Lucene to do the index. I have around 20 million nodes at the moment and that might soon increase to over 40 million nodes.
For most of the queries performance is fine, almost instant, but sometimes queries like
"*term*"
take up to 20 seconds to return.
Could you share some tips about optimizing Neo4j and Lucene to perform faster full text searches? Maybe I should modify some caching properties?
The basic config is well explained in the docs but any sort of well written guides on how to configure and/or alter Lucene's behaviour inside Neo4j are hard to find.