Re: OAK +Remote SOLR OOTB integration queries

2016-03-29 Thread Tommaso Teofili
Hi Sri,

what are you trying to achieve?
Here’s some notes inline:

> On 23 Mar 2016, at 09:50, sri vaths  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

OAK +Remote SOLR OOTB integration queries

2016-03-23 Thread sri vaths
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
3) how to apply SOLR index inclusion & exclusion rules
Please share if any such configuration exists or ideas
with regardsSri