views:

11

answers:

1

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

A: 

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

Jay Askren