You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Emmanuel Espina <es...@gmail.com> on 2012/03/19 22:58:36 UTC

Cache hit information in log and response header

For debugging applications sometimes it is needed to check if a log
entry was found in the query results cache or not. Currently that
information is not available and one can only speculate based on the
query time.
As another idea, this can also be done with the filter cache and show
an array of booleans to show which filters hit and which didn't.

The changes to the SolrIndexSearcher and QueryComponent are minimal
and I already added them to make some tests.

What are your opinions on creating a ticket for this in Jira?

Thanks
Emmanuel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org