We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e546ec commit 5df5a67Copy full SHA for 5df5a67
examples/README.md
@@ -1405,7 +1405,7 @@ service = CloudantV1.new_instance()
1405
# Type "text" index fields require an object with a name and type properties for the field.
1406
index_field = IndexField(
1407
name="address",
1408
- type="string"
+ type=IndexField.TypeEnum.STRING
1409
)
1410
index = IndexDefinition(
1411
fields=[index_field]
examples/snippets/postIndex/example_request_using_text_type_index.py
@@ -6,7 +6,7 @@
6
7
8
9
10
11
12
0 commit comments