Example Stage Setup
Active Directory Security Trimming query stage setup: InputReplace
EXAMPLE_COMPANY with the name provided by your Lucidworks representative.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
Query pipeline stage configuration specifications
curl -u USERNAME:PASSWORD -X POST -H 'Content-type: application/json' -d '{"id":"ADSecurity", "type": "active-directory-security-trimming", "server":"ldap://hostname:port","bindName":"ADuser@example.com","bindPassword":"login1"}' http://EXAMPLE_COMPANY.lucidworks.cloud/api/query-stages/instances
EXAMPLE_COMPANY with the name provided by your Lucidworks representative.{
"type" : "active-directory-security-trimming",
"id" : "ADSecurity",
"server" : "ldap://hostname:port",
"bindName" : "ADuser@example.com",
"bindPassword" : "login1",
"enableCache" : true,
"cacheSize" : 1000,
"expirationTime" : 3600,
"skip" : false,
"label" : "active-directory-security-trimming",
"type" : "active-directory-security-trimming"
}
\t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.Was this page helpful?