Internationalization for My Collection
Svetoslav Nedkov
snedkov at asteasolutions.com
Wed Feb 10 14:22:45 UTC 2010
Hi again,
I'm now working on the i18n of My Collection and to meet this goal the
Lucene view by_id should be updated. Here is the new view, only a lang
search key has been added:
"by_id": {
"defaults": {
"store": "no"
},
"index": "function(doc) {var ret=new Document();
ret.add(doc._id); ret.add(doc.lang); return ret;}"
}
Regards,
Svetoslav
More information about the fluid-work
mailing list