When to consider Solr

前端 未结 3 1956
孤城傲影
孤城傲影 2021-01-31 15:43

I am working on an application that needs to do interesting things with search, including full-text search, hit-highlighting, faceted-search, etc...

The dataset is likel

3条回答
  •  攒了一身酷
    2021-01-31 16:26

    Use Solr if:

    • You do not want to stress your database.
    • Get really full text search.
    • Perform lightning fast search results.

    I currently maintain a news website with 5 million users per month, with MySQL as the main datastore and Solr as the search engine.

提交回复
热议问题