Hi all, I have been reading/learning about Solr for some implementation I need to do (basically, index information contained in a jcr repository). I have also read about how Solr is used by Oak <https://jackrabbit.apache.org/oak/docs/query/solr.html> and I am a bit confused. I would like to understand better how data is indexed...
What I get is that node data is indexed in a Collection name oak. Does this mean that one collection in Solr will contain all data from all repositories that use the Solr index? Thanks. Jorge
