Matching Options

Matching options let you set match restrictions, fallback, and multiple match settings so that the matching can be as strict or relaxed as you need. The strictest matching conditions require an exact match on house number, street name, postal code and no fallback to postal code centroids. The geocoder looks for an exact street address match within the postal code in the input address. Relaxing the conditions broadens the area in which it searches for a match. For example, by relaxing the postal code, the geocoder searches for candidates outside the postal code but within the city of your input address.

Note: As Enterprise Geocoding transitions its administrative tasks to a web-based Management Console, labels for the options may use different wording than what you see in Enterprise Designer. There is no difference in behavior.
Table 1. Matching Options for India

Option Name

Description

Keep multiple matches

Specifies whether to return results when the address matches to multiple candidates in the database. If this option is not selected, an address that results in multiple candidates will fail to geocode.

If you select this option, specify the maximum number of candidates to return next to the check box. Specify -1 (minus one) to return all possible candidates.

Return ranges

Specifies whether to return address range information. If you enable this option, the output field Ranges will be included in the output.

A range is a series of addresses along a street segment. For example, 5400-5499 Main St. is an address range representing addresses in the 5400 block of Main St. A range may represent just odd or even addresses within a segment, or both odd and even addresses. A range may also represent a single building with multiple units, such as an apartment building.

Maximum ranges per candidate

If you choose to return ranges, this option specifies the maximum number of ranges to return for each candidate. Since the geocoder returns one candidate per segment, and since a segment may contain multiple ranges, this option allows you to see the other ranges in a candidate's segment.

Maximum units per range

If you choose to return ranges, this option specifies the maximum number of units (for example, apartments or suites) to return for each range.

For example, if you were to geocode an office building at 65 Main St. containing four suites, there would be a maximum of four units returned for the building's range (65 Suite 1, 65 Suite 2, 65 Suite 3, and 65 Suite 4. If you were to specify a maximum number of units as 2, then only two units would be returned instead of all four.

Close matches only

Specifies whether to return only those geocoded results that are close match candidates. For example, if there are 10 candidates and two of them are close candidates, and you enable this option, only the two close matching candidates would be returned instead of all 10. To specify what is considered a close match, use the Close match criteria options. Address candidates are ranked according to how closely the input address matches these preferences.

Match mode

Specifies how to determine whether a candidate is a close match. One of the following:

Custom
This option allows you to specify which parts of a candidate address must match the input address to be considered a close match. Use the Close match criteria check boxes to specify the address elements you want. This is the default value for most countries.
Exact
All of a candidate address's elements must match in order for the candidate to be considered a close match.
Note that for IND, Exact match mode returns the sublocality and place name information
Close
Only the candidate address's street name and town must match in order for the candidate to be considered a close match. For Chile, China, Great Britain, Estonia, India, Indonesia, Latvia, Lithuania, Slovakia, Slovenia, Taiwan, and South Africa, only the street name and town must match.
Relaxed
All candidate addresses are considered a close match.

All input

Specifies whether candidates must match all non-blank input fields to be considered a close match. For example, if an input address contains a city and postal code, then candidates for this address must match the city and postal code to be considered a close match.

House number

Street

Specifies whether candidates must match the street name to be considered a close match.

If a close match is found, the geocoder attempts expanded street name manipulation, which looks for candidates with names that sound like the input address or that are spelled improperly. This slows down performance but increases the match rate . If the geocoding database is indexed, the performance impact is reduced.

Locality

Specifies whether candidates must match the locality (or equivalent) to be considered a close match. The meaning of Locality varies for different countries.

  • IND (India)—Locality

City

Specifies whether candidates must match the city to be considered a close match. If you do not require exact matches on city, the geocoder searches on the street address matched to the particular postal code, and considers other cities that do not match the name, but do match the postal code.

County

Specifies whether candidates must match the county (or equivalent) to be considered a close match. The meaning of county varies for different countries.

  • IND (India)—District

State/Province

Specifies whether candidates must match the state or province (or equivalent) to be considered a close match.

  • IND (India)—State

Postal code

Specifies whether candidates must match the postal code to be considered a close match. If you do not require exact match on postal codes, the geocoder searches a wider area for a match. While this results in slower performance, the match rate is higher because the request does not need to match exactly when it compares match candidates.

Specifies whether candidates must match the postal code to be considered a close match. If you do not require exact match on postal codes, the geocoder searches a wider area for a match. While this results in slower performance, the match rate is higher because the request does not need to match exactly when it compares match candidates.

For India, the Postal code must match preference can be used for geographic geocoding. This can produce better geographic matched candidates. For other countries, Postal code match preference can be used with street or postal geocoding only.

Return point of interest matches with street matches

Specifies whether to return both point of interest (POI) matches and street matches when both street and POI information are provided in the input. If you select this option, a POI candidate is returned with candidates that matched on street name. A sublocality candidate returns an S8 result code. If you set this option to No, only street information is returned.

Return sublocality candidates

Specifies whether to return a sublocality (block or sector) match. A sublocality candidate returns an SL result code, and requires a match on other geographic input fields (city, district, or state). You can combine this with the Return street candidates preference to get both SL and S4 candidates.

Return street candidates

Specifies whether to return a street match. A street candidate returns an S4 result code. You can combine this with the Return sublocality candidates preference to get both S4 and SL candidates.

Return locality candidates

Specifies whether to explicitly return a geographic locality (G4) match in preference to a town (G3) candidate.

If both Return locality candidates and Return town candidates are true (the default in Management Console), it is possible that only a town or a locality candidate will be returned, even though both types of geographies exist.

Return town candidates

Specifies whether to explicitly return a geographic town (G3) match in preference to a locality (G4) candidate.

If both Return town candidates and Return locality candidates are true (the default Management Console), it is possible that only a town or a locality candidate will be returned, even though both types of geographies exist.

Place Name

Specifies whether a candidate address must match the place name to be considered a close match.

You may want to use a balanced strategy between match rate and geographic precision. That is, you may want to geocode as many records as possible automatically, but at the same time want to minimize the number of weaker matches (false positives). For example, false positives can occur when the geocoder:

  • finds a street that sounds like the input street.
  • finds the same street in another city (if postal code match is not required).
  • finds the street but with a different house number (if house number is not required).

The following settings may achieve a good balance between match rate and precision:

  • Close matches onlySelect this option.
  • Close match criteria—Select House number and Street only.
  • Postal centroidDo not select this fallback level.