Don't want to walk index pages

renloe
Posts: 35
Joined: Mon Jan 31, 2005 12:51 pm

Don't want to walk index pages

Post by renloe »

I actually found an error in my dowalk script causing that problem, but after fixing that, I re-ran the indexing with verbosity set to 4, and the Exclude by field option did nothing.
Webinator indexed all the pages with the newly added "indexpage" meta tag, and all those pages we were trying to eliminate are now showing up in the search results...
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Don't want to walk index pages

Post by John »

Did you see any error messages in the vortex.log? The checkexfield function is the one that checks the field.
John Turnbull
Thunderstone Software
renloe
Posts: 35
Joined: Mon Jan 31, 2005 12:51 pm

Don't want to walk index pages

Post by renloe »

There are no errors in the vortex.log file.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Don't want to walk index pages

Post by mark »

I think the exclude by field settings you want are
Query = true
meta = indexpage
exclude = pages only
And make sure you're doing "new" rather than "refresh" walks.

If you've customized dowalk try an unmodified one from the website example scripts page to see if the same problem occurs.
Post Reply