Hi All,
I am using Solr-5.0.0 API for indexing data in our application and the requirement is to index the data in batches, using solr-mapreduce API. In our application, we may receive data from any type of input source for example: file, streams and any other relational or non-relational Db’s in a particular format. And I need to index this data into Solr, by using SolrOutputFormat class. As per my analysis until now, I find that SolrOutputFormat works with the EmbeddedSolrServer and requires path to config files for indexing data, without the need of passing host and port for creating the SolrClient. I checked for the documentation online, but couldn’t find any proper examples that make the use of SolrOutputFormat class. Does anybody have some implementations or a document, which mentions details like what exactly needs to be passed as input to SolrOutputFormat configuration, etc.? Any pointers would be helpful.