Hi ,
i'm just testing manually the existing "Post" method (on
solrConnection) before the implementation, just to check if it works.
I'm using the following parameters:
relativeUrl: "/select/"
s: "fieldname: fieldvalue1 OR fieldname: fieldvalue2 OR fieldname:
fieldvalue3"
but i'm getting "Unable to read data from the transport connection: An
established connection was aborted by the software in your host
machine".
I disabled all firewalls and antivirus software from my computer and
it stills returns the error.
What parameters should i pass to this post method?
On Jul 12, 6:08 pm, Mauricio Scheffer <
mauricioschef...@gmail.com>
wrote:
> Take a look at the default implementation of SolrConnection:
http://github.com/mausch/SolrNet/blob/master/SolrNet/Impl/SolrConnect...
>
> You can implement a decorator over SolrConnection, which for the Get()
> method would perform a POST request (similarly to the Post() method) instead
> of the default GET request.
>
> If you're using the built-in default container you can use this new
> implementation like this:
>
> Startup.Init<MyDocument>(new MyPostQueryConnection(new SolrConnection("
http://localhost:8983/solr")));
>
> --
> Mauricio
>
> >
solrnet+u...@googlegroups.com<
solrnet%2Bunsu...@googlegroups.com>
> > .