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
()
| 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 |