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

Implement local meta-index to do source-selection #25

Open
lecoqlibre opened this issue Dec 11, 2023 · 0 comments
Open

Implement local meta-index to do source-selection #25

lecoqlibre opened this issue Dec 11, 2023 · 0 comments
Assignees

Comments

@lecoqlibre
Copy link
Collaborator

lecoqlibre commented Dec 11, 2023

Each instance could have a meta-index that would indicate if we can find users with some skills or working in some city.

We could have something like:

<> a ex:MetaIndex.

<#skill12> a ex:MetaIndexEntry;
  ex:forSkill 12;
  ex:indexDocument <link/to/the/index/document>.

This would tell us if we can find users with (skill12 OR skill500 OR working at toulouse) but this won't tell if we can find users with (skill12 AND skill500 AND working at toulouse) @pchampin.

Possible alternatives:

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

2 participants