Created
May 28, 2018 20:58
-
-
Save fquintanilla/e3a1fd4e358fe1a35588e203e678eb58 to your computer and use it in GitHub Desktop.
Sitecore PDF indexing errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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