public abstract class ResultContext extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<Predicate<String>> |
READASBYTES |
Constructor and Description |
---|
ResultContext() |
Modifier and Type | Method and Description |
---|---|
abstract DocList |
getDocList() |
Iterator<SolrDocument> |
getProcessedDocuments() |
abstract Query |
getQuery() |
abstract SolrQueryRequest |
getRequest()
Note: do not use the request to get the searcher! A cross-core request may have a different
searcher (for the other core) than the original request.
|
abstract ReturnFields |
getReturnFields() |
abstract SolrIndexSearcher |
getSearcher() |
boolean |
wantsScores() |
public static final ThreadLocal<Predicate<String>> READASBYTES
public abstract DocList getDocList()
public abstract ReturnFields getReturnFields()
public abstract SolrIndexSearcher getSearcher()
public abstract Query getQuery()
public abstract SolrQueryRequest getRequest()
public boolean wantsScores()
public Iterator<SolrDocument> getProcessedDocuments()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.