Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-21-2022 10:47 PM
Everything is in the title
If b-tree index is depreciated, so how do we index an integer property value?
We can index strings with the new TEXT index, labels or type with LOOKUP indexes
but how do we index integer values then?
06-22-2022 07:21 AM
Hi @gabriel,
Which version are you using? At least until v4.4.4 the Btree index exists and you can create it with the following syntax:
CREATE INDEX LabelID FOR (n:Label) ON (n.id);
All the sessions of the conference are now available online