Created
August 7, 2017 19:37
-
-
Save selcukusta/0b5e4b2be432dde3c41c6bb2654698ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "took": 231, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 1, | |
| "successful": 1, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": 3, | |
| "max_score": 2.0481172, | |
| "hits": [ | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "1", | |
| "_score": 2.0481172, | |
| "_source": { | |
| "CompanyName": "ABC Softwarehouse", | |
| "Position": "Software Developer", | |
| "Salary": 5000, | |
| "Servicing": true, | |
| "Location": "41.165493, 28.532379" | |
| } | |
| }, | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "3", | |
| "_score": 1.2800826, | |
| "_source": { | |
| "CompanyName": "ASD Cloud Solutions", | |
| "Position": "Software Developer", | |
| "Salary": 5250, | |
| "Servicing": true, | |
| "Location": "41.158358, 28.512380" | |
| } | |
| }, | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "2", | |
| "_score": 0.6481339, | |
| "_source": { | |
| "CompanyName": "DEF Tech", | |
| "Position": "Software Developer", | |
| "Salary": 5500, | |
| "Servicing": false, | |
| "Location": "41.153168, 28.544824" | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment