@Extension public class SearchBackendManager extends Object
| Constructor and Description |
|---|
SearchBackendManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort() |
void |
clean(ManagerProgress progress) |
void |
deleteJob(String jobName) |
List<FreeTextSearchItemImplementation> |
getHits(String query,
boolean searchNext) |
SearchResult |
getSuggestedItems(String query) |
void |
rebuildDatabase(ManagerProgress progress,
int maxWorkers,
Set<String> jobs,
boolean overwrite) |
void |
reconfigure(Map<String,Object> config) |
void |
removeBuild(Run<?,?> run) |
void |
storeBuild(Run<?,?> run) |
public void reconfigure(Map<String,Object> config) throws IOException
IOExceptionpublic List<FreeTextSearchItemImplementation> getHits(String query, boolean searchNext)
public SearchResult getSuggestedItems(String query)
public void clean(ManagerProgress progress)
public void abort()
public void removeBuild(Run<?,?> run) throws IOException
IOExceptionpublic void deleteJob(String jobName) throws IOException
IOExceptionpublic void storeBuild(Run<?,?> run) throws IOException
IOExceptionpublic void rebuildDatabase(ManagerProgress progress, int maxWorkers, Set<String> jobs, boolean overwrite)
Copyright © 2016–2021. All rights reserved.