search:get-default-options() as element(search:options)
This function returns the default options XML. Default options do not contain any constraints or anything else that requires specific index settings.
xquery version "1.0-ml"; import module namespace search = "http://marklogic.com/appservices/search" at "/MarkLogic/appservices/search/search.xqy"; search:get-default-options() => <options xmlns="http://marklogic.com/appservices/search"> ... </options>
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.