Uses of Class
org.apache.solr.util.RefCounted

Packages that use RefCounted
org.apache.solr.core   
org.apache.solr.request   
org.apache.solr.util   
 

Uses of RefCounted in org.apache.solr.core
 

Methods in org.apache.solr.core that return RefCounted
 RefCounted<SolrIndexSearcher> SolrCore.getNewestSearcher(boolean openNew)
          Return the newest normal RefCounted<SolrIndexSearcher> with the reference count incremented.
 RefCounted<SolrIndexSearcher> SolrCore.getRealtimeSearcher()
          Gets the latest real-time searcher w/o forcing open a new searcher if one already exists.
 RefCounted<SolrIndexSearcher> SolrCore.getRegisteredSearcher()
          Returns the current registered searcher with its reference count incremented, or null if none are registered.
 RefCounted<SolrIndexSearcher> SolrCore.getSearcher()
          Return a registered RefCounted<SolrIndexSearcher> with the reference count incremented.
 RefCounted<SolrIndexSearcher> SolrCore.getSearcher(boolean forceNew, boolean returnSearcher, Future[] waitSearcher)
           
 RefCounted<SolrIndexSearcher> SolrCore.getSearcher(boolean forceNew, boolean returnSearcher, Future[] waitSearcher, boolean updateHandlerReopens)
          Get a SolrIndexSearcher or start the process of creating a new one.
 RefCounted<SolrIndexSearcher> SolrCore.openNewSearcher(boolean updateHandlerReopens, boolean realtime)
          Opens a new searcher and returns a RefCounted with it's reference incremented.
 

Uses of RefCounted in org.apache.solr.request
 

Fields in org.apache.solr.request declared as RefCounted
protected  RefCounted<SolrIndexSearcher> SolrQueryRequestBase.searcherHolder
           
 

Uses of RefCounted in org.apache.solr.util
 

Methods in org.apache.solr.util that return RefCounted
 RefCounted<Type> RefCounted.incref()
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.