File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ impl<Http: HttpClient> Index<Http> {
719
719
self . add_or_replace ( documents, primary_key) . await
720
720
}
721
721
722
- /// Add a raw ndjson payload and update them if they already.
722
+ /// Add a raw ndjson payload and update them if they already exist .
723
723
///
724
724
/// It configures the correct content type for ndjson data.
725
725
///
@@ -811,7 +811,7 @@ impl<Http: HttpClient> Index<Http> {
811
811
. await
812
812
}
813
813
814
- /// Add a raw csv payload and update them if they already.
814
+ /// Add a raw csv payload and update them if they already exist .
815
815
///
816
816
/// It configures the correct content type for csv data.
817
817
///
@@ -901,7 +901,7 @@ impl<Http: HttpClient> Index<Http> {
901
901
. await
902
902
}
903
903
904
- /// Add a list of documents and update them if they already.
904
+ /// Add a list of documents and update them if they already exist .
905
905
///
906
906
/// If you send an already existing document (same id) the old document will be only partially updated according to the fields of the new document.
907
907
/// Thus, any fields not present in the new document are kept and remained unchanged.
You can’t perform that action at this time.
0 commit comments