Re: embedding solr in a webapp?

2006-06-07 Thread Joachim Martin
Certainly running a load balanced solr cluster will be our first approach, I was just wondering if there were any glaring problems with running solr embedded in each webapp node. Sounds like there are not. As for the secondary db lookup, those will be cached, and are necessary to filter resul

Re: embedding solr in a webapp?

2006-06-07 Thread Yonik Seeley
On 6/7/06, Joachim Martin <[EMAIL PROTECTED]> wrote: We are looking at running read-only solr nodes embedded in our webapp nodes. This would give us the additional features of solr over lucene, but would keep it in memory and reduce the overhead of http/xml transport of results. Looks like we w

embedding solr in a webapp?

2006-06-07 Thread Joachim Martin
Hi, We are looking at running read-only solr nodes embedded in our webapp nodes. This would give us the additional features of solr over lucene, but would keep it in memory and reduce the overhead of http/xml transport of results. Looks like we would just create a request handler and call h