vitrivr/cineast

Max results are not respected for text retrieval

silvanheller opened this issue · 3 comments

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

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) {

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.

Fixed in #312