Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
org.apache.solr.update |
APIs and classes for managing index updates
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Method and Description |
---|---|
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<SolrIndexSearcher> with it's reference incremented.
|
Modifier and Type | Field and Description |
---|---|
protected RefCounted<SolrIndexSearcher> |
SolrQueryRequestBase.searcherHolder |
Modifier and Type | Method and Description |
---|---|
abstract RefCounted<IndexWriter> |
SolrCoreState.getIndexWriter(SolrCore core)
Get the current IndexWriter.
|
RefCounted<IndexWriter> |
DefaultSolrCoreState.getIndexWriter(SolrCore core) |
Modifier and Type | Method and Description |
---|---|
RefCounted<Type> |
RefCounted.incref() |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.