Hi, On Wed, Jan 13, 2010 at 2:55 PM, Philipp Bunge <[email protected]> wrote: > Does that mean Jackrabbit can text extract binary properties on > arbitrary nodes?
Currently not, but now that we use Tika for full text extraction it should be fairly straightforward to implement this. See https://issues.apache.org/jira/browse/JCR-729 for the related issue. > How do you know what mimetype/encoding to extract with? Tika supports pretty accurate automatic type detection based on the first few bytes of the binary. BR, Jukka Zitting
