Yes, the query query expression is simply a multiplication factor , so setting it to a negative value will have the affect you want.
Here's a thread from the lucene mailing list, which discusses the negative boost .
In general, this is similar to NOT, but less strict, since the relevant documents will still appear in the search results ie
Any positive rating (> 0) will affect the increase in the default rating.
Any negative result (<0) will affect the decrease in the default score.
Joel
source share