You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Eric Cone <er...@gmail.com> on 2007/03/17 14:49:00 UTC

Monster Jobs search

Hello Peter,

Now that the monster lucene search is live, is performance pretty good? Are
you still running it on a single 8 core server? Can you give us a rough idea
on the number of queries you can handle/second and the number of docs in the
index? Are you using dotLucene or a java webservice tier?

How did you implement your bounding box for the searching? It sounds like
you do this outside of lucene and return a custom hitcollector. Why not use
a rangequery or functionquery for the basic bounding before sorting?

Thanks,
Eric