Reputation: 1256
Are there any silver bullets out there for searching medium sized amounts of text data (hundreds of gigabytes)? Don't really care if it's commercial or open source. I should add that I need it to be C++ or C based.
Upvotes: 5
Views: 4868
Reputation: 884
Solr could also be an option. This is also a Lucene based engine.
http://lucene.apache.org/solr/
Upvotes: 0
Reputation:
Apache Lucene is a commonly used indexing engine, not sure if it qualifies as a silver bullet or not. I've seen this combined with Carrot2 for clustering and search of the index.
Upvotes: 3