logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Client::8_0::Direct::Synonyms - The synonyms management API provides a convenient

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Follow Methods

follow()
           my $response = $es->synonyms->put_synonym(
               'id' => 'my-synonyms-set',
               'body'  => {
                   synonyms_set' => [
                       {
                           'id' => 'test-1',
                           'synonyms' => 'hello, hi'
                       },
                       {
                           'synonyms' => 'bye, goodbye'
                       },
                       {
                           'id' => 'test-2',
                           'synonyms' => 'test => check'
                       },
                   ]
               }
           );

       An introduction to synonyms in Elasticsearch is available here:
       <https://www.elastic.co/blog/update-synonyms-elasticsearch-introducing-synonyms-api>

Name

       Search::Elasticsearch::Client::8_0::Direct::Synonyms - The synonyms management API provides a convenient
       way

Version

       version 8.12

   DESCRIPTION
       The full documentation for Synonyms API is available here:
       <https://www.elastic.co/guide/en/elasticsearch/reference/current/synonyms-apis.html>

See Also