user1813790
user1813790

Reputation: 81

btree for neo4j (java accessible)?

I'm been looking for an neo4j implementation of a btree (accessible from java).

So far all I've come across is http://components.neo4j.org/neo4j/1.2/xref/org/neo4j/index/impl/btree/BTree.html which appear to be unreleased code connected to neo4j (it includes the comment "This class isn't ready for general usage yet and use of it is discouraged.")

Does anyone know if there is a released version of this? Or of any other usable version of a btree?

I need a reasonably efficient way of selecting nodes that have a numeric property value in an interval. It doesn't have to be a btree, but that's the standard way to do this sort of thing.

thanks

Upvotes: 0

Views: 324

Answers (1)

Related Questions