Re: Quick question about elevated results

2023-07-26 Thread Tom Chopin
Hi Solr users, Further to the below, elevation with match="subset" does not appear to work in the techproducts example for: * Solr 9.3.0 * Solr 8.11.2 * Solr 8.3.0 (when match="subset" was introduced) If anybody can shed any light on why this might be (or has seen this feature work

solr 9.3.0 file permissions issues snapshot_metadata dir

2023-07-26 Thread rajani m
Hi, Trying to upgrade from 9.1.1 to the latest version solr 9.3.0, encountered a file permissions issue specific to this directory "snapshot_metadata" which is not seen in 9.1.1. It is there in 9.2.x and the latest version. org.apache.solr.common.SolrException:org.apache.solr.common.SolrExcept

Re: solr 9.3.0 file permissions issues snapshot_metadata dir

2023-07-26 Thread Justin Sweeney
You'll probably want to look into your Java Security Policy settings as that is what causes this error. You can see default security policy included in the Solr distribution here: https://github.com/apache/solr/blob/b9100ba775defbed5114dd92526382047ce611dc/solr/server/etc/security.policy#L4. You'll

PlacementPlugin to restrict two different shards of the same collection on the same node

2023-07-26 Thread Jing Tie
Hello, We just migrated to Solr 9.2 and started using AffinityPlacementPlugin. In a sharded environment, we made sure there is enough storage on each node and enough nodes in each AZ, but it is interesting that shard1 and shard2 of the same collection were distributed on the same node. In Solr 8,