Hello everyone,
We've recently started seeing a huge query time performance degradation with
the use of the leading wildcard queries when we migrated from Solr 7.7.1 to
Solr 8.6.3. The average response time was around 300 ms before the upgrade
while around 600 ms after the upgrade. We have the
unsubscribe
On Mon, Mar 22, 2021, 5:33 AM Bernd Fehling
wrote:
> Hello,
>
> I have a SolrCloud with 5 shards 2 Replicas.
> I tried everything back and forth with LocalStatsCache, ExactStatsCache
> and ExactSharedStatsCache.
> I saw some minor advantage between LocalStatsCache and the Exact... pi
: Actually this logs are written on server also. I am using solr cloud . When
: i am doing indexing this error is coming frequently.
You can see this error in the solr logs for "node1" but the message will
refer to a URL for a remote "node2" (hosting
solrcollection_shard2_replica2 in your exam
Hi,
I've noticed the following warning in the *aliases documentation*:
*"...Reindexing a document with a different route value for the same ID*
*produces two distinct documents with the same ID accessible via the*
*alias..."*
When tested such case it seems that really only one doc is retrieved but
I see the same behavior you do; I'm going to paraphrase the problem
(probably covering a lot of the same ground you've already covered), to be
sure that we're on the same page:
It looks like this issue is specifically related to multi-collection
requests (i.e., I don't observe this issue for a req
Thanks for the reply, Alessandro!
I'll try out your tips and see if anything works out.
Hope to post contribute back to here soon!
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
We use Solr 7.7.2 in a solrcloud consisting of 4 nodes. Each collection has 2
shards and we try to place a replica on each node and don't want to have more
than one replica for a collection on the same node.
One of our collections has very specific requirements that force us to use TLOG
replic
I have docker swarm setup with 2 solr nodes and 3 zookeeper nodes.
When refreshing the zookeeper status
https:/solr/#/~cloud?view=zkstatus
1 of 2 refreshes gives java.net.SocketException: Connection reset
while still seeing the three ZK nodes.
Error in the log
java.io.UncheckedIOException: ja
Hi All,
I am working on Did you mean feature using Solr's spellcheck component. I
want suggestions or collations to be returned only when my actual main
query returns 0 results.
So basically Did you mean only when numFound is 0.
I set spellcheck.maxResultsForSuggestions = 0 in my configuration. H