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, spliterator
forEachRemaining, hasNext, next, remove
int size()
boolean isEmpty()
void reset()
KeyNameMapper getKeyNameMapper()
Copyright © 2015. All rights reserved.