开发者

indexing algorithm to use for free form text

开发者 https://www.devze.com 2023-02-25 14:37 出处:网络
I am tasked with working on an app to index free form text, for fast look-up. I am sure this is an area that has been researched to death. However I am not sure where to start, any help开发者_如何学编

I am tasked with working on an app to index free form text, for fast look-up. I am sure this is an area that has been researched to death. However I am not sure where to start, any help开发者_如何学编程 is greatly appreciated.


There's even an open-source tool that is well regarded. http://lucene.apache.org/java/docs/index.html


Look up Inverted index. There are a few implementations over the link.

0

精彩评论

暂无评论...
验证码 换一张
取 消