: I can't really use ParallelReader to keep the indexes the same; it
: requires me to add documents to both indexes which means I have to
: retokenize the large fields anyway. I would want to do a "join" on an
: external id, and as far as I can tell, Lucene doesn't support that.
correction: it
Sorry the delay.
But, what I want to do is to change the terms weigth, I don´t want that
terms weight be the frecuency the term appear in the document intead of that
I want it to be another special measure and with that change the similarity
function.
I don´t know how to change the terms weight in
Guys
I encounter such condition of having two indexes
for one forum related application which had
Topics and its posts which were mapped in db in two different tables in
relational database.
But i had decided to have one index
like this
topicId , topicName , timestamp , postId , postedcommen