mongo-elasticsearch-nutch icon indicating copy to clipboard operation
mongo-elasticsearch-nutch copied to clipboard

ElasticSearch indexing doesn't seem to do anything

Open webdev opened this issue 9 years ago • 1 comments

Following the instructions and everything seems to be working fine. MongoDB has webpage collection, but for some reason elasticsearch indexing doesn't do anything.

Ideas?

root@1e9a816bd8d9:/usr/local/src/nutch/runtime/local# bin/nutch index elasticsearch -all
IndexingJob: starting
Active IndexWriters :
ElasticIndexWriter
    elastic.cluster : elastic prefix cluster
    elastic.host : hostname
    elastic.port : port  (default 9300)
    elastic.index : elastic index command
    elastic.max.bulk.docs : elastic bulk index doc counts. (default 250)
    elastic.max.bulk.size : elastic bulk index length. (default 2500500 ~2.5MB)


IndexingJob: done.

webdev avatar Feb 22 '16 20:02 webdev

sorry for the late response! ill look at it. I've been busy at work for the longest!

tpickett avatar Feb 14 '17 17:02 tpickett