e spaces or "^".
-- Jack Krupansky
-Original Message-
From: Anatoli Matuskova
Sent: Tuesday, January 22, 2013 4:32 AM
To: solr-user@lucene.apache.org
Subject: Re: bf, nested queries and local params
q=table&bf=product(scale(product(query({!v='color'}),1),0,1),100)
oving spaces between params results in errors too).
--
View this message in context:
http://lucene.472066.n3.nabble.com/bf-nested-queries-and-local-params-tp4035216p4035284.html
Sent from the Solr - User mailing list archive at Nabble.com.
work, sounds like a bug.
-- Jack Krupansky
-Original Message-
From: Anatoli Matuskova
Sent: Monday, January 21, 2013 9:10 PM
To: solr-user@lucene.apache.org
Subject: Re: bf, nested queries and local params
q=table&bf=product(scale(query({!v='color'}),0,1),100)
Gives me b
ne.apache.org
Subject: Re: bf, nested queries and local params
Getting closer:
q=table&bf=product(scale(query({!v='with color'}),0,1),100)
I was expecting to get the score from query({!v='with color'}) so the scale
would look like (this is just an example in a document):
sc
013 7:53 PM
To: solr-user@lucene.apache.org
Subject: Re: bf, nested queries and local params
Looks like doing this:
/Wrap the query argument for the scale function with the query function:
q=table&bf=product(scale(query({!type=dismax qf=description,color v='with
color'}),0,1),pr
ted query but can't figure out what
--
View this message in context:
http://lucene.472066.n3.nabble.com/bf-nested-queries-and-local-params-tp4035216p4035218.html
Sent from the Solr - User mailing list archive at Nabble.com.
To: solr-user@lucene.apache.org
Subject: bf, nested queries and local params
I'm trying to reach this:
Having this query:
q=table&bf=product(scale({!type=dismax qf=description,color v='with
color'},0,1),price)
And using on q (in solrconfig.xml) defType=dismax, qf=title, des
pe=dismax) inside the first parameter
of the scale function?
--
View this message in context:
http://lucene.472066.n3.nabble.com/bf-nested-queries-and-local-params-tp4035216.html
Sent from the Solr - User mailing list archive at Nabble.com.