[ http://issues.apache.org/jira/browse/LUCENE-474?page=comments#action_12358631 ]
Suri Babu B commented on LUCENE-474: ------------------------------------ HighFreqTerms.java available in misc package is about terms that have high document frequency. Actually whats my requirement is I have set of documents which are indexed I need to find out the high frequency terms as well phrases at the index level, not document level I am able to find out the high frequency terms by iterating through the termDocs. But how to find out the high frequency phrased that are occurring in the index > High Frequency Terms/Phrases at the Index level > ----------------------------------------------- > > Key: LUCENE-474 > URL: http://issues.apache.org/jira/browse/LUCENE-474 > Project: Lucene - Java > Type: New Feature > Versions: 1.4 > Reporter: Suri Babu B > > We should be able to find the all the high frequncy terms/phrases ( where > frequency is the search criteria / benchmark) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]