Share via


FSClickThroughExtractorJobDefinition Members

Include Protected Members
Include Inherited Members

Timer job that runs per search application and extracts click through data and exports them to the configured FAST Search Server 2010 for SharePoint farm deployment. The collected click through data is used for relevancy tuning. This timer job runs every day at 01:00 AM by default.

The FSClickThroughExtractorJobDefinition type exposes the following members.

Constructors

  Name Description
Public method FSClickThroughExtractorJobDefinition() Initiates a new instance of the FSClickThroughExtractorJobDefinition class.
Public method FSClickThroughExtractorJobDefinition(SearchServiceApplication) Initiates a new instance of the FSClickThroughExtractorJobDefinition class.

Top

Properties

  Name Description
Public property CanRenameOnRestore (Inherited from SPJobDefinition.)
Public property CanSelectForBackup (Inherited from SPJobDefinition.)
Public property CanSelectForRestore (Inherited from SPJobDefinition.)
Public property Description (Inherited from SPJobDefinition.)
Public property DiskSizeRequired (Inherited from SPJobDefinition.)
Public property DisplayName Get the display name of the job definition. (Overrides SPJobDefinition.DisplayName.)
Public property EnableBackup (Inherited from SPJobDefinition.)
Public property Farm (Inherited from SPPersistedObject.)
Public property HistoryEntries (Inherited from SPJobDefinition.)
Public property Id (Inherited from SPPersistedObject.)
Public property IsDisabled (Inherited from SPJobDefinition.)
Public property LastRunTime (Inherited from SPJobDefinition.)
Public property LockType (Inherited from SPJobDefinition.)
Public property Name (Inherited from SPPersistedObject.)
Public property Parent (Inherited from SPPersistedObject.)
Public property Properties (Inherited from SPPersistedObject.)
Public property Retry (Inherited from SPJobDefinition.)
Public property Schedule (Inherited from SPJobDefinition.)
Protected property SearchAppId The GUID of the Search Service Application the timer job is associated with. (Inherited from FSAbstractJobDefinitionBase.)
Public property Server (Inherited from SPJobDefinition.)
Public property Service (Inherited from SPJobDefinition.)
Public property Status (Inherited from SPPersistedObject.)
Public property Title (Inherited from SPJobDefinition.)
Public property TypeName (Inherited from SPPersistedObject.)
Public property UpgradedPersistedProperties (Inherited from SPAutoSerializingObject.)
Public property VerboseTracingEnabled (Inherited from SPJobDefinition.)
Public property Version (Inherited from SPPersistedObject.)
Protected property WasCreated (Inherited from SPPersistedObject.)
Public property WebApplication (Inherited from SPJobDefinition.)

Top

Methods

  Name Description
Public method AddBackupObjects (Inherited from SPJobDefinition.)
Public method Clone (Inherited from SPPersistedObject.)
Public method Delete Deletes the job definition. (Overrides SPJobDefinition.Delete().)
Public method Equals (Inherited from SPPersistedObject.)
Public method Execute(Guid) (Inherited from SPPausableJobDefinition.)
Public method Execute(SPJobState) Executes a job definition. (Overrides SPPausableJobDefinition.Execute(SPJobState).)
Protected method Finalize (Inherited from Object.)
Public method GetChild<T>() (Inherited from SPPersistedObject.)
Public method GetChild<T>(String) (Inherited from SPPersistedObject.)
Public method GetHashCode (Inherited from SPPersistedObject.)
Public method GetObjectData (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method HasAdditionalUpdateAccess (Inherited from SPPersistedObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnAbort (Inherited from SPJobDefinition.)
Public method OnBackup (Inherited from SPJobDefinition.)
Public method OnBackupComplete (Inherited from SPJobDefinition.)
Protected method OnDeserialization (Inherited from SPPersistedObject.)
Public method OnPostRestore (Inherited from SPJobDefinition.)
Public method OnPrepareBackup (Inherited from SPJobDefinition.)
Public method OnPreRestore (Inherited from SPJobDefinition.)
Public method OnRestore (Inherited from SPJobDefinition.)
Public method Provision (Inherited from SPPersistedObject.)
Public methodStatic member RegisterJob Register the timer job with the specified Search Service Application.
Public method ResetLastExtractionDates Reset last extraction dates.
Public method RunNow (Inherited from SPJobDefinition.)
Public method SetNumberOfDaysToExtract Set the number of days to extract click through data for. The default is 30.
Public method ToString (Inherited from SPPersistedObject.)
Public method Uncache (Inherited from SPPersistedObject.)
Public method Unprovision (Inherited from SPPersistedObject.)
Public method Update() Causes the job definition to save its state and propagate changes to all machines in the farm. (Overrides SPJobDefinition.Update().)
Public method Update(Boolean) (Inherited from SPPersistedObject.)
Protected method UpdateParent (Inherited from SPAutoSerializingObject.)
Public method UpdateProgress (Inherited from SPJobDefinition.)
Protected method Validate (Inherited from SPJobDefinition.)

Top

See Also

Reference

FSClickThroughExtractorJobDefinition Class

Microsoft.Office.Server.Search.Administration Namespace