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