script to make mentioned index
This commit is contained in:
parent
9b42996cef
commit
f738be382d
1 changed files with 4 additions and 0 deletions
4
xq/put-mentioned-index.xq
Normal file
4
xq/put-mentioned-index.xq
Normal file
|
@ -0,0 +1,4 @@
|
|||
for $lang in ('en','ru')
|
||||
return db:put('abaevdict_index',
|
||||
xquery:eval(xs:anyURI('gen-mentioned-index.xq')),
|
||||
`mentioned_{$lang}.xml`)
|
Loading…
Add table
Reference in a new issue