UI Deploy

Curated, Short, Web UI Dev we Love.

Loading data from Mysql to Solr with a Data Import Handler

Solr is used not as a primary data store because it is a Search Platform whose primary purpose is giving the ability to do complex searches with blazing performance. This means that you usually have your data in a primary data store, like mysql Server and you need to move data to a Solr server to power up your searches.

view source

Advertisement