OrientDB : custom sort order for OIndexNotUnique -


i using graph api , have created index not_unique on string property.

entryversiontype.createproperty('property', otype.string).createindex(index_type.notunique); 

now configure index sort algorithm. don't want use default sort order (string::compareto(object)).

is there way register custom comparator ?

i not aware of possibility change java.util.comparator used index engine. however, can create own index engine.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -