Re: Is reload necessary for updates to files referenced in schema, like synonyms, protwords, etc?

2018-11-26 Thread Walter Underwood
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

Is reload necessary for updates to files referenced in schema, like synonyms, protwords, etc?

2018-11-26 Thread Shawn Heisey
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

Autoscaling using triggers to create new replicas

2018-11-26 Thread Daniel Carrasco
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

Re: Upgrade 6.2.1 to 7.5.0 - "Connection evictor" Threads not closed

2018-11-26 Thread Jason Gerlowski
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