[
https://issues.apache.org/jira/browse/JCR-4725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405394#comment-17405394
]
Roberto Santin commented on JCR-4725:
-------------------------------------
Nothing is shown in runtime log.
I use QueryManager with JCR_SQL2: select * from [nt:base] as b where name(b) =
'"+search+"'; and another query: //element(*,
nt:file)[jcr:contains(jcr:content, '" + search + "')]/rep:excerpt(.) order by
@jcr:score descending
With pdfbox 1.18.15, return document with content my var search.
I use same .pdf to teste with pdfbox 2.0.9, and sames querys not return the
document. I no longer know where to check and work around the problem...
> Using jcr-server-2.14.X issue
> -----------------------------
>
> Key: JCR-4725
> URL: https://issues.apache.org/jira/browse/JCR-4725
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-jcr-server
> Affects Versions: 2.14.8
> Reporter: Roberto Santin
> Priority: Major
>
> Hi,
> I using jcr-server-2.14.8 and pdfbox 1.8.X. Correctly index the pdf file.
> I try upgrade to pdfbox 2.0.6 (version fix other problem with pdfs files),
> but now, is not indexing files when I upload the file.
>
> My question is jcr-server-2.14.8, have a dependences with pdfbox (if true,
> what version jcr-server I use with pdfbox 2.0.X?)
> Can anyone help me?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)