Hello,

I am using the graph api and i have created an index NOT_UNIQUE on a string 
property.

    entryVersionType.createProperty('property', 
OType.STRING).createIndex(INDEX_TYPE.NOTUNIQUE);

Now i would like to configure the index sort algorithm. I don't want to use 
the default sort order (String::compareTo(Object)).

Is there a way to register a custom `comparator` ?

Thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to