Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.handler.component |
SearchComponent implementations for
use in SearchHandler |
org.apache.solr.highlight |
SolrHighlighter API and related implementaions and utilities
See org.apache.lucene.search.highlight for addition information. |
org.apache.solr.search.stats |
APIs and Classes implementing the Stats component used for document frequency
calculations.
|
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Class and Description |
---|---|
static class |
PluginBag.RuntimeLib
This represents a Runtime Jar.
|
Modifier and Type | Class and Description |
---|---|
class |
BlobHandler |
class |
RealTimeGetHandler |
class |
StandardRequestHandler
All of the following options may be configured for this handler
in the solrconfig as defaults, and may be overriden as request parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpandComponent
The ExpandComponent is designed to work with the CollapsingPostFilter.
|
class |
HighlightComponent
TODO!
|
class |
HttpShardHandlerFactory |
class |
SearchHandler
Refer SOLR-281
|
class |
TrackingShardHandlerFactory
A ShardHandlerFactory that extends HttpShardHandlerFactory and
tracks requests made to nodes/shards such that interested parties
can watch such requests and make assertions inside tests
This is a test helper only and should *not* be used for production.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSolrHighlighter |
class |
PostingsSolrHighlighter
Highlighter impl that uses
PostingsHighlighter
Example configuration:
<requestHandler name="standard" class="solr.StandardRequestHandler"> <lst name="defaults"> <int name="hl.snippets">1</int> <str name="hl.tag.pre"><em></str> <str name="hl.tag.post"></em></str> <str name="hl.tag.ellipsis">... |
Modifier and Type | Class and Description |
---|---|
class |
ExactSharedStatsCache |
class |
ExactStatsCache
This class implements exact caching of statistics.
|
class |
LocalStatsCache
Default implementation that simply ignores global term statistics, and always
uses local term statistics.
|
class |
LRUStatsCache
Unlike
ExactStatsCache this implementation preserves term stats
across queries in a set of LRU caches, and based on surface features of a
query it determines the need to send additional RPC-s. |
class |
StatsCache
This class represents a cache of global document frequency information for
selected terms.
|
Modifier and Type | Class and Description |
---|---|
class |
HdfsUpdateLog |
class |
UpdateLog |
Modifier and Type | Class and Description |
---|---|
class |
UpdateRequestProcessorChain
Manages a chain of UpdateRequestProcessorFactories.
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.