See HSEARCH-3554: https://github.com/hibernate/hibernate-search/pull/1942/ We need to know the maximum window size in order to set a default limit in search queries. Currently we use 10000, the default in Elasticsearch, but this is something that can be customized. It would be nice if we could retrieve this parameter automatically during startup, or at least allow the user to set it through configuration properties. |