You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by serendipity0306 <se...@gmail.com> on 2011/07/05 23:45:38 UTC

How to explicit indexing a term with its weight for each document?

Hi, 
    I have manually pre-processed many documents into the following format:

termA    weightA
termB    weightB
termC    weightC
    
    The weight is a float number.  I have already manually built a term
vector for each document.
    My question is: How can I index the term vector into Lucene?
best,
serendipity

--
View this message in context: http://lucene.472066.n3.nabble.com/How-to-explicit-indexing-a-term-with-its-weight-for-each-document-tp3142651p3142651.html
Sent from the Lucene - General mailing list archive at Nabble.com.