You might try tweaking/replacing JR's indexing configuration used by Magnolia 
(see /info/magnolia/jackrabbit/indexing_configuration.xml) and create a rule to 
exclude e.g. mp3 from indexing, something like 
[code]
 <index-rule nodeType="mgnl:asset" condition="@type = 'mp3'">
    <property nodeScopeIndex="false">jcr:content</property>
</index-rule>
[/code]
See also http://wiki.apache.org/jackrabbit/IndexingConfiguration. Not sure the 
above example works, I haven't tested it. 

HTH,

Federico

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=e06c637a-cf33-4005-8b87-bc6f59ebe7d0


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to