ColdFusion 9 Solr Language Packs
I recently went looking on how to install language packs for Solr as you normally would for Verity. It turns out that you don't have to do anything special to use different locales in Solr.
2 action = "create"
3 collection = "myCollection"
4 path = "C:\ColdFusion9\collections\"
5 language = "language_here"
6 engine="solr"
7>
You can then specify any of these languages: Brazilian, cjk (Chinese, Japanese, Korean), French, Russian, Czech, Dutch, German, Thai, Chinese, English, or Greek
Then just use cfindex to update your collection as you normally would.










