- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for UPSERT (0.04 sec)
-
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
return new UpdateRequest(fessConfig.getIndexDocumentUpdateIndex(), id).script(script) .upsert(upsertMap); } return null; }).filter(req -> req != null).toArray(n -> new UpdateRequest[n]);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 02:07:37 UTC 2024 - 21.7K bytes - Viewed (0) -
manifests/charts/base/files/crd-all.gen.yaml
Operation controls whether or not to update/add a tag, or to remove it. Valid Options: UPSERT, REMOVE enum: - UPSERT - REMOVE type: string value:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Nov 01 16:23:52 UTC 2024 - 805K bytes - Viewed (0) -
docs/bucket/notifications/README.md
### Step 1: Ensure postgresql minimum requirements are met MinIO requires PostgreSQL version 9.5 or above. MinIO uses the [`INSERT ON CONFLICT`](https://www.postgresql.org/docs/9.5/static/sql-insert.html#SQL-ON-CONFLICT) (aka UPSERT) feature, introduced in version 9.5 and the [JSONB](https://www.postgresql.org/docs/9.4/static/datatype-json.html) data-type introduced in version 9.4. ### Step 2: Add PostgreSQL endpoint to MinIO
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jan 18 07:03:17 UTC 2024 - 84K bytes - Viewed (0)