Hi, Is there any performance boost when using FunctionQuery over getting all the documents and analyzing their result fields?
As far as I understand, Function Query does exactly that, for each matched document it feches the fields you're interested at, and then it calculates whatever score mechanism you need. Are there some special configurations that I can use that take make FunctionQueries faster? Cheers, John