Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
courses:cs397:winter2017:elasticsearch [2017/04/16 19:23] – [Inserting documents to an index] admincourses:cs397:winter2017:elasticsearch [2017/04/16 19:24] – [Aggregations] admin
Line 70: Line 70:
 ==== Aggregations ==== ==== Aggregations ====
  
-curl -XGET 'localhost:9200/bank/_search?pretty' -H 'Content-Type: application/json' -d' +Finding distinct entities 
-+ 
-  "size": 0, +  curl -XGET 'localhost:9200/bank/_search?pretty' -H 'Content-Type: application/json' -d' 
-  "aggs":+  
-    "group_by_state":+    "size": 0, 
-      "terms":+    "aggs":
-        "field": "state.keyword"+      "group_by_state":
 +        "terms":
 +          "field": "state.keyword" 
 +        }
       }       }
     }     }
-  } +  }'
-+
-'+
  
 ===== Adding Information ===== ===== Adding Information =====
courses/cs397/winter2017/elasticsearch.txt · Last modified: 2017/04/16 19:26 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0