On 6/20/07, Will Johnson <[EMAIL PROTECTED]> wrote:
The one thing most people (ie product managers) want to see is the number of times that users get 0 hits for a query but that doesn't seem to be logged anywhere in solr that's easily accessible in log files. Am I missing something very obvious or should we try and fix this somehow? I know some other engines will log the number of hits in with the query log which seems like a nice way of doing things.
Since users normally don't hit solr directly, this could also be handled at the application-level tier. It might also choose to implement other logic such as querying an alternate source if no results were returned from Solr. -Yonik