Introducing this series on developing Solr SearchComponents
Posted by Kelvin on 01 Jul 2018 at 06:17 pm | Tagged as: Lucene / Solr / Elasticsearch / Nutch
Solr and Elasticsearch more or less have feature-parity. Elsewhere, I have examined in detail the similarities and differences between Elasticsearch and Solr. One of the major differences between the 2 open-source search products though, is how easy it is to plug custom logic into the search workflow in Solr. In Solr, you do this by implementing a SearchComponent class.
- Introducing this series on developing Solr SearchComponents
- Developing a Solr SearchComponent for standalone Solr
- Introducing SolrCloud
- SolrCloud search request lifecycle and writing distributed Solr SearchComponents