Skip to content

Commit

Permalink
removing _doc
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Mar 18, 2024
1 parent 6da93e9 commit 47c3ef1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"index.search.default_pipeline": "${{create_search_pipeline.pipeline_id}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -67,7 +66,6 @@
"type": "text"
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"number_of_shards": "${{create_index.settings.number_of_shards}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -71,7 +70,6 @@
}
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"number_of_shards": "${{create_index.settings.number_of_shards}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -121,7 +120,6 @@
}
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"default_pipeline": "${{create_ingest_pipeline.pipeline_id}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -72,7 +71,6 @@
}
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"number_of_shards": "${{create_index.settings.number_of_shards}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -66,7 +65,6 @@
"type": "text"
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"index.search.default_pipeline": "${{create_search_pipeline.pipeline_id}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -116,7 +115,6 @@
"type": "text"
}
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"number_of_shards": "${{create_index.settings.number_of_shards}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -114,7 +113,6 @@
"${{text_embedding.field_map.input}}": {
"type": "text"
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"index.search.default_pipeline": "${{create_search_pipeline.pipeline_id}}"
},
"mappings": {
"_doc": {
"properties": {
"id": {
"type": "text"
Expand All @@ -85,7 +84,6 @@
}
}
}
}
}
}
}
Expand Down

0 comments on commit 47c3ef1

Please sign in to comment.