HoustonPutman commented on code in PR #3922: URL: https://github.com/apache/solr/pull/3922#discussion_r2599485996
########## solr/benchmark/src/resources/configs/cloud-minimal/conf/schema.xml: ########## @@ -15,11 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<schema name="minimal" version="1.7"> +<schema name="minimal" version="1.6"> Review Comment: Ahhh yeah, because it was testing docValues or not, but the docValues are enabled by `docValues=true` which is default in 1.7. So instead of going and changing to `docValues=false`, I just downgraded. I'll make it better before merging for sure. Same with the enhancedIndex flag above. -- 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]
