Giter Club home page Giter Club logo

Comments (3)

mailsurfie avatar mailsurfie commented on June 8, 2024

I tried to add this feature, and finally didn't figure it out, would you please show me some hints here? thanks!

from elasticsearch-mapper-attachments.

dadoonet avatar dadoonet commented on June 8, 2024

@elasticsearch I’m working on this issue about content-type autodetection that doesn’t seem to work as expected.

I just added a tika().detect() method and I’m able to see in debug mode that my file is right detected by the mapper attachment plugin.

But when Elasticsearch saved the document, metadata does not seem to be added.

Could you please have a look at my commit : https://github.com/dadoonet/elasticsearch-mapper-attachments
And run the test case I added : https://github.com/dadoonet/elasticsearch-mapper-attachments/blob/master/src/test/java/org/elasticsearch/plugin/mapper/attachments/test/SimpleAttachmentIntegrationTests.java#L139
You will see that the following test fails.

assertThat(getResponse.field("file.content_type"), notNullValue()); 

Same for

assertThat(getResponse.field("file._content_type"), notNullValue()); 

Any idea?

from elasticsearch-mapper-attachments.

dadoonet avatar dadoonet commented on June 8, 2024

No news on this for a long time. Closing.

Feel free to reopen if needed.

from elasticsearch-mapper-attachments.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.