Situations to prefer Apache Lucene over Solr?

Posted by Karussell on Stack Overflow See other posts from Stack Overflow or by Karussell
Published on 2010-05-18T10:43:16Z Indexed on 2010/05/18 12:50 UTC
Read the original article Hit count: 391

Filed under:
|
|
|
|

There are several advantages to use Solr (out-of-the-box facetting search, grouping, replication, http administration vs. luke, ...).

Even if I embed a search-functionality in my Java application I could use SolrJ to avoid the HTTP trade-off when using Solr.

So, when would you recommend to use "pure-Lucene"? Does it have a better performance or requires less RAM? Is it better unit-testable?

PS: I am aware of this question.

© Stack Overflow or respective owner

Related posts about solr

Related posts about solrj