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]
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]
: *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
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