K
- The type of the keyV
- The type of the value@Experimental public interface LuceneQueryResults<K,V>
Defines the interface for a container of lucene query result collected from function execution.
Modifier and Type | Method and Description |
---|---|
float |
getMaxScore()
Returns the maximum score value encountered.
|
java.util.List<LuceneResultStruct<K,V>> |
getNextPage()
Get the next page of results.
|
boolean |
hasNextPage()
True if there another page of results.
|
int |
size() |
int size()
float getMaxScore()
Float.NaN
.java.util.List<LuceneResultStruct<K,V>> getNextPage()
boolean hasNextPage()