Is there any packages that can index all the documents (pdf, docx, xlsx) in the Umbraco Media section, so the files will be included when using ezSearch?
Hello.
A package exists on nuget but it handles only pdf files, and it index their content in Examine.
We have built custom methods to achieve this task because there is nothing existing for now in Umbraco.
In our solution, the datas are not indexed by Examine, directly in a custom Lucene Index. And then, we have built our own searching view in Razor to use the Lucene indexe we have created.
We have used the .net IFILTER libraries to extract the content of the documents.
How to index Umbraco media for frontend search
Hi
Is there any packages that can index all the documents (pdf, docx, xlsx) in the Umbraco Media section, so the files will be included when using ezSearch?
Thank very much in advance :-)
Hello. A package exists on nuget but it handles only pdf files, and it index their content in Examine. We have built custom methods to achieve this task because there is nothing existing for now in Umbraco.
In our solution, the datas are not indexed by Examine, directly in a custom Lucene Index. And then, we have built our own searching view in Razor to use the Lucene indexe we have created.
We have used the .net IFILTER libraries to extract the content of the documents.
is working on a reply...