I recently got to work on setting up of MarkLogic server on my local Windows machine and trying the SQL to MarkLogic setup.
I was following the help document "https://docs.marklogic.com/guide/sql/setup#id_51442" and tried creating views using curl.
Now when I run the query Select * from employees it gives me the following error:
xdmp:sql("SELECT * from employees WHERE employees MATCH "Manager"...", ()) -- SQL error: sqlite3-step() failed due to error 'VIEW-INVALID: Illegal view specification: view specification is invalid: XDMP-RIDXNOTFOUND: No int range index for EmployeeID XDMP-RIDXNOTFOUND: No string range index for FirstName XDMP-RIDXNOTFOUND: No string range index for LastName http://marklogic.com/collation..."
It is asking me to create the range indexes, but I have no idea how to create this.
Can anyone please help me on this?
Regards, Sendhil