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: slide-user@jakarta.apache.org
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]

Reply via email to