openfarmcc / OpenFarm

A free and open database for farming and gardening knowledge. You can grow anything!
https://OpenFarm.cc
MIT License
1.55k stars 239 forks source link

Nested guides and users take up a lot of space in ElasticSearch #711

Open simonv3 opened 8 years ago

simonv3 commented 8 years ago

Issue here:

https://github.com/ankane/searchkick/issues/595#issuecomment-173822307

It looks like this might be unavoidable?

@guitsaru @slacker87 @roryaronson

guitsaru commented 8 years ago

That's what I was afraid of. For right now it's probably better to leave that part out of search and figure out another way of doing it. It might be possible to handle it in mongodb with map-reduce or something.

simonv3 commented 8 years ago

Yeah, or just sort them before they get displayed.