On Mon, May 23, 2016 at 12:41 PM, Steven White wrote:
> Thank you Erik and Scott. {!terms} did the job!! I tested like so:
> fq={!terms f=category}1,2,3,4,...N
>
> I read that {!terms} treats the terms in the list as OR, if I have a need
> to force AND on my terms, how do I do that?
While ORing
ny terms - Solr 'n Stuff
>> http://yonik.com/solr-terms-query/
>>
>>
>> Scott Chu,scott@udngroup.com
>> 2016/5/23 (週一)
>> - Original Message -
>> From: Erik Hatcher
>> To: solr-user
>> CC:
>> Date: 2016/5/23 (週一) 21:14
>>
r-user
> CC:
> Date: 2016/5/23 (週一) 21:14
> Subject: Re: How to use "fq"
>
>
> Try the {!terms} query parser. That should make it work well for you. Let
> us know how it does.
>
>Erik
>
> > On May 23, 2016, at 08:52, Steven White wrote:
> >
>
t: Re: How to use "fq"
Try the {!terms} query parser. That should make it work well for you. Let us
know how it does.
Erik
> On May 23, 2016, at 08:52, Steven White wrote:
>
> Hi everyone,
>
> I'm trying to figure out what's the best way for me t
Try the {!terms} query parser. That should make it work well for you. Let us
know how it does.
Erik
> On May 23, 2016, at 08:52, Steven White wrote:
>
> Hi everyone,
>
> I'm trying to figure out what's the best way for me to use "fq" when the
> list of items is large (up to 200, but I
Hi everyone,
I'm trying to figure out what's the best way for me to use "fq" when the
list of items is large (up to 200, but I have few cases with up to 1000).
My current usage is like so: &fq=category:(1 OR 2 OR 3 OR 4 ... 200)
When I tested with up to 1000, I hit the "too many boolean clauses"