|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SolrCoreAware in org.apache.solr.handler |
---|
Classes in org.apache.solr.handler that implement SolrCoreAware | |
---|---|
class |
DisMaxRequestHandler
Deprecated. use StandardRequestHandler with a "defType=dismax" param |
class |
ReplicationHandler
A Handler which provides a REST API for replication and serves replication requests from Slaves. |
class |
SpellCheckerRequestHandler
Deprecated. Use SpellCheckComponent instead.
See also https://issues.apache.org/jira/browse/SOLR-474 and https://issues.apache.org/jira/browse/SOLR-485 |
class |
StandardRequestHandler
|
Uses of SolrCoreAware in org.apache.solr.handler.admin |
---|
Classes in org.apache.solr.handler.admin that implement SolrCoreAware | |
---|---|
class |
AdminHandlers
A special Handler that registers all standard admin handlers |
Uses of SolrCoreAware in org.apache.solr.handler.clustering |
---|
Classes in org.apache.solr.handler.clustering that implement SolrCoreAware | |
---|---|
class |
ClusteringComponent
Provide a plugin for clustering results. |
Uses of SolrCoreAware in org.apache.solr.handler.component |
---|
Classes in org.apache.solr.handler.component that implement SolrCoreAware | |
---|---|
class |
HighlightComponent
TODO! |
class |
QueryElevationComponent
A component to elevate some documents to the top of the result set. |
class |
SearchHandler
Refer SOLR-281 |
class |
SpellCheckComponent
A SearchComponent implementation which provides support for spell checking and suggestions using the Lucene contributed SpellChecker. |
class |
TermVectorComponent
Return term vectors for the documents in a query result set. |
Uses of SolrCoreAware in org.apache.solr.handler.dataimport |
---|
Classes in org.apache.solr.handler.dataimport that implement SolrCoreAware | |
---|---|
class |
DataImportHandler
Solr Request Handler for data import from databases and REST data sources. |
Uses of SolrCoreAware in org.apache.solr.handler.extraction |
---|
Classes in org.apache.solr.handler.extraction that implement SolrCoreAware | |
---|---|
class |
ExtractingRequestHandler
Handler for rich documents like PDF or Word or any other file format that Tika handles that need the text to be extracted first from the document. |
Uses of SolrCoreAware in org.apache.solr.update.processor |
---|
Classes in org.apache.solr.update.processor that implement SolrCoreAware | |
---|---|
class |
LangDetectLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using http://code.google.com/p/language-detection The UpdateProcessorChain config entry can take a number of parameters which may also be passed as HTTP parameters on the update request and override the defaults. |
class |
TikaLanguageIdentifierUpdateProcessorFactory
Identifies the language of a set of input fields using Tika's LanguageIdentifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |