Re: What is "Solr core"?

2020-10-01 Thread Ishan Chattopadhyaya
Yes, solr-core usually means /solr/core module in the repository. It also refers to the generated artifact solr-core-.jar. > Or is it a dependency graph where "core" > depends on nothing outside of core, but anything outside of core can > depend on core? solr-core depends on solrj module, but

What is "Solr core"?

2020-10-01 Thread Ilan Ginzburg
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