On Tue, Dec 18, 2012 at 8:06 PM, Ryan McKinley <[email protected]> wrote:
> is there a JIRA ticket for this?
>
> +1 to Robert's observation that this independent from any format discussion
>

I dont know of one: but feel free!

I thought of the stats situation at some point:
terms.size == terms.sumDocFreq should be enough i think, for faceting purposes?
doesnt really mean the field is truly "single valued", because a term
could exist twice for the same doc, but for faceting etc, we dont care
about that I think?
if we really want to check that no term has tf > 1 within a doc, we'd
have to involve sumTotalTermFreq too: which is irrelevant here and
unavailable if frequencies are omitted

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to