ElasticSearch not indexing all the documents in MongoDB

Hello everyone I am using elastic search with mongo-connector to sync data between MongoDB and Elastic Search. I have 22k documents in MogoDB, but once elastic search indexes 4.5k documents it stops indexing after that.
I am using following command line in ubuntu to sync data :-

$ mongo-connector -m localhost:27017 -t localhost:9200 -d elastic2_doc_manager

My mongod.conf file
mongodconf

And one more doubt was regarding that if in my content is in some language which is not supported by elastic search search how elastic search will build its index, like stemming, tokenization etc

@dadoonet please help

Read this and specifically the "Also be patient" part.

It's fine to answer on your own thread after 2 or 3 days (not including weekends) if you don't have an answer.

Please do not ping people who are not yet involved in your thread. Thanks.

About mongo connector, we did not write that piece of code so it's hard to help. You should probably ask on MongoDB forums.

That being said, may be there's an error message which could help?

About the question regarding elasticsearch, it's a bit vague. Could you be more specific? But may be you want to read this? https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.