Skip to main content

SearchEngine

Enumeration of supported search engines.

NameValueDescription
SEARCH_ENGINE_UNSPECIFIED0Unspecified.
SEARCH_ENGINE_DT_SEARCH1dtSearch.
SEARCH_ENGINE_IDOL2IDOL.
SEARCH_ENGINE_AZURE_SEARCH3Azure search.
SEARCH_ENGINE_SMART_SEARCH4Smart search
SEARCH_ENGINE_AINO_SEARCH5Aino search
SEARCH_ENGINE_GOLDFISH6Goldfish - stateless reference indexer. Indexes everything, finds nothing. For testing and performance measurement purposes.

Runtime Access

This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.SearchEngine.<value>.

Example:

const value = MFiles.SearchEngine.FullText;

See also: MFiles Global Object