On Thu, Feb 24, 2011 at 11:56 AM, Salman Akram <salman.ak...@northbaysolutions.net> wrote: > So you are agreeing that it does what I want? So in my example "Abc def" > would only be searched on 24th Feb 2010 documents?
Pretty much, but not exactly. It's close enough to what you want though. The details are that the scorer and the filter are leapfrogged, but always starting with the filter again after a match. If you're interested in further details, look at the source code of IndexSearcher for a filtered query. This was added in 1.4: http://www.lucidimagination.com/blog/2009/05/27/filtered-query-performance-increases-for-solr-14/ -Yonik http://lucidimagination.com