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.
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
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
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