filtering results per field?

2010-11-01 Thread Francisco Borges
Hello, I would like to search several fields while applying different Filter's to the results of different fields. Is it possible to (efficiently) filter out results according to which fields they are coming from? I've been navigating the code and Javadocs, and haven't found any way to do it. On

Re: how can I merge indexes without deleting the original index?

2009-09-04 Thread Francisco Borges
Hello, Many thanks for the sample. I've already written a proof of concept with it. Cheers, Francisco On Sep 4, 2009 3:53 PM, "Shashi Kant" wrote: Here is some code to help you along. This should leave the source indices intact and merges them into a destination. //the index t

Re: how can I merge indexes without deleting the original index?

2009-09-04 Thread Francisco Borges
Hello Erick, On Fri, Sep 4, 2009 at 3:26 PM, Erick Erickson wrote: > Sure, copy them first to some other directory > We might have something more helpful if you'd tell us *why* you want to do > this? What problem are you trying to solve? Because having two copies of > your index in the same d

how can I merge indexes without deleting the original index?

2009-09-04 Thread Francisco Borges
Hello everyone, As I understood it, merging indexes will lead to the deletion of the original indexes. Is there a way to merge indexes while keeping the original indexes intact? Kind regards, -- Francisco - To unsubscribe, e-m

Re: possible score value

2008-11-06 Thread Francisco Borges
imit of 1 (for the max scorer). > Hope this clarifies things! :) > > -- > Anshum Gupta > Naukri Labs! > http://ai-cafe.blogspot.com > > The facts expressed here belong to everybody, the opinions to me. The > distinction is yours to draw.... > > > On Thu

possible score value

2008-11-06 Thread Francisco Borges
Hello, I have been going through the scoring documentation and code. I had the expectation that Lucene would enforce a score value between [0,1]. But from what I can grasp from the code and docs, score values can be greater than one. Does Lucene considers score values greater than 1 as valid? K