We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should have a look at search performance across all vocabularies and tune them all at the same time:
text
keyword
settings.index.query.default_field
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
We should have a look at search performance across all vocabularies and tune them all at the same time:
text
/keyword
fields and add sub-fields with the reverse type to allowing for more precise queries (or possible aggregations/facets)settings.index.query.default_field
The text was updated successfully, but these errors were encountered: