SearchArgs Table
SearchArgs are arguments that appear in a URL directly after a question
(?) mark. The SearchArgs Table contains the following columns:
Columns
searchArgsID
webServerID
searchArgs
firstHitTimestamp
lastHitTimestamp
hitsToDate
Indices
Unique
- searchArgsID
Non-Unique
- webServerID, searchArgs
Column Definitions
searchArgsID
The unique ID of the Search Arguments passed.
webServerID
The unique ID of Web server that sent the log entry. The corresponding Web
Server can be found in the WebServers table.
searchArgs
The search arguments.
firstHitTimestamp
The date and time of the first hit on the Web server.
lastHitTimestamp
The date and time of the last hit on the Web server.
hitsToDate
The total number of hits up to and including the present time.

Home Page - Reports