Uses of Interface
org.apache.solr.util.IOFunction
-
Packages that use IOFunction Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of IOFunction in org.apache.solr.core
Methods in org.apache.solr.core with parameters of type IOFunction Modifier and Type Method Description <R> RSolrCore. withSearcher(IOFunction<SolrIndexSearcher,R> lambda)Executes the lambda with theSolrIndexSearcher. -
Uses of IOFunction in org.apache.solr.search
Methods in org.apache.solr.search with parameters of type IOFunction Modifier and Type Method Description VCaffeineCache. computeIfAbsent(K key, IOFunction<? super K,? extends V> mappingFunction)VSolrCache. computeIfAbsent(K key, IOFunction<? super K,? extends V> mappingFunction)Get an existing element or atomically compute it if missing.
-