Federico Panini

Results 13 comments of Federico Panini

actually the standard xhprof client works, but not XHGUI. I hope somebody could help me.

hi @malcomhamelin can u report the error u got?

@Sharptsa any chances u could do open a PR on this?

This idea is really interesting, from a development *pov* is really usefull having such method that allow to test directly the query inside ES.

@EliuFlorez can you please explain better the use case ? - Elastica version - Elasticsearch version - your error output - the stack trace?

yes if I execute the query with a curl ``` curl -XGET 'elasticsearch:9200/fedetest/_search?pretty=true&search_type=dfs_query_then_fetch' -H 'Content-Type: application/json' -d' { "query": { "boosting" : { "positive" : { "term" : { "name"...

Hi @ruflin I think that now CrossIndex has been removed, the ReIndex class as @mweibel suggested should be fully in sync with ES 6.0 implementation, so it will be really...

Interesting, you should use two docker container for this and one more for the Travis machine that organise it, I've already managed this with ruflin/Elastica, @javiereguiluz can I help ?

@javiereguiluz ok for me it's not a problem, but what about if I try to set up a working (docker) environment and the open a PR ?

@javiereguiluz ok I will try to do it in the next days and then submitting a PR