public class ScanContext extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ScanContext.ScanCollector |
| Constructor and Description |
|---|
ScanContext() |
| Modifier and Type | Method and Description |
|---|---|
ScanContext.ScanCollector |
collector(SearchContext context) |
org.apache.lucene.search.Query |
wrapQuery(org.apache.lucene.search.Query query)
Wrap the query so that it can skip directly to the right document.
|
public ScanContext.ScanCollector collector(SearchContext context)
public org.apache.lucene.search.Query wrapQuery(org.apache.lucene.search.Query query)
Copyright © 2009–2017. All rights reserved.