Surprise, but I too am seeing very slow search times! I'd greatly appreciate any insight the users of this list may have. I'm also seeing that when I do a getChildren on any collection with more than 10 entries, the times are very slow, even if it's just more collections.

Thanks,
Jeff

From: Pontus Strand <[EMAIL PROTECTED]>
Reply-To: "Slide Users Mailing List" <[email protected]>
To: "'Slide Users Mailing List'" <[email protected]>
Subject: RE: Slide search performance issues
Date: Wed, 12 Jan 2005 11:03:13 +0100

Hi Cédric,

To add a custom property is really rather simple. First you must create a
PropertyName object, like this:

PropertyName propName = new PropertyName("DAV:", "my_property_name");

Next you have to use the setPath-method and the proppatchMethod in the
WebdavResource class, like this:

webdavResource.setPath("path_to_document_or_directory");
webdavResource.proppatchMethod(propName, "my_property_value", true);

More details on these classes can be found in the javadoc. I hope this help
you.

The total lack of responses regarding the performance issues so far give me
little hope that there is a solution, at least a simple solution. We are
currently evaluating our options as how to proceed, currently we are looking
into bypass Slide when searching.


Regards,
Pontus

-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] Behalf Of Cédric
Sent: Wednesday, January 12, 2005 10:25 AM
To: [email protected]
Subject: Re: Slide search performance issues



 Hi Pontus ,

I have the same trouble, i work with 10000 documents ... so if i found any
solution or explication i will take you part.
I have an another question , how do you created your own property , because


when i created a property with proppatch i was enable to specify the
Namespace
webdav.
Have you got a little exemple of specific property creation and how to have


this property ?
 Thanks a lot !
 CF





---------------------------------------------------------------------
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]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to