Haloe
Indexing package which makes it's best effort to abstract away which implementation of Indexer you are using by introducing the DocumentIndexer interface which don't use the propriatery lucene Document but instead uses java.util.Map.
News
- 2008-09-14 Added some JUnit test cases to ease the understanding of the use of Haloe.
- 2008-09-08 Project release
Features
- LuceneDocumentIndexerImpl - A raw Lucene indexer/searcher with caching, autowarming etc.
- SolrDocumentIndexer - Connects to a Solr server
- ShardedSolrDocumentIndexer - Updates the shards in a load balanced manner and then utlizes the "shards" for searching.
- LoadBalancedDocumentIndexer - For use with a symmetric index where all instances have the exact same data.