Hey Sebastian,
As for how Solr/SolrJ compatibility is handled, the story for SolrJ
looks a lot like the story for Solr itself - major version changes can
introduce breaking changes, so it is best to avoid using SolrJ 6.x
with Solr 7.x. In practice I think changes that break Solr/SolrJ
compatibili
Hello,
I'm trying to create an autoscaling cluster with node_added_trigger
and node_lost_trigger triggers to allow to grow and srink depending of
load, but I've not found too much info about this options and then only
I've archieve is a collection that creates a lot of réplicas on same node
when i
I know that changes to the schema require a reload. But do changes to
files referenced by a schema also require a reload? So if for instance
I were to change the contents of a synonym file, would I need to reload
the core before Solr would use the new file? Synonyms in this case are
at query
Should be easy to check with the analysis UI. Add a synonym and see if it is
used.
I seem to remember some work on reloading synonyms on the fly without a core
reload. These seem related...
https://issues.apache.org/jira/browse/SOLR-5200
https://issues.apache.org/jira/browse/SOLR-5234
wunder
W