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 number(integer), how to do this ?

You want to map a diffrent integer than the frequency per term in a vector?


--
karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to