Uuid Field
Edit pageUUID Index Default
Section titled “UUID Index Default”Index uuid field with default
Section titled “Index uuid field with default”PUT /test/uuid/uuid/doc
{ "uuids": { "cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first", "50ffd30b-6b76-4827-b805-f37f5e95f093": "second", "b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third" }}Get schema uuid field with default
Section titled “Get schema uuid field with default”GET /test/uuid/uuid/Info uuid field with default
Section titled “Info uuid field with default”INFO /test/uuid/uuid/docUUID Index uuid_field
Section titled “UUID Index uuid_field”Index uuid field with uuid_field
Section titled “Index uuid field with uuid_field”PUT /test/uuid/uuid_field/doc
{ "uuids": { "_index_uuid_field": "uuid_field", "cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first", "50ffd30b-6b76-4827-b805-f37f5e95f093": "second", "b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third" }}Get schema uuid field with uuid_field
Section titled “Get schema uuid field with uuid_field”GET /test/uuid/uuid_field/Info uuid field with uuid_field
Section titled “Info uuid field with uuid_field”INFO /test/uuid/uuid_field/docUUID Index Field Both
Section titled “UUID Index Field Both”Index uuid field with both
Section titled “Index uuid field with both”PUT /test/uuid/both/doc
{ "uuids": { "_index_uuid_field": "both", "cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first", "50ffd30b-6b76-4827-b805-f37f5e95f093": "second", "b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third", }}Get schema uuid field with both
Section titled “Get schema uuid field with both”GET /test/uuid/both/Info uuid field with both
Section titled “Info uuid field with both”INFO /test/uuid/both/doc