Hi,
Create a copy field as below and use this copyfield in your query..
Thanks,
Thamizh
-Original Message-
From: son hoang
Sent: Thursday, October 21, 2021 8:19 AM
To: users@solr.apache.org
Subject: Index fo
My adventure to figure out why we have significantly worse performance on
8.9.0 compared to 8.3.1 continues.
As mentioned in a previous thread, when running tests we're seeing around
90% success rates with 8.9 compared to around 98% with 8.3.1
Running tests at 1min for better granularity, we saw
One more tidbit: I just tried leaving replication off for a few hours and
then triggering a "big" replication run so I could see the distinct stages.
- Beginning replication didn't cause any performance degradation.
- Several minutes of downloading the replication files saw no degradation
That's a good one. I will have to check the post-replication code of Solr
to answer your question (I can give it a shot on the weekend if I get the
time, sorry for sounding snobbish)
Deepak
"The greatness of a nation can be judged by the way its animals are treated
- Mahatma Gandhi"
+91 73500 128
Not snobbish at all, I greatly appreciate any & all time you can throw at
my problem :)
Thanks!
Dominic
On Thu, 21 Oct 2021 at 17:39, Deepak Goel wrote:
> That's a good one. I will have to check the post-replication code of Solr
> to answer your question (I can give it a shot on the weekend if
Hi ,
after upgrading solr from 8.4.1 to 8.9.0 I sometimes get this WARN
WARN - 2021-10-21 18:40:05.202; org.apache.zookeeper.ClientCnxn; An
exception was thrown while closing send thread for session
0x2087c0d5288. => EndOfStreamException: Unable to read additional data
from server sessionid 0
Hopefully someone else will confirm this, but I believe this is something you
can ignore.
> On Oct 21, 2021, at 1:29 PM, Isabella Trevisan
> wrote:
>
> Hi ,
> after upgrading solr from 8.4.1 to 8.9.0 I sometimes get this WARN
>
> WARN - 2021-10-21 18:40:05.202; org.apache.zookeeper.ClientC
Thanks Dave, if I interpret correctly below expression will only boost top
20 products which are already top result set and remaining boosted products
will be still part of top result set.
On Wed, Oct 20, 2021, 23:39 Dave wrote:
> Maybe something like bq =rank:[1 TO 20]^10
> I’m afk at the momen