Hi, On Wed, Mar 5, 2008 at 4:15 PM, Prakash Reddy K. L. V. <[EMAIL PROTECTED]> wrote: > Jackrabbit does not support searching in binary content.
It does, but there are certain restrictions before that happens. You need to put your binary content in a jcr:data property, and have a related jcr:mimeType string property with the exact MIME type of the binary data. Then, if you've configured the appropriate Jackrabbit text extractors in the repository configuration file and have all the required parser libraries (e.g. pdfbox for PDFs) available, Jackrabbit will index such binary properties. BR, Jukka Zitting
