updated data and added FullTextIndex basex db

This commit is contained in:
2019-10-14 16:53:05 +02:00
parent ed21394a25
commit 700a01a0d4
3 changed files with 13 additions and 1 deletions
+8
View File
@@ -4,6 +4,14 @@
echo "Creating GDP BaseX db"
basex "db:create('gdp','/srv/basex/src/gdp.tei.xml', (),map {'ftindex': true(),'stemming': true(),'casesens': true(),'diacritics': true(),'language': 'fr','updindex': true(),'autooptimize': true(),'maxlen': 96,'maxcats': 100,'splitsize': 0,'chop': false(),'textindex': true(),'attrindex': true(),'tokenindex': true(), 'xinclude': true()})"
# , 'serializer': 'indent=no'
echo "Creating FullText Index tmp file"
basex "xslt:transform(fn:doc('/srv/basex/src/gdp.tei.xml'), fn:doc('/srv/basex/src/xslt/generateFullTextIndex.xsl'))" > /tmp/gdpFtIndex.xml
echo "Creating FullText Index DB"
basex "db:create('gdpFtIndex', '/tmp/gdpFtIndex.xml', (),map {'ftindex': true(),'stemming': true(),'casesens': true(),'diacritics': true(),'language': 'fr','updindex': true(),'autooptimize': true(),'maxlen': 96,'maxcats': 100,'splitsize': 0,'chop': false(),'textindex': true(),'attrindex': true(),'tokenindex': true(), 'xinclude': true()})"
# , 'serializer': 'indent=no'
# as we override the parent container CMD, we have to launch basexhttp here
echo "Launching basexhttp"
+4
View File
@@ -59,6 +59,10 @@ restart the containers
docker-compose restart basex
docker-compose restart client
```
or rebuild if data was updated
```
docker-compose uo -d --build
```
## Doc
+1 -1
Submodule data updated: b0eda0bb7e...be38d679b6