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
views:
11answers:
1
+2
Q:
I have created inverted index for a website but where to store that? Database for a search engine?
A:
I would use Lucene. That's what it is made for. You even have your choice of many different languages.
Jay Askren
2010-09-14 03:22:37