Re: redundant Solr servers

2006-09-15 Thread Yonik Seeley
On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: > Solr has a replication scheme built-in: > http://wiki.apache.org/solr/CollectionDistribution Wow, that was easy. This looks like exactly what I need. I had somehow completely missed that. The main pain of it all is configuration (of cron,

Re: redundant Solr servers

2006-09-15 Thread Mike Baranczak
On Sep 15, 2006, at 5:40 PM, Mike Klaas wrote: On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of

Re: redundant Solr servers

2006-09-15 Thread Mike Klaas
On 9/15/06, Mike Baranczak <[EMAIL PROTECTED]> wrote: I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of my own, but I don't want to reinvent the wheel.

redundant Solr servers

2006-09-15 Thread Mike Baranczak
I need to set up a cluster with two or more boxes running Solr, each using a clone of the same index (for load balancing). Does anybody have experience with such a scheme? I have a few ideas of my own, but I don't want to reinvent the wheel. -MB

Re: Index term list - using facets ?

2006-09-15 Thread pterray
You got my problem right. I had seen your solution (which works), and just wanted to know if there is a better one. This one allow me to get the nb of hits, which is also what I want. The only drawback is that I have to filter the returnrd facet field on the first letters myself. No big deal, b

Re: Index term list - using facets ?

2006-09-15 Thread Yonik Seeley
On 9/15/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 9/15/06, Paul Terray <[EMAIL PROTECTED]> wrote: > I think I am close to have a list of index terms, using facet searching. > However, I still have a question: I would like to limit the terms to a > query. My goal is to do a simple google sugg

Re: Index term list - using facets ?

2006-09-15 Thread Yonik Seeley
On 9/15/06, Paul Terray <[EMAIL PROTECTED]> wrote: I think I am close to have a list of index terms, using facet searching. However, I still have a question: I would like to limit the terms to a query. My goal is to do a simple google suggest type of search (with just one term), so I have to limi

Index term list - using facets ?

2006-09-15 Thread Paul Terray
Hi, I think I am close to have a list of index terms, using facet searching. However, I still have a question: I would like to limit the terms to a query. My goal is to do a simple google suggest type of search (with just one term), so I have to limit the terms to the first letters typed. Of co