I was able to configure my custom vector map with Brazilian cities.
I have an index that one of the fields is the city and I was able to make a join between the index field and the custom vector map.
But it didn't work for cities that have accents.
example:
In my index has the city "Belem" and in the custom vector maps has the city "Belém"
I am using the "custom vectror shapes" of the "maps" feature. I attached an image with join. Cities that do not have accents are ok.
The custom vector shape was built based on the file br_muns.geojson from the link below:
The term-join uses an exact string match, and the city-name with an accent and the city-name without are different. This is why this is failing.
I would consider following work-arounds:
Do you have an ID-field in your index that you can use to join on? That br_muns.geojson file seems to have a few ID-fields. Are there matching ids in the documents of your index?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.