bompi88
bompi88
Implementing Elasticsearch aggregations, which are published together with the hits data. In current implementation, the aggregations are injected in the `body` function like so: ``` javascript var index = new...
The top hits aggregation is quite a powerful feature of Elasticsearch. The aggregation support is a step closer to get this functionality, but it would be awesome to make these...
I have a main layout that renders a navigation bar and the content related to each route. The navigation bar is animated when rendered for the first time (Using Animate.css)....
When I try to create an account (with same email address I have at feide), then tries to log on with feide, I get this error: > Sorry, an error...
For the simplicity, when linking containers, use env variables like below if no other env variable is set. - `MONGO_PORT_27017_TCP_ADDR` and `MONGO_PORT_27017_TCP_PORT` - `ELASTICSEARCH_PORT_9200_TCP_ADDR` and `ELASTICSEARCH_PORT_9200_TCP_PORT`
This is a PR to provide instructions on how to use the options implemented at https://github.com/Alino/alino-mongo2es/pull/2, which resolves issue #6.
I would love to be able to mount a local config file and pass the location in with the `-c` option, something like: ``` bash docker run -d --link=mongo:mongo --link=elasticsearch:elasticsearch...
Hi, great package ! Love to see React >= 14.x.x support though. `this.getDOMNode` is now `ReactDOM.findDOMNode(this)` I think. I could create a PR if you want, but you should review...
Use `ReactDom.findDOMNode(this)` instead of `this.getDOMNode()` if `this.getDOMNode()` not available. Also checks if `React.findDOMNode` is present. If no method is found, throws an error assuming the user is using react >=...
### What is the feature you are proposing? I want to be able to switch out the default query parser with something like [qs](https://github.com/ljharb/qs). I am able to use a...