Click or drag to resize
SearchIndexerLoadResults Method
Loads the results to the given result collection

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax
C#
public virtual void LoadResults(
	IEnumerable<ILuceneSearchDocument> results,
	SafeDictionary<string, DataRow> result
)

Parameters

results
Type: System.Collections.GenericIEnumerableILuceneSearchDocument
Collection of results to load
result
Type: CMS.BaseSafeDictionaryString, DataRow
Dictionary of the loaded results indexed by their key
See Also