Re: term frequency calculation in Lucene

2007-04-30 Thread karl wettin
29 apr 2007 kl. 18.33 skrev saikrishna venkata pendyala: Where does the lucene compute term frequency vector ? {filename,function name} DocumentWriter.java private final void invertDocument(Document doc) Actually the task is to replace the all term frequencies with some constant

Re : term frequency calculation in Lucene

2007-04-29 Thread saikrishna venkata pendyala
Hai , Where does the lucene compute term frequency vector ? {filename,function name} Actually the task is to replace the all term frequencies with some constant number(integer), how to do this ? Any kind of help is appreciated . Thanks in advance.