org.jenkinsci.plugins.lucene.search.databackend
Class SolrSearchBackend
java.lang.Object
org.jenkinsci.plugins.lucene.search.databackend.SearchBackend
org.jenkinsci.plugins.lucene.search.databackend.SolrSearchBackend
public class SolrSearchBackend
- extends SearchBackend
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPOSITE_SEARCH_FIELD
public static final String COMPOSITE_SEARCH_FIELD
- See Also:
- Constant Field Values
SolrSearchBackend
public SolrSearchBackend(URI url,
String solrCollection)
create
public static SolrSearchBackend create(Map<String,Object> config)
storeBuild
public void storeBuild(hudson.model.AbstractBuild<?,?> build)
throws IOException
- Specified by:
storeBuild in class SearchBackend
- Throws:
IOException
getHits
public List<FreeTextSearchItemImplementation> getHits(String queryString,
boolean includeHighlights)
- Specified by:
getHits in class SearchBackend
reconfigure
public SearchBackend reconfigure(Map<String,Object> config)
- Specified by:
reconfigure in class SearchBackend
removeBuild
public void removeBuild(hudson.model.AbstractBuild<?,?> build)
- Specified by:
removeBuild in class SearchBackend
cleanDeletedBuilds
public void cleanDeletedBuilds(Progress progress,
hudson.model.Job job)
- Specified by:
cleanDeletedBuilds in class SearchBackend
deleteJob
public void deleteJob(String jobName)
- Specified by:
deleteJob in class SearchBackend
cleanDeletedJobs
public void cleanDeletedJobs(Progress progress)
- Specified by:
cleanDeletedJobs in class SearchBackend
Copyright © 2004-2015. All Rights Reserved.