ryanjdew / ml-slush-discovery-app

Quick up and running app for exploring MarkLogic data, based off of the marklogic-node slush template
Other
9 stars 7 forks source link

actions like clear database (setup->database tab) or deleting an index(setup->indexes tab) don't cleanly remove #104

Open SDFowler opened 7 years ago

SDFowler commented 7 years ago

After certain actions like adding a clearing the database you get errors r When you drop an index you receive: "XDMP-ELEMRIDXNOTFOUND: cts:element-reference(fn:QName("","state"), ("type=string", "collation=http://marklogic.com/collation/")) -- No string element range index for state collation=http://marklogic.com/collation/ " Perhaps when you clear database /delete index on the database tab on setup page it appears to leave some things behind

SDFowler commented 7 years ago

After talking with Ryan Dew, This appears to be the result of there not being a warning about the time it takes to reindex when you delete an index. He is looking at creating some sort of notifier. I the interim perhaps it could be in the README.mdown as a caveat.