Antoine D

Results 23 issues of Antoine D

Hi, this project seems very interesting! I was wondering whether you had tested in on quite big graph like the host level [common crawl](http://commoncrawl.org) with tens (or hundreds) of billion...

The documentation as it is is quite poor and I think it thus badly impact the visibility or the project. I think a full rewrite would be nice :rofl: We...

The [gst](https://bitbucket.org/ewanhiggs/rust-gst/src/master/) crate provides a rtree for mimir. This crate is no longer maintained and for cosmogony we used [rstar](https://github.com/Stoeoef/rstar/) that is in addition more integrated to rust-geo. We should...

The mimir label is a nice feature that creates a pretty label to display without any logic outside mimir. ## Address / street Label In mimir for the moment there...

For the moment a bad bragi response is not easy to analyze. you need to run bragi with debug logs (needs a restart if the log level is not the...

in #232 we read the admin's center tag to get the population when we create them from cosmogony (and not only the relation's tag anymore) we should also read those...

For the moment the house_number is matched exactly (we don't want prefixes as we don't want `2` to match `28` ) It is fine but this makes some house number...

When a city is not specified (and it's quite often in an autocomplete query) we try to prioritize query from big cities as they are more likely to be of...

Hi, do you have plans to support the latest ES version ? there are quite a lot of changes :cry: I'm willing to give a hand on it but I'm...

ElasticSearch can return objects from different types in a query. I think it's perfect to represent this with a Rust enum but I don't see how to manage this with...

question