: I want to do multilingual search in single-core solr. That requires to : define language specific tokenizers in scheme.xml. Say for example, I have : two tokenizers, one for English ("en") and one for simplified Chinese : ("zh-cn"). Can I just put following definitions together in one schema.xml, : and both sets of the files ( stopwords, synonym, and protwords) in one : directory?
absolutely. -Hoss