Open D063520 opened 4 weeks ago
When making a full-text query we limit the number of results retrieved from lucene. This is set in the model-repo.ttl ,like
mdlc:luceneParam [ mdlc:paramKey "maxDocuments" ; mdlc:paramValue "5000" ; ] ;
we would like to be able to overwrite this parameter at query time and not at setup time only.
No
https://github.com/ec-doris/kohesio-backend/issues/268
A threshold of what?
sorry, made the issue while beeing in a meeting so it was a bit rushed. Edited the issue, should be clearer now ...
Part of the endpoint? (leave empty if you don't know)
Description of the request
When making a full-text query we limit the number of results retrieved from lucene. This is set in the model-repo.ttl ,like
mdlc:luceneParam [ mdlc:paramKey "maxDocuments" ; mdlc:paramValue "5000" ; ] ;
we would like to be able to overwrite this parameter at query time and not at setup time only.
Do I want to contribute to make it?
No
Something else?
https://github.com/ec-doris/kohesio-backend/issues/268