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

2012-09-27 Thread Tanguy Moal
Subject: Re: How can I create about 10 independent indexes in Solr? That is an interesting issue... I was wondering if relying on dynamic fields could be an option... Something like : * field_name: field_type * customer : string * *_field_a1 : type_a * *_field_a2 : type_a

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

2012-09-27 Thread 韦震宇
@lucene.apache.org Sent: Thursday, September 27, 2012 4:34 PM Subject: Re: How can I create about 10 independent indexes in Solr? Hello Monton, I wanted to make sure that you understood me well : I really don't how well does solr scale if the number of fields increases... What I mean here

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

2012-09-26 Thread 韦震宇
, 2012 6: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

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

2012-09-25 Thread Tom Mortimer
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 10

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

2012-09-25 Thread Toke Eskildsen
On Tue, 2012-09-25 at 12:06 +0200, Tom Mortimer wrote: Why do you think that the indexes should be independent? What would be the problem with using a single index and filter queries? Ranking will be done with regard to the full corpus instead of just the single customer. Whether that is an

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

2012-09-25 Thread Christian Bordis
Nachricht- Von: 韦震宇 [mailto:weizhe...@win-trust.com] Gesendet: Dienstag, 25. September 2012 04:21 An: solr-user@lucene.apache.org Betreff: How can I create about 10 independent indexes in Solr? Dear all, The company I'm working in have a website to server more than 10 customers

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

2012-09-25 Thread 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 customers, and every customer should have it's own search cataegory. So I should create independent index for every customer. How many of the customers are active at any given

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

2012-09-25 Thread Tanguy Moal
That is an interesting issue... I was wondering if relying on dynamic fields could be an option... Something like : * field_name: field_type * customer : string * *_field_a1 : type_a * *_field_a2 : type_a * *_field_b1 : type_b * ... And the prefix each field by the customer name, so for

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 Otis Gospodnetic
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, The company I'm working in have

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

2012-09-25 Thread 韦震宇
-user@lucene.apache.org Sent: Tuesday, September 25, 2012 9:18 PM Subject: AW: How can I create about 10 independent indexes in Solr? Hi weizhenyu! (can you write down your name in roman latters) We also tried to provide dedicated cores for each customer in one of our early system design

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 韦震宇
Hi, Tanguy I would do as your suggestion. Best Regards! Monton - Original Message - From: Tanguy Moal tanguy.m...@gmail.com To: solr-user@lucene.apache.org; t...@statsbiblioteket.dk Sent: Tuesday, September 25, 2012 11:05 PM Subject: Re: How can I create about 10 independent

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