| Package | Description |
|---|---|
| org.jenkinsci.plugins.lucene.search | |
| org.jenkinsci.plugins.lucene.search.config | |
| org.jenkinsci.plugins.lucene.search.databackend |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchBackendManager.reconfigure(SearchBackendEngine searchBackend,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
SearchBackendEngine |
SearchBackendConfiguration.getSearchBackendEngine() |
static SearchBackendEngine |
SearchBackendEngine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBackendEngine[] |
SearchBackendEngine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchBackendConfiguration.setSearchBackend(SearchBackendEngine searchBackend) |
| Constructor and Description |
|---|
SearchBackendConfiguration(URI solrUrl,
File lucenePath,
SearchBackendEngine searchBackend,
String solrCollection) |
| Modifier and Type | Method and Description |
|---|---|
SearchBackendEngine |
SearchBackend.getEngine() |
| Constructor and Description |
|---|
SearchBackend(SearchBackendEngine engine) |
Copyright © 2004-2015. All Rights Reserved.