Uses of Class
org.apache.solr.client.solrj.io.SolrClientCache
-
Packages that use SolrClientCache Package Description org.apache.solr.client.solrj.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation API -
-
Uses of SolrClientCache in org.apache.solr.client.solrj.io
Constructors in org.apache.solr.client.solrj.io with parameters of type SolrClientCache Constructor Description ModelCache(int size, String defaultZkHost, SolrClientCache solrClientCache)
-
Uses of SolrClientCache in org.apache.solr.client.solrj.io.stream
Fields in org.apache.solr.client.solrj.io.stream declared as SolrClientCache Modifier and Type Field Description protected SolrClientCache
Facet2DStream. clientCache
protected SolrClientCache
FacetStream. clientCache
protected SolrClientCache
FeaturesSelectionStream. clientCache
protected SolrClientCache
UpdateStream. clientCache
Methods in org.apache.solr.client.solrj.io.stream that return SolrClientCache Modifier and Type Method Description SolrClientCache
StreamContext. getSolrClientCache()
Methods in org.apache.solr.client.solrj.io.stream with parameters of type SolrClientCache Modifier and Type Method Description void
StreamContext. setSolrClientCache(SolrClientCache clientCache)
Constructors in org.apache.solr.client.solrj.io.stream with parameters of type SolrClientCache Constructor Description FeaturesSelectionCall(String baseUrl, Map<String,String> paramsMap, String field, String outcome, int positiveLabel, int numTerms, SolrClientCache clientCache)
LogitCall(String baseUrl, Map<String,String> paramsMap, String feature, List<String> terms, List<Double> weights, String outcome, int positiveLabel, double learningRate, int iteration, double threshold, List<Double> idfs, SolrClientCache clientCache)
SignificantTermsCall(String baseUrl, Map<String,String> paramsMap, String field, float minDocFreq, float maxDocFreq, int minTermLength, int numTerms, boolean isLocal, SolrClientCache clientCache)
-