Building a Custom Dataset for Geocoding and Typeahead

Building a custom dataset involves using customized JSON files as input and executing the build command that creates the binary files that compose the dataset as output.

To build a custom dataset execute the following command from the command prompt.

java -Xmx512m -jar cdb<version>.jar -engine="Typeahead/Geocoding" -createDictionary
-folderLocation="$folderLocation"
-configFilePath="$configFilePath" -usePackagedLib 

The Custom Dataset Builder builds the dataset and places it in the folder you specified.