Hi,
I know this probably has been asked before, but I was not able to find
it in the mailing list. So forgive me if I repeated the same question.
We are trying to build a search application to support multiple
languages. Users can potentially query with any language. First
thought come to us is to index the text of all languages in the same
field using language specific analyzer. As all the data are indexed in
the same field, it would just find results with the language that
matches the user query.
Looking at the Solr schema, it seems each field can have one and only
analyzer. Is it possible to have multiple analyzers for the same field?
Or is there any other approaches that can achieve the same thing?
Daniel