Hi,
We're using Couchbase as Primary Datastore and Elasticsearch as SearchStore. For Data Transport, We're using Couchbase Plugin for ElasticSearch.
On referring to Online articles in Couchbase website, I assume that Elasticsearch will Index & store meta data alone and will NOT save the document. Is my understanding correct ?!
My application (.Net using NEST SDK) is designed like Insert/Update/Delete operarions will happen to Couchbase (Data store) and Search request to Elasticsearch (Search Store) using NEST Search API.
Now my application expects entire data (document) matching the search conditions instead of just document IDs. How to make Elasticsearch return document (transported from Couchbase) ?!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.