Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manish 373 posts 932 karma points
    Feb 20, 2017 @ 12:29
    Manish
    0

    Why I am getting write.lock file - Examine search

    I am working on search using examine I set external index as

      <IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/{machinename}/External/" >
        <IndexAttributeFields>
    
        </IndexAttributeFields>
        <IndexUserFields>
          <add Name="autoPopulatedTags" />
          <add Name="specificContentTheme" />
          <add Name="type" />
          <add Name="format" />
          <add Name="articleDescription"/>
        </IndexUserFields>
        <IncludeNodeTypes>
          <add Name="pageModuleArticle" />
          <add Name="pageModuleNewsDetail" />
        </IncludeNodeTypes>
      </IndexSet>
    

    and in Examinesetting.config

     <add name="ExternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" />
    
    
    
    <add name="ExternalSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" />
    

    But when i check Internal and external folder in Examine both have the write.lock file. What I am doing wrong which is responsible for generating of lock file.

    Please help on this and please suggest the right way to write external index in examinesetting.config and exmiineindex.config.

    Thanks

    Manish

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Feb 20, 2017 @ 15:33
    Alex Skrypnyk
    0

    Hi Manish

    Do you have a filled site with content?

  • Manish 373 posts 932 karma points
    Feb 21, 2017 @ 04:49
    Manish
    0

    Hi Alex

    I did not get what you mean of filled here. Do you mean that i have data of types which i added in exmineconfig file or something else.

    Thanks

    Manish

  • Manish 373 posts 932 karma points
    Feb 21, 2017 @ 04:50
    Manish
    0

    Alex

    Do you have a filled site with content? ?? Yes I have many nodes created inside this.

    Thanks Manish

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Feb 21, 2017 @ 16:33
    Alex Skrypnyk
    0

    Manish, I meant content, do you have the right permissions on the folders?

  • Manish 373 posts 932 karma points
    Feb 22, 2017 @ 06:08
    Manish
    0

    Hi Alex

    Permission for IIS_Users was not added there with full control. I added it and works !!

    Many thanks Alex.

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Feb 22, 2017 @ 08:06
    Alex Skrypnyk
    0

    You are welcome, Manish, glad that topic is solved now!

    Have a nice day.

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft