On Fri, Feb 19, 2010 at 1:13 AM, ChadDavis <chadmichaelda...@gmail.com> wrote:
> On Thu, Feb 18, 2010 at 2:39 PM, Alexander Klimetschek <aklim...@day.com> 
> wrote:
>> On Thu, Feb 18, 2010 at 18:35, ChadDavis <chadmichaelda...@gmail.com> wrote:
>>> I'm looking for information on how to enable binary search indexing.
>>> I found documentation for pre-2.0 jackrabbit, and reference to the
>>> fact that Tika is now used internally for the binary indexing.
>>> However, I can't find any documentation of how to enable the binary
>>> indexing . . ..
>>
>> It is enabled for all nt:file binaries, ie. the jcr:content/jcr:data
>> property. The mimetype for text extraction is taken from the
>> jcr:content/jcr:mimeType property. I don't know if you can enable it
>> for other binary properties.
>>
>
> Just to clarify, you are saying that the binary indexing, as long as
> I'm using the JCR built-in node types for my binary file storage, e.g.
> nt:file --> jcr:content <nt:resource> -->jcr:data ( binary property
> with my file ), occurs automatically?
>
> If so, then something's not working for me.  Can you recommend some
> troubleshooting tips?  How can I determine whether the binaries are
> being indexed?  Note, I'm doing a full text search and it DOES hit
> other node properties, etc.

Make sure you have all the extractors configured you need. This is
done in the <SearchIndex> configuration. You can also look this up at
the wiki

Ard

>

Reply via email to