public static class SearchOperation.Response extends Object implements Iterable
Modifier and Type | Method and Description |
---|---|
List<Map<String,List<String>>> |
getAllResults()
Returns the entire list of results from the search query.
|
float |
getMaxScore()
Returns the max score from the search query.
|
Iterator<Map<String,List<String>>> |
iterator() |
int |
numResults()
Returns the number of results from the search query.
|
public float getMaxScore()
public int numResults()
Copyright © 2014. All rights reserved.