Skip to content

Instantly share code, notes, and snippets.

@soumyamrs
Created November 5, 2012 11:41
Show Gist options
  • Save soumyamrs/4016819 to your computer and use it in GitHub Desktop.
Save soumyamrs/4016819 to your computer and use it in GitHub Desktop.
Categories: {
Types: {
Events: [
{
.... event1
}
{
.......... event2
}
]
Facets: [
{
count: 6
entity: Country
Country: [
{
region: North Americas
index: DOW JONES INDUS. AVG , S&P 500 INDEX , NASDAQ COMPOSITE INDEX
entity: US
instance: [
{
count: 4
entity: U.S
}
]
currency: Dollar (USD)
}
{
region: Europe
index: IRISH OVERALL INDEX
entity: Ireland
instance: [
{
count: 2
entity: Ireland
}
]
currency: Euro (EUR)
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment