Results 81 comments of Mauricio Scheffer

Hi, [quoting `*` is by design](https://github.com/SolrNet/SolrNet/blob/26d2103bddb944cc61b463191b5b76e70f0cc203/SolrNet.Tests/SolrQueryByFieldTests.cs#L64), as it's a character with a special meaning. The goal of this quoting is to allow arbitrary input without it being accidentally interpreted as...

Correct, `hl.method` is not currently implemented in https://github.com/SolrNet/SolrNet/blob/d868feab34272d4e50fe6b01bac4272fa265c82f/SolrNet/Commands/Parameters/HighlightingParameters.cs / https://github.com/SolrNet/SolrNet/blob/4cba32699d7b79f8e0d07065897c887456566d89/SolrNet/Impl/SolrQueryExecuter.cs#L298

Hi, so if understand correctly this is a duplicate of #524 ?

This recent fix should address your problem https://github.com/SolrNet/SolrNet/pull/583

> Is there a nuget that gets created when you merge to master branch? Yep see https://github.com/orgs/SolrNet/packages

Hi, I made this change in https://github.com/SolrNet/SolrNet/pull/558 , did I miss any such property?

Sorry, I've been swamped with work these weeks. I'll review it when I get some time.

Thanks for the pull request, I wrote a couple of comments in the commit.

Hi @yokuno , thanks for your PR! I'll need you to fix a couple of things: Please don't make formatting changes, or at least don't make them in the same...

Weird, SolrNet does include the response content in SolrConnectionException (for reference look up "catch (WebException e)" in https://github.com/SolrNet/SolrNet/blob/b758f722ee1efc5af1ab6333b5b04d19fbfdb737/SolrNet/Impl/SolrConnection.cs . Unless you've replaced the default implementation of ISolrConnection in your code...