[ http://issues.apache.org/jira/browse/LUCENE-474?page=comments#action_12358648 ]
Suri Babu B commented on LUCENE-474: ------------------------------------ High Frequency phrases are like high frequency terms but they will have multiple terms repeated in the index Lets say the X document has the phrase "Session Bean" 12 times the Y document has the phrase "Session Bean" 2 times the Y document has the phrase Bean 3 times the Z document has the phrase "Bean" 5 times so I should get a output like below Phrase/Term Frequency ------------------ --------------- Session Bean 14 Bean 8 > 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]