标签: orientdb
有没有办法使用OrientDb提高性能,检索字母数字编码的信息? (例如来自PatriciaTrie的{{1}})
PatriciaTrie
例如,搜索apache.commons应该会返回以"st*"开头的所有单词。
apache.commons
"st*"
答案 0 :(得分:2)
你可以使用LUCENE索引。
http://orientdb.com/docs/2.1/Full-Text-Index.html