Set index pagination type to NONE

Change I40f87895d9dac95 was merged from gerrit 3.4 onwards, to to
disable index backend pagination.

This was done as a fix for the change introduced by I2f5a6aad3798, which
might cause inconsistent, duplicates and missing lucene index results.

Applying paginationType NONE to all AWS recipes.

Bug: Issue 287484350
Change-Id: I94509dad9e57370d377ddabea5169d1d0a36d9db
diff --git a/gerrit/etc/gerrit.config.template b/gerrit/etc/gerrit.config.template
index 40f5789..cfca8b7 100644
--- a/gerrit/etc/gerrit.config.template
+++ b/gerrit/etc/gerrit.config.template
@@ -20,6 +20,7 @@
 	database = db/ReviewDB
 [index]
 	type = LUCENE
+	paginationType = NONE
 [auth]
   type = ldap
   gitBasicAuth = true