SearchInfo (XML)
Information about a search.
| Namespace: | http://familysearch.org/v1/ |
|---|---|
| URI: | http://familysearch.org/v1/SearchInfo |
Properties
| Name | Type | Description | |
|---|---|---|---|
| closeHits | int | The number of close hits. | |
| totalHits | int | The total number of hits. |
Example
<searchInfo xmlns="http://familysearch.org/v1/"> <closeHits>...</closeHits> <totalHits>...</totalHits> </searchInfo>