is there no other way then to use the patch?

since the query A is super set of B ???

if not doable, I will probably use some caching technique.

Best.

On Sat, Jan 24, 2009 at 9:14 AM, Shalin Shekhar Mangar
<shalinman...@gmail.com> wrote:
> On Sat, Jan 24, 2009 at 6:56 AM, Cam Bazz <camb...@gmail.com> wrote:
>
>> Hello;
>>
>> I got a multiField named tagList which may contain multiple tags. I am
>> making a query like:
>>
>> tagList:a AND tagList:b AND tagList:c
>>
>> and I am also getting a tagList facet returning me some values.
>>
>> What I would like is Solr to return me facets as if the query was:
>> tagList:a AND tagList:b
>>
>> is it even possible?
>>
>
> If I understand correctly,
> 1. You want to query for tagList:a AND tagList:b AND tagList:c
> 2. At the same time, you want to request facets for tagList but only for
> tagList:a and tagList:b
>
> If that is correct, you can use the features introduced by
> https://issues.apache.org/jira/browse/SOLR-911
>
> However you may need to put #1 as fq instead of q.
> --
> Regards,
> Shalin Shekhar Mangar.
>

Reply via email to