You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When someone searches for common types and/or countries, there is first a full text matching process, retrieving a maximum number of POR, for instance currently 30. Out of that limited list, the one with the highest PageRank value is then returned. That works well for cities (e.g., "paris airport"), but not so well for countries and/or travel types (e.g., "france airport", "uk railway", or just "usa" or "airport").
So, when indexing on the country level and/or travel type, it would be good to weigh with the PageRank value of the POR.
The text was updated successfully, but these errors were encountered:
For some reasons (probably because the PageRank-based indexing weights are not big enough), the following requests bring not so bad answers, but not exactly what would be expected:
When someone searches for common types and/or countries, there is first a full text matching process, retrieving a maximum number of POR, for instance currently 30. Out of that limited list, the one with the highest PageRank value is then returned. That works well for cities (e.g., "paris airport"), but not so well for countries and/or travel types (e.g., "france airport", "uk railway", or just "usa" or "airport").
So, when indexing on the country level and/or travel type, it would be good to weigh with the PageRank value of the POR.
The text was updated successfully, but these errors were encountered: