@Extension public class SearchBackendManager extends Object
| Constructor and Description |
|---|
SearchBackendManager() |
| Modifier and Type | Method and Description |
|---|---|
List<FreeTextSearchItemImplementation> |
getHits(String query,
boolean includeHighlights) |
hudson.search.SearchResult |
getSuggestedItems(String query) |
void |
rebuildDatabase(ManagerProgress progress) |
void |
reconfigure(SearchBackendEngine searchBackend,
Map<String,Object> config) |
void |
removeBuild(hudson.model.AbstractBuild<?,?> build) |
void |
storeBuild(hudson.model.AbstractBuild<?,?> build) |
public void reconfigure(SearchBackendEngine searchBackend, Map<String,Object> config)
public List<FreeTextSearchItemImplementation> getHits(String query, boolean includeHighlights)
public hudson.search.SearchResult getSuggestedItems(String query)
public void removeBuild(hudson.model.AbstractBuild<?,?> build)
public void storeBuild(hudson.model.AbstractBuild<?,?> build)
throws IOException
IOExceptionpublic void rebuildDatabase(ManagerProgress progress)
Copyright © 2004-2015. All Rights Reserved.