Re: How can I create about 100000 independent indexes in Solr?

2012-09-27 Thread
ut the same issue (memory consumption) will rise at some point, I guess. There must be a clever way to do that... -- Tanguy 2012/9/26 韦震宇 > Hi, Tanguy > I would do as your suggestion. > Best Regards! > Monton > - Original Message - > From: "Tanguy Moal"

Re: How can I create about 100000 independent indexes in Solr?

2012-09-26 Thread
ata. I think Solr doesn't have this feature yet, but I'm sure it will in the future. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Tue, Sep 25, 2012 at 10:20 PM, 韦震宇 wrote: > Hi,Tom >I

Re: How can I create about 100000 independent indexes in Solr?

2012-09-25 Thread
ng on number of doc / customer and number of customer / core (if amount of fields consumes resources) Could that help ? -- Tanguy 2012/9/25 Toke Eskildsen > On Tue, 2012-09-25 at 04:21 +0200, 韦震宇 wrote: > > The company I'm working in have a website to server more than 10 >

Re: How can I create about 100000 independent indexes in Solr?

2012-09-25 Thread
esday, September 25, 2012 10:37 PM Subject: Re: How can I create about 10 independent indexes in Solr? > On Tue, 2012-09-25 at 04:21 +0200, 韦震宇 wrote: >> The company I'm working in have a website to server more than 10 >> customers, and every customer should have it&

Re: How can I create about 100000 independent indexes in Solr?

2012-09-25 Thread
ber of > Cores by use case and try to cover their needs. (btw the solrconfig.xml, > schema.xml ultra flexible most likely the cover 95% of your requirements) > > Regards, > Christian Bordis > > -Ursprüngliche Nachricht- > Von: 韦震宇 [mailto:weizhe...@win-trust.c

Re: How can I create about 100000 independent indexes in Solr?

2012-09-25 Thread
06 PM Subject: Re: How can I create about 10 independent indexes in Solr? 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, 韦震宇 wrote: > Dear all, >The company I'm

How can I create about 100000 independent indexes in Solr?

2012-09-24 Thread
Dear all, The company I'm working in have a website to server more than 10 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 m