快速检索以字母数字编码的信息
Fast retrieving Information Coded in Alphanumeric
有没有一种方法可以使用 OrientDb 来高效检索以字母数字编码的信息? (类似于 apache.commons
中的 PatriciaTrie
)
例如搜索 "st*"
should returns me all words started with "st"
.
你可以为此使用 LUCENE 索引。
有没有一种方法可以使用 OrientDb 来高效检索以字母数字编码的信息? (类似于 apache.commons
中的 PatriciaTrie
)
例如搜索 "st*"
should returns me all words started with "st"
.
你可以为此使用 LUCENE 索引。