You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Gregor Heinrich <he...@igd.fhg.de> on 2003/04/17 20:55:15 UTC

Reading out term frequencies document-wise.

Hello all,

after creating a Lucene index, for some applications it's useful to access
term frequencies.

Is there any solution to read out term frequencies in an efficient way,
something like a IndexReader.docTerms(int docId)? This completely subverts
the reverse-index paradigm but is useful, for instance to create a
term-document matrix in sparse format (Harwell Boeing, say).

A more general question. Is there any current activity to create term-vector
support for Lucene? Maybe it's possible to do a joint activity.

Thanks,

gregor


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org