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

2012-09-27 Thread
is one core per customer but 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 韦震宇 weizhe...@win-trust.com Hi, Tanguy I would do as your suggestion. Best Regards! Monton - Original Message - From

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

2012-09-26 Thread
users' data. 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, 韦震宇 weizhe...@win-trust.com wrote

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, 韦震宇 weizhe...@win-trust.com wrote: Dear all

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

2012-09-25 Thread
. (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.com] Gesendet: Dienstag, 25. September 2012 04:21 An: solr-user@lucene.apache.org Betreff

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

2012-09-25 Thread
@lucene.apache.org Sent: Tuesday, 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's own

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

2012-09-25 Thread
if the number of fields increases... Then scaling could be achieved depending 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 t...@statsbiblioteket.dk On Tue, 2012-09-25 at 04:21 +0200, 韦震宇

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