public final class ScrollContext
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
org.apache.lucene.search.ScoreDoc |
lastEmittedDoc |
|
float |
maxScore |
|
Scroll |
scroll |
|
long |
totalHits |
| Constructor | Description |
|---|---|
ScrollContext() |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
getFromContext(java.lang.String key) |
Returns the object or
null if the given key does not have a
value in the context |
void |
putInContext(java.lang.String key,
java.lang.Object value) |
Puts the object into the context
|
public long totalHits
public float maxScore
public org.apache.lucene.search.ScoreDoc lastEmittedDoc
public Scroll scroll