Class
SearchResults
represents the result of executing a search request using
Index.search()
.
SearchResults
is defined in the
google.appengine.api.search
module.
- Constructor
- Properties:
Constructor
The constructor for class
SearchResults
is defined as follows:
- class SearchResults ( number_found , results = None , cursor = None )
-
Request the search service to query an index, specifying parameters for that query.