Meet our keynote speakers and register to Community Over Code EU!

2023-12-22 Thread Ryan Skraba
[Note: You're receiving this email because you are subscribed to one or more project dev@ mailing lists at the Apache Software Foundation.] * Merge with the ASF EUniverse!The registration for Community

Configuring plugins: NamedList or newer ConfigurablePlugin?

2023-12-22 Thread David Smiley
As I'm sure you are all aware, nearly all Solr plugins that are configurable will receive that configuration in the form of a NamedList, likely via also implementing NamedListInitializedPlugin. Analysis components don't because that's Lucene stuff (no NamedList there) -- they take a Map constructo