Hello Experts,
My goal is to understand the time complexity of the Boosting Query as part
of a search in Solr:
sort=score+desc
defType=edismax
boost=
I followed the stacktrace for the the search call and I am believe the time
complexity is as follows:
- Main Query time + multiple filters reduce
Hello Experts,
My goal is to understand the time complexity of the Boosting Query as part
of a search in Solr:
sort=score+desc
defType=edismax
boost=
I followed the stacktrace for the the search call and I am believe the time
complexity is as follows:
- Main Query time + multiple filters reduce