summaryrefslogtreecommitdiff
path: root/dist/api_data.py
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-12-16 18:19:58 -0500
committerKeith Bostic <keith@wiredtiger.com>2014-12-16 18:19:58 -0500
commit230e45b1d26ce747cb5cdb79ac69491cde24e550 (patch)
treec1dd8583d707bd4242b4a96d36551c4c4dfa76a1 /dist/api_data.py
parent394268250141eec5e5f486071a42df91e82b005f (diff)
downloadmongo-230e45b1d26ce747cb5cdb79ac69491cde24e550.tar.gz
Change the extractor configuration default from the empty string to
"none" for clarity.
Diffstat (limited to 'dist/api_data.py')
-rw-r--r--dist/api_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/api_data.py b/dist/api_data.py
index 93f70005290..b15ca895f84 100644
--- a/dist/api_data.py
+++ b/dist/api_data.py
@@ -304,7 +304,7 @@ table_only_config = [
]
index_only_config = [
- Config('extractor', '', r'''
+ Config('extractor', 'none', r'''
configure custom extractor for indices. Permitted values are
\c "none" or an extractor name created with
WT_CONNECTION::add_extractor'''),