Skip to content

Instantly share code, notes, and snippets.

Created October 1, 2014 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ffab4216ff8f77cb6077 to your computer and use it in GitHub Desktop.
Save anonymous/ffab4216ff8f77cb6077 to your computer and use it in GitHub Desktop.
{
"socprop-ar":{
"mappings":{
"avisogestiondto":{
"properties":{
"aceptaValores":{
"type":"boolean"
},
"administracionAlquiler":{
"type":"double"
},
"aptoCredito":{
"type":"boolean"
},
"averiguacionGarantia":{
"type":"double"
},
"cantidadVisitas":{
"type":"long"
},
"codigo":{
"type":"string"
},
"descripcion":{
"type":"string"
},
"estado":{
"type":"string",
"index":"not_analyzed"
},
"expensas":{
"type":"double"
},
"fechaInicio":{
"type":"date",
"format":"dateOptionalTime"
},
"honorarios":{
"type":"double"
},
"id":{
"type":"string"
},
"inmobiliariaId":{
"type":"string"
},
"inmueble":{
"properties":{
"anchoCubierto":{
"type":"double"
},
"anchoTotal":{
"type":"double"
},
"anosAntiguedad":{
"type":"long"
},
"aptoProfesional":{
"type":"boolean"
},
"cantidadAmbientes":{
"type":"double"
},
"cantidadBanos":{
"type":"long"
},
"cantidadCocheras":{
"type":"long"
},
"cantidadDormitorios":{
"type":"long"
},
"cantidadImagenes":{
"type":"long"
},
"cantidadPlantas":{
"type":"long"
},
"codigo":{
"type":"string"
},
"codigoNumerico":{
"type":"long"
},
"descripcion":{
"type":"string"
},
"estadoInmueble":{
"type":"string"
},
"estadoInmuebleDescripcion":{
"type":"string"
},
"expensas":{
"type":"double"
},
"id":{
"type":"string"
},
"instalaciones":{
"properties":{
"aguaCorriente":{
"type":"boolean"
},
"aireAcondicionado":{
"type":"boolean"
},
"altillo":{
"type":"boolean"
},
"amoblado":{
"type":"boolean"
},
"cable":{
"type":"boolean"
},
"calefaccion":{
"type":"boolean"
},
"cocina":{
"type":"boolean"
},
"comedor":{
"type":"boolean"
},
"comedorDiario":{
"type":"boolean"
},
"dependenciaDeServicio":{
"type":"boolean"
},
"dormitorioSuite":{
"type":"boolean"
},
"energiaElectrica":{
"type":"boolean"
},
"escritorio":{
"type":"boolean"
},
"estudio":{
"type":"boolean"
},
"gas":{
"type":"boolean"
},
"gasNatural":{
"type":"boolean"
},
"internet":{
"type":"boolean"
},
"lavadero":{
"type":"boolean"
},
"living":{
"type":"boolean"
},
"pileta":{
"type":"boolean"
},
"playroom":{
"type":"boolean"
},
"seguridad":{
"type":"boolean"
},
"sotano":{
"type":"boolean"
},
"telefono":{
"type":"boolean"
},
"vestidor":{
"type":"boolean"
}
}
},
"largoCubierto":{
"type":"double"
},
"largoTotal":{
"type":"double"
},
"patio":{
"type":"string"
},
"propiedadOcupada":{
"type":"boolean"
},
"tipoInmueble":{
"type":"string"
},
"tipoInmuebleDescripcion":{
"type":"string"
},
"ubicacion":{
"properties":{
"barrio":{
"properties":{
"id":{
"type":"string",
"index":"not_analyzed"
},
"nombre":{
"type":"string"
}
}
},
"calle":{
"type":"string"
},
"ciudad":{
"properties":{
"id":{
"type":"string",
"index":"not_analyzed"
},
"nombre":{
"type":"string"
}
}
},
"coordenada":{
"type":"geo_point",
"lat_lon":true
},
"localidad":{
"properties":{
"id":{
"type":"string",
"index":"not_analyzed"
},
"nombre":{
"type":"string"
}
}
},
"numero":{
"type":"long"
},
"pais":{
"properties":{
"id":{
"type":"string",
"index":"not_analyzed"
},
"nombre":{
"type":"string"
}
}
},
"zona":{
"properties":{
"id":{
"type":"string",
"index":"not_analyzed"
},
"nombre":{
"type":"string"
}
}
}
}
}
}
},
"inmuebleId":{
"type":"string"
},
"mostrarAdministracionAlquiler":{
"type":"boolean"
},
"mostrarAveriguacionGarantia":{
"type":"boolean"
},
"mostrarExpensas":{
"type":"boolean"
},
"mostrarHonorarios":{
"type":"boolean"
},
"mostrarObservacionesRequisitos":{
"type":"boolean"
},
"mostrarPrecio":{
"type":"boolean"
},
"mostrarSituacionAviso":{
"type":"boolean"
},
"mostrarUbicacionInmueble":{
"type":"boolean"
},
"observacionesRequisitos":{
"type":"string"
},
"precio":{
"type":"double"
},
"publicarOLX":{
"type":"boolean"
},
"situacion":{
"type":"string",
"index":"not_analyzed"
},
"sucursalId":{
"type":"string"
},
"tipo":{
"type":"string",
"index":"not_analyzed"
},
"tipoMonedaAdministracionAlquiler":{
"type":"string"
},
"tipoMonedaAveriguacionGarantia":{
"type":"string"
},
"tipoMonedaExpensas":{
"type":"string"
},
"tipoMonedaHonorarios":{
"type":"string"
},
"tipoMonedaPrecio":{
"type":"string"
},
"titulo":{
"type":"string"
},
"ubicacionFriendly":{
"type":"string"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment