
farag_ahmed at yahoo
Mar 29, 2012, 5:35 AM
Post #1 of 1
(112 views)
Permalink
|
|
conditional High Freq Terms in Lucene index
|
|
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-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|