AEM 6.0 Solr integration - creating a search component
Hi, if I read this documentation [1] correctly then in AEM 6.0 any query / search will calculate which index will be the fastest to retrieve the results. That means, that if I would create the solr index and integrate with a solr core, then a full text search (assuming it would be faster via solr) would be executed via the solr core. So, in other words, when creating a search component or query, I don't need to explicitly state that it should run via Solr. That sounds all fine in theory, and I got a remote solr engine running, however when I use the Geometrixx search box, I get no results returned.
I know via daycare that this is a known bug. But that still leaves me with the question, how should I create a search component? Would I be expected to create my own solr connector? Or can I use queries - like with the lucene index - and it will automatically swap to solr if that's the fastest index?
Anyone tried this before?