Re: What is considered too many terms on a field search?

2016-03-12 Thread Yonik Seeley
On Sat, Mar 12, 2016 at 11:38 AM, Steven White wrote: > Thanks Yonik. > > 1) How would I enforce OR on the list of terms when AND is my default > search Boolean setting in solrconfig.xml? {!terms} is currently always a disjunction (OR) > 2) And just to confirm that I understand your solution, he

Re: What is considered too many terms on a field search?

2016-03-12 Thread Steven White
Thanks Yonik. 1) How would I enforce OR on the list of terms when AND is my default search Boolean setting in solrconfig.xml? 2) And just to confirm that I understand your solution, here is my current implementation: q=user-real-search-terms&fq={!join+fromIndex=sku_idex+from=SkuID+to=SkuFfolder

Re: What is considered too many terms on a field search?

2016-03-12 Thread Yonik Seeley
On Sat, Mar 12, 2016 at 11:00 AM, Steven White wrote: > Hi folks > > I need to search for terms in a field that will be AND'ed with user's real > search terms, such as: > > user-real-search-terms AND FooField:(a OR b OR c OR d OR e OR ...) > > The list of terms in the field FooField can be as

Re: What is considered too many terms on a field search?

2016-03-12 Thread Yonik Seeley
On Sat, Mar 12, 2016 at 11:00 AM, Steven White wrote: > Hi folks > > I need to search for terms in a field that will be AND'ed with user's real > search terms, such as: > > user-real-search-terms AND FooField:(a OR b OR c OR d OR e OR ...) > > The list of terms in the field FooField can be as

What is considered too many terms on a field search?

2016-03-12 Thread Steven White
Hi folks I need to search for terms in a field that will be AND'ed with user's real search terms, such as: user-real-search-terms AND FooField:(a OR b OR c OR d OR e OR ...) The list of terms in the field FooField can be as large as 1000 items, but will average around 100. The list of OR'ed