RE: Re: CVE-2021-31684: SOLR- net.minidev_json-smart (Out of Bounds Read)

2024-02-14 Thread Shahryar Shagoshtasbi
Thank you so much for your detailed explanation. Upon further investigation, I’ve tracked down the root of the vulnerability. { "type": "jar", "name": "net.minidev_json-smart", "version": "1.3.2", "path": "/opt/solr-9.5.0/modules/hdfs/lib/hadoop-client-runtime-3.3.

Re: Block MAX WAND feature use

2024-02-14 Thread rajani m
Milkhail, Thanks for that pointer to test with a simple query. It works perfectly with lucene query parser, I see qtime drop by 7 times with this param. With edismax query, it works with certain caveats that "qf" (query fields) must have only one field and the query must not have boost/bf param

Re: Block MAX WAND feature use

2024-02-14 Thread Mikhail Khludnev
Cool. Btw can you rerank results with the corresponding boost query? On Wed, Feb 14, 2024 at 8:46 PM rajani m wrote: > Milkhail, > > Thanks for that pointer to test with a simple query. It works perfectly > with lucene query parser, I see qtime drop by 7 times with this param. > > With edismax

Re: Error when pulling arm64v8/solr:9.4.1 docker image

2024-02-14 Thread Ricardo Ruiz
Hi I'm leaving this for future reference, I still can't pull the image with docker pull arm64v8/solr however the way I solved it was by using: docker pull --platform=linux/arm64 solr Greetings On Wed, Jan 31, 2024 at 3:27 PM Ricardo Ruiz wrote: > When I try to pull the image for arm64v8/solr:

Re: Performance issue with solr 7.5.0 and docValues

2024-02-14 Thread Arun Sudhir
@Rahul Surendran facet indeed is where the time is spent: "process": { "time": 1560, "query": { "time": 10 }, "facet": { "time": 1545 }, On Tue, Feb 13, 2024, 6:03 AM Rahul Goswami wrote: > Can you pass debug=true with y

Re: Performance issue with solr 7.5.0 and docValues

2024-02-14 Thread Arun Sudhir
Thanks everyone for the tips! @Mikhail I tried your suggestion and it seems to work. We do not run into the cold boot long query time for the particular facet query anymore. Had a follow-up question: Will adding three or four-facet queries have performance implications for the searcher? I checked t

Re: Block MAX WAND feature use

2024-02-14 Thread rajani m
Yes, rerank works as an alternative, but the rerank only supports one boost query, correct? If there are multiple boost conditions such as boost by date, season and popularity, putting all of them into one complex boost query is a hard problem, rerank by LTR can help. Thank you for that pointer.

Re: Block MAX WAND feature use

2024-02-14 Thread Mikhail Khludnev
Hello, Please check inline below. On Thu, Feb 15, 2024 at 2:11 AM rajani m wrote: > Yes, rerank works as an alternative, but the rerank only supports one boost > query, correct? If there are multiple boost conditions such as boost by > date, season and popularity, putting all of them into one co

Re: Performance issue with solr 7.5.0 and docValues

2024-02-14 Thread Mikhail Khludnev
On Thu, Feb 15, 2024 at 12:38 AM Arun Sudhir wrote: > Thanks everyone for the tips! > @Mikhail > I tried your suggestion and it seems to work. We do not run into the cold > boot long query time for the particular facet query anymore. Had a > follow-up question: Will adding three or four-facet que