Replication error in Solr 7.7.3 caused by SocketException: Broken pipe

2024-03-18 Thread Brian Lininger
Hi All, We recently upgraded from Solr 6.6.6 & Java 8 to Solr 7.7.3 & Java 11 and have started seeing a problem with replication failures leaving replicas in an inconsistent state with no self correction mechanism. The leader is hitting a broken pipe SocketException like this: ERROR org.apache.so

rid is preceded with "null" after migrating from solr 8.10 to 9.5

2024-03-18 Thread Uday Kumar
Hello all, We are trying to migrate solr from v8.10 to v9.5 Issue: In solr 8.10, we were getting rid in following format "-1234" in our solr logs which helped us in determining main solr requests. But after migrating to solr9.5 we are getting rid as "null-1234". Can someone please let us kno

Re: Inconsistent Autocomplete Response after Building Suggester

2024-03-18 Thread Parag Ninawe
Any suggestions team ? On Fri, 15 Mar, 2024, 8:08 pm Parag Ninawe, wrote: > Hello, > We currently have a Solr Index with 3 replicas and each replica is on a > different server/node. > Solr version is 8.11.2 > Within this setup, we've configured a suggester component and an > autocomplete request

Using the document score to boost the score

2024-03-18 Thread Leusing,Jens
Hello, I'm currently trying to find a way to boost the score of a document by its own score in Solr 9.4.0. At the moment, we use Lucene 6.8.0 for the search, where we use a formula for calculating the score. For example, the formula could look like this: "SCORE + (2*FIELD1*(SCORE*FIELD2))". S

Re: Solr steaming vs search query performance

2024-03-18 Thread Mikhail Khludnev
Hello, On Mon, Mar 18, 2024 at 12:24 PM Vishal Patel wrote: > > We want to join with 3 collection in multi shards environment. I think > solr is not supported join in multi shards environment. > FYI, the recent Solr is able to join multiple shards, although it requires thorough configuring, and

Solr steaming vs search query performance

2024-03-18 Thread Vishal Patel
We are using Solr 8.9.0. We have configured Solr cloud like 2 shards and each shard has one replica. We have used 5 zoo keepers for Solr cloud. We want to join with 3 collection in multi shards environment. I think solr is not supported join in multi shards environment. We are trying to use stre

Cannot access individual latitude and longitude values after migrating from solr 8.10 to solr 9.5

2024-03-18 Thread Uday Kumar
Hello all, we are not able to access individual latitude and longitude values as subfields of latlongtype field in solr 9.5 In SOLR 8.10: Here, we are able to access individual latitute and longitude values of doc as below: latlon_0_coordinate latlon_1_coordinate Here, we were able to calcul