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

Lucidworks Fusion #15

Open kellerd opened 6 years ago

kellerd commented 6 years ago

We're attempting to connect to the Lucidworks Fusion SaaS.

I know it's based on/uses/extends Solr, but would this connector support it? Or would I have to create my own connector to be able to support it?

essiembre commented 5 years ago

I personally have not tested against it yet. The SaaS version requires your API key in the HTTP Header. The <httpClientFactory> may help you pass that. If the API is otherwise is the same as the Solr one, it could work but as this one I don't know. Please give it a try and let us know. If it does not, you could definitely create your own Committer.
Or we can make this a feature request.