takezoe / solr-scala-client

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

batch index with async client #30

Open mce opened 9 years ago

mce commented 9 years ago

I couldn't find any method to do batch index using async client: https://github.com/takezoe/solr-scala-client/blob/master/src/main/scala/jp/sf/amateras/solr/scala/async/IAsyncSolrClient.scala

I would like to add this feature, if it is possible

takezoe commented 9 years ago

Great! I'm looking forward to your pull request.