cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j-3.5 indexing improvement

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)?

1 ACCEPTED SOLUTION

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"))

View solution in original post

1 REPLY 1

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"))

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online