Skip to content

Rewrite _analyze examples to use JSON body #11

@damienalexandre

Description

@damienalexandre
GET /blog/_analyze?field=title&text=powerful

Is deprecated. We should display:

GET /_analyze
{
  "text": "向日葵",
  "tokenizer": "icu_tokenizer"
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions