Hi,
This is (somewhat) in continuation to the previous 401 Unauthorized thread,
TL;DR - Solr Intra-node communication fails when using a custom
AuthenticationPlugin.
Below is the situation as we see it here in the dev. team:
The way our plugin is supposed to work (and has worked in Solr 7) is as
Hey guys! I'm trying to figure out why highlighter doesn't give me
snippets when I change the order of words in the phrase query (with
slop). I use the same query for search and it finds the documents, but
highlighting doesn't work.
I created this StackOverflow issue with detailed description and
(Sorry for the duplicate mail!!! I accidentally added wrong URL in the
previous mail)
Hey guys! I'm trying to figure out why highlighter doesn't give me
snippets when I change the order of words in the phrase query (with
slop). I use the same query for search and it finds the documents, but
highli
I somehow added the wrong link! I'm so sorry.
https://stackoverflow.com/questions/68677610/solr-fastvector-phrase-highlight-on-multivalued-field
On Sun, Aug 8, 2021 at 2:02 PM Clive Lewis wrote:
> Hey guys! I'm trying to figure out why highlighter doesn't give me
> snippets when I change the ord
On 8/7/2021 9:07 PM, Reej Nayagam wrote:
Also this error is seen prior to that
Performance warning : Overlapping on EeckSearchers=2
That's not an error. It says right in the message "warning", and it is
a warning.
This happens when you issue commits too frequently. What's happening is
tha
Hello,
I am currently running a 20 node Solrcloud on 7.7
We have 800,000,000 documents
I am experiencing CPU spikes well over 100%
Adding more CPU did not solve the issue.
searcherExecutor times are ballooning.
I have 2 replicas per shard. 1 NRT and 1 TLOG.
We are indexing around 200,000 per h
Looks like your SolrCloud is running in a single-threaded mode. So adding
CPU's might not help!
Deepak
"The greatness of a nation can be judged by the way its animals are treated
- Mahatma Gandhi"
+91 73500 12833
deic...@gmail.com
Facebook: https://www.facebook.com/deicool
LinkedIn: www.linkedi
Hi,
We are facing a strange issue in our solr system. Most of the days it keeps
running fine but once or twice in a month, we face OutofMemory on solr
servers.
We are using Leader-Follower architecture, one Leader and 4 followers.
Strangely we get OutofMemory error on all follower servers.
Before
Hi Jeff,
Few things to look over
1) what’s the document size and how many fields are indexed and what is the
type of fields indexed.
2) are you sending explicit commits while updating the documents.
3) make opensearcher false and try to index the data.
Thanks
On Mon, Aug 9, 2021 at 10:47 AM Dee