There are several automatically generated queries which are not explicitly disabling Lucene's scoring features, and yet don't need scoring.
-
delete and update operations which need usage of a Query (shared indexes)
-
the spatial filtering using box ranges
-
filtering on tenantId
-
filtering on types to target the requested entities
|