We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9486c16 commit b5d9ce7Copy full SHA for b5d9ce7
README.md
@@ -126,8 +126,8 @@ docker run --rm -ti -p 5601:5601 \
126
--infile=/toolbox/email.mbox \
127
--init=[True | False] \
128
--index-bodies=True \
129
- --index-bodies-ignore-content-types application,image \
130
- --index-bodies-html-parser html5lib \
+ --index-bodies-ignore-content-types=application,image \
+ --index-bodies-html-parser=html5lib \
131
--index-name=comm_data
132
```
133
0 commit comments