Thanks David!
On Monday, April 6, 2015 at 2:05:15 PM UTC+5:30, Cyril Cherian wrote:
>
> Imagine I have some data stored in mongoDB collection.
> Example:
> Collection name: Users
> record1: {
> "first":"Cyril",
> "age":33,
> "id":1234
> }
> record2: {
> "first":"Jeff",
> "age":23,
> "id":3423
> }
>
> My idea is to index this mongo data in the Elastic.
> Such that Elastic only stores the IDs but not the full JSON.
>
> So when I query in Elastic for getting users above the age of 30 I must
> get only 1234 and not the full JSON.
> I will use this ID to search in mongoDB.
> The idea is to store *only* the index info in Elastic while teh full data
> may reside on some other DB.
>
> Is this possible ?
>
>
--
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/cfa57491-e0a0-4bd8-a5de-e75730da3e36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.