Skip to content

Instantly share code, notes, and snippets.

@taoyou
Created November 4, 2016 21:35
Show Gist options
  • Save taoyou/178067f25d3f1a199689feb4e6f0c935 to your computer and use it in GitHub Desktop.
Save taoyou/178067f25d3f1a199689feb4e6f0c935 to your computer and use it in GitHub Desktop.
xquery version "3.1";
for $doc in fn:collection("books")/full-text
let $keys := fn:tokenize( fn:base-uri($doc), "/")[4]
for $key in $keys
return fn:collection("books")//key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment