Hi Furkan, The error is coming from Solr. How is your Solr connection configured? If you are using /update/extract, your documents should be sent via POST, not GET.
Karl On Thu, Mar 2, 2017 at 8:24 AM, Furkan KAMACI <[email protected]> wrote: > Hi, > > When I test E-mail connector I get that error: > > Error from server at http://localhost:8983/solr/collection1: non ok > status: 414, message:Request-URI Too Long > > As far as I know, such kind of errors are get at HTTP GET operations and > E-mail connector operations may have long URLs. Is it possible to avoid > that error? > > Kind Regards, > Furkan KAMACI >
