Package | Description |
---|---|
org.apache.solr.search |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SolrIndexReader.associateInfo(SolrIndexReader source)
Copies SolrReaderInfo instances from the source to this SolrIndexReader
|
Constructor and Description |
---|
SolrIndexReader(IndexReader in,
SolrIndexReader parent,
int base)
Recursively wrap an IndexReader in SolrIndexReader instances.
|