I use luke to look into my search index. When I publish entire site or publish my main node with publish subpages option, index doesn't change. When I publish a single page with the publish button the contents of that page is added to index.
Do I have to publish all my pages one by one to get them indexed?
which is run hourly since the site is relatively small. But I still don't know why publish button can trigger indexing and publish from context menu cannot.
Group publishing doesn't work in Examine indexing
I use luke to look into my search index. When I publish entire site or publish my main node with publish subpages option, index doesn't change. When I publish a single page with the publish button the contents of that page is added to index.
Do I have to publish all my pages one by one to get them indexed?
nimq,
Install the http://our.umbraco.org/projects/developer-tools/examine-dashboard and rebuild your indexes that way. After doing this check your log table I suspect one of the pages is causing indexing to fail.
Regards
Ismail
thanks ismail,
I solved my problem by scheduling a command:
ExamineManager.Instance.IndexProviderCollection["IndexerName"].RebuildIndex();
which is run hourly since the site is relatively small. But I still don't know why publish button can trigger indexing and publish from context menu cannot.
is working on a reply...