Constructor and Description |
---|
EmbeddedSolrServer(SolrCore core)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SolrCore |
SolrCore.LazyQueryResponseWriterWrapper._core |
protected SolrCore |
RequestHandlers.core |
private SolrCore |
RequestHandlers.LazyRequestHandlerWrapper.core |
protected SolrCore |
AbstractSolrEventListener.core |
private static SolrCore |
SolrCore.instance
Deprecated.
Use
CoreContainer.getCore(String) instead. |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,SolrCore> |
CoreContainer.cores |
Modifier and Type | Method and Description |
---|---|
SolrCore |
CoreContainer.create(CoreDescriptor dcore)
Creates a new core based on a descriptor but does not register it.
|
SolrCore |
CoreContainer.getCore(java.lang.String name)
Gets a core by name and increase its refcount.
|
static SolrCore |
SolrCore.getSolrCore()
Deprecated.
Use
CoreContainer.getCore(String) instead. |
SolrCore |
CoreContainer.register(SolrCore core,
boolean returnPrev)
Registers a SolrCore descriptor in the registry using the core's name.
|
SolrCore |
CoreContainer.register(java.lang.String name,
SolrCore core,
boolean returnPrevNotClosed)
Registers a SolrCore descriptor in the registry using the specified name.
|
SolrCore |
CoreContainer.remove(java.lang.String name)
Removes and returns registered core w/o decrementing it's reference count
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SolrCore> |
CoreContainer.getCores() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
CoreContainer.getCoreNames(SolrCore core)
This method is currently experimental.
|
SolrQueryRequest |
SolrConfig.getPingQueryRequest(SolrCore core)
Deprecated.
use
PingRequestHandler instead |
void |
SolrResourceLoader.inform(SolrCore core)
Tell all
SolrCoreAware instances about the SolrCore |
abstract void |
CloseHook.postClose(SolrCore core)
Method called when the given SolrCore object has been shut down and update handlers and searchers are closed
Use this method for post-close clean up operations e.g. |
abstract void |
CloseHook.preClose(SolrCore core)
Method called when the given SolrCore object is closing / shutting down but before the update handler and
searcher(s) are actually closed
Important: Keep the method implementation as short as possible. |
SolrCore |
CoreContainer.register(SolrCore core,
boolean returnPrev)
Registers a SolrCore descriptor in the registry using the core's name.
|
SolrCore |
CoreContainer.register(java.lang.String name,
SolrCore core,
boolean returnPrevNotClosed)
Registers a SolrCore descriptor in the registry using the specified name.
|
Constructor and Description |
---|
AbstractSolrEventListener(SolrCore core) |
LazyQueryResponseWriterWrapper(SolrCore core,
java.lang.String className,
NamedList args) |
LazyRequestHandlerWrapper(SolrCore core,
java.lang.String className,
NamedList args) |
QuerySenderListener(SolrCore core) |
RequestHandlers(SolrCore core) |
RunExecutableListener(SolrCore core) |
Modifier and Type | Field and Description |
---|---|
(package private) SolrCore |
ReplicationHandler.core |
private SolrCore |
SnapShooter.solrCore |
private SolrCore |
SnapPuller.solrCore |
Modifier and Type | Method and Description |
---|---|
private java.io.File |
SnapPuller.createTempindexDir(SolrCore core)
All the files are copied to a temp dir first
|
(package private) boolean |
SnapPuller.fetchLatestIndex(SolrCore core) |
void |
SpellCheckerRequestHandler.inform(SolrCore core)
Deprecated.
|
void |
ReplicationHandler.inform(SolrCore core) |
Constructor and Description |
---|
SnapPuller(NamedList initArgs,
ReplicationHandler handler,
SolrCore sc) |
SnapShooter(SolrCore core,
java.lang.String location) |
Modifier and Type | Method and Description |
---|---|
private static SimpleOrderedMap<java.lang.Object> |
SystemInfoHandler.getCoreInfo(SolrCore core)
Get system info
|
private static SimpleOrderedMap<java.lang.Object> |
PluginInfoHandler.getSolrInfoBeans(SolrCore core,
boolean stats) |
void |
AdminHandlers.inform(SolrCore core) |
Modifier and Type | Field and Description |
---|---|
private SolrCore |
SpellCheckComponent.SpellCheckerListener.core |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Map<java.lang.String,QueryElevationComponent.ElevationObj> |
QueryElevationComponent.getElevationMap(org.apache.lucene.index.IndexReader reader,
SolrCore core) |
void |
QueryElevationComponent.inform(SolrCore core) |
void |
SearchHandler.inform(SolrCore core)
Initialize the components based on name.
|
void |
HighlightComponent.inform(SolrCore core) |
void |
TermVectorComponent.inform(SolrCore core) |
void |
SpellCheckComponent.inform(SolrCore core) |
Constructor and Description |
---|
SpellCheckerListener(SolrCore core,
SolrSpellChecker checker,
boolean buildOnCommit,
boolean buildOnOptimize) |
Modifier and Type | Field and Description |
---|---|
private SolrCore |
DefaultSolrHighlighter.solrCore |
Constructor and Description |
---|
DefaultSolrHighlighter(SolrCore solrCore) |
Modifier and Type | Field and Description |
---|---|
protected SolrCore |
SolrQueryRequestBase.core |
Modifier and Type | Method and Description |
---|---|
SolrCore |
SolrQueryRequestBase.getCore() |
SolrCore |
SolrQueryRequest.getCore()
The solr core (coordinator, etc) associated with this request
|
Constructor and Description |
---|
LocalSolrQueryRequest(SolrCore core,
java.util.Map<java.lang.String,java.lang.String[]> args) |
LocalSolrQueryRequest(SolrCore core,
NamedList args) |
LocalSolrQueryRequest(SolrCore core,
SolrParams args) |
LocalSolrQueryRequest(SolrCore core,
java.lang.String query,
java.lang.String qtype,
int start,
int limit,
java.util.Map args) |
SolrQueryRequestBase(SolrCore core,
SolrParams params) |
Modifier and Type | Field and Description |
---|---|
private SolrCore |
SolrIndexSearcher.core |
Modifier and Type | Method and Description |
---|---|
SolrCore |
SolrIndexSearcher.getCore() |
Constructor and Description |
---|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
java.lang.String name,
org.apache.lucene.store.Directory directory,
boolean enableCache) |
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
java.lang.String name,
org.apache.lucene.store.Directory directory,
boolean readOnly,
boolean enableCache)
Creates a searcher searching the index in the provided directory.
|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
java.lang.String name,
org.apache.lucene.index.IndexReader r,
boolean enableCache)
Creates a searcher searching the provided index.
|
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
java.lang.String name,
org.apache.lucene.index.IndexReader r,
boolean closeReader,
boolean enableCache) |
SolrIndexSearcher(SolrCore core,
IndexSchema schema,
java.lang.String name,
java.lang.String path,
boolean enableCache)
Deprecated.
use alternate constructor
|
Modifier and Type | Field and Description |
---|---|
(package private) SolrCore |
DirectSolrConnection.core |
Modifier and Type | Method and Description |
---|---|
SolrQueryRequest |
SolrRequestParsers.buildRequestFrom(SolrCore core,
SolrParams params,
java.util.Collection<ContentStream> streams) |
SolrQueryRequest |
SolrRequestParsers.parse(SolrCore core,
java.lang.String path,
javax.servlet.http.HttpServletRequest req) |
Constructor and Description |
---|
DirectSolrConnection(SolrCore c)
Initialize using an explicit SolrCore
|
SolrServletRequest(SolrCore core,
javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<SolrCore,HttpCacheHeaderUtil.EtagCacheVal> |
HttpCacheHeaderUtil.etagCoreCache
Weak Ref based cache for keeping track of core specific etagSeed
and the last computed etag.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SolrSpellChecker.build(SolrCore core,
SolrIndexSearcher searcher)
(re)Builds the spelling index.
|
void |
IndexBasedSpellChecker.build(SolrCore core,
SolrIndexSearcher searcher) |
void |
FileBasedSpellChecker.build(SolrCore core,
SolrIndexSearcher searcher) |
java.lang.String |
SolrSpellChecker.init(NamedList config,
SolrCore core) |
java.lang.String |
AbstractLuceneSpellChecker.init(NamedList config,
SolrCore core) |
java.lang.String |
IndexBasedSpellChecker.init(NamedList config,
SolrCore core) |
java.lang.String |
FileBasedSpellChecker.init(NamedList config,
SolrCore core) |
private void |
FileBasedSpellChecker.loadExternalFileDictionary(SolrCore core) |
abstract void |
SolrSpellChecker.reload(SolrCore core,
SolrIndexSearcher searcher)
Reloads the index.
|
void |
AbstractLuceneSpellChecker.reload(SolrCore core,
SolrIndexSearcher searcher) |
void |
IndexBasedSpellChecker.reload(SolrCore core,
SolrIndexSearcher searcher) |
Modifier and Type | Field and Description |
---|---|
protected SolrCore |
Suggester.core |
Modifier and Type | Method and Description |
---|---|
void |
Suggester.build(SolrCore core,
SolrIndexSearcher searcher) |
abstract org.apache.lucene.search.suggest.Lookup |
LookupFactory.create(NamedList params,
SolrCore core) |
java.lang.String |
Suggester.init(NamedList config,
SolrCore core) |
void |
Suggester.reload(SolrCore core,
SolrIndexSearcher searcher) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
WFSTLookupFactory.create(NamedList params,
SolrCore core) |
org.apache.lucene.search.suggest.Lookup |
FSTLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
JaspellLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.suggest.Lookup |
TSTLookupFactory.create(NamedList params,
SolrCore core) |
Modifier and Type | Field and Description |
---|---|
protected SolrCore |
UpdateHandler.core |
private SolrCore |
CommitTracker.core |
Constructor and Description |
---|
CommitTracker(java.lang.String name,
SolrCore core,
int docsUpperBound,
int timeUpperBound,
boolean waitSearcher,
boolean softCommit) |
DirectUpdateHandler(SolrCore core)
Deprecated.
|
DirectUpdateHandler2(SolrCore core) |
UpdateHandler(SolrCore core) |
Modifier and Type | Field and Description |
---|---|
private SolrCore |
UpdateRequestProcessorChain.solrCore |
Constructor and Description |
---|
UpdateRequestProcessorChain(SolrCore solrCore) |
UpdateRequestProcessorChain(UpdateRequestProcessorFactory[] chain,
SolrCore solrCore) |
Modifier and Type | Method and Description |
---|---|
void |
SolrCoreAware.inform(SolrCore core) |