Register a user search, so that it can be tallied and considered by the popular search query autocompleter.
Declaration Syntax
C# | Visual Basic |
public static void RegisterSearch( string query, string indexDirectory, ICache cache, string appPath, string[] synchIPs )
Public Shared Sub RegisterSearch ( query As String, indexDirectory As String, cache As ICache, appPath As String, synchIPs As String() )
Parameters
- query (String)
- The search query
- indexDirectory (String)
- The index directory (absolute file path - NOT a virtual path like "~/Index") that was searched.
- cache (ICache)
- appPath (String)
- synchIPs (array<String>[]()[][])
Assembly: Keyoti4.SearchEngine.Web (Module: Keyoti4.SearchEngine.Web.dll) Version: 2022.8.22.610