In code review/design discussions I've seen a few time comments made about a feature or piece of code: "it doesn't belong in [Solr] core".
What's the definition of Solr "core" other than it being an IntelliJ module? Does core have access to things that can't be accessed from elsewhere? (like an OS kernel that can do processor tricks that use code is not allowed to). Or is it a dependency graph where "core" depends on nothing outside of core, but anything outside of core can depend on core? In other words, what's the cost of moving "outside of core" something that's in core, and what's the value of doing so? Thanks, Ilan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
