Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| courses:cs397:winter2017:elasticsearch [2017/03/27 17:21] – [Viewing Data] admin | courses:cs397:winter2017:elasticsearch [2017/04/16 19:26] (current) – [Inserting documents to an index] admin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| The following assumes that elasticsearch is running on the localhost on port 9200. | The following assumes that elasticsearch is running on the localhost on port 9200. | ||
| + | |||
| + | How do I learn more? https:// | ||
| ===== General Info about elasticsearch instance ===== | ===== General Info about elasticsearch instance ===== | ||
| Line 28: | Line 30: | ||
| curl -XGET ' | curl -XGET ' | ||
| + | |||
| + | |||
| + | curl -XGET ' | ||
| + | " | ||
| + | " | ||
| + | { " | ||
| + | { " | ||
| + | ] | ||
| + | } | ||
| + | } | ||
| + | }' | ||
| ==== Sorting Examples ==== | ==== Sorting Examples ==== | ||
| Line 54: | Line 67: | ||
| curl -XGET ' | curl -XGET ' | ||
| + | |||
| + | ==== Aggregations ==== | ||
| + | |||
| + | Finding distinct entities | ||
| + | |||
| + | curl -XGET ' | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | }' | ||
| ===== Adding Information ===== | ===== Adding Information ===== | ||
| Line 67: | Line 96: | ||
| curl –XPUT ‘localhost: | curl –XPUT ‘localhost: | ||
| + | |||
| + | ==== Adding from a File ==== | ||
| + | |||
| + | mongoimport --db dbname --collection whichcollection --file mydata.json | ||
| + | |||
| + | curl -XPOST ' | ||
| + | |||
| + | curl -XPOST ' | ||
| + | ===== Deleting Information ===== | ||
| + | |||
| + | curl -XDELETE ' | ||
