Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexing travel types with PageRank weights #5

Open
da115115 opened this issue Nov 28, 2013 · 3 comments
Open

Indexing travel types with PageRank weights #5

da115115 opened this issue Nov 28, 2013 · 3 comments
Assignees
Milestone

Comments

@da115115
Copy link
Member

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.

@ghost ghost assigned da115115 Nov 28, 2013
@da115115
Copy link
Member Author

da115115 commented Feb 2, 2014

The commits tracked by the [Weights] tag implement that requested feature:

The following requests now work as expected:

@da115115 da115115 closed this as completed Feb 2, 2014
@da115115
Copy link
Member Author

da115115 commented Feb 2, 2014

Reopened because of the note below.

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:

@da115115
Copy link
Member Author

da115115 commented Feb 2, 2014

See also #3 (Airport/city codes should take the precedence over alternate names) and #4 (Standsted STN).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant