Re: Using the NOT operator with the AND operator

2025-01-22 Thread Rahul Goswami
This is one of the idiosyncrasies of the NOT boolean operator. I prefer using the "-" operator for boolean NOT . The way to see it is that it behaves like a set operation where you give Solr a r

Using the NOT operator with the AND operator

2025-01-22 Thread Farmerie, Henry
Hello, I'm using Solr 9.7.0, and I observe the following query returns zero results: http://host:8983/solr/solr1/select?q=(NOT( attribute1:there)) AND (attribute2:Document) However, if I do the s

Re: Solr/ZK DR recovery process in GCP VM query

2025-01-22 Thread Sathish Ponnusamy
Hi Team, Any inputs to below query is much appreciated. Regards Sathish P On Mon, 20 Jan, 2025, 21:21 Sathish Ponnusamy, wrote: > Hi Team, > > I have created a solr/zk setup using GCP VM in GCP Cloud. Below is the > setup. > > Cloud: GCP, Region: us-east4, 6 GCP VM forms a solr/Zk cluster > >

[Operator] [ANNOUNCE] Apache Solr Operator v0.9.0 released

2025-01-22 Thread Jason Gerlowski
The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.9.0, available for immediate download at: https://solr.apache.org/operator/artifacts.html The Apache Solr Operator is the official and recommended way of managing your Solr ecosystem on Kubernetes. Please report

RE: Re: Vector search problems SolR 9.6 (Lucene 9.10) vs. SolR 9.7 (Lucene 9.11)

2025-01-22 Thread Moll, Dr. Andreas
Hi, I was aware of the fact, that the tie breaker "sort by id" would only effect the search after the results of the KNN algorithm come in (which may be non-deterministic), but I guessed it to be a best practice to add it to all queries since e.g. searching with a cursor mark requires the tie