mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
(Minor) Fix some typos (#36180)
This commit is contained in:
parent
d036e0ca89
commit
89fae42833
@ -46,7 +46,7 @@ PUT my_index/_doc/1?refresh
|
||||
|
||||
PUT my_index/_doc/2?refresh
|
||||
{
|
||||
"text": "This is a another question",
|
||||
"text": "This is another question",
|
||||
"my_join_field": {
|
||||
"name": "question"
|
||||
}
|
||||
@ -417,7 +417,7 @@ The mapping above represents the following tree:
|
||||
|
|
||||
vote
|
||||
|
||||
Indexing a grand child document requires a `routing` value equals
|
||||
Indexing a grandchild document requires a `routing` value equals
|
||||
to the grand-parent (the greater parent of the lineage):
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user