|
Hi All, I attach Domain.xml which I
configure. The following is the
DASL-Request ================================================ String query =
"<D:searchrequest xmlns:D=\"DAV:\" xmlns:S=\"http://jakarta.apache.org/slide/\"
xmlns:u=\"http://any.domain/test/\">" + "<D:basicsearch>"
+
"<D:select>" +
"<D:prop>" + "<D:displayname/>"
+ "</D:prop>"
+
"</D:select>" + "<D:from>"
+
"<D:scope>" +
"<D:href>/slide/files</D:href>" + "<D:depth>infinity</D:depth>"
+ "</D:scope>"
+
"</D:from>" +
"<D:where>" + "<S:property-contains>"
+
"<D:prop><u:abstract/></D:prop>" + "<D:literal>r*</D:literal>"
+
"</S:property-contains>" + "</D:where>"
+
"</D:basicsearch>" +
"</D:searchrequest>"; ================================================ I put a file named
recommendation.txt to slide server. There would be
"displayname"=>recommendation.txt in this file's properties. But
the response is blank. PS: For the content index it
is worked. Thanks Dongdong |
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
