Solr
2022年8月24日
概述
官网:https://solr.apache.org/
Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™.
Solr 是一个基于 Lucene 开发的开源企业搜索平台,与 Elasticsearch 功能相当
Solr 支持更多的数据格式,如 xml、json,csv 等,而 ES 只支持 json 文件格式;Solr 对于传统搜索应用有较好的支持,ES 更适用于实时搜索应用
Loading...