You could run a query? curl http://localhost:9200/_search?q=*
And see if you docs? -- David Pilato | Technical Advocate | Elasticsearch.com @dadoonet | @elasticsearchfr Le 20 décembre 2013 at 08:10:32, Sigehere ([email protected]) a écrit: Hi Friends, I have installed elasticsearch and elasticsearch wikipedia river plagin then i have run following curl request and i got this response $ curl -XPUT 192.168.1.13:9200/_river/my_wikipedia/_meta -d ' { "type" : "wikipedia", "wikipedia" : { "url" : "file:///media/Seagate Backup Plus Drive/enwiki-20131202-pages-articles.xml.bz2" } } ' {"ok":true,"_index":"_river","_type":"my_wikipedia","_id":"_meta","_version":3} What is the meaning of this message? this response got me with in 2 sec. How can I identify is it indexed successful or not? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d28eca4c-2cbc-4e68-b9c4-bab8d015d861%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.52b3f316.3006c83e.111%40MacBook-Air-de-David.local. For more options, visit https://groups.google.com/groups/opt_out.
