Re: Optimize latency of queries with facets

2024-01-09 Thread Mirko Sertic
Hi David, I'm following this topic. Would you please elaborate a little bit why docValues on a boolean field might be a bad idea? Is this specific to a Solr major release, or more a general concern? Do you have a documentation link to share? We were told that docValues should be enabled on fac

Re: knn query parser, number of results and filtering by score

2023-10-23 Thread Mirko Sertic
   "expand":{   "time":0.0     },     "terms":{   "time":0.0     },     "debug":{   "time":1.0     }   }     }   } } Please let me know where to file a bug report. Is it the Jira at issues.apac

Re: knn query parser, number of results and filtering by score

2023-10-19 Thread Mirko Sertic
ng": "{!knn f=TESTEMBEDDING_EU_3 topK=3}[1.0,1.0,1.0]",     "parsedquery": "KnnVectorQuery(KnnVectorQuery:TESTEMBEDDING_EU_3[1.0,...][3])",     "parsedquery_toString": "KnnVectorQuery:TESTEMBEDDING_EU_3[1.0,...][3]",     "QPars

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Mirko Sertic
Website: Sease.io <http://sease.io/> LinkedIn <https://linkedin.com/company/sease-ltd> | Twitter <https://twitter.com/seaseltd> | Youtube <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github <https://github.com/seaseltd> On Wed, 18 Oct 2023 at 15:32, Mirko

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Mirko Sertic
ite: Sease.io<http://sease.io/> LinkedIn<https://linkedin.com/company/sease-ltd> | Twitter <https://twitter.com/seaseltd> | Youtube <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github <https://github.com/seaseltd> On Tue, 17 Oct 2023 at 10:41, Mirko Sert

Re: knn query parser, number of results and filtering by score

2023-10-17 Thread Mirko Sertic
lting | Training | Open Source Website: Sease.io<http://sease.io/> LinkedIn<https://linkedin.com/company/sease-ltd> | Twitter <https://twitter.com/seaseltd> | Youtube <https://www.youtube.com/channel/UCDx86ZKLYNpI3gzMercM7BQ> | Github <https://github.com/seaseltd>

Re: knn query parser, number of results and filtering by score

2023-10-17 Thread Mirko Sertic
To correct me, there was a typo. I meant: If I specify topK=6, I get numFound=12, but only some of them match the top 6 Am 17.10.2023 um 09:31 schrieb Mirko Sertic: Hi! To keep you updated, here are some observations regarding the numFound/resultset size and DenseVectorQueries: If I specity

Re: knn query parser, number of results and filtering by score

2023-10-17 Thread Mirko Sertic
ant 2 in our setup. Mirko Am 16.10.2023 um 14:46 schrieb Mirko Sertic: Hi@all We are using Solr 9.1.1, and are trying usecases with DenseVector Fields and knnQueries in mind. During our tests, we see the following results and are trying to figure out what is going on: a) We use the following

knn query parser, number of results and filtering by score

2023-10-16 Thread Mirko Sertic
Hi@all We are using Solr 9.1.1, and are trying usecases with DenseVector Fields and knnQueries in mind. During our tests, we see the following results and are trying to figure out what is going on: a) We use the following main query : {!knn f=VECTOR_FIELD topK=10}[VECTOR DATA]. We use it as a m