Package | Description |
---|---|
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler
|
Modifier and Type | Field and Description |
---|---|
List<ShardResponse> |
ShardRequest.responses
list of responses... filled out by framework
|
Modifier and Type | Method and Description |
---|---|
abstract ShardResponse |
ShardHandler.takeCompletedIncludingErrors() |
ShardResponse |
HttpShardHandler.takeCompletedIncludingErrors()
returns a ShardResponse of the last response correlated with a ShardRequest.
|
abstract ShardResponse |
ShardHandler.takeCompletedOrError() |
ShardResponse |
HttpShardHandler.takeCompletedOrError()
returns a ShardResponse of the last response correlated with a ShardRequest,
or immediately returns a ShardResponse if there was an error detected
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.