initialize(WikiEngine engine, Properties properties) This particular method starts off indexing and all sorts of various activities,
so you need to run this last, after things are done.
Sends a search to the current search provider. The query is is whatever native format
the query engine wants to use.
Parameters: query - The query. Null is safe, and is interpreted as an empty query. A collection of WikiPages that matched.
This particular method starts off indexing and all sorts of various activities,
so you need to run this last, after things are done.
Parameters: engine - the wiki engine Parameters: properties - the properties used to initialize the wiki engine throws: FilterException - if the search provider failed to initialize