| DocumentSearchIndexerLoadResults Method | 
            Loads the results to the given result collection
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic override 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
See Also