I have standard indexing working great. However I'm now trying to set-up PDF indexing but the PDF's aren't coming through on the index. The index is being created but no documents are created in the index. I'm using Umbraco 4.11.5 with ExamineUmbraco + ExamineUmbraco.PDF 1.42.
I have the following set-up on ExamineSettings.config:
<ExamineLuceneIndexSets>
<!-- The internal index set used by Umbraco back-office - DO NOT REMOVE -->
<IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/Indexes/ExamineIndexes/Internal/"/>
<!-- The internal index set used by Umbraco back-office for indexing members - DO NOT REMOVE -->
<IndexSet SetName="InternalMemberIndexSet" IndexPath="~/App_Data/Indexes/ExamineIndexes/InternalMember/">
<IndexAttributeFields>
<add Name="id" />
<add Name="nodeName"/>
<add Name="updateDate" />
<add Name="writerName" />
<add Name="loginName" />
<add Name="email" />
<add Name="nodeTypeAlias" />
</IndexAttributeFields>
</IndexSet>
<!-- Default Indexset for external searches, this indexes all fields on all types of nodes-->
<IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/" />
<IndexSet SetName="PDFIndexSet" IndexPath="~/App_Data/Indexes/PDFIndexSet" />
</ExamineLuceneIndexSets>
I've just found this post while trying to figure out how to solve the same problem - I don't suppose you can recall how you resolved it (assuming that you did)?
Examine PDF Indexer Set-up Issue
Hi,
I have standard indexing working great. However I'm now trying to set-up PDF indexing but the PDF's aren't coming through on the index. The index is being created but no documents are created in the index. I'm using Umbraco 4.11.5 with ExamineUmbraco + ExamineUmbraco.PDF 1.42.
I have the following set-up on ExamineSettings.config:
And ExamineIndex.config:
Thanks,
Dan
I've just found this post while trying to figure out how to solve the same problem - I don't suppose you can recall how you resolved it (assuming that you did)?
is working on a reply...