Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ incref
Method
incref
solr/core/src/java/org/apache/solr/util/RefCounted.java:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
final
RefCounted<Type> incref() {
42
refcount.incrementAndGet();
43
return
this;
44
}
45
46
public
final
Type get() {
47
return
resource;
Callers
7
newHolder
Method · 0.95
TikaServerExtractionBackend
Method · 0.45
getRegisteredSearcher
Method · 0.45
getNewestSearcher
Method · 0.45
getRealtimeSearcher
Method · 0.45
openNewSearcher
Method · 0.45
getSearcher
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected