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
When bulk importing the content for 4_amendments into Elasticsearch, it provides the following error:
4_amendments
"error":"MapperParsingException[No handler for type [text] declared on field [shares_auth]]"
Here's the definition of that Elasticsearch type:
{ "properties": { "amendment_type": { "type": "string" }, "amended": { "type": "string" }, "shares_auth": { "type": "text" }, "stock_info": { "type": "string" }, "date": { "type": "date" }, "stock_class": { "type": "string" }, "id": { "index": "not_analyzed", "type": "string" } } }
This cropped up after—and surely as a result of—#97.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When bulk importing the content for
4_amendments
into Elasticsearch, it provides the following error:Here's the definition of that Elasticsearch type:
This cropped up after—and surely as a result of—#97.
The text was updated successfully, but these errors were encountered: