| Package | Description |
|---|---|
| org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
| org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
| org.apache.solr.util |
Common utility classes used throughout Solr
|
| Modifier and Type | Method and Description |
|---|---|
RTimer |
ResponseBuilder.getTimer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseBuilder.setTimer(RTimer timer) |
| Modifier and Type | Method and Description |
|---|---|
RTimer |
SolrQueryRequestBase.getRequestTimer() |
RTimer |
SolrQueryRequest.getRequestTimer()
The timer for this request, created when the request started being processed
|
| Constructor and Description |
|---|
SolrQueryRequestBase(SolrCore core,
SolrParams params,
RTimer requestTimer) |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleOrderedMap<RTimer> |
RTimer.children |
| Modifier and Type | Method and Description |
|---|---|
protected RTimer |
RTimer.newTimer() |
RTimer |
RTimer.sub(String desc)
Create new subtimer with given name
Subtimer will be started.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleOrderedMap<RTimer> |
RTimer.getChildren()
Manipulating this map may have undefined results.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.