google-nomulus/java/google/registry/rdap
mountford aa2af68af0 RDAP: Add result set sizing logic for domain name searches
Because we cannot weed out deleted domains in the query itself, the RDAP code must pull all domains with matching names, then throw out the deleted domains. So we don't know how many domains to fetch up front to fill up the desired maximum result set size. This CL adds a loop to attempt to fetch addition domains if the first fetch did not yield enough, while giving up after a while to avoid bogging down the system.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133420297
2016-09-19 12:10:14 -04:00
..
BUILD MOE strip compatible_with 2016-08-02 19:14:28 -04:00
RdapActionBase.java RDAP: Remove port43 element from JSON output 2016-08-15 16:42:06 -04:00
RdapAutnumAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapDomainAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapDomainSearchAction.java RDAP: Add result set sizing logic for domain name searches 2016-09-19 12:10:14 -04:00
RdapEntityAction.java RDAP: Use IANA identifier as the registrar handle 2016-08-22 14:06:07 -04:00
RdapEntitySearchAction.java RDAP: Use IANA identifier as the registrar handle 2016-08-22 14:06:07 -04:00
RdapHelpAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapIcannStandardInformation.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
RdapIpAction.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapJsonFormatter.java Don't override toString() on enums 2016-09-19 12:01:21 -04:00
RdapModule.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
RdapNameserverAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapNameserverSearchAction.java RDAP: Add "last update of RDAP database" event 2016-08-15 17:01:29 -04:00
RdapSearchPattern.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00