Hi, Why do you think that the indexes should be independent? What would be the problem with using a single index and filter queries?
Tom On 25 Sep 2012, at 03:21, 韦震宇 <weizhe...@win-trust.com> wrote: > Dear all, > The company I'm working in have a website to server more than 100000 > customers, and every customer should have it's own search cataegory. So I > should create independent index for every customer. > The site http://wiki.apache.org/solr/MultipleIndexes give some solution to > create multiple indexes. > I want to use multicore solution. But i'm afraid that Solr can't support > so many indexes in this solution. > The other solution "Flattening data into a single index" is a choice, but > i think it's best to keep all indexes indepent. > Could you tell me how to create about 100000 independent indexes in Solr? > Thank you all for reply!