Uses of Class
org.apache.solr.client.solrj.io.SolrClientCache
Packages that use SolrClientCache
Package
Description
Streaming Aggregation API
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 SolrClientCacheModifierConstructorDescriptionModelCache(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 SolrClientCacheModifier and TypeFieldDescriptionprotected SolrClientCacheFacet2DStream.clientCacheprotected SolrClientCacheFacetStream.clientCacheprotected SolrClientCacheFeaturesSelectionStream.clientCacheprotected SolrClientCacheUpdateStream.clientCacheMethods in org.apache.solr.client.solrj.io.stream that return SolrClientCacheMethods in org.apache.solr.client.solrj.io.stream with parameters of type SolrClientCacheModifier and TypeMethodDescriptionvoidStreamContext.setSolrClientCache(SolrClientCache clientCache) Constructors in org.apache.solr.client.solrj.io.stream with parameters of type SolrClientCacheModifierConstructorDescriptionFeaturesSelectionCall(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)