| Package | Description |
|---|---|
| org.apache.solr.highlight |
SolrHighlighter API and related implementations and utilities |
| 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 | Field and Description |
|---|---|
protected RTimerTree |
UnifiedSolrHighlighter.SolrExtendedUnifiedHighlighter.loadFieldValuesTimer |
| Modifier and Type | Method and Description |
|---|---|
RTimerTree |
SolrQueryRequest.getRequestTimer()
The timer for this request, created when the request started being processed
|
RTimerTree |
SolrQueryRequestBase.getRequestTimer() |
| Constructor and Description |
|---|
SolrQueryRequestBase(SolrCore core,
SolrParams params,
RTimerTree requestTimer) |
| Modifier and Type | Field and Description |
|---|---|
protected SimpleOrderedMap<RTimerTree> |
RTimerTree.children |
| Modifier and Type | Method and Description |
|---|---|
protected RTimerTree |
RTimerTree.newTimer() |
RTimerTree |
RTimerTree.sub(String desc)
Returns a subtimer given its name.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleOrderedMap<RTimerTree> |
RTimerTree.getChildren()
Manipulating this map may have undefined results.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.