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

No index mapper found for field [image.JCD.hash.BIT_SAMPLING] returning default postings format #16

Open
daviddyball opened this issue Aug 4, 2016 · 0 comments

Comments

@daviddyball
Copy link

Hi,

Thanks a bunch for updating the elasticsearch-image plugin to be 2.x compatible. I really appreciate all the work you've done.

I was wondering if you could assist with some warning messages I'm getting in the logs when I index an image using v2.3.3 of the plugin. The errors repeat for all enabled features, but here is one I get for JCD:

[WARN ] [index.codec         ] [search] [classifier] No index mapper found for field [image.JCD.hash.BIT_SAMPLING] returning default postings format

My mapping is as follows:

...
        "image": {
            "type": "image",
            "feature": {
                "JCD": {
                    "hash": ["BIT_SAMPLING"]
                }
            }
        },
...

Any thoughts on why it's spitting out these warnings? Do I need to specify a type on each feature?

Thanks again for the awesome work on the plugin.

Regards,
D

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