[
https://issues.apache.org/jira/browse/LUCENE-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll resolved LUCENE-1220.
-------------------------------------
Resolution: Invalid
Lucene knows nothing about PDFs. It is up to your application to handle PDFs.
See Tika or PDFBox or other tools for how to do that.
> PDF search is not working
> -------------------------
>
> Key: LUCENE-1220
> URL: https://issues.apache.org/jira/browse/LUCENE-1220
> Project: Lucene - Java
> Issue Type: Test
> Reporter: Akshya kumar
>
> I uploaded pdf file in my repository and try for full text search.Its not
> able to search in PDF,MS powerpoint,HTML files while it is able to search in
> Ms Word,text,MS Excel files.Can u suggest me any solution how to get result.
> Following is my XPapth Query.
> String str = "Documentum";
> String sQuery = "//element(*,nt:unstructured)[jcr:contains(jcr:content,' " +
> str + " ')]/rep:excerpt(.)";
> Query q =qm.createQuery(sQuery, Query.XPATH);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]