Hello Everyone, I am facing the below issue with index. Its old and known issue 🙂
System.ApplicationException: Could not create an index searcher with the supplied lucene directory ---> System.IO.FileNotFoundException: 0.cfs ---> System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\AppData\TEMP\ExamineIndexes\External_0.cfs'. at Examine.LuceneEngine.Directories.SyncIndexInput.SyncLocally(String fileName) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncIndexInput.cs:line 182 at Examine.LuceneEngine.Directories.SyncIndexInput..ctor(SyncDirectory directory, String name, ILoggingService loggingService) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncIndexInput.cs:line 98 at Examine.LuceneEngine.Directories.SyncDirectory.OpenInput(String name) in D:\a\1\s\src\Examine\LuceneEngine\Directories\SyncDirectory.cs:line 248 --- End of inner exception stack trace ---
1. Umbraco version : 8.16
2. Hosting: Azure web app, there are two sites running from one instance
3. Plugin used: full text search
Added below in web.config:
Nilay
07/18/2023, 3:35 AM
Anyone?
d
D_Inventor
07/18/2023, 4:16 AM
Have you tried deleting your examine index files? You can safely delete them and then rebuild your index
n
Nilay
07/18/2023, 4:25 AM
Ya did that , it works for sometime and then again issue
Nilay
07/18/2023, 4:26 AM
seems index is getting locked due to two sites accessing it
m
Maarten
07/18/2023, 7:37 AM
With two sites you just mean two domains right? 1 Umbraco instance in total?
n
Nilay
07/18/2023, 11:40 AM
ya
Nilay
07/18/2023, 11:40 AM
Umbraco version : 8.16
Hosting: Azure web app, there are two sites running from one instance
Plugin used: full text search