Streaming results of analysis to shards ... possible?

2009-03-24 Thread Cass Costello
o the read "slaves," who would (hopefully) need to do nothing more than manage segments and readers. We have some very rough math that makes the approach compelling, but before diving in wholesale, we thought we'd ask if anyone else has taken a similar approach. Thoughts? Sincerely, Cass Costello www.stubhub.com

Re: Thank you...

2007-03-22 Thread Cass Costello
I haven't heard anyone say "texis" in any discussion since the aquisition. I'll ask about it specifically next week. On 3/22/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote: > Thanks for sharing the info, Cass. Is eBay still using Texis? (this used to be obvious from eBay's URLs a few years ag

Re: Thank you...

2007-03-21 Thread Cass Costello
low. ...I've taken the liberty of adding stubhub to the "Powered By" Solr page... Awesome. I can't say it enough... thank you all. On 3/21/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 3/20/07, Cass Costello <[EMAIL PROTECTED]> wrote: > Heh - it used t

Re: Thank you...

2007-03-20 Thread Cass Costello
Original Message- From: Cass Costello [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 12:58 PM To: solr-user@lucene.apache.org; java-user@lucene.apache.org Subject: Thank you... ...to everyone who helps make Lucene and Solr such fantastic tools. I'm the Platform Architect for a leadin

Thank you...

2007-03-20 Thread Cass Costello
way to a simpler, faster, better solution for our needs. Cass Costello -- A complex system that works is invariably found to have evolved from a simple system that works. - John Gaule

Re: OpenBitSet performance question

2006-07-22 Thread Cass Costello
e, if one is only going to set a single bit, there are much faster ways of calculating intersection sizes ;-) -Yonik On 7/22/06, Cass Costello <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm newish to both Lucene and Solr, but I'm loving learning both. I was > intrig

Re: OpenBitSet performance question

2006-07-22 Thread Cass Costello
DocSets will be your friend ... the fact that Solr will choose between HashDocSets and BitDocSets depending on how many set docs there are in a particular set is your friend's really cool roomate, and the filterCache will be your friend's really sweet apartment -- both of which will make your fri

OpenBitSet performance question

2006-07-22 Thread Cass Costello
differenct jvms and different hardware setups. I'm using the 7/22 nightly of Solr. See my test code below. FYI, my interest in Solr/Lucene stems from a need to create a facetted browse experience with 10s of thousands of facets derived from millions of documents. Thanks for your time