Is it possible to benchmark the query performance across a larger set of queries? You can leverage Solr Bench, if needed. https://github.com/fullstorydev/solr-bench
On Thu, 1 Feb, 2024, 11:20 am Ishan Chattopadhyaya, < ichattopadhy...@gmail.com> wrote: > Some documentation is here > https://solr.apache.org/guide/8_6/common-query-parameters.html#minexactcount-parameter > > On Thu, 1 Feb, 2024, 9:53 am rajani m, <rajinima...@gmail.com> wrote: > >> Hi All, >> >> To leverage the query time improvements that come with the Block MAX >> WAND >> feature, what are the required configurations? >> >> I am on solr 9.1.1 version. As per docs, including "minExactCount=100" >> query param should do it, however I don't see any drop in query time, it >> is >> more or less the same. Am I missing something? >> >> The queries I tested with are standard ones with edismax as query parser >> and query text is converted into boolean clauses and query has 2 boost >> params by date and popularity field. I included the "minExactCount" set to >> as low as 10 and 100 and increased to 1000 but didn't see key change in >> query time, it was about the same. >> >> Would including boost or use of edismax parser not benefit with block MAX >> WAND? Example query /select?q=((white) AND (roses OR >> jasmine))&defType=edismax&qf=keywords description >> title&pf2=title&bf=recip(ms(NOW,datefield),3.16e-11,1,1)^2.0 >> >> >> Thank you, >> Rajani >> >