Skip to content

Instantly share code, notes, and snippets.

View kartikchauhan's full-sized avatar
🤖

kartik chauhan kartikchauhan

🤖
View GitHub Profile
@kartikchauhan
kartikchauhan / .vimrc
Last active November 22, 2019 08:17
Use this .vimrc file to boost your productivity.
" no vi compat
set nocompatible
" show line numbers
set number
" set backspace
set backspace=indent,eol,start
" automatically use the system clipboard for copy and paste.
@kartikchauhan
kartikchauhan / gist:c89a2776f8f90c20d5e4e6997c13a09b
Created August 8, 2019 13:43
Elastic search node.js client response
{
"body": {
"took": 1277,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
{
"size": 0,
"query": {
"bool": {
"must": [
{
"nested": {
"path": "doc.parentKey",
"query": {
"bool": {