Re: My repository is not indexing PDFs, what am I missing?

2014-05-26 Thread Bertrand Delacretaz
Hi Chetan, On Thu, May 22, 2014 at 6:52 AM, Chetan Mehrotra chetan.mehro...@gmail.com wrote: ...This might be due to OAK-1462. We had to disable the LuceneIndexProvider form getting registered as OSGi service... Would that mean that the LuceneIndexEditor is still called, but the result isn't

Re: My repository is not indexing PDFs, what am I missing?

2014-05-23 Thread Alex Parvulescu
Hi Bertrand, Don't you have to also add the tika dependencies (tika-core and tika-parsers) to the pom xml? best, alex On Wed, May 21, 2014 at 5:28 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, I'm upgrading the OakSlingRepositoryManager used for Sling tests to Oak 1.0, and

My repository is not indexing PDFs, what am I missing?

2014-05-21 Thread Bertrand Delacretaz
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

Re: My repository is not indexing PDFs, what am I missing?

2014-05-21 Thread Chetan Mehrotra
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