Search found 44 matches

by bocajo
Fri Sep 08, 2017 7:04 am
Forum: PTV xLocateServer
Topic: xLocate findAddressByText, emphasize Postcode - possible?
Replies: 1
Views: 3555

Re: xLocate findAddressByText, emphasize Postcode - possible

With the function findAddressByText you have no chance to bring the second result at the first position. There are many reasons but the main reason is the algorithm can not finde the input postal code (NN60BN) therefore it has no input on the score calculation and you can not sort by it. Why don't y...
by bocajo
Wed Sep 06, 2017 7:40 am
Forum: PTV xLocateServer
Topic: Geocoding basics (strictly recommended)
Replies: 1
Views: 12626

Re: Geocoding basics (strictly recommended)

I think that a customer should not concern himself so much with the geocoding search parameters. If a customer doesn't get the expected result she/he can't know if it is a data or a xLocate search algorithm problem. I would prefer that she/he is connecting the support so PTV can clarify what can be ...
by bocajo
Tue Jul 04, 2017 7:13 am
Forum: PTV xLocateServer
Topic: The set time limit for a search has been exceeded.
Replies: 2
Views: 8871

Re: The set time limit for a search has been exceeded.

Engine.CitySearchTimeout: Overall time in Milliseconds the search is allowed to run before it is aborted. The value -1 indicates that the time is not limited. Engine.StreetSearchTimeout: Milliseconds the search is allowed to run before the street search starts. If this part of the search takes long...
by bocajo
Fri Jun 30, 2017 12:37 pm
Forum: PTV xLocateServer
Topic: findAddress in UK with fragment of post code
Replies: 5
Views: 9456

Re: findAddress in UK with fragment of post code

Now I know why the housenumber isn't found in the 3rd. case. The housenumber "109 Lambeth Road" is assigned to the city Lambeth. If the input is "109 Lambeth Road, SE1 7, London, GB" the xLocate is finding the street directory with the postalcode and the city input. So both are c...
by bocajo
Wed Jun 21, 2017 7:30 am
Forum: PTV xLocateServer
Topic: findAddress in UK with fragment of post code
Replies: 5
Views: 9456

Re: findAddress in UK with fragment of post code

The last result looks strange, I would also expect that the xLocate will find the HNo 109. If you like to know in detail, we have to anlyse that behavior.
by bocajo
Wed Jun 21, 2017 6:43 am
Forum: PTV xLocateServer
Topic: findAddress in UK with fragment of post code
Replies: 5
Views: 9456

Re: findAddress in UK with fragment of post code

Hi Mister X

Are you using extended postalcodes for UK? Or have you set the parameter ReturnAllHNr? Which Map are you using?
by bocajo
Tue May 02, 2017 6:48 am
Forum: PTV xLocateServer
Topic: Country IsoCodes 2 by default
Replies: 3
Views: 6967

Re: Country IsoCodes 2 by default

There is a SearchParameter COUNTRY_CODETYPE the default value is =3 (country code plate). So you can set this parameter to value =1 (ISO2) or =6 (Unknown). If Unknown is set, then all formats are considered as possible input formats and CountryCodePlate is used as the output format.
by bocajo
Thu Apr 27, 2017 11:25 am
Forum: PTV xLocateServer
Topic: Length of street substring crucial for quality of Response
Replies: 2
Views: 4220

Re: Length of street substring crucial for quality of Respon

It's absolutly right what Mr. X has written. And additionally str is abbreviation of straße so this explains why Hauptstr and Hauptstraße will be found but not Haupts, Hauptst, Hauptstra or Hauptstraß.
by bocajo
Mon Dec 19, 2016 3:41 pm
Forum: PTV xLocateServer
Topic: Inconsistent result - FindAddressByText
Replies: 1
Views: 3441

Re: Inconsistent result - FindAddressByText

Hi Daniel The xLocate identifies Valencia as a state ;) The first input word in the Address field is tried as a country or state. There are two possibilities to get Valencia de Don Juan: 1. Write the country before Valencia "E Valencia de Don Juan" 2. Switch off the parameter Region.CheckS...
by bocajo
Thu Dec 08, 2016 8:13 am
Forum: PTV xLocateServer
Topic: xS-XF: Experimental properties on SearchLocationsResult
Replies: 7
Views: 14937

Re: Experimental properties on SearchLocationsResult

Hi Jason Good to hear that the xLocate is working "fairly well", thanks :) I recommand to use the postal code, this can help to find the correct address especially if the street name exists multiple times within a city. No special format is needed for the input string. You can set the post...