You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticsearch-model/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,8 @@ Article.import
146
146
# => 0
147
147
```
148
148
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.
151
151
152
152
No errors were reported during importing, so... let's search the index!
0 commit comments