I have created inverted index for a website but where to store that? Database for a search engine?

南楼画角 提交于 2019-12-12 20:06:46

问题


What can be the database for a search engine? I mean after creating inverted index for a site, where one could store it so that program can create indices for other sites and save them too. Later on indexer can query them also. Because indices can range in thousands of billions. Thanksyou


回答1:


I would use Lucene. That's what it is made for. You even have your choice of many different languages.



来源:https://stackoverflow.com/questions/3581792/i-have-created-inverted-index-for-a-website-but-where-to-store-that-database-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!