API to Import Data in to Apache SOLR from LDAP

2019-08-26 02:46发布

问题:

We would like to use Apache SOLR to search users. For that we want to map the users from LDAP to SOLR. We just want to search users, we don't want any authentication as we do authentication even before it hits SOLR. I couldn't find any API to do that. I guess I could get records from LDAP and SOLR rest API to push the data. I don't want to reinvent the wheel if there is already tool out there to help.

any help would be appreciated Many thanks in advance.

标签: solr ldap