Relations beetween different types

2014-08-14 Thread ali koyuncu
I have an index named DataIndex. It has two types: posts and users. The posts have an user which has small info like just id, name but it has more. And I regulary update users some fields like followers count,age etc . So I must do below jobs: - When I run on posts type, I want to join users.

Re: Relations beetween different types

2014-08-14 Thread ali koyuncu
Yes, I already have kept user's fields as data's fields in datas. On Thursday, August 14, 2014 6:26:20 PM UTC+3, Ramy wrote: You can try to save the user _id in each post!!! maybe it solves your problem Am Donnerstag, 14. August 2014 15:34:39 UTC+2 schrieb ali koyuncu: I have an index

curl dictionary key and value search

2014-08-02 Thread ali koyuncu
My data structere has a key value pair like below: {content_type:0,semantic:[{Key:all,Value:0},{Key:tg,Value:1}],user_local_id:1} {content_type:0,semantic:[{Key:all,Value:1},{Key:tg,Value:0}],user_local_id:2} I want to get datas which has the semantic Key is all and its Value is 0 using curl

setup multiple cluster on different machines

2014-08-01 Thread ali koyuncu
I setup two clusters on same machine succesfully. Now I should configure cluster on different machine and I don't know how it makes. I didn't find guide for this. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group