Initialize the model by running the provided query with the provided settings.
Initialize the model by running the provided query with the provided settings.
void Search(string,string,IPTFilter,SearchSettingCollection);
Initialize the model by running the provided query with the provided settings (allSettings). removableSettings, if non-null, are those settings that may be removed on a followup search.
void Search(string,string,IPTFilter,SearchSettingCollection,SearchSettingCollection);
ISearchResultModel Interface | com.plumtree.portaluiinfrastructure.search Namespace