Skip to content

Instantly share code, notes, and snippets.

@johnnypeck
Created November 8, 2012 21:31
Show Gist options
  • Save johnnypeck/4041774 to your computer and use it in GitHub Desktop.
Save johnnypeck/4041774 to your computer and use it in GitHub Desktop.
elastic search json
{
_index: website
_type: property
_id: 9
_version: 1
_score: 1
_source: {
id: 9
unitNumber: 2009
ratePerDay: 115.00
streetAddress: 9999 Some Street
cityName: Arlington
zipcode: 22203
county: null
stateCode: VA
streetIntersection: null
listingTitle: What a great place
numBedrooms: 2
numFullBathrooms: 1
numHalfBathrooms: 0
locationNeighborhood.name: Arlington
location: {
lat: 38.8808142
lon: -77.1144911
}
numFloorsInUnit: null
name: null
description: Live on the 20th Floor and 1 block from the Ballston Metro in this fabulous luxury 2 bedroom, 1 bathroom condo in a luxury building. You will enjoy this 4 year old apartment decorated with modern touches. The apartment features a private balcony and great sunlight. This is another property with HDTV! You'll be just steps away from lots of shopping, restaurants, and more! (Note: This property has a 6-month minimum.)
hasDisabledAccess: null
amenities: [
Oven
Microwave
Dishwasher
Premium Cable
DVD
Fitness Center in Building
Pool
Front Desk - Business Hours
Wireless Internet Included
Hardwood Floors
Parking - Garage
Bed #1 - Queen
Bed #2 - Full
Balcony
A/C - Central
Washer/Dryer in Unit
]
currentFutureLeases: {
1675: {
start: 08/22/1212
end: 11/19/1212
}
1740: {
start: 12/30/1212
end: 07/15/1313
}
1772: {
start: 12/30/1212
end: 07/15/1313
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment