Package | Description |
---|---|
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.update |
APIs and classes for managing index updates
|
org.apache.solr.update.processor |
Various implementations of
LanguageIdentifierUpdateProcessor and their factories. |
Modifier and Type | Class and Description |
---|---|
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
|
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 |
HdfsUpdateLog |
class |
UpdateLog |
Modifier and Type | Class and Description |
---|---|
class |
UpdateRequestProcessorChain
Manages a chain of UpdateRequestProcessorFactories.
|
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.