API to Import Data in to Apache SOLR from LDAP

只愿长相守 提交于 2019-12-25 05:59:11

问题


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.

来源:https://stackoverflow.com/questions/23387019/api-to-import-data-in-to-apache-solr-from-ldap

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!