You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that indexes are correctly updated in their folder "\wwwroot\App_Data\TEMP\ExamineIndexes..." , but they are built in another folder: "\wwwroot\~\App_Data\TEMP\ExamineIndexes..."
Debugging, I see that the LuceneIndexFolder contains the wrong folder (UmbracoExamine.UmbracoContentIndexer) ExamineManager.Instance.IndexProviderCollection[2]).LuceneIndexFolder contains "\wwwroot\~\App_Data\TEMP\ExamineIndexes\..."
How can I reproduce the issue?
I installed Chauffeur
I implemented a custom deliverable "rebuildIndex"
I ran Chauffeur with "rebuildIndex"
It creates a new folder structure under "\wwwroot\~\App_Data\TEMP\ExamineIndexes" and rebuilds indexes inside it
What went wrong?
I'm writing a custom deliverable "rebuildindex", which rebuilds the Examine indexes.
This is the code snippet:
So, quite simple.
What should have happened?
I would expect that indexes are correctly updated in their folder "\wwwroot\App_Data\TEMP\ExamineIndexes..." , but they are built in another folder: "\wwwroot\~\App_Data\TEMP\ExamineIndexes..."
Debugging, I see that the LuceneIndexFolder contains the wrong folder
(UmbracoExamine.UmbracoContentIndexer) ExamineManager.Instance.IndexProviderCollection[2]).LuceneIndexFolder
contains"\wwwroot\~\App_Data\TEMP\ExamineIndexes\..."
How can I reproduce the issue?
Environment
umbraco> settings
Setting | Value
Umbraco Version | 7.15.6
InternalName: Chauffeur.dll
OriginalFilename: Chauffeur.dll
FileVersion: 1.4.1
FileDescription: Chauffeur
Product: Chauffeur
ProductVersion: 1.4.1
Debug: False
Patched: False
PreRelease: False
PrivateBuild: False
SpecialBuild: False
Language: Language Neutral
The text was updated successfully, but these errors were encountered: