ColdFusioning.com
Pronunciation \kold-fy-zhn-ing\ Noun: The actions of one that writes ColdFusion.

Please check out my new site: http://ja.mesbrown.com/

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.

view plain print about
1<cfcollection
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.

DELETED

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.

view plain print about
1<cfcollection
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.

Recent Comments

RSS

Subscribe