operationGeocoderIp

<operationGeocoderIp
<geocoderIpService
id
required
=
string

Id of the geocoderIpService present in geocoderip-config.xml

batchSize
optional
=
int

Batch size for the ip geocoding, at most this many ip addresses will be sent to the geocoderIpService at once for geocoding using this geocoder-ip. For non-positive values multiple ip addresses are geocoded within one request. The number of ip addresses within one request depends on other configurations (eg request size when reading source data from database).

Default: 100

>
required
</geocoderIpService>
<geocodingLimit
>
optional
int

Maximum number of records to be geocoded in one geocoding process, not to be confused with the batch size which is the number of records to be geocoded in one single geocoding request.

Default: 10000

</geocodingLimit>
<attributeMappings
<ipAddress
<attributeName
>
optionalmax. unbounded
string

Name of a source attribute which is suggested to be used for a specific geocoding request attribute.

</attributeName>
>
optional
</ipAddress>
>
required
</attributeMappings>
>
required
</operationGeocoderIp>