Closed (fixed)
Project:
OpenSearch Client
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2007 at 23:33 UTC
Updated:
3 Mar 2007 at 23:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedThis looks very good. One question about the location of this call:
Any reason why you moved it to within the ensuing foreach loop? I don't think that calling it each time should make a difference (in fact would be wasteful). I'll wait for your comment before I commit. Nice work.
Comment #2
nterbogt commentedSorry, an oversight on my part. Happy to move it back up the function in order to speed things up a little :)
Comment #3
robertdouglass commentedCommitted. Thanks!
Comment #4
robertdouglass commentedCould you backport your improvements to 4-7?
Comment #5
nterbogt commentedHere's the patch for the 4.7 branch.
Comment #6
(not verified) commentedComment #7
nterbogt commentedHi Robert,
Any comments on the patch for 4.7? I've found another issue with opensearchclient, and I'm working on providing a patch for that now.
Thanks.