Author |
Message |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 22/10/2007 15:17:06
|
philsmart
Joined: 13/06/2007 21:31:45
Messages: 11
Offline
|
Hi,
are the results I recived from a web service ranked in some particular order, or are they just inline with the way they are being retrived from the database.
Phil
|
|
 |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 22/10/2007 22:56:49
|
marc
Joined: 08/12/2005 07:39:47
Messages: 4499
Offline
|
Hi Phil
There are many web services. For the search service the results are ranked by 'relevancy'.
Cheers
Marc
|
 |
|
 |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 23/10/2007 11:38:41
|
philsmart
Joined: 13/06/2007 21:31:45
Messages: 11
Offline
|
Ah right ok, yes Ido mean the search service, when you say relevancy what do you mean...word simularity etc....
Also if I search for a place name which is spelt slightly wrong, will the service use some sort of soundex algorithm to match on likeness..
Thanks for all the help, it is most appreciated.
Phil
|
|
 |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 23/10/2007 23:25:39
|
marc
Joined: 08/12/2005 07:39:47
Messages: 4499
Offline
|
The ranking relevancy is based on population, feature code and where the search term occurs. In the name? If yes ,how many other places do we find with this term?
For fuzzy search you have to use the specific parameter. The normal search parameter does not have any fuzzy search functionality.
Cheers
Marc
|
 |
|
 |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 24/10/2007 00:51:50
|
philsmart
Joined: 13/06/2007 21:31:45
Messages: 11
Offline
|
Very interesting, is there any documentation (technical documents, papers etc) about how it all works. If not no worries.
Phil
|
|
 |
![[Post New]](/gforum/templates/default/images/icon_minipost_new.gif) 24/10/2007 12:16:07
|
marc
Joined: 08/12/2005 07:39:47
Messages: 4499
Offline
|
check out the apache lucene project or search for 'tf idf' (term frequency - inverse document frequency) with your favorite search engine. It is the same information retrieval technoloy all search engines are using.
Cheers
Marc
|
 |
|
 |
|