RE: Clustering Lucene with 40 Servers

2006-12-27 Thread Biggy
AS and have 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 investigat

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 index

Re: Searching by bit masks

2006-11-28 Thread Biggy
know the > internals of Lucene well enough to predict. Neither do I BTW...) you're > creating complexity which you don't know is necessary. I'd only go there > if > doing it the straight-forward way shows performance issues. I'd also bet > that any performance i

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 spa

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 ca