We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An update to elasticsearch-0.90.3 (elastic/elasticsearch@8919e7e#diff-d871949f27892100b38114b55a2eafc1R533) breaks the following example in README.md:
indexer.createIndex(indexName, settings = Map("number_of_shards" -> "1"))
I get an ArrayIndexOutOfBoundsException.
Related: elastic/elasticsearch#4097
The text was updated successfully, but these errors were encountered:
issue has been addressed with newer release
Sorry, something went wrong.
No branches or pull requests
An update to elasticsearch-0.90.3 (elastic/elasticsearch@8919e7e#diff-d871949f27892100b38114b55a2eafc1R533) breaks the following example in README.md:
indexer.createIndex(indexName, settings = Map("number_of_shards" -> "1"))
I get an ArrayIndexOutOfBoundsException.
Related: elastic/elasticsearch#4097
The text was updated successfully, but these errors were encountered: