Hi Ralf, you should also check on the example inside the Solr 1.3 download package!
The management of multiple languages inside multiple indexes really makes sense in terms of configuration efforts (look at your big kahuna configuration file!), performance and gives an additional "scalibility" feature (in fact that you index/search in multiple cores which could be theoretically placed on different machines). But, from the perspecitve of the search client you will have to execute search processes on multiple cores simultaneously. If this is feasible you should really think about using multiple indexes. Regards, Hannes On Mon, Oct 13, 2008 at 4:14 PM, Kraus, Ralf | pixelhouse GmbH < [EMAIL PROTECTED]> wrote: > Hannes Carl Meyer schrieb: > >> Hi, >> >> is it really neccessary to put it all into one index? You could also use >> the >> Solr MultiCore/MultipleIndexes feature and seperate by language. >> >> > Is there a good webpage with infos about the multiindex-feature ? > I know http://wiki.apache.org/solr/MultipleIndexes but there is not enough > info :-( > > > Greets -Ralf- > >