DO NOT REPLY [Bug 31841] - [PATCH] MultiSearcher problems with Similarity.docFreq()

2005-06-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31841] - [PATCH] MultiSearcher problems with Similarity.docFreq()

2005-06-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Hits not serializable.

2005-06-23 Thread Robert Newson
Can Hits be made serializable? I'm finding that almost all of the time for a remote search is spent lazily retrieving document objects. I'd like to create a remote interface like with a method like; Hits search(Query query, Filter filter, int prefetch) The remote end would call Hits.doc() f

Re: Re: Optimizing indexes with mulitiple processors?

2005-06-23 Thread Chris Collins
Possible, but from the profile I did it was time basically spent in the state machine logic and not newing tokens. C --- Ben van Klinken <[EMAIL PROTECTED]> wrote: > This raises an interesting point and it's an issue that i think i > dealt with in CLucene. I modified the way the clucene tokens