Hi Sri, what are you trying to achieve? Here’s some notes inline:
> On 23 Mar 2016, at 09:50, sri vaths <[email protected]> wrote: > > Hi All, > As in here http://jackrabbit.apache.org/oak/docs/query/solr.html > Trying use remote SOLR with OAKa > Need to know if these are supported > 1) How to control Indexing child nodes of jcr:content , ex:- controlling the > depth via some configuration > 2) options to merge the child nodes into 1 single document in solr With current version of Oak you can enable collapsing of nodes under jcr:content at query time (whereas your question is related to doing the same at indexing time, if I got it right) by enabling the “collapse jcr:content nodes” option [1] (and reindexing). > 3) how to apply SOLR index inclusion & exclusion rules can you elaborate here? Which inclusion / exclusion rules are you talking about specifically ? > Please share if any such configuration exists or ideas > with regardsSri Looking forward to your reply. Regards, Tommaso [1] : http://jackrabbit.apache.org/oak/docs/query/solr.html#Collapse_jcr:content_nodes
