Skip to content

Commit

Permalink
Fix PostSolrConnection -> SolrPostConnection
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Aug 9, 2015
1 parent 1ee89a4 commit 57f77b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/FAQ.md
Expand Up @@ -42,7 +42,7 @@ double? Score { get; set; }

You're hitting the GET request limit of the Solr web container (i.e. Jetty or Tomcat). You can either:
* edit this limit in the web container configuration, or
* make SolrNet use POST instead of GET. You can do this by installing the SolrNet.Impl.PostSolrConnection decorator ([here's an example](http://stackoverflow.com/a/7584526/21239))
* make SolrNet use POST instead of GET. You can do this by installing the [SolrNet.Impl.SolrPostConnection](../SolrNet/Impl/SolrPostConnection.cs) decorator ([here's an example](http://stackoverflow.com/a/7584526/21239))

#### What's the difference between `LocalParams` and `ExtraParams`?

Expand Down

0 comments on commit 57f77b4

Please sign in to comment.