elasticsearch busqueda

por default devuelve solo 10 registros

GET http://10.10.16.90:9200/xxx.indice/_search

{ "from" : 0, "size" : 100, "query": { "bool": { "filter": [ } } }

--------------

{ "query": { "term": { "route": "regions_get_all" } } }

No hay comentarios:

Publicar un comentario

linux ubuntu mint actualizar chrome

 desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable