Hello, I don't find a reson to index this content. In lucene it's easy to turn it off via setting proper flag of Field.class. http://lucene.apache.org/java/3_0_0/api/core/org/apache/lucene/document/Field.html
I guess this links should help you how to do that in Jackooo~: http://wiki.apache.org/jackrabbit/Search http://wiki.apache.org/jackrabbit/IndexingConfiguration One of the solution i have on my mind is: 1.you may register your own type like: nt:BigAs**File of course the name should be different. 2. register it on server side via coping file custom_nodetypes.xml to the ${repo.home}/repository/nodetypes 3. set to not index field of type jcr:bigAs**content Pozdrawiam Tomasz Łazarecki
