Examine index has to be rebuilt every time I publish a node
Hi all,
I added a new property to my master page.
Everything seems to work fine, but when I update this property with a new value, I expect this value to be shown on search results on my site.
Problem is, that I have to rebuild my examine index in order for that to work.
Shouldn't the value be updated just as soon as I hit "save&Publish" for a specific node?
I really do not wish to rebuild the index every time I save&publish.
1) Nothing is going wrong during save&pubslih
2) No application start event, as my site is "website" and not "web application", so I didn't implemented a proper global.asax
Well, solved it. It wasn't actually a problem.
Issue was that I was only displaying top 50 results, so I thought it's not giving me the correct results.
I changed it to top 150, and "problem" solved.
Examine index has to be rebuilt every time I publish a node
Hi all, I added a new property to my master page. Everything seems to work fine, but when I update this property with a new value, I expect this value to be shown on search results on my site. Problem is, that I have to rebuild my examine index in order for that to work.
Shouldn't the value be updated just as soon as I hit "save&Publish" for a specific node?
I really do not wish to rebuild the index every time I save&publish.
thanks, Rotem
Hi Rotem,
Generally, this is automated and has always worked fine. No, need to manually rebuilt the examine index.
Few options to check:-
Cheers,
Shaishav
Hi Shaishav, Thank you for your quick answer :).
While I'm checking, here's another thing for u to wrap your head around:
when i'm searching on my site locally, everything works fine, and I don't have to save&publish.
On my stage site, (same code), I have to.
maybe it's a setting I missed?
thx
1) Nothing is going wrong during save&pubslih 2) No application start event, as my site is "website" and not "web application", so I didn't implemented a proper global.asax
Hi Rotem,
Did you have read/write access to App_Data folder on staging?
Cheers,
Shaishav
Didn't work unfortunately
Well, solved it. It wasn't actually a problem. Issue was that I was only displaying top 50 results, so I thought it's not giving me the correct results. I changed it to top 150, and "problem" solved.
is working on a reply...