Hi Daniel,Been through all that Solr <-> AEM integration. But like I
explained, search has to go through Publisher, which causes bottleneck
and is not scalable solution.An ideal search solution would be that
there is a standalone search server that hooks into AEM Publisher,
indexes all it needs to, at the meta data level (nodes) (just like how
Lucene does with AEM), and then be able to hit it externally via
API.This way, we can simply use AJAX to grab search results by hitting
this external stan...