opencharles / charles

Java web crawling library
BSD 3-Clause "New" or "Revised" License
32 stars 9 forks source link

Redesign ElasticSearchRepository.java #58

Closed amihaiemil closed 8 years ago

amihaiemil commented 8 years ago

ElasticSearchRepository uses apache http client directly and it's turned out to be big and twisted. Better use jcabi-http, which is a convenience wrapper over it, instead

amihaiemil commented 8 years ago

@charlesmike hello

charlesmike commented 8 years ago

@charlesmike hello

Hi, @amihaiemil! I can help you index your Github-hosted website, provided that the repository name respects the format owner.github.io (or has a gh-pages branch) and the command is given by the repo's owner.

amihaiemil commented 8 years ago

done