HI, I am using HighFreqTerms class to compute the high frequent terms in the Lucene index and it works well. However, I am interested to compute the high frequent terms under some condition. I would like to compute the high frequent terms not for all documents in the index instead only for documents with type “A”. Beside the “contents” field in the index I have also the “DocType” (document type) in the index as extra field. So I should compute the high frequent term only (if DocType=”A”)
Any idea how to do this? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3867559p3867559.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