Re: Almost parallel indexes

2007-09-28 Thread Chris Hostetter
: 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

Re: How to change the similarity function of lucene

2007-09-28 Thread Ariel
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

Re: Almost parallel indexes

2007-09-28 Thread Nixon
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