AEM 6.1 + Solr
Hi,
We are looking at possibilities for using AEM 6.1 + Solr for search requirements like filtered search,auto type serach,search based on property/metadata filters,full text search etc.But SOLR might come up as infra structure later
So when we start our 1st phase of implementation we will be using default oak repository indexes and will be developing components which can fetch top 10 content using oak/jcr queries
In phase2 Later when we move to solr based indexes assuming having a remote solr setup and configured the same at AEM 6.1
1) Will the fetch top 10 content component work without any modification to fetch content from SOLR document using solr indexes under oak:indexes or
Will this require a top 10 component re-factor to use SOLR REST API directly to fetch the json results and render the same in the component
Overall is the oak/jcr queries is abstracted at OAK level to fetch SOLR document or not for fulltext , property and advanced search as well ?