Unable to create document builder – crawling exception after upgrading to SC 7.2

After upgrading to Sitecore 7.2 I ran into this exception in the crawling log when trying to index PDF documents:
Unable to create document builder (). Please check your configuration. We will fallback to the default for now.

The solution was to add the document builder type to my custom index configuration:

<documentBuilderType>Sitecore.ContentSearch.LuceneProvider.LuceneDocumentBuilder, Sitecore.ContentSearch.LuceneProvider</documentBuilderType>

After that, reading PDF content through my iFilter provider worked fine again.


3 responses to “Unable to create document builder – crawling exception after upgrading to SC 7.2”

Leave a Reply

Your email address will not be published. Required fields are marked *