CachedDataManager.Store_Search_Results Method (Results_Arguments, Int32, Int32, List(String), List(String), Int64, Int64, List(List(iSearch_Title_Result)), Custom_Tracer)
Store several pages of search results to the cache
Namespace: SobekCM.Core.MemoryMgmtAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static void Store_Search_Results(
Results_Arguments Current_Mode,
int Sort,
int Count,
List<string> Fields,
List<string> Terms,
long DateRange_Start,
long DateRange_End,
List<List<iSearch_Title_Result>> StoreObject,
Custom_Tracer Tracer
) |
Parameters
- Current_Mode
- Type: SobekCM.Core.Results..::..Results_Arguments
Mode / navigation information for the current request
- Sort
- Type: System..::..Int32
Sort for the current search results to store
- Count
- Type: System..::..Int32
Number of fields or terms to include in the key for this result
- Fields
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of all search fields for the search result to store
- Terms
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
List of all search terms for the search result to store
- DateRange_Start
- Type: System..::..Int64
Beginning of a date range search, or -1
- DateRange_End
- Type: System..::..Int64
End of a date range search, or -1
- StoreObject
- Type: System.Collections.Generic..::..List<(Of <(<'List<(Of <(<'iSearch_Title_Result>)>)>>)>)>
Search results item/title list
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
See Also