Is there a way to use OrientDb for performance efficient retrieving Information Coded in Alphanumeric? (something like PatriciaTrie
from apache.commons
)
For example searching "st*"
should returns me all words started with "st"
.
you can use a LUCENE index for that.