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

search: improve default behaviour/accuracy #335

Open
slint opened this issue May 29, 2024 · 1 comment
Open

search: improve default behaviour/accuracy #335

slint opened this issue May 29, 2024 · 1 comment

Comments

@slint
Copy link
Member

slint commented May 29, 2024

We should have a look at search performance across all vocabularies and tune them all at the same time:

  • Review all text/keyword fields and add sub-fields with the reverse type to allowing for more precise queries (or possible aggregations/facets)
  • Have a look at what fields are used for free-text search, using the settings.index.query.default_field
@wgresshoff
Copy link
Contributor

We made some advances regarding suggestions covering multilingual fields (which are stored as Json's). We added (e.g. in contrib/subjects/config.py):

        fields=[  # suggest fields
            "subject.*^100",
            "synonyms^20",
        ],

Now the contents in every language are suggested.

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

No branches or pull requests

2 participants