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

Max results are not respected for text retrieval #308

Closed
silvanheller opened this issue May 16, 2022 · 3 comments
Closed

Max results are not respected for text retrieval #308

silvanheller opened this issue May 16, 2022 · 3 comments
Assignees
Labels

Comments

@silvanheller
Copy link
Member

Searching e.g. for ASR results in way too many results from cottontail (V3C2 520k results instead of the configured value)

@silvanheller silvanheller self-assigned this May 16, 2022
@lucaro
Copy link
Member

lucaro commented May 16, 2022

I just checked and the row limit appears indeed to be ignored in the CottontailSelector, see

public List<Map<String, PrimitiveTypeProvider>> getFulltextRows(int rows, String fieldname, ReadableQueryConfig queryConfig, String... terms) {

@lucaro
Copy link
Member

lucaro commented May 16, 2022

It should be fixed on https://github.com/vitrivr/cineast/tree/fix/308-fulltext-limits. I didn't have a setup to test it, though.

@silvanheller
Copy link
Member Author

Fixed in #312

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

No branches or pull requests

2 participants