
public class OLuceneFullTextIndexEngine.LuceneIndexCursor extends Object implements OIndexCursor
| Constructor and Description |
|---|
LuceneIndexCursor(OLuceneResultSet resultSet,
Object key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OIdentifiable |
next() |
Map.Entry<Object,OIdentifiable> |
nextEntry() |
void |
remove() |
void |
setPrefetchSize(int prefetchSize) |
Set<Map.Entry<Object,OIdentifiable>> |
toEntries() |
Set<Object> |
toKeys() |
Set<OIdentifiable> |
toValues() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LuceneIndexCursor(OLuceneResultSet resultSet, Object key)
public Map.Entry<Object,OIdentifiable> nextEntry()
nextEntry in interface OIndexCursorpublic Set<OIdentifiable> toValues()
toValues in interface OIndexCursorpublic Set<Map.Entry<Object,OIdentifiable>> toEntries()
toEntries in interface OIndexCursorpublic Set<Object> toKeys()
toKeys in interface OIndexCursorpublic void setPrefetchSize(int prefetchSize)
setPrefetchSize in interface OIndexCursorpublic boolean hasNext()
hasNext in interface Iterator<OIdentifiable>public OIdentifiable next()
next in interface Iterator<OIdentifiable>public void remove()
remove in interface Iterator<OIdentifiable>Copyright © 2013–2017 OrientDB. All rights reserved.