Hello everyone, I have a index that contains text (several fileds) that can be in English or in Greek. I have found the corresponding filters
solr.GreekLowerCaseFilterFactory solr.GreekStemFilterFactory for the greek language along with the special type text_greek included to the default schema.xml file, although I need to know if I can use them with the existing filters for a text field (embed them to the existing configuration for english). So my 1st question is if I can simply add these two filters to the existing field types or an extra configuration needed? And the 2nd question is about how to handle the greek synonyms-stopwords... should I simply add onether solr.SynonymFilterFactory filter to the existing configuration? Should I merge both files (english-greek) together? Basicaly I don't know what the best approach is for handling a multilingual case like mine e.g:should I create a seperate index for each language? Any suggestions appreciated... Thanx, Alex -- View this message in context: http://lucene.472066.n3.nabble.com/Greek-and-English-text-into-the-same-field-tp2696186p2696186.html Sent from the Solr - User mailing list archive at Nabble.com.