Re: Terms.getSumTotalTermFreq() in Lucene 4.0

2013-01-07 Thread 장용석
Hi, Ah.. I understand. If I need this, I'll open an issue. Thank you very much. 2013/1/5 Michael McCandless > Hi, > > The next version won't have a fix for this unless someone opens an > issue / posts a patch. > > Mike McCandless > > http://blog.mikemccandless.com > > On Fri, Jan 4, 2013 at 7:5

Re: Terms.getSumTotalTermFreq() in Lucene 4.0

2013-01-05 Thread Michael McCandless
Hi, The next version won't have a fix for this unless someone opens an issue / posts a patch. Mike McCandless http://blog.mikemccandless.com On Fri, Jan 4, 2013 at 7:59 PM, 장용석 wrote: > Hello Mike. > Thanks for your reply. > > It's not an important issue. > I'll waiting for next release versio

Re: Terms.getSumTotalTermFreq() in Lucene 4.0

2013-01-04 Thread 장용석
Hello Mike. Thanks for your reply. It's not an important issue. I'll waiting for next release version including this patch. Thanks. 2013/1/4 Michael McCandless > The problem is that the TermVectorsFormat for the default codec > (Lucene40TermVectorsFormat) does not store this statistic > per-do

Re: Terms.getSumTotalTermFreq() in Lucene 4.0

2013-01-04 Thread Michael McCandless
The problem is that the TermVectorsFormat for the default codec (Lucene40TermVectorsFormat) does not store this statistic per-document, currently. We could in theory fix this ... maybe open an issue / make a patch if it's important? -1 return value is actually "valid": it means this statistic is