I need to find the most frequent terms that are appeared with a query. HighFreqTerms.java can be used only to obtain the high frequency terms in the whole index.
I need just to find the high frequency terms to the submitted query. What I do now is: I search the index with the query and retrieve the relevant documents then save those documents in a new folder then index them. At the end I use HighFreqTerms.java in the new index so I can find the most frequent terms to the query. However, this is very slow and need long time to run. Any idea how I can do this task efficiently Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/High-frequency-term-for-the-searched-query-tp1839942p1839942.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org