Norconex / committer-solr

Solr implementation of Norconex Committer. Should also work with any Solr-based products, such as LucidWorks.
https://opensource.norconex.com/committers/solr/
Apache License 2.0
3 stars 5 forks source link

[Q] How can Solr committer be configured when Solr employes basic authentication #17

Closed ohtwadi closed 4 years ago

ohtwadi commented 5 years ago

Hello,

Our Solr instance employs basic authentication. This means that all clients need to specify valid credentials for communication. Further details can be found at https://lucene.apache.org/solr/guide/8_0/basic-authentication-plugin.html#BasicAuthenticationPlugin-UsingBasicAuthwithSolrJ

Is this supported in Solr committer?

Thanks!

essiembre commented 5 years ago

It is not in there at the moment but I am marking it as a feature request.

essiembre commented 5 years ago

Please try the latest snapshot and confirm. It is now possible to perform BASIC authentication. Check out usage documentation.

essiembre commented 4 years ago

Released.