On 3/11/2016 7:01 AM, Nick Vasilyev wrote: > Is this now the default behavior for basic_configs? I would really like to > maintain an option to easily create collection with classic schema settings > without jumping through all of these hoops.
Starting in 5.5, all examples now use the managed schema. https://issues.apache.org/jira/browse/SOLR-8131 The classic schema factory still exists, and probably will exist for all 6.x versions, so you will not need to migrate any existing setup yet. I don't mind putting more emphasis on the new factory or using it by default. I expect that eventually the classic factory will get deprecated. When that happens, I would like to see an option to mimic the classic version, where making changes via API won't work. One person has already come into the IRC channel and asked how they can disable schema editing. Although I don't have a problem with the managed schema, I still don't like schemaless mode, which requires the managed schema. It looks like the basic_configs and sample_techproducts_configs examples have NOT enabled that feature. Thanks, Shawn