the-qa-company / qEndpoint

A highly scalable RDF triple store with full-text and GeoSPARQL support
https://the-qa-company.com/products/qEndpoint
Other
79 stars 9 forks source link

Allow to set the threashold in the query for maximum results retrieved from lucene #485

Open D063520 opened 4 weeks ago

D063520 commented 4 weeks ago

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

ate47 commented 4 weeks ago

A threshold of what?

D063520 commented 4 weeks ago

sorry, made the issue while beeing in a meeting so it was a bit rushed. Edited the issue, should be clearer now ...