Re: Indexing using SolrOutputFormat class

2016-07-18 Thread Erick Erickson
You're looking at a class that is specific to the MapReduceIndexerTool which uses EmbeddedSolrServer to build sub-indexes. These sub-indexes are then merged via the tool into indexes suitable for copying to (or merging with) existing Solr indexes on a shard-by-shard basis. If you're using MapReduc

Indexing using SolrOutputFormat class

2016-07-18 Thread rashi gandhi
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’