On Mon, Oct 25, 2010 at 7:00 PM, Dennis Kubes <[email protected]> wrote: > A curiosity. Some of the documentation for function queries says they match > every document in the index. When running a query that has boolean required > clauses and an optional ValueSourceQuery or function query is the function > query still matched against every document in the index or is it only on > those documents that match required clauses?
It's only those that match the required clauses. -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
