Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

PDF ingest attachment #15

Closed paalm closed 6 years ago

paalm commented 6 years ago

I have trouble getting attachment mapper to map pdfs. Is it anything we have to do initially to make the mapping for pdfs or should it be handled in the mapper-plugin? It seems we got the whole pdf as attachment in base64 so the ingester works ok, but I dont get any mappings. Do I need to specify a mapping that will reflect the contents and metadata of index files? How can I do it?

lonnkvist commented 6 years ago

Hi, I've found a bug in the mapping of attachment data. Working on a fix now.