question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find official API for Elasticsearch plugin

See original GitHub issue

Is there a link for the official API regarding es-plugin? There are all these tweaks one can do in Carrot https://carrot2.github.io/release/4.0.0-beta3/doc/lingo-attributes/, but how does one invokes them within the elasticsearch plugin in the query body? Are there REST calls?

Currently I’m using python3.9 for interfacing with Elasticsearch and it seems that only queryHint (that became query_hint in the body query) is working. It is probably a mismatching since I cannot find such API/documentation on your online resources.

Any link or explanation would be of great help, thanks!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dweisscommented, Apr 18, 2021

Take a look at how parameters are passed to clustering algorithms in elasticsearch-carrot2 documentation; for Lingo3G, you should insert your parameters JSON there (in the attributes section). https://cdn.rawgit.com/carrot2/elasticsearch-carrot2/master/doc/examples.html#init-attributes

The Workbench can help you figure out the structure of these, for example: Screen Shot 2021-04-18 at 09 44 28

0reactions
dweisscommented, Sep 13, 2021

Closing in favor of carrot2/carrot2#110

Read more comments on GitHub >

github_iconTop Results From Across the Web

Where is the Elasticsearch Plugin API Documentation?
I was following their out of date tutorial to make a "hello world" plugin, but I can't find any documentation on the classes...
Read more >
Installing Plugins | Elasticsearch Plugins and Integrations [8.5]
Core Elasticsearch pluginsedit ... This command will install the version of the plugin that matches your Elasticsearch version and also show a progress...
Read more >
Add plugins and extensions | Elasticsearch Service ...
For a detailed guide with examples of using the Elasticsearch Service API to create, get information about, update, and delete extensions and plugins, ......
Read more >
Upload custom plugins and bundles - Elastic
Your own custom plugins, or third-party plugins that are not amongst the officially available plugins. Custom dictionaries, such as synonyms, stop words, ...
Read more >
Managing plugins and extensions through the API - Elastic
For bundles, we recommend setting version using wildcard notation that matches the major version of the Elasticsearch deployment. For example, if Elasticsearch ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found