Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created August 3, 2012 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vineeth-Mohan/3244869 to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/3244869 to your computer and use it in GitHub Desktop.
vineeth@vineeth-XPS-L501X:~/elasticSearch$ ./rest.sh localhost
{"ok":true,"acknowledged":true}
{"ok":true,"acknowledged":true}
{"ok":true,"acknowledged":true}
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 390 100 350 100 40 84848 9696 --:--:-- --:--:-- --:--:-- 170k
{
"tokens": [
{
"end_offset": 10,
"position": 1,
"start_offset": 6,
"token": "thi",
"type": "<ALPHANUM>"
},
{
"end_offset": 21,
"position": 3,
"start_offset": 14,
"token": "vineeth",
"type": "<ALPHANUM>"
},
{
"end_offset": 27,
"position": 4,
"start_offset": 22,
"token": "mohan",
"type": "<ALPHANUM>"
},
{
"end_offset": 32,
"position": 5,
"start_offset": 28,
"token": "here",
"type": "<ALPHANUM>"
}
]
}
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 475 100 434 100 41 179k 17358 --:--:-- --:--:-- --:--:-- 423k
{
"tokens": [
{
"end_offset": 5,
"position": 1,
"start_offset": 1,
"token": "html",
"type": "<ALPHANUM>"
},
{
"end_offset": 22,
"position": 4,
"start_offset": 15,
"token": "vineeth",
"type": "<ALPHANUM>"
},
{
"end_offset": 28,
"position": 5,
"start_offset": 23,
"token": "mohan",
"type": "<ALPHANUM>"
},
{
"end_offset": 33,
"position": 6,
"start_offset": 29,
"token": "here",
"type": "<ALPHANUM>"
},
{
"end_offset": 40,
"position": 7,
"start_offset": 36,
"token": "html",
"type": "<ALPHANUM>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment