Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto_phrase null pointer #30

Open
ThaDafinser opened this issue Apr 6, 2017 · 0 comments
Open

auto_phrase null pointer #30

ThaDafinser opened this issue Apr 6, 2017 · 0 comments

Comments

@ThaDafinser
Copy link
Contributor

I tried to get an example working, but receiving this error:

GET _analyze
{
  "tokenizer": "standard",
  "filter": [
    {
      "type": "auto_phrase",
      "ignoreCase": false,
      "includeTokens": false,
      "replaceWhitespaceWith": "-"
    }
  ],
  "text": "Mein Text ist gut"
}
{
  "error": {
    "root_cause": [
      {
        "type": "remote_transport_exception",
        "reason": "[ultimate-1][10.58.9.194:9300][indices:admin/analyze[s]]"
      }
    ],
    "type": "null_pointer_exception",
    "reason": null
  },
  "status": 500
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant