Re: FW: Complex boost statement

2014-10-19 Thread Ramzi Alqrainy
Please try this if(and(exists(query({!v="BUS_CITY:regina"})),exists(BUS_IS_NEARBY)),20,1) -- View this message in context: http://lucene.472066.n3.nabble.com/Complex-boost-statement-tp4164572p4164885.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: FW: Complex boost statement

2014-10-18 Thread William Bell
Wouldn't it be? if(and(exists(query({!v="BUS_CITY:regina"})),not(query({!v="BUS_IS_ TOLL_FREE:true"})),500,1) On Fri, Oct 17, 2014 at 2:07 PM, Corey Gerhardt < corey.gerha...@directwest.com> wrote: > Apparently I need to a long holiday so that I can interpret the > documentation correctly. > >

FW: Complex boost statement

2014-10-17 Thread Corey Gerhardt
Apparently I need to a long holiday so that I can interpret the documentation correctly. if(and(exists(query({!v="BUS_CITY:regina"})),not(BUS_IS_TOLL_FREE)),500,1) -Original Message- From: Corey Gerhardt [mailto:corey.gerha...@directwest.com] Sent: October-16-14 4:11 PM To: Solr User L