Solr Integration - custom implementation vs ootb oak solr Index
Hello,
What would be the pros/cons of a custom solr integration implementation vs using solr oak index?
By custom implementation, I mean using the solrJ APIs to index and search for content or doing something similar to what's outlined in this link:
https://helpx.adobe.com/experience-manager/using/aem_solr.html
By oak index, I mean what's given in this link:
http://jackrabbit.apache.org/oak/docs/query/solr.html
One con of using the oak index seems to be that the developer has no control over whether the solr or lucene index will be used since it seems to be based on cost calculation done by jackrabbit. But this seems avoidable by having only solr indexes in the repo.
Any one have any other thoughts on this?
Thanks
