Created
August 7, 2017 19:38
-
-
Save selcukusta/e746b4caabdbe81b7fbf8537db8a6811 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": 6, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 1, | |
| "successful": 1, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": 4, | |
| "max_score": 1.0, | |
| "hits": [ | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "1", | |
| "_score": 1.0, | |
| "_source": { | |
| "CompanyName": "ABC Softwarehouse", | |
| "Position": "Software Developer", | |
| "Salary": 5000, | |
| "Servicing": true, | |
| "Location": "41.165493, 28.532379" | |
| } | |
| }, | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "4", | |
| "_score": 1.0, | |
| "_source": { | |
| "CompanyName": "HALO Marketing", | |
| "Position": "Sales Specialist", | |
| "Salary": 1760, | |
| "Servicing": false, | |
| "Location": "41.173211, 28.532808" | |
| } | |
| }, | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "2", | |
| "_score": 0.010542715, | |
| "_source": { | |
| "CompanyName": "DEF Tech", | |
| "Position": "Software Developer", | |
| "Salary": 5500, | |
| "Servicing": false, | |
| "Location": "41.153168, 28.544824" | |
| } | |
| }, | |
| { | |
| "_index": "career_sample_index", | |
| "_type": "sample_type", | |
| "_id": "3", | |
| "_score": 1.2284209E-5, | |
| "_source": { | |
| "CompanyName": "ASD Cloud Solutions", | |
| "Position": "Software Developer", | |
| "Salary": 5250, | |
| "Servicing": true, | |
| "Location": "41.158358, 28.512380" | |
| } | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment