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
pret 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 List > Subj

FW: Complex boost statement

2014-10-17 Thread Corey Gerhardt
Solr User List Subject: Complex boost statement Edismax, solrnet I'm thinking that solrnet is going to be my problem due to I can only sent one "boost" parameter. Is it possible to have a boost value: if(exists(query({!v="BUS_CITY:regina"}))&&(BUS_IS_NEARBY),20,1) Thanks, Corey

Complex boost statement

2014-10-16 Thread Corey Gerhardt
Edismax, solrnet I'm thinking that solrnet is going to be my problem due to I can only sent one "boost" parameter. Is it possible to have a boost value: if(exists(query({!v="BUS_CITY:regina"}))&&(BUS_IS_NEARBY),20,1) Thanks, Corey