bq: Is there anyway to perform the field query after the results are
collapsed?

I'm not quite sure what you mean here. The intent of fq
clauses it that they apply to the entire query before
anything else, including field collapsing (and I'm
assuming you mean group.field, not collapse.field)

What's the higher-level use-case you're trying to satisfy?

Best
Erick


On Thu, Jun 27, 2013 at 1:34 PM, slevytam <developm...@the10thfloor.com>wrote:

> Hello,
>
> I've struggling to find a way to query after collapse.field is performed
> and
> I'm hoping someone can help.
>
> I'm doing a multiple core(index) search which generates results that can
> have varying fields.
> ex.
> entry_id, entry_starred
> entry_id, entry_read
>
> I perform a collapse.field on entry_id which yields:
> ex. entry_id, entry_starred, entry_read
>
> But if I try to do a fq on one of the fields
> ex. fq=!entry_read:1
>
> The fq is performed before the collapse leading to incorrect results.
>
> Is there anyway to perform the field query after the results are collapsed?
>
> Thanks,
>
> slevytam
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Field-Query-After-Collapse-Field-tp4073691.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to