Re: Solr cloud schema and schemaless

2018-04-04 Thread Kojo
Many thanks Erick. I think that we found the issue regarding schemaless. The origin file has to follow a specific format and we were trying to index with a non solr xml standard. Also, thanks for the advice of the field type. These schemaless collections will all come from the same source, hence n

Re: Solr cloud schema and schemaless

2018-04-03 Thread Erick Erickson
The schema mode is _per collection_, not per node. So there's no trouble mixing replicas from collection A running schema model 1 with replicas from collection B running a different schema model. That said, schemaless is _not_ recommended for production unless you have total control over the ETL c

Solr cloud schema and schemaless

2018-04-03 Thread Kojo
Hi Solrs, We have a Solr cloud running in three nodes. Five collections are running in schema mode and we would like to create another collection running schemalles. Does it fit all together schema and schemales on the same nodes? I am not sure, because on this page it starts solr in schemalles m