Hmmm... maybe you could extend org.apache.lucene.analysis.standard.StandardAnalyzer to handle both Korean and other languages. I don't think that the path is passed to the analyzer so you would have to check the contents: If the content contains Korean characters (region in Unicode character set) use the Korean analyzer or else the StandardAnalyzer
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2e5fb1e3-28cd-4aee-9d68-b4a58ae048e2 ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
