Package | Description |
---|---|
org.apache.solr.handler | |
org.apache.solr.handler.admin | |
org.apache.solr.handler.component |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AdminHandlers
A special Handler that registers all standard admin handlers
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.