Elasticsearch query equivalent to LDAP search

base: "cn=schema"
	scope:0  dereference:3  sizelimit:0  timelimit:0  attrsonly:0
	filter: "(objectClass=subschema)"
	attribute: "objectClasses"
	attribute: "attributeTypes"
	attribute: "matchingRules"
	attribute: "ldapSyntaxes"

i have same data on both ldap and elastic searver.
but what would be the corresponding elastic query, to above search.

How do you deal with scope and base .

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.