arachnode.net

ArachnodeDAO.GetPriorities Method

Gets all Priorities. Priorities are used by CrawlRequests, the ReportingManager and by the lucene.net indexing functionality to determine crawl priority, and to enhance the boosts of lucene.net documents. A document for "C#" from domain "XYZ" may score a higher relevancy score than a document for "C#" from microsoft.com, but actual popularity/priority dictates that the result from microsoft.com should receive a higher boost and thereby a higher overall relevancy score than the document from domain "XYZ".

public PrioritiesDataTable GetPriorities(
   int maximumNumberOfPriorities
);

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace