On 7/27/2016 12:37 PM, Rachid Bouacheria wrote: > I know that there still is the option to use schema.xml by using the > ClassicIndexSchemaFactory but I am curious to hear from y'all that use > managed schema how you are doing it and if there are any downside, > gotchas, or if all is just much better :-)
You have two choices. * Switch to the classic schema and use a file named schema.xml. * Don't worry about it. ** Keep the config as-is. ** Use existing methods with a new filename. ** Ignore the Schema API functionality entirely. There's nothing preventing you from just editing managed-schema. Yes, I am aware that the first thing the example file says is "don't edit this file" ... but if you are not using the Schema API, then you don't have to worry about that. If you're extremely careful, you can combine Schema API usage and hand edits ... but I wouldn't recommend doing that. Thanks, Shawn