Hi Bertrand, This might be due to OAK-1462. We had to disable the LuceneIndexProvider form getting registered as OSGi service due to handle case where LuceneIndexProvider was getting registered twice (1 default and other for Aggregate case). Would try to resolve this soon by next week and then it should work fine Chetan Mehrotra
On Wed, May 21, 2014 at 8:58 PM, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > I'm upgrading the OakSlingRepositoryManager used for Sling tests to > Oak 1.0, and it's not indexing PDFs anymore - it used to with oak 0.8. > > After uploading a text file to /tmp, the > /jcr:root/foo//*[jcr:contains(.,'some word')] query finds it, but the > same doesn't work with a PDF. > > My repository setup is in the OakSlingRepositoryManager [1] - am I > missing something in there? > > -Bertrand > > [1] > https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/oak-server/src/main/java/org/apache/sling/oak/server/OakSlingRepositoryManager.java
