: Boost Query (bq) accepts lucene queries. E.g. bq=price:[50 TO 100]^100
: boost and bf parameters accept Function queries, e.g. boost=log(popularity)
while these statements are both true, they don't tell the full story.
for example you can also specify a function as a query using the
appropri
g but for relevancy we use boost query as
> we can provide additional weights to a boost query but not to a function
> query.
>
>
>
> -
> Regards
> Shruti
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Boost-query-vs-function-query-in-edisma
; http://lucene.472066.n3.nabble.com/Boost-query-vs-function-query-in-edismax-query-tp4251139p4251640.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
--
Regards,
Binoy Dalal
Hi,
Both the query affect solr scoring but for relevancy we use boost query as
we can provide additional weights to a boost query but not to a function
query.
-
Regards
Shruti
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boost-query-vs-function-query-in-edismax
Hi all as I underestood.
Both of them are for affecting on relevence scoring.but u have more
dominate on relevence scoring when using boosted query.is it true?
I am willing to understand more about difference between 2.
And know what is best situation for using each other?
Tnx.