Hi Team,

I have enabled Elastic Search on my local syncope instance and it was working 
fine with the prescribed changes. Now I am planning to implement JSONB usage as 
well and am following the documentation provided in the syncope docs at 
https://syncope.apache.org/docs/2.1/reference-guide.html#postgresql-jsonb


I have a question now for the any.search.dao property in. the 
persistence.properties file what should be the value of it?


#any.search.dao=org.apache.syncope.core.persistence.jpa.dao.ElasticsearchAnySearchDAO
any.search.dao=org.apache.syncope.core.persistence.jpa.dao.PGJPAJSONAnySearchDAO


I currently commented out the ElasticSearchDao entry and enabled the 
JSONAnySearchDAO. Is this correct? or what should be the value for it?

I am seeing few issues in my local when I start up the server, not sure if it 
is related to the same.. just wanted to confirm what is the correct value for 
it.

Thanks,
Vinay

Reply via email to