MCPcopy Create free account
hub / github.com/apache/solr / getSearcher

Method getSearcher

solr/core/src/java/org/apache/solr/core/SolrCore.java:2136–2138  ·  view source on GitHub ↗

Return a registered RefCounted<SolrIndexSearcher> with the reference count incremented. It must be decremented when no longer needed. This method should not be called from SolrCoreAware.inform() since it can result in a deadlock if useColdSearcher==false. If handling a n

()

Source from the content-addressed store, hash-verified

2134 return isEmpty;
2135 }
2136
2137 /**
2138 * Return a registered {@link RefCounted}<{@link SolrIndexSearcher}> with the reference
2139 * count incremented. It <b>must</b> be decremented when no longer needed. This method should not
2140 * be called from SolrCoreAware.inform() since it can result in a deadlock if
2141 * useColdSearcher==false. If handling a normal request, the searcher should be obtained from

Callers 11

testIndexAndSearchMethod · 0.95
testStandAloneMethod · 0.95
testEstimatorMethod · 0.95
reloadMethod · 0.95
initSearcherMethod · 0.95
withSearcherMethod · 0.95
JoinQueryWeightMethod · 0.95

Calls 15

openNewSearcherMethod · 0.95
registerSearcherMethod · 0.95
warmMethod · 0.95
waitMethod · 0.80
startMethod · 0.65
getMethod · 0.65
submitMethod · 0.65
stopMethod · 0.65
newSearcherMethod · 0.65
unlockMethod · 0.65
increfMethod · 0.45