Skip to content

Instantly share code, notes, and snippets.

@fquintanilla
Created May 28, 2018 20:58
Show Gist options
  • Select an option

  • Save fquintanilla/e3a1fd4e358fe1a35588e203e678eb58 to your computer and use it in GitHub Desktop.

Select an option

Save fquintanilla/e3a1fd4e358fe1a35588e203e678eb58 to your computer and use it in GitHub Desktop.
Sitecore PDF indexing errors
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<contentSearch>
<indexConfigurations>
<defaultSolrIndexConfiguration>
<mediaIndexing>
<mimeTypes>
<includes>
<mimeType>
<patch:delete>
application/pdf
</patch:delete>
</mimeType>
</includes>
</mimeTypes>
</mediaIndexing>
</defaultSolrIndexConfiguration>
</indexConfigurations>
</contentSearch>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment