Re: Query Level Boosting

2008-03-12 Thread Ryan McKinley
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" );

Query Level Boosting

2008-03-11 Thread oleg_gnatovskiy
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