final class SearcherUtils extends Object
Constructor and Description |
---|
SearcherUtils() |
Modifier and Type | Method and Description |
---|---|
private static Collection<ClusterSearcher> |
allClusterSearchers() |
private static Collection<Searcher> |
allSearchers() |
(package private) static Collection<ClusterSearcher> |
clusterSearchers(com.yahoo.jrt.Request request) |
static Collection<ClusterSearcher> |
clusterSearchers(String clusterName) |
private static <T> Collection<T> |
filter(Collection<?> collection,
Class<T> classToMatch) |
(package private) static SearchHandler |
getSearchHandler() |
private static Collection<Searcher> allSearchers()
private static Collection<ClusterSearcher> allClusterSearchers()
private static <T> Collection<T> filter(Collection<?> collection, Class<T> classToMatch)
public static Collection<ClusterSearcher> clusterSearchers(String clusterName)
static SearchHandler getSearchHandler()
static Collection<ClusterSearcher> clusterSearchers(com.yahoo.jrt.Request request)
Copyright © 2017. All rights reserved.