FAQ Tag: type

What indices (indexes) can Muse search on?

Muse maintains a set of internally recognized index labels or attributes for use in queries. These are recognized within the Muse Query Syntax by the parser on input and stored internally. When a search statement is translated for a particular Source, the internal forms are translated (using a Source-specific Translator) into the actual indices the…

What indices (indexes) can Muse search on?

Muse maintains a set of internally recognized index labels or attributes for use in queries. These are recognized within the Muse Query Syntax by the parser on input and stored internally. When a search statement is translated for a particular Source, the internal forms are translated (using a Source-specific Translator) into the actual indices the…

What authentication types a Muse Proxy Application supports?

For authenticating the end-users into a Muse Proxy Application the following authentication modules are available: –ProxyLoginModuleUserPassword. Performs User Name/Password authentication. –ProxyLoginModuleIP. Performs IP authentication based on client machine IP. –ProxyLoginModuleLDAP. Performs authentication against a LDAP Server. –ProxyLoginModuleFTP. Performs authentication against a FTP Server. The FTP authentication module supports NONE, SSL or TLS connection encryptions. –…