Re: high frequent terms in the search result set

2010-11-09 Thread starz10de
Thanks for the answer. My request is might easier. I will describe it in basic way: 1- I submit a query 2- I retrieve the matched documents 3- From this matched document I need to ´have a list of terms based on their high co-occurrence. Currently I could do this for the whole index but I still

Re: high frequent terms in the search result set

2010-11-08 Thread Michael McCandless
Maybe you can use the [very new] feature committed under this issue: https://issues.apache.org/jira/browse/LUCENE-2590 This lets you see which doc matched which terms from the query. But, it hasn't be released yet (it'll be in 3.1 and 4.0). Mike On Mon, Nov 8, 2010 at 7:14 AM, starz10de w