SearchFactory method: SearchFactory class
Syntax
SearchFactory()
Description
Use this constructor to instantiate a SearchFactory object, which allows you to instantiate a search-provider specific search query service.
Parameters
None.
Returns
A SearchFactory object.
Example
import PT_SEARCH:SearchFactory;
Local PT_SEARCH:SearchFactory &MySearchFactory = create PT_SEARCH:SearchFactory();