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

Better relevancy while searching #37

Closed
filak opened this issue Nov 15, 2023 · 6 comments
Closed

Better relevancy while searching #37

filak opened this issue Nov 15, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@filak
Copy link
Owner

filak commented Nov 15, 2023

Try to use propLists:

https://jena.apache.org/documentation/query/text-query.html#lists-of-indexed-properties

@filak filak self-assigned this Nov 15, 2023
@filak filak added the question Further information is requested label Nov 15, 2023
@filak
Copy link
Owner Author

filak commented Nov 16, 2023

propLists not working as expected - more testing is needed...

There are some issues with Jena

@filak filak changed the title Better relevancy with searching - text queries Better relevancy while searching Nov 16, 2023
@filak filak added enhancement New feature or request and removed question Further information is requested labels Jan 18, 2024
@filak
Copy link
Owner Author

filak commented Jan 18, 2024

Waiting for this to be merged apache/jena#2121 - Done!

@filak
Copy link
Owner Author

filak commented Feb 19, 2024

Lets wait for the 5.0 Apache Jena release...

@filak
Copy link
Owner Author

filak commented May 14, 2024

Apache Jena 5.0 released

@filak filak added the priority label May 14, 2024
@filak filak removed the priority label Jun 14, 2024
@filak
Copy link
Owner Author

filak commented Jan 22, 2025

Add usePropList to config as:

### Use text:propLists defined in mesh.ttl - default: False
#USE_PROP_LISTS = True

Read the value:

d['USE_PROP_LISTS'] = conf.getboolean(section, 'USE_PROP_LISTS', fallback=False)

@filak
Copy link
Owner Author

filak commented Jan 23, 2025

Checked with Jena 5.3.0 and it seems not working:

Lets see how this will be resolved apache/jena#2974

  • partially resolved by modifying the config

@filak filak added postponed and removed postponed labels Jan 23, 2025
@filak filak closed this as completed Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant