The following changes were made to flags that you specify to Forge, Dgidx, or the Dgraph.
You can supplement the default stemming dictionaries by specifying a flag to Dgidx (--stemming-updates) and providing an XML file of custom stemming changes. The stemming update file may include additions, deletions, or combinations of both. For usage details, see the MDEX Engine Development Guide.
You can use the new
--failedupdatedir <dir>
flag for the
Dgraph to specify the directory in which the MDEX Engine should store the
failed update files.
The default directory that the MDEX Engine uses for storing the failed
update files is
.
<updatedir>
/failed_updates/
You can use the new
--phrase_max <num>
flag for the Dgraph to
specify the maximum number of words in each phrase for text search. Using this
flag improves performance of text search with phrases.
The default number is 10. If the maximum number of words in a phrase is exceeded, the phrase is truncated to the maximum word count and a warning is logged.