Hi Jukka,
I am sorry for giving out the wrong info but I somehow have this vague
memory of reading somewhere that jackrabbit does not support this.
Thanks for clarifying this.
Sorry again.
Prakash
Jukka Zitting wrote:
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