EPiServer Find (7.0.586.24) を使用してページ ファイルのインデックスを作成しようとしていますが、インデクサーがページ ファイル フォルダーのサブディレクトリにあるドキュメントのインデックスを作成していないようです。たとえば、次のようなページ ファイル フォルダーを含むページがあります。
MyPage
|- Page files
|- File1
|- Directory
|- File2
|- File3
ログは、次の例外がスローされることを示しています。
2014-07-22 16:13:39,234 [25] ERROR EPiServer.Find.Cms.Module.IndexingModule:
An exception occured while indexing (UnifiedFile). Unable to retrieve the page
reference for page file "File.pdf" in folder
templates_project_phase_Acquisition. Executing with language branch: no.
{log4net:HostName=THOMRAND}
EPiServer.Find.Cms.ContentIndexerException: Unable to retrieve the page reference for
page file "Overtidsliste.pdf" in folder templates_project_phase_Acquisition. Executing
with language branch: no
at EPiServer.Find.Cms.ContentIndexer.ShouldIndex(UnifiedFile file)
at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source)
at EPiServer.Find.Cms.BaseIndexer.Index(IEnumerable`1 files, Int32 batchSize)
at EPiServer.Find.Cms.Module.IndexingModule.IndexFileQueue()
私の VirtualPathProvider は VirtualPathVersioningProvider に設定されています。これはバグに関連していますか、それとも何か間違っていますか?
前もって感謝します。