Re: DIH solr cloud

2015-07-29 Thread Erick Erickson
Just pick a node to run it on. I vastly prefer, though, using a SolrJ client, here's a sample: https://lucidworks.com/blog/indexing-with-solrj/ Best, Erick On Wed, Jul 29, 2015 at 4:37 AM, Midas A wrote: > Hi, > > I have to create DIH with solr cloud shared with multi node architecture > for s

DIH solr cloud

2015-07-29 Thread Midas A
Hi, I have to create DIH with solr cloud shared with multi node architecture for solr 5.2.1. Please advise where should i create this. ~M

Re: DIH + Solr Cloud

2013-09-04 Thread Tim Vaillancourt
Hey Alejandro, I guess it means what you call "more than one instance". The request handlers are at the core-level, and not the Solr instance/global level, and within each of those cores you could have one or more data import handlers. Most setups have 1 DIH per core at the handler location

DIH + Solr Cloud

2013-09-03 Thread Alejandro Calbazana
Hi, Quick question about data import handlers in Solr cloud. Does anyone use more than one instance to support the DIH process? Or is the typical setup to have one box setup as only the DIH and keep this responsibility outside of the Solr cloud environment? I'm just trying to get picture of his