.crawling pages with a specific urli want limit the crawl to pages with a specific url like domain.com/page.aspx?id=NUMBER where number is something that i know, like a number from 10 to 20. is there any way i can specify this?.reportsi noticed some tables and sprocs with a rpt namespace but every table i open seems to be empty. do i need to execute something to populate those tables?.how/where is the WebPages_MetaData table populated?
1.) Find AbsoluteUri.cs. You can either modify this plugin, or create a copy and follow the pattern.
2.) Execute the 'Update Reporting' stored procedure.
3.) Check the cfg.Configuration table. Set 'ExtractWebPageMetaData' to 'true' and 'InsertWebPageMetaData' to 'true'.
For best service when you require assistance:
Skype: arachnodedotnet
Victor -
Just about to start reorganizing my living space for the day - I will answer your questions later on...
Thanks!Mike
Hi,
About the 'Update Reporting' stored procedure, it requires two parameters, what should I put there? I still wasn't able to populate the report tables.
Thanks,
Ori
ALTER PROCEDURE [rpt].[arachnode_rsp_UpdateReporting]
@NumberOfRecords [int] = 1000,
@NTileGroups [int] = 10
WITH EXECUTE AS CALLER
AS
http://msdn.microsoft.com/en-us/library/ms175126.aspx
Number of Records is the number of rows per reporting tables.
Did you crawl with ClassifyAbsoluteUris on? If not, check out the PostProcessing project to reprocess your WebPages.