Hi Darren,
My UURI problem has resolved , Thanks.
Now i am facing a problem and i have post some questions on the mailing list
too, but not received any answer yet. Plz Help me, because its urgent. My
Problem is that:-
1. I have used both ContenIndexing and Properties Indexing in my Slide like
this:-
<contentindexer
classname="org.apache.slide.index.lucene.LuceneContentIndexer">
<parameter name="indexpath">${slidestore}/index_content</parameter>
</contentindexer>
<propertiesindexer
classname="org.apache.slide.index.lucene.LucenePropertiesIndexer">
<parameter name="indexpath">${slidestore}/index_meta</parameter>
</propertiesindexer>
Extractors:-
<extractor classname="org.apache.slide.extractor.TextContentExtractor"
uri="/files/spaces">
</extractor>
<extractor classname="org.apache.slide.extractor.XmlContentExtractor"
uri="/files/spaces">
</extractor>
<extractor classname="org.apache.slide.extractor.MSWordExtractor"
uri="/files/spaces">
</extractor>
<extractor classname="org.apache.slide.extractor.MSExcelExtractor"
uri="/files/spaces">
</extractor>
<extractor classname="org.apache.slide.extractor.MSPowerPointExtractor"
uri="/files/spaces">
</extractor>
<extractor classname="org.apache.slide.extractor.PDFExtractor"
uri="/files/spaces">
</extractor>
But i am getting slidesote/index_meta folder with many indexes but in
/index_content their is only one segment file.
2. When i am trying to seach with DASL, it does not giving me any result. I
don't use index then it gives me result "<D:contains>.
"<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n" +
"<D:searchrequest xmlns:D =\"DAV:\">" +
"<D:basicsearch>" +
"<D:select>" +
"<D:prop>" +
"<D:getcontentlength/>" +
"<D:displayname/>" +
"</D:prop>" +
"</D:select>" +
"<D:from>" +
"<D:scope>" +
"<D:href>/Slide2/files</D:href>"+
"<D:depth>infinity</D:depth>" +
"</D:scope>" +
"</D:from>" +
"<D:where>" +
"<D:like><D:prop><D:displayname/></D:prop><D:literal>%VB%</D:literal></D:like>"
+
//"<S:propcontains><D:prop><D:displayname/></D:prop><D:literal>Open*</D:literal></S:propcontains>"
+
//"<D:contains>"+"VB"+"</D:contains>"+
"</D:where>" +
"</D:basicsearch>" +
"</D:searchrequest>";
I have a file named OpenExcelInVB.txt , but it does not shows any thing.
Guide Plz.
--
View this message in context:
http://www.nabble.com/AW%3A-Propertiesindexer-and--UURI-problem-tf1966340.html#a5683988
Sent from the Jakarta Slide - User forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]