Clustering Lucene with 40 Servers

2006-12-27 Thread Biggy
I'm currently investigating the best ways of clustering Lucene. I've heard of both Solr, Terracotta but do not know how well they scale. Their examples talk of a 4 node cluster. This is way too small for my needs. I have 30x JVMs each handling 3 requests/sec and each having their own Lucene

RE: Clustering Lucene with 40 Servers

2006-12-27 Thread Biggy
it shared by all servers? -Original Message- From: Biggy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 7:57 AM To: java-user@lucene.apache.org Subject: Clustering Lucene with 40 Servers I'm currently investigating the best ways of clustering Lucene. I've heard of both

Re: Searching by bit masks

2006-11-28 Thread Biggy
OK here what i've come up with - After reading your suggestions - bit set from DB stays untouched - only one field shall be used to store interest field bits in the document: interest. Saves disk space. - The bits shall be not be converted to readable string but added as values separated by

Re: Searching by bit masks

2006-11-28 Thread Biggy
bet that any performance issues you see are not related to this issue.. Best Erick On 11/28/06, Biggy [EMAIL PROTECTED] wrote: OK here what i've come up with - After reading your suggestions - bit set from DB stays untouched - only one field shall be used to store interest field

Re: Searching by bit masks

2006-11-27 Thread Biggy
i have the same problem here. I have an interest bit field, which i receive from the applciation backend. I have control over how the docuemtns are built. To be specific, the field looks like this: ID: interest 1 : sport 2 : music 4 : film 8 : clubs So someone interested in sports and music