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

Thesaurus/taxonomy #45

Open
mlderebecki opened this issue Jan 14, 2019 · 1 comment
Open

Thesaurus/taxonomy #45

mlderebecki opened this issue Jan 14, 2019 · 1 comment

Comments

@mlderebecki
Copy link

Could someone explain (or give example) to me how can I use taxonomy fields? I've created simple thesaurus that contains hierarchy (broader, narrower). Using the solr admin panel I can query documents that contain fields "tag_ss_taxonomy_X_ss" but how can I use those fields in search?

For example, I have 2 fields:
"tag_ss_taxonomy_0_ss":["Human", "Human", "Human", "Human"]
and
"tag_ss_taxonomy_1_ss":["Human\tPerson", "Human\tPerson", "Human\tPerson", "Human\tPerson"]
Thseaurus: human is broader than person; person is narrower than human.
My document contains word "Person" but if I search for "Human" it will not find the document.

@opensemanticsearch
Copy link
Owner

Documentation will be extended next weeks after full implementation to search UI and import of taxonomies from external thesauri/ontologies in Ontologies Manager.

This kind of "Reasoning" (find by narrower concept) is yet not working for search yet out of the box/not copied to default search field, since it will become an option in search UI, so you can control / disable it for a search.

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

3 participants