Uses of Class
org.apache.blur.server.IndexSearcherClosable

Packages that use IndexSearcherClosable
org.apache.blur.manager   
org.apache.blur.manager.results   
org.apache.blur.manager.writer   
org.apache.blur.server   
 

Uses of IndexSearcherClosable in org.apache.blur.manager
 

Methods in org.apache.blur.manager with parameters of type IndexSearcherClosable
static void IndexManager.populateSelector(IndexSearcherClosable searcher, String shardName, String table, Selector selector)
           
 

Uses of IndexSearcherClosable in org.apache.blur.manager.results
 

Constructors in org.apache.blur.manager.results with parameters of type IndexSearcherClosable
BlurResultIterableSearcher(java.util.concurrent.atomic.AtomicBoolean running, org.apache.lucene.search.Query query, String table, String shard, IndexSearcherClosable searcher, Selector selector, boolean closeSearcher, boolean runSlow, int fetchCount, int maxHeapPerRowFetch, TableContext context, org.apache.lucene.search.Sort sort, DeepPagingCache deepPagingCache)
           
 

Uses of IndexSearcherClosable in org.apache.blur.manager.writer
 

Methods in org.apache.blur.manager.writer that return IndexSearcherClosable
 IndexSearcherClosable BlurIndexSimpleWriter.getIndexSearcher()
           
 IndexSearcherClosable BlurIndexReadOnly.getIndexSearcher()
           
abstract  IndexSearcherClosable BlurIndex.getIndexSearcher()
           
 

Methods in org.apache.blur.manager.writer with parameters of type IndexSearcherClosable
 void MutatableAction.doPreCommit(IndexSearcherClosable indexSearcher, org.apache.lucene.index.IndexWriter writer)
           
abstract  void IndexAction.doPreCommit(IndexSearcherClosable indexSearcher, org.apache.lucene.index.IndexWriter writer)
           
 void MutatableAction.performMutate(IndexSearcherClosable searcher, org.apache.lucene.index.IndexWriter writer)
           
abstract  void IndexAction.performMutate(IndexSearcherClosable searcher, org.apache.lucene.index.IndexWriter writer)
           
 

Uses of IndexSearcherClosable in org.apache.blur.server
 

Methods in org.apache.blur.server that return IndexSearcherClosable
 IndexSearcherClosable ShardServerContext.getIndexSearcherClosable(String table, String shard)
          Gets the cached IndexSearcherClosable (if any) for the given table and shard.
 

Methods in org.apache.blur.server with parameters of type IndexSearcherClosable
 void ShardServerContext.setIndexSearcherClosable(String table, String shard, IndexSearcherClosable searcher)
          Sets the index searcher for this ShardServerContext for the given table and shard.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.