MultiSearcher, Hits and createWeight

2007-05-29 Thread Israel Tsadok
Hi, I am developing a distributed index, using MultiSearcher and RemoteSearcher. When investigating some performance issues, I noticed that there is a lot of back-and-forth traffic between the servers during the weight calculation. Although MultiSearcher has a method called createWeight that minim

Re: MultiSearcher, Hits and createWeight

2007-06-13 Thread Israel Tsadok
In case anyone was interested, making the change I described surfaced a bug that causes the custom similarity to not work. There is a patch: https://issues.apache.org/jira/browse/LUCENE-789 On 5/29/07, Israel Tsadok <[EMAIL PROTECTED]> wrote: Hi, I am developing a distributed index, using Mult

Re: MultiSearcher, Hits and createWeight

2007-06-13 Thread Chris Hostetter
Israel, I don't really know much about MultiSearcher, but just to clarify: are you saying that the change you have works ok, as long as people are also using hte patch in LUCENE-789 (which will be in 2.2) or are you saying that the change you tried doesn't work when using a custom similarity, for