conversations on all interesting things related to technology and innovation ...

in collaboration with

Indexing database tables into Solr

Share |

Often when creating web/enterprise applications, there is a requirement to index data from multiple data sources like content management systems and databases .

Here I present a basic strategy to index database data into Solr using a Batch indexing strategy (instead of a realtime one).

,