Docs: Fixed callout error that broke the build.
This commit is contained in:
parent
3be1e7ec35
commit
bcc5c7c07a
|
@ -76,9 +76,9 @@ PUT place_path_category
|
|||
sent with the suggestions.
|
||||
<2> Defines a `geo` context named 'location' where the categories must be sent
|
||||
with the suggestions.
|
||||
<1> Defines a `category` context named 'place_type' where the categories are
|
||||
<3> Defines a `category` context named 'place_type' where the categories are
|
||||
read from the `cat` field.
|
||||
<2> Defines a `geo` context named 'location' where the categories are read from
|
||||
<4> Defines a `geo` context named 'location' where the categories are read from
|
||||
the `loc` field.
|
||||
|
||||
NOTE: Adding context mappings increases the index size for completion field. The completion index
|
||||
|
|
Loading…
Reference in New Issue