> Everything should work as before. So faceting, function
> queries, query 
> boosting should still work.
> 
> For eg:
> q=name:efghij^2.2 name:abcd^3.2
> 
> returns all docs with name efghij and abcd but ranking
> documents named 
> abcd above efghij
> 

Thanks Nagendra.

But I wasn't talking about field boost. The kind of boosting I need:

{!boost b=log(popularity)}foo

requires BoostQParserPlugin 
(http://search-lucene.com/jd/solr/org/apache/solr/search/BoostQParserPlugin.html
 )

Does Solr-RA come with BoostQParserPlugin?

Thanks.

Reply via email to