Situations to prefer Apache Lucene over Solr?

前端 未结 5 1292
孤独总比滥情好
孤独总比滥情好 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:19

    If you want to completely embed your search functionality within your application and do not want to maintain a separate process like Solr, using Lucene is probably preferable. Per example, a desktop application might need some search functionality (like the Eclipse IDE that uses Lucene for searching its documentation). You probably don't want this kind of application to launch a heavy process like Solr.

提交回复
热议问题