Situations to prefer Apache Lucene over Solr?

前端 未结 5 1449
孤独总比滥情好
孤独总比滥情好 2021-02-12 20:24

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

Even if I embed a search-functi

5条回答
  •  不思量自难忘°
    2021-02-12 21:06

    If you have a web application, use Solr - I've tried integrating both, and Solr is easier. Otherwise, if you don't need Solr's features (the one that comes to mind as being most important is faceted search), then use Lucene.

提交回复
热议问题