Hi Richard Long time no read! Thanks for your input and the link to the Stack Overflow page. We are facing the exact same problem... except that I did not quite understand what the original poster did to resolve it. To be absolutely sure it's the mp3 files that are messing up our Magnolia, I removed the folder containing the mp3 files, turned of Magnolia, deleted the index of the dam workspace, enabled indexing again and started magnolia back up: Everything was hunky dory again!
Here's the indexer configuration that we have in use now (hopefully) but which had no effect yet. If anyone spots a problem with it, please let me know: [code] <?xml version="1.0"?> <!DOCTYPE configuration SYSTEM "http://jackrabbit.apache.org/dtd/indexing-configuration-1.2.dtd"> <configuration xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mgnl="http://www.magnolia.info/jcr/mgnl" xmlns:jcr="http://www.jcp.org/jcr/1.0"> <index-rule nodeType="mgnl:asset" condition="@type = 'mp3'"> <property nodeScopeIndex="false">jcr:content</property> </index-rule> <index-rule nodeType="nt:base"> <property isRegexp="true" nodeScopeIndex="false">mgnl:.*</property> <property isRegexp="true" nodeScopeIndex="false">jcr:.*</property> <property isRegexp="true">.*:.*</property> </index-rule> <index-rule nodeType="mgnl:page"> <property boost="3.0">title</property> </index-rule> </configuration> [/code] (We also tried with the mp3 rule in the last position) Thanks! -will -- 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]> ----------------------------------------------------------------
