Hi, I usually create dbs using the gui. I'm now trying to create asb without it to be able to set the updindex and autooptimize options, which I can't find in the GUI.
I couldn't figure how to set them out using db:create either, so I switch to command line. Now I'm feeling dumb, I can't find how to set up parsing/indexing options for the command line. I'm looking at: http://docs.basex.org/wiki/Command-Line_Options. I found -sindent and -wchop only.
What am I missing?
Here are all the options that I'd want to set:
*let **$options* := *map:merge*(( *map:entry*("CHOP", *false*()), *map:entry*('INDENT', *false*()), *map:entry*('STRIPNS', *false*()), *map:entry*('INTPARSE', *true*()), *map:entry*('DTD', *false*()), *map:entry*('XINCLUDE', *false*()), *map:entry*('UPDINDEX', *true*()), *map:entry*('AUTOOPTIMIZE', *true*()) ))
I don't want to set UPDINDEX and AUTOOPTIMIZE in .basex because I only want them to be true() on one of my DBs. Other DBs should remain as is.