On Tue, Mar 22, 2011 at 7:51 AM, Dmitry Kan <dmitry....@gmail.com> wrote:
> Basically, of high interest is checking out the Map-Reduce for distributed
> faceting, is it even possible with the trunk?

Solr already has distributed faceting, and it's much more performant
than a map-reduce implementation would be.

I've also seen a product use the term "map reduce" incorrectly... as in,
we "map" the request to each shard, and then "reduce" the results to a
single list (of course, that's not actually map-reduce at all ;-)

-Yonik
http://www.lucenerevolution.org -- Lucene/Solr User Conference, May
25-26, San Francisco

Reply via email to