mark harwood wrote:
I want to return the "interesting" terms used for MLT

Could you do this using Query.extractTerms() on the rewritten version of the 
MoreLikeThis query (a BooleanQuery)?


thanks! that works and avoids the PriorityQueue traverstal problems. I can even get the boost (normalized tf/idf) using BooleanQuery.clauses().

I will post a patch that:

1. lets you set the Similarity
2. makes isNoiseWord() protected

thanks
ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to