takezoe / solr-scala-client

Solr Client for Scala
Apache License 2.0
91 stars 43 forks source link

Switch async API backend to OkHttp3 from AsyncHttpClient #44

Closed takezoe closed 6 years ago

takezoe commented 6 years ago

40

takezoe commented 6 years ago

Most of existing AsyncHttpClient based code has been ported to OkHttp3 based except streamResultsAsMap(). Is it possible ti implement this method on OkHttp3...?