Skip to content

Commit d829fee

Browse files
committed
[MODEL] Added info about the force option for import
Closes elastic#215
1 parent 64111a2 commit d829fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch-model/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ Article.import
146146
# => 0
147147
```
148148

149-
It's possible to import only records from a specific `scope`, or transform the batch with the `transform`
150-
and `preprocess` options -- look for examples in the method documentation.
149+
It's possible to import only records from a specific `scope`, transform the batch with the `transform`
150+
and `preprocess` options, or re-create the index by deleting it and creating it with correct mapping with the `force` option -- look for examples in the method documentation.
151151

152152
No errors were reported during importing, so... let's search the index!
153153

0 commit comments

Comments
 (0)