Re: How to call high fre. terms using HighFreTerms class

2010-05-17 Thread manjula wijewickrema
hi Erick, Thanx On Sat, May 15, 2010 at 5:37 PM, Erick Erickson erickerick...@gmail.comwrote: It looks like a stand-alone program, so you don't call it. You probably want to get the source code and take a look at how that program works to get an idea of how to do what you want. See the

Re: How to call high fre. terms using HighFreTerms class

2010-05-15 Thread Erick Erickson
It looks like a stand-alone program, so you don't call it. You probably want to get the source code and take a look at how that program works to get an idea of how to do what you want. See the instructions here for getting the source: http://wiki.apache.org/lucene-java/HowToContribute HTH Erick

How to call high fre. terms using HighFreTerms class

2010-05-14 Thread manjula wijewickrema
Hi, I am struggling with using HighFreTerms class for the purpose of find high fre. terms in my index. My target is to get the high frequency terms in an indexed document (single document). To do that I have added org.apache.lucene.misc package into my project. I think upto that point I am