Faced some issues while importing the articles into the elastic. So I created a new script to handle import operation into the Elasticsearch.
Added the article_id into article_json field for indexing Elasticsearch. We will use it while parsing it from Search API.
The core full text search functionality implemented. Currently our system searching both in annotations from MongoDB and the indexed articles from Elasticsearch.
related with #51