Umbraco 7.10.4 has issue with generate Lucense files on Azure
Hello Everyone,
I'm developing the Umbraco CMS, I have deployed it to Azure environment. But the Umbraco site doesn't generate the segments.gen file on App_Data\TEMP\ExamineIndexes\InternalMember\Index
Could someone can suggest me which the rights should be applied to App_Data folder so that the website can generate all the files?
How could I trigger to force to generate these files manually? under App_Data folder?
var criteria = ExamineManager.Instance.DefaultSearchProvider
.CreateSearchCriteria("content");
var filter = criteria.NodeTypeAlias("home");
I'm using above code to query the Umbraco Content, could someone please with my above situation?
Umbraco 7.10.4 has issue with generate Lucense files on Azure
Hello Everyone,
I'm developing the Umbraco CMS, I have deployed it to Azure environment. But the Umbraco site doesn't generate the segments.gen file on App_Data\TEMP\ExamineIndexes\InternalMember\Index
Could someone can suggest me which the rights should be applied to App_Data folder so that the website can generate all the files?
How could I trigger to force to generate these files manually? under App_Data folder?
I'm using above code to query the Umbraco Content, could someone please with my above situation?
Thanks
Hi,
Are you running on Azure web apps. Then some extra config is needed for Umbraco to work correctly : https://our.umbraco.com/documentation/Getting-Started/Setup/Server-Setup/azure-web-apps
Dave
Thanks Dave for you quick response, Could you tell me how can I re-generate these temporary file manually? What should I can do?
Republish entire website? Does this trigger can do this?
Thank you
is working on a reply...