Hi Katia,
Katia Santos wrote:
Im trying to search binary content wiht the following query :
//*[jcr:contains(jcr:data,'myword')] but I dont get any results.
Extracted text from binary content is only indexed on the parent node of the
@jcr:data property. Use jcr:contains() on the nt:resource
Hi katia;
Test the following query instead I wonder it works:
//*[jcr:contains(.,'myword')]
Cheers,
Hamid
-Original Message-
From: Katia Santos [mailto:[EMAIL PROTECTED]
Sent: 2008/02/28 07:26 ب.ظ
To: users@jackrabbit.apache.org
Subject: Re: Full Text Search Problem
It didn
It didnt work for me :(
Thanks anyway
I have tried with all mimeTypesmsword...openoffice...and none of my
documents return in the search result!
I really dont know what is missing!
If someone has any idea
Thanks
On Thu, Feb 28, 2008 at 2:26 PM, Sean Callan <[EMAIL PROTECTED]> wrote:
> H
Hi Katia,
This was an issue I was wrestling with for some time and I hope that these
emails will lead to changes on the Jackrabbit website. There are additional
dependencies not listed for the text extractors.
http://poi.apache.org/
http://www.pdfbox.org/
tm-extractors-0.4.jar (lost the url)
Th
Hello,
Im trying to search binary content wiht the following query :
//*[jcr:contains(jcr:data,'myword')] but I dont get any results.
I know that my node has to be of type nt:resource, and has to have the
properties jcr:data, jcr:mimeType and jcr:lastModified.
Can the ParentNode of this resourc