: Quick Question - are the filter queries used to create the document mask : inside bq clauses also cached using the filterCache? : this seems like an important optimization for sites that use bq heavily with : a small set of static boost selector filters..
I really don't understand what you mean by "document mask" when bq is used, the query defined is added as an optional clause to the main query -- nothing can be cached independent of the main query, becaue the bq has no independent results. it's just another clause of the mian query (factored into the final DocList) -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
