Goal
This article contains descriptions of all of the Hawksearch configurations.
Overview of the Connector’s settings
Enabling and versioning
IsEnabled
Specifies whether Hawksearch is enabled or not.
Version
Specifies which version of Hawksearch is supposed to be used.
...
Document size
Document Size Limit
Controls the maximum size in KB of the documents that can be indexed. The default value is 200KB and the maximum is 4000KB. If you wish to index larger documents a custom search service must be implemented.
...
Logging information
Enable Trace logging when Indexing
Specifies whether the index requests and responses should be logged in Sitefinity’s Trace log file.
Enable Trace logging when Searching
Specifies whether the search requests and responses should be logged in Sitefinity’s Trace log file.
...
Defferred index
Deferred Index Activation
...
Controls the interval for deleting the index In seconds. Used when creating delete scheduled tasks.
...
Tracking
Enable Hawksearch Event tracking
Select whether the Hawksearch Event Tracking functionality should be enabled.
...
Provider configuration
Default provider
Specifies the default data provider. Can be accessed through the HawkManager class.
...
Export information
LastDeltaExportTime
Used to display information in the Hawksearch admin page about the last time the delta export was used.
...
Specifies whether the last export was full or delta (empty if none of them was used).
...
Filter results
Filter by permissions [Obsolete]
Choose if search results should be filtered by the permissions of the user when using the built-in Sitefinity search widgets.
...
Export directory for data files
ExportDirectory
Specifies the directory for the export of the files.
...
Scheduling
ExportScheduleType
Specifies how often a full export should be executed – choose between none, daily and wekly
...
Controls for how long removed delta items will be persisted in the database. Enter 0 if you don't want to delete the removed items.
...
Task keys
ExportTaskKey
An ID used to mark scheduled full export tasks or deleting full export schedule. If there are more than 2 tasks with that ID further tasks will not be scheduled. The number of concurrent tasks can be modified throught the QueuedExportTasksLimit setting.
...
Used to limit the number of concurrent export or delete tasks for full or delta export. Default value is 2
...
API keys and endpoints
HawkSearchApiKey
The key used to identify against the Hawksearch engine when indexing. Used In the Initialization of the Hawksearch client.
...
Specifies whether we are in test mode or not in order to use the proper staging domain or production domain.
...
Authentication
WindowsAuthLogin
Used to identify the client username against the engine when using Windows authentication
...
Used to specify the authorization header value. Endpoints marked with the [Authorize] attribute check whether the request contains the specified header and are declined if not
...
Additional configurations
UseHawkSearchAPIAfterExport
...
Specifies the URL for listing the result
...
External domain configuration
RunExportTaskOnSpecifiedDomainOnly
...
Specifies an identification key used to validate the user when the export should run on an external host.
...
FTP and SFTP configurations
PushExportFilesToFTP
Specifies whether the export files should be pushed over FTP or SFTP.
...