Y
Hacker News
new
|
ask
|
show
|
jobs
by
sandGorgon
2618 days ago
Do you do left outer join on elasticsearch...or do you do it in the client code ? I'm trying to figure out if elasticsearch supports these query types. It's something I never thought about.
1 comments
atombender
2618 days ago
In client code. ES doesn't do joins (ignoring a rather weak feature called "nested documents").
link