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