Search code examples
orientdb

Fast retrieving Information Coded in Alphanumeric


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".


Solution

  • you can use a LUCENE index for that.

    http://orientdb.com/docs/2.1/Full-Text-Index.html