solr 8.5.0 and autoscaling cluster policy not applying on creation of collection

2020-03-31 Thread Andrew Doherty
Hello, I am trying to resolve an issue with setting the autoscaling cluster policy and not having any luck I have tried "set-cluster-policy" : [ {"replica": "#EQUAL","shard": "#EACH","sysprop.zone":"#EACH"} ]}' And it sets correctly, but doesnt seem to stick to that policy when creating a colle

Request Tracking in Solr

2020-03-31 Thread Prakhar Kumar
Hello Folks, I'm looking for a way to track requests in Solr from a particular user/client. Suppose, I've created a user, say *Client1*, using the basic authentication/authorization plugin. Now I want to get a count of the number of requests/queries made by *Client1* on the Solr server. Looking fo

Re: Solrcloud 7.6 OOM due to unable to create native threads

2020-03-31 Thread S G
One approach could be to buffer the messages in Kafka before pushing to Solr. And then use "Kafka mirror" to replicate the messages to the other DC. Now both DCs' Kafka pipelines are in sync by the mirror and you can run storm/spark/flink etc jobs to consume local Kafka and publish to local Solr cl

Japanese text handling in Solr

2020-03-31 Thread Audrey Lorberfeld - audrey.lorberf...@ibm.com
Hi All, We are adding Japanese to our index, and I would love to know if any of you have a synonyms file you use for Japanese? Thank you! Best, Audrey Lorberfeld

FW: Solr proximity search highlighting issue

2020-03-31 Thread Anil Shingala
Hello Dev Team, I found some problem in highlighting module. Not all the search terms are getting highlighted. Sample query: q={!complexphrase+inOrder=true}"pos1 (pos2 OR pos3)"~30&hl=true Indexed text: "pos1 pos2 pos3 pos4" please find attached response xml screen shot from solr. You can se

searcher

2020-03-31 Thread Revas
Hi I am seeing from my logs searcher referenced as main and realtime .Do they correspond to hard vs sofCommit. I do not see the co-relation to that based on our commit settings. Opening [Searcher@538abc62[xx_shard1_replica2] main] Opening [Searcher@2e151991[ xx _shard1_replica1] realtime] Thank

Re: DocValue field & commit

2020-03-31 Thread Revas
Hi Erick, Thanks. We do have NRT requirement in our application that updates be immediately visible. We do have constant updates. The push is for even faster visibility but we are holding off at 2 secs soft-commit for now. What I am not able to understand is that as per query debugging, the facet

Re: Scoring partial match in title field higher than exact match in description field

2020-03-31 Thread Walter Underwood
1. Do not use stopwords. Ever. Especially with names. 2. Do not use stemming with names. “Bill Gates” is not the same as “Bill Gate”. You aren’t, but I thought I’d include that. 3. Mixing partail word matches and full word matches in the same search is likely to give odd results. 4. Your require

Scoring partial match in title field higher than exact match in description field

2020-03-31 Thread nileshwagh24
In need to score partial match in NAME field higher than exact match in INFOTEXT field.Actually I need to sort my SOLR result based on following five conditions 1.First, results with a whole word match on the first or second word in the NAME go on top. 2.Then, results with a whole word match else

Re: expand=true throws error

2020-03-31 Thread Szűcs Roland
Hi Munendra, Yes, indeed it was the problem. Thank you very much your help. Expand is just a pure parameter. Now it is working. Thanks, Roland Munendra S N ezt írta (időpont: 2020. márc. 31., K, 5:22): > > Case 3 let;s extend it with expand=true: > > { "responseHeader":{ "status":0, "QTime":1,

Unable to delete zookeeper queue

2020-03-31 Thread Kommu, Vinodh K.
All, For some reason one of our zookeeper queue was filled with way bigger number so when I tried to delete queues with "rmr /overseer/queue" command, it's throwing - Packet len19029055 is out of range! exception. Later I have increased maxbuffer size to 50M and tried the same rmr command but s