Uses of Class
org.apache.solr.search.SolrIndexReader

Packages that use SolrIndexReader
org.apache.solr.search   
 

Uses of SolrIndexReader in org.apache.solr.search
 

Methods in org.apache.solr.search that return SolrIndexReader
 SolrIndexReader[] SolrIndexReader.getLeafReaders()
          return the leaf readers in this reader tree, or an array of size 1 containing "this" if "this" is a leaf
 SolrIndexReader SolrIndexReader.getParent()
          returns the parent reader, or null of none
 SolrIndexReader SolrIndexSearcher.getReader()
          Direct access to the IndexReader used by this searcher
 SolrIndexReader[] SolrIndexReader.getSequentialSubReaders()
           
 SolrIndexReader SolrIndexReader.reopen()
           
 SolrIndexReader SolrIndexReader.reopen(boolean openReadOnly)
           
 

Methods in org.apache.solr.search with parameters of type SolrIndexReader
 void SolrIndexReader.associateInfo(SolrIndexReader source)
          Copies SolrReaderInfo instances from the source to this SolrIndexReader
 

Constructors in org.apache.solr.search with parameters of type SolrIndexReader
SolrIndexReader(IndexReader in, SolrIndexReader parent, int base)
          Recursively wrap an IndexReader in SolrIndexReader instances.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.