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

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -