Re: span query scoring vs boolean query scoring

2006-03-27 Thread Doug Cutting
Vincent Le Maout wrote: I am missing something ? Is it intented or is it a bug ? Looks like a bug. Can you please submit a bug report, and, ideally, attach a patch? Thanks, Doug - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: span query scoring vs boolean query scoring

2006-03-27 Thread Doug Cutting
Vincent Le Maout wrote: I am missing something ? Is it intented or is it a bug ? Looks like a bug. Can you submit a patch? Doug - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: span query scoring vs boolean query scoring

2006-03-24 Thread Chris Hostetter
: *public* SpanWeight(SpanQuery query, Searcher searcher) : *throws* IOException { : *this*.similarity = query.getSimilarity(searcher); : *this*.query = query; : *this*.terms = query.getTerms(); : : idf = *this*.query.getSimilarity(searcher).idf(terms, searcher); : } : : lack

span query scoring vs boolean query scoring

2006-03-24 Thread Vincent Le Maout
Hi everybody, it's been a while since I try to figure out the difference between the scoring of span and boolean queries with little success. All stems from the observation that the boost of SpanTermQuery as leaves of the query tree does not seem to have much influence on the resulting scores o