So _default considered unsafe? :)
On Tue, Nov 3, 2020 at 11:08 AM Erick Erickson <erickerick...@gmail.com> wrote: > > The caution I would add is that you should be careful > that you don’t enable schemaless mode without understanding > the consequences in detail. > > There is, in fact, some discussion of removing schemaless entirely, > see: > https://issues.apache.org/jira/browse/SOLR-14701 > > Otherwise, I usually recommend that you take the stock ocnfigs and > overlay whatever customizations you’ve added in terms of > field definitions and the like. > > Do also be careful, some default field params have changed… > > Best, > Erick > > > On Nov 3, 2020, at 9:30 AM, matthew sporleder <msporle...@gmail.com> wrote: > > > > Yesterday I realized that we have been carrying forward our configs > > since, probably, 4.x days. > > > > I ran a config set action=create (from _default) and saw files i > > didn't recognize, and a lot *fewer* things than I've been uploading > > for the last few years. > > > > Anyway my new plan is to just use _default and keep params.json, > > solrconfig.xml, and schema.xml in git and just use the defaults for > > the rest. (modulo synonyms/etc) > > > > Did everyone move on to managed schema and use some kind of > > intermediate format to upload? > > > > I'm just looking for updated best practices and a little survey of usage > > trends. > > > > Thanks, > > Matt >