Hi Nutchmasters-
I have noticed that the summaries sometimes don't contain any highlighted
terms (aka words from query) in the fragments used.
I am wondering if this will be resolved in Nutch 0.8.2?
I noticed in the 0.8.1 source for BasicSummarizer this TODO comment:
public Summary getSummary(String text, Query query) {
// Simplistic implementation. Finds the first fragments in the document
// containing any query terms.
//
// TODO: check that phrases in the query are matched in the fragment
Should I create a bug for this or is it already on the radar or addressed??
Jared-