Индексирование файлов подкачки с помощью EPiServer Find

Я пытаюсь индексировать файлы страниц с помощью 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. Это связано с ошибкой или я что-то не так делаю?

Заранее спасибо.


person thomrand    schedule 23.07.2014    source источник


Ответы (1)


Я не уверен, но это может быть ответ:

http://blog.nansen.com/2013/11/indexing-all-vpp-files-with-episerver-7.html

person larschanders    schedule 09.04.2015