Uses of Class
org.apache.solr.client.solrj.io.ModelCache
-
Packages that use ModelCache Package Description org.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation API -
-
Uses of ModelCache in org.apache.solr.client.solrj.io.stream
Fields in org.apache.solr.client.solrj.io.stream declared as ModelCache Modifier and Type Field Description protected ModelCache
ModelStream. modelCache
Methods in org.apache.solr.client.solrj.io.stream that return ModelCache Modifier and Type Method Description ModelCache
StreamContext. getModelCache()
Methods in org.apache.solr.client.solrj.io.stream with parameters of type ModelCache Modifier and Type Method Description void
StreamContext. setModelCache(ModelCache modelCache)
-