public final class SearchEngineResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSION_KEY
Metadata key for the compression algorithm used to decompress the returned stream.
|
HashMap<String,Object> |
metadata
All meta data returned in the response.
|
ArrayList<Document> |
results
All documents returned in the response.
|
static String |
RESULTS_TOTAL_KEY
Total number of results available in the source (possibly an approximation).
|
| Constructor and Description |
|---|
SearchEngineResponse() |
public static final String RESULTS_TOTAL_KEY
public static final String COMPRESSION_KEY