Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ putNoEx
Method
putNoEx
solr/solrj/src/java/org/apache/solr/common/MapWriter.java:85–85 ·
view source on GitHub ↗
(CharSequence k, Object v)
Source
from the content-addressed store, hash-verified
83
84
default EntryWriter putNoEx(CharSequence k, Object v) {
85
try {
86
put(k, v);
87
} catch (IOException e) {
88
throw
new
RuntimeException(e);
Callers
4
testMapWriterIdx
Method · 0.80
writeMap
Method · 0.80
handleAdmin
Method · 0.80
fetchClusterStatusForCollOrAlias
Method · 0.80
Implementers
4
TupleEntryWriter
solr/core/src/java/org/apache/solr/han
EntryWriterWrapper
solr/solrj/src/java/org/apache/solr/co
EntryWriterWrapper
solr/solrj/src/java/org/apache/solr/co
TupleEntryWriter
solr/solrj-streaming/src/test/org/apac
Calls
no outgoing calls
Tested by
1
testMapWriterIdx
Method · 0.64