Re: conditional High Freq Terms in Lucene index

2012-03-31 Thread Michael McCandless
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-tp3868066p3868066.html Sent from the Lucene - Java Developer mailing list archive

Re: conditional High Freq Terms in Lucene index

2012-03-31 Thread starz10de
; } } . . . any hint ? -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3868066p3873362.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: conditional High Freq Terms in Lucene index

2012-03-31 Thread Michael McCandless
;                    }                 } . . . any hint ? -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3868066p3873362.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: conditional High Freq Terms in Lucene index

2012-03-31 Thread starz10de
, the frequency is not correctly counted for each term and also with some duplicate words in the list. Does something wrong with TermDocs dok and dok.freq()? -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3868066p3873567.html Sent from

Re: conditional High Freq Terms in Lucene index

2012-03-30 Thread starz10de
idea how to do this? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3868066p3868066.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com

Re: conditional High Freq Terms in Lucene index

2012-03-30 Thread starz10de
())); } } I could test that i correctly have only the document type „A“. However, the result is not correct because I can see few terms twice in the ordered high frequent list. Any hints where are the problem? -- View this message in context: http://lucene.472066.n3.nabble.com/conditional-High-Freq

conditional High Freq Terms in Lucene index

2012-03-29 Thread starz10de
.nabble.com/conditional-High-Freq-Terms-in-Lucene-index-tp3868066p3868066.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands

Re: conditional High Freq Terms in Lucene index

2012-03-29 Thread Michael McCandless
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-tp3868066p3868066.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com