Upon further debugging (using Eclipse Debug mode), parse methods of the below classes (from Tika Parsers) are called when I add documents (txt, doc files respectively) to Jackrabbit (war file deployed to Tomcat) via WebDAV. org.apache.tika.parser.txt.TXTParser org.apache.tika.parser.microsoft.OfficeParser
But when I add the same documents to Sling via WebDAV, the above methods are not called. What could be the issue? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Full-text-indexing-under-OSGi-environment-Sling-is-not-working-tp4658882p4658896.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
