Hi guys!
I have one more problem that I can't find a reliable source to fix my issue, I'm trying to fix it since yesterday without success.
I have the problem below
cqlsh:pcommon_employee> DROP SEARCH INDEX ON pcommon_employee.employee_by_id; user@cqlsh:prodchngcpcommon_employee> CREATE SEARCH INDEX IF NOT EXISTS ON prodchngcpcommon_employee.employee_by_id; InvalidRequest: Error from server: code=2200 [Invalid query] message="Failed to create search index pcommon_employee.employee_by_id because: Create for core pcommon_employee.employee_by_id failed on the following nodes: [/30.*.50.4, /30.*.50.3]. Please try reloading the core.
If I try to reload the core nodes: [/30.*.50.4, /30.*.50.3] I got this msg:
node-2 ~]$ dsetool reload_core pcommon_employee.employee_by_id deleteAll=true reindex=true Failed to reload search index ppcommon_employee.employee_by_id because: No resource solrconfig.xml for core pcommon_employee.employee_by_id, did you miss to upload it?
Anyone have a clue about it?