Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-05-2018 09:21 AM
We noticed that there is a lot of work being done on improving indexing on current branch - Ww were wondering if there is any docs available on new native (gbtree) index and test some of issues with large string value (we have currently with native+lucene)?
Solved! Go to Solution.
09-05-2018 10:59 AM
Hi there, there is documentation on the behavior and limitations of the native string index here.
If your needs are such that you need to revert to the lucene string index, you can drop the current index and use a special procedure to force creation of the index using the older index provider:
CALL db.createIndex(":Person(name)", "lucene+native-1.0"))
09-05-2018 10:59 AM
Hi there, there is documentation on the behavior and limitations of the native string index here.
If your needs are such that you need to revert to the lucene string index, you can drop the current index and use a special procedure to force creation of the index using the older index provider:
CALL db.createIndex(":Person(name)", "lucene+native-1.0"))
All the sessions of the conference are now available online