Uses of Class
org.apache.solr.core.SolrCore

Packages that use SolrCore
org.apache.solr.client.solrj.embedded   
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.handler.clustering   
org.apache.solr.handler.clustering.carrot2   
org.apache.solr.handler.component   
org.apache.solr.handler.dataimport   
org.apache.solr.handler.extraction   
org.apache.solr.highlight   
org.apache.solr.request   
org.apache.solr.search   
org.apache.solr.servlet   
org.apache.solr.spelling   
org.apache.solr.spelling.suggest   
org.apache.solr.spelling.suggest.fst   
org.apache.solr.spelling.suggest.jaspell   
org.apache.solr.spelling.suggest.tst   
org.apache.solr.uima.processor   
org.apache.solr.update   
org.apache.solr.update.processor   
org.apache.solr.util.plugin   
 

Uses of SolrCore in org.apache.solr.client.solrj.embedded
 

Constructors in org.apache.solr.client.solrj.embedded with parameters of type SolrCore
EmbeddedSolrServer(SolrCore core)
          Deprecated.  
 

Uses of SolrCore in org.apache.solr.core
 

Fields in org.apache.solr.core with type parameters of type SolrCore
protected  Map<String,SolrCore> CoreContainer.cores
           
 

Methods in org.apache.solr.core that return SolrCore
 SolrCore CoreContainer.create(CoreDescriptor dcore)
          Creates a new core based on a descriptor but does not register it.
 SolrCore CoreContainer.getCore(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(String name, SolrCore core, boolean returnPrevNotClosed)
          Registers a SolrCore descriptor in the registry using the specified name.
 SolrCore CoreContainer.remove(String name)
          Removes and returns registered core w/o decrementing it's reference count
 

Methods in org.apache.solr.core that return types with arguments of type SolrCore
 Collection<SolrCore> CoreContainer.getCores()
           
 

Methods in org.apache.solr.core with parameters of type SolrCore
 Collection<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(String name, SolrCore core, boolean returnPrevNotClosed)
          Registers a SolrCore descriptor in the registry using the specified name.
 

Uses of SolrCore in org.apache.solr.handler
 

Methods in org.apache.solr.handler with parameters of type SolrCore
 void ReplicationHandler.inform(SolrCore core)
           
 void SpellCheckerRequestHandler.inform(SolrCore core)
          Deprecated.  
 

Constructors in org.apache.solr.handler with parameters of type SolrCore
SnapPuller(NamedList initArgs, ReplicationHandler handler, SolrCore sc)
           
SnapShooter(SolrCore core, String location)
           
 

Uses of SolrCore in org.apache.solr.handler.admin
 

Methods in org.apache.solr.handler.admin with parameters of type SolrCore
 void AdminHandlers.inform(SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.handler.clustering
 

Methods in org.apache.solr.handler.clustering with parameters of type SolrCore
 void ClusteringComponent.inform(SolrCore core)
           
 String ClusteringEngine.init(NamedList config, SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.handler.clustering.carrot2
 

Methods in org.apache.solr.handler.clustering.carrot2 with parameters of type SolrCore
 String CarrotClusteringEngine.init(NamedList config, SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.handler.component
 

Methods in org.apache.solr.handler.component with parameters of type SolrCore
 void TermVectorComponent.inform(SolrCore core)
           
 void QueryElevationComponent.inform(SolrCore core)
           
 void SpellCheckComponent.inform(SolrCore core)
           
 void SearchHandler.inform(SolrCore core)
          Initialize the components based on name.
 void HighlightComponent.inform(SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.handler.dataimport
 

Methods in org.apache.solr.handler.dataimport that return SolrCore
 SolrCore ContextImpl.getSolrCore()
           
abstract  SolrCore Context.getSolrCore()
          Exposing the actual SolrCore to the components
 

Methods in org.apache.solr.handler.dataimport with parameters of type SolrCore
 void DataImportHandler.inform(SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.handler.extraction
 

Methods in org.apache.solr.handler.extraction with parameters of type SolrCore
 void ExtractingRequestHandler.inform(SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.highlight
 

Constructors in org.apache.solr.highlight with parameters of type SolrCore
DefaultSolrHighlighter(SolrCore solrCore)
           
 

Uses of SolrCore in org.apache.solr.request
 

Fields in org.apache.solr.request declared as SolrCore
protected  SolrCore SolrQueryRequestBase.core
           
 

Methods in org.apache.solr.request that return SolrCore
 SolrCore SolrQueryRequest.getCore()
          The solr core (coordinator, etc) associated with this request
 SolrCore SolrQueryRequestBase.getCore()
           
 

Constructors in org.apache.solr.request with parameters of type SolrCore
LocalSolrQueryRequest(SolrCore core, Map<String,String[]> args)
           
LocalSolrQueryRequest(SolrCore core, NamedList args)
           
LocalSolrQueryRequest(SolrCore core, SolrParams args)
           
LocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map args)
           
SolrQueryRequestBase(SolrCore core, SolrParams params)
           
 

Uses of SolrCore in org.apache.solr.search
 

Methods in org.apache.solr.search that return SolrCore
 SolrCore SolrIndexSearcher.getCore()
           
 

Constructors in org.apache.solr.search with parameters of type SolrCore
SolrIndexSearcher(SolrCore core, IndexSchema schema, String name, org.apache.lucene.store.Directory directory, boolean enableCache)
           
SolrIndexSearcher(SolrCore core, IndexSchema schema, 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, String name, org.apache.lucene.index.IndexReader r, boolean enableCache)
          Creates a searcher searching the provided index.
SolrIndexSearcher(SolrCore core, IndexSchema schema, String name, org.apache.lucene.index.IndexReader r, boolean closeReader, boolean enableCache)
           
SolrIndexSearcher(SolrCore core, IndexSchema schema, String name, String path, boolean enableCache)
          Deprecated. use alternate constructor
 

Uses of SolrCore in org.apache.solr.servlet
 

Methods in org.apache.solr.servlet with parameters of type SolrCore
 SolrQueryRequest SolrRequestParsers.buildRequestFrom(SolrCore core, SolrParams params, Collection<ContentStream> streams)
           
 SolrQueryRequest SolrRequestParsers.parse(SolrCore core, String path, javax.servlet.http.HttpServletRequest req)
           
 

Constructors in org.apache.solr.servlet with parameters of type SolrCore
DirectSolrConnection(SolrCore c)
          Initialize using an explicit SolrCore
 

Uses of SolrCore in org.apache.solr.spelling
 

Methods in org.apache.solr.spelling with parameters of type SolrCore
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)
           
 String SolrSpellChecker.init(NamedList config, SolrCore core)
           
 String IndexBasedSpellChecker.init(NamedList config, SolrCore core)
           
 String AbstractLuceneSpellChecker.init(NamedList config, SolrCore core)
           
 String FileBasedSpellChecker.init(NamedList config, SolrCore core)
           
abstract  void SolrSpellChecker.reload(SolrCore core, SolrIndexSearcher searcher)
          Reloads the index.
 void IndexBasedSpellChecker.reload(SolrCore core, SolrIndexSearcher searcher)
           
 void AbstractLuceneSpellChecker.reload(SolrCore core, SolrIndexSearcher searcher)
           
 

Uses of SolrCore in org.apache.solr.spelling.suggest
 

Fields in org.apache.solr.spelling.suggest declared as SolrCore
protected  SolrCore Suggester.core
           
 

Methods in org.apache.solr.spelling.suggest with parameters of type SolrCore
 void Suggester.build(SolrCore core, SolrIndexSearcher searcher)
           
abstract  org.apache.lucene.search.suggest.Lookup LookupFactory.create(NamedList params, SolrCore core)
           
 String Suggester.init(NamedList config, SolrCore core)
           
 void Suggester.reload(SolrCore core, SolrIndexSearcher searcher)
           
 

Uses of SolrCore in org.apache.solr.spelling.suggest.fst
 

Methods in org.apache.solr.spelling.suggest.fst with parameters of type SolrCore
 org.apache.lucene.search.suggest.Lookup FSTLookupFactory.create(NamedList params, SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.spelling.suggest.jaspell
 

Methods in org.apache.solr.spelling.suggest.jaspell with parameters of type SolrCore
 org.apache.lucene.search.suggest.Lookup JaspellLookupFactory.create(NamedList params, SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.spelling.suggest.tst
 

Methods in org.apache.solr.spelling.suggest.tst with parameters of type SolrCore
 org.apache.lucene.search.suggest.Lookup TSTLookupFactory.create(NamedList params, SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.uima.processor
 

Constructors in org.apache.solr.uima.processor with parameters of type SolrCore
UIMAUpdateRequestProcessor(UpdateRequestProcessor next, SolrCore solrCore, SolrUIMAConfiguration config)
           
 

Uses of SolrCore in org.apache.solr.update
 

Fields in org.apache.solr.update declared as SolrCore
protected  SolrCore UpdateHandler.core
           
 

Constructors in org.apache.solr.update with parameters of type SolrCore
DirectUpdateHandler(SolrCore core)
          Deprecated.  
DirectUpdateHandler2(SolrCore core)
           
UpdateHandler(SolrCore core)
           
 

Uses of SolrCore in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor with parameters of type SolrCore
 void LangDetectLanguageIdentifierUpdateProcessorFactory.inform(SolrCore core)
           
 void TikaLanguageIdentifierUpdateProcessorFactory.inform(SolrCore core)
           
 

Constructors in org.apache.solr.update.processor with parameters of type SolrCore
UpdateRequestProcessorChain(SolrCore solrCore)
           
UpdateRequestProcessorChain(UpdateRequestProcessorFactory[] chain, SolrCore solrCore)
           
 

Uses of SolrCore in org.apache.solr.util.plugin
 

Methods in org.apache.solr.util.plugin with parameters of type SolrCore
 void SolrCoreAware.inform(SolrCore core)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.