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 SolrClientCacheFacet2DStream. cacheprotected SolrClientCacheFacetStream. cacheprotected SolrClientCacheFeaturesSelectionStream. cacheprotected SolrClientCacheKnnStream. cacheprotected SolrClientCacheRandomStream. cacheprotected SolrClientCacheSearchStream. cacheprotected SolrClientCacheSignificantTermsStream. cacheprotected SolrClientCacheStatsStream. cacheprotected SolrClientCacheTextLogitStream. cacheprotected SolrClientCacheTimeSeriesStream. cacheprotected SolrClientCacheModelStream. solrClientCacheMethods in org.apache.solr.client.solrj.io.stream that return SolrClientCache Modifier and Type Method Description SolrClientCacheStreamContext. getSolrClientCache()Methods in org.apache.solr.client.solrj.io.stream with parameters of type SolrClientCache Modifier and Type Method Description voidStreamContext. setSolrClientCache(SolrClientCache clientCache)
-