Actually I should have just tried this before asking but I'll say what I'm
seeing and maybe someone can confirm.

Faceting looks like it took this into account, i.e. the counts were 0 for
values that were in documents that I removed using my AnalyticQuery.  I had
expected that the AnalyticsQuery might be done after everything was
completed, but it looks like it was executed before faceting which is great.

On Thu, Aug 27, 2015 at 1:17 PM, Jamie Johnson <jej2...@gmail.com> wrote:

> Thanks Yonik.  I currently am using this to negate the score of a document
> given the value of a particular field within the document, then using a
> custom AnalyticQuery to only collect documents with a score > 0.  Will this
> also impact the faceting counts?
>
> On Wed, Aug 26, 2015 at 8:32 PM, Yonik Seeley <ysee...@gmail.com> wrote:
>
>> On Wed, Aug 26, 2015 at 6:20 PM, Jamie Johnson <jej2...@gmail.com> wrote:
>> > I don't see it explicitly mentioned, but does the boost only get
>> applied to
>> > the final documents/score that matched the provided query or is it
>> called
>> > for each field that matched?  I'm assuming only once per document that
>> > matched the main query, is that right?
>>
>> Correct.
>>
>> -Yonik
>>
>
>

Reply via email to