Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-User
filter caching
 

Index | Next | Previous | View Flat


les at affinitycircles

Apr 26, 2007, 2:37 PM


Views: 523
Permalink
filter caching

I have a question about filter caching. I have a lot of QueryFilters
that I use when searching that filter on a single field. Sometimes
alone I use them by themselves, but mostly I use them in some
combination using ChainedFilter. Does the caching take advantage of
only the final filter that used in the query, or would a ChainedFilter
(say 'A and B and C') make use of the cached versions of the single
field QueryFilters A,B and C and just combine their bitsets?

The reason I ask about this is for when I comes time to warm a new
IndexReader. Ideally I'd like to just run all of the single field
QueryFilters against the index and have it cache those, and then be able
to make use of those cached filters in my more complex filters.

This seems like a fairly basic concern, but I was unable to find
anything addressed this concern explicitly. (I could just have been
searching for the wrong stuff). Anyways, thanks.

Les

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org
For additional commands, e-mail: java-user-help[at]lucene.apache.org

Subject User Time
filter caching les at affinitycircles Apr 26, 2007, 2:37 PM
    Re: filter caching hossman_lucene at fucit Apr 27, 2007, 5:03 PM
    Re: filter caching les at affinitycircles May 1, 2007, 1:54 PM
        Re: filter caching hossman_lucene at fucit May 1, 2007, 2:14 PM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.