See this thread: http://search-lucene.com/m/FgbDS1JL3J1
Basically, what we normally do is to rename the fields with a language suffix, so if you have language=en and text="A red fox", then you would index it as text_en="A red fox". You would either have to do this outside Solr or write an UpdateRequestProcessor which does the renaming for you. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 22. sep. 2010, at 12.01, Andy wrote: > I have documents that are in different languages. There's a field in the > documents specifying what language it's in. > > Is it possible to index the documents such that based on what language a > document is in, a different analyzer will be used on that document? > > What is the "normal" way to handle documents in different languages? > > Thanks > Andy > > >