oleg_gnatovskiy wrote:
Hello. I was wondering if anyone knew a way to do query level boosting with
SolrJ. On the http client I could just do something like sku:123^2.3 which
would boost the sky query 2.3 points.
boosting is part of the query string, try:
query.setQuery( "sku:123^2.3" );
Hello. I was wondering if anyone knew a way to do query level boosting with
SolrJ. On the http client I could just do something like sku:123^2.3 which
would boost the sky query 2.3 points.
--
View this message in context:
http://www.nabble.com/Query-Level-Boosting-tp15995005p15995005.html
Sent