« Return to Thread: Boost Sub-Query

Re: Boost Sub-Query

by Erick Erickson :: Rate this Message:

Reply to Author | View in Thread

What I'd do is get a copy of Luke, put the query in the appropriate
box and click on the explain tab. Trying that several ways should
answer your question as well as give you a better feel
for how Lucene handles queries.

Best
Erick

On 10/24/07, java_user_ <jkraemer@...> wrote:

>
>
> Is it possible to boost subqueries with QueryParser?
>
> For example:
> ((apple AND banana)^10 OR orange)
>
> Thanks
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Boost-Sub-Query-tf4685212.html#a13388793
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@...
> For additional commands, e-mail: java-user-help@...
>
>

 « Return to Thread: Boost Sub-Query