public interface IndexSearchResultIterator extends Iterable<Key>, Iterator<Key>
| Modifier and Type | Method and Description |
|---|---|
KeyNameMapper |
getKeyNameMapper()
Maps from field names to key indexes
|
boolean |
isEmpty()
If the result is empty
|
void |
reset()
Resets the index result iterator
|
int |
size()
The amount of results found in the index
|
forEach, iterator, spliteratorforEachRemaining, hasNext, next, removeint size()
boolean isEmpty()
void reset()
KeyNameMapper getKeyNameMapper()
Copyright © 2015. All rights reserved.