This may not be your problem but I noticed one parameter in the slide web.xml that controls the _real_ depth of infinite depth operations. By default I think its set to 3 so it only looks 3 deep. If one of the files you expected to come back is below that depth in the tree then I don't think it will show in the returned list. At least from what I understand from the comment and a quick look at the code. You can see that it was added to stop DOS attacks using repeated infinite searches but its not noted anywhere I have seen and I only found it because I stumbled upon it by accident :-)
Warwick > -----Original Message----- > From: Darren Hartford [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 3:01 PM > To: Slide Users Mailing List > Subject: multi-store searching > > > Multi-store configuration working good now, writing up the > documentation to put up on the Wiki. > > For the next challenge, doing a SearchMethod when specifying > the root "/" as the search location, with depth of infinity, > and specifying a 'displayname' for a file that is in both > stores, seems to do cross-searching across both stores as I > see it making multiple Query calls. > > However, it looks like it returns only the fastest store's > results (which happens to be in my second store, not the > root. The second store has a much smaller number of files) > and none of the other stores results. Has anyone else seen > similar behavior, or is this expected behavior? > > -D > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
