0

We are developing an eCommerce site and we want to implement Apache Solr for search engine.

We decided to go with Solr due to its popularity. I am trying to implement Solr with our existing database and looking for online resources to start implementing it.

So I am looking for eCommerce samples to start with. Also any other search engines which can be explored would be helpful.

seaotternerd
  • 6,298
  • 2
  • 47
  • 58
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93

1 Answers1

1

https://wiki.apache.org/solr/DataImportHandler

This will help you to know about how to use solr with RDBMS.

Solr vs. ElasticSearch

ElasticSearch, Sphinx, Lucene, Solr, Xapian. Which fits for which usage?

Comparison of full text search engine - Lucene, Sphinx, Postgresql, MySQL?

The above link will guide/enlighten on the other options other than solr.

Community
  • 1
  • 1
Abhijit Bashetti
  • 8,518
  • 7
  • 35
  • 47