| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCores |
| org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
SolrCore.withSearcher(IOFunction<SolrIndexSearcher,R> lambda)
Executes the lambda with the
SolrIndexSearcher. |
| Modifier and Type | Method and Description |
|---|---|
V |
FastLRUCache.computeIfAbsent(K key,
IOFunction<? super K,? extends V> mappingFunction)
Deprecated.
|
V |
LFUCache.computeIfAbsent(K key,
IOFunction<? super K,? extends V> mappingFunction)
Deprecated.
|
V |
LRUCache.computeIfAbsent(K key,
IOFunction<? super K,? extends V> mappingFunction)
Deprecated.
|
V |
SolrCache.computeIfAbsent(K key,
IOFunction<? super K,? extends V> mappingFunction)
Get an existing element or atomically compute it if missing.
|
V |
CaffeineCache.computeIfAbsent(K key,
IOFunction<? super K,? extends V> mappingFunction) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.