Skip to content

Instantly share code, notes, and snippets.

View anupamshakya7's full-sized avatar

anupamshakya7

View GitHub Profile
curl -XDELETE localhost:9200/test-idx
echo
curl -XPUT localhost:9200/test-idx -d '{
"settings": {
"index": {
"number_of_shards": 1,
"number_of_replicas": 0,
"analysis": {
"analyzer": {
"query_default": {