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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public float getMaxScore()
public int numResults()
Copyright © 2016. All rights reserved.