Content of the jcr:content/jcr:mimeType property is application/msword
-----Original Message----- From: Jukka Zitting [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 5:05 PM To: [email protected] Subject: Re: Problem with content search Hi, On 3/12/07, Malligarjunan Sidduraj <[EMAIL PROTECTED]> wrote: > I have uploaded a document file.(hello.doc it contains a word "hello") > > The above query returns the empty collection why? > Anything missing in the configuration? What's the contents of the jcr:content/jcr:mimeType property of the uploaded document? Jackrabbit uses that property to determine which document parser to use for indexing the document. If it's something like application/octet-stream, then the document will not be indexed. BR, Jukka Zitting
