HoustonPutman commented on PR #2601:
URL: https://github.com/apache/solr/pull/2601#issuecomment-2256200031
> In most of the test schemas, shouldn't we use docValues instead of
uninvertible?
We do in most of the test schemas. Unfortunately, the randomization of doc
values (`docValues="${solr.tests.numeric.dv}"`) in a large number of the test
schemas makes it such that we have to have `uninvertible=true` for a lot of
them. Other schemas are actually testing the non-docValues functionality, so
those have to be uninvertible too.
Ultimately out of the ~230 schemas that I upgraded to 1.7, only 40 of them
required `uninvertible=true`, so a relatively small percentage.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]