where {application} is the application name and {table} is the name of the table to search. The optional {params} define which shards are searched:
• shards=shards: A comma-separated list of shard names. Either this or the range parameter can be specified, but not both.
• range=shard-from[,shard-to]: A starting shard name and optional ending shard name. All shards whose name falls between the given shard names (inclusive) are searched. If an ending shard name is not given all shards whose name is greater than or equal to the starting shard name are searched.Either the shards or range parameter can be specified, but not both. If neither parameter is specified, all shards are searched. The result of the query is a results element containing a totalobjects value and a docs group, which contains one doc element for each object that was found in 2 or more shards. Below is an example: