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

Elasticsearch error on 4_amendments' shares_auth #102

Open
waldoj opened this issue Mar 2, 2015 · 0 comments
Open

Elasticsearch error on 4_amendments' shares_auth #102

waldoj opened this issue Mar 2, 2015 · 0 comments
Labels

Comments

@waldoj
Copy link
Member

waldoj commented Mar 2, 2015

When bulk importing the content for 4_amendments into Elasticsearch, it provides the following error:

"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.

@waldoj waldoj added the bug label Mar 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant