lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Instrument IndexOrDocValuesQuery to report on its decisions

Open stefanvodita opened this issue 8 months ago • 3 comments

Description

For Amazon Product Search, we use IndexOrDocValuesQuery and have changed it to take a listener type object that records and reports on the decision the query has made. We look at how often it picks indexed vs doc values and we can see if there are changes in the frequency with which we take each branch. Would this be a welcome addition?

stefanvodita avatar May 30 '24 21:05 stefanvodita