Re: Block MAX WAND feature use

2024-02-05 Thread Alessandro Benedetti
It would be interesting to see the level pf fragmentation of each index indeed... I.e. How many segments per core, in a collection On Tue, 6 Feb 2024, 06:59 Mikhail Khludnev, wrote: > 200-300 docs might be too few to get significant gain. With a 400M index > it's worth experimenting with skippin

Re: Block MAX WAND feature use

2024-02-05 Thread Mikhail Khludnev
200-300 docs might be too few to get significant gain. With a 400M index it's worth experimenting with skipping about a million of docs. In simplified params I mean defType=lucene&df=description. debugQuery might expose some details as well. As far as I understand this feature works with large segm

Re: [dev help wanted] admin UI: make commandline args sorting optional

2024-02-05 Thread Vincenzo D'Amore
Hi Christine, I have experience in Angular too, I can take care of this. Best, Vincenzo On Mon, Feb 5, 2024 at 7:22 PM Christine Poerschke (BLOOMBERG/ LONDON) < cpoersc...@bloomberg.net> wrote: > Hi Everyone, > > Are you curious about the code behind the Solr Admin UI, generally or the > dashbo

JDBC Driver with Basic Authentication ?

2024-02-05 Thread Clay Harter
I have configured the BasicAuthPlugin in our Solr 8.11.1 installation but find that I can no longer use the Solr JDBC driver. Even when I supply the user and password properties in creating my Connection, I always get a 401 error: java.sql.SQLException: java.sql.SQLException: java.io.IOException

Re: [dev help wanted] admin UI: make commandline args sorting optional

2024-02-05 Thread ufuk yılmaz
Hi, I never contributed code to Solr before. Is there a general guideline to learn about the workflow? This might be a large question for this specific topic so don’t mind me much. Sincerely ufuk yilmaz — > On 5 Feb 2024, at 21:21, Christine Poerschke (BLOOMBERG/ LONDON) > wrote: > > Hi E

[dev help wanted] admin UI: make commandline args sorting optional

2024-02-05 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hi Everyone, Are you curious about the code behind the Solr Admin UI, generally or the dashboard specifically? https://solr.apache.org/guide/solr/latest/getting-started/solr-admin-ui.html#dashboard And/Or have you ever found yourself staring at a Java commandline for quite a while? If so then

Override similarity scoring algorithm via query param

2024-02-05 Thread rajani m
Hi Solr Users, Is it possible to override similarity scoring algorithm via query param? I know it can be set in schema field type definition but this needs schema update, is it possible to request

Re: Block MAX WAND feature use

2024-02-05 Thread rajani m
The "numFound" value is 200-300 docs difference when compared to the query without "minExactFound" param. The collection has over 400m records so testing the feature on a large collection. The numFoundExact param in the response is consistently false which tells me the feature is functioning but

Re: Block MAX WAND feature use

2024-02-05 Thread Mikhail Khludnev
Hello, How many matches do you have in both cases? I see there's a second sorting expression, it might not comply with the requirements. I'd rather start from the simple single query parser, just for the experiments. Note: I never tried it myself. On Mon, Feb 5, 2024 at 6:20 PM rajani m wrote: >

Re: Block MAX WAND feature use

2024-02-05 Thread rajani m
I ran performance tests with different query sets and the results look no good, it is adding to the latency around ~15% instead of reducing or even matching. Not sure if I am missing something in the config or it is an issue. Here is an example query *without* WAND query parameter select?&fl=id,e