Uses of Class
org.apache.solr.core.SolrCore
-
Packages that use SolrCore Package Description org.apache.solr.api Commonly used classes for Solr V2 API.org.apache.solr.client.solrj.embedded SolrJ client implementations for embedded solr access.org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.core.snapshots Core classes for Solr's persistent snapshots functionalityorg.apache.solr.handler Concrete implementations ofSolrRequestHandlerorg.apache.solr.handler.admin.api V2 API implementations for "admin" APIs.org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.highlight SolrHighlighterAPI and related implementations and utilitiesorg.apache.solr.jersey Jersey integration codeorg.apache.solr.logging APIs related to capturing log event info in theLoggingHandlerorg.apache.solr.metrics TheSolrCoreMetricManageris responsible for collecting metrics fromSolrMetricProducer's and exposing metrics toSolrMetricReporter's.org.apache.solr.pkg Package management implementationorg.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.rest Solr RESTful APIs.org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.similarities Factories for various built-in Lucene ranking models.org.apache.solr.servlet Servlet related classes for powering the Solr HTTP APIorg.apache.solr.spelling APIs and classes used by theSpellCheckComponentorg.apache.solr.spelling.suggest APIs and classes used by theSpellCheckComponentorg.apache.solr.spelling.suggest.fst Factories for FST and Analyzing basedSuggestersorg.apache.solr.spelling.suggest.jaspell org.apache.solr.spelling.suggest.tst Factories for TST basedSuggestersorg.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactoryAPIs and implementations for use inUpdateRequestProcessorChainsorg.apache.solr.util Common utility classes used throughout Solrorg.apache.solr.util.plugin Common APIs related to implementing Solr plugins -
-
Uses of SolrCore in org.apache.solr.api
Methods in org.apache.solr.api that return SolrCore Modifier and Type Method Description protected SolrCoreCoordinatorV2HttpSolrCall. getCoreByCollection(String collectionName, boolean isPreferLeader) -
Uses of SolrCore in org.apache.solr.client.solrj.embedded
Constructors in org.apache.solr.client.solrj.embedded with parameters of type SolrCore Constructor Description EmbeddedSolrServer(SolrCore core)Create an EmbeddedSolrServer wrapping a particular SolrCore -
Uses of SolrCore in org.apache.solr.cloud
Methods in org.apache.solr.cloud with parameters of type SolrCore Modifier and Type Method Description voidRecoveryStrategy. doRecovery(SolrCore core)voidRecoveryStrategy. doSyncOrReplicateRecovery(SolrCore core)static StringReplicateFromLeader. getCommitVersion(SolrCore solrCore)voidZkController. registerConfListenerForCore(String confDir, SolrCore core, Runnable listener)This will give a callback to the listener whenever a child is modified in the conf directory.PeerSync.PeerSyncResultSyncStrategy. sync(ZkController zkController, SolrCore core, org.apache.solr.common.cloud.ZkNodeProps leaderProps)PeerSync.PeerSyncResultSyncStrategy. sync(ZkController zkController, SolrCore core, org.apache.solr.common.cloud.ZkNodeProps leaderProps, boolean peerSyncOnlyWithActive) -
Uses of SolrCore in org.apache.solr.core
Fields in org.apache.solr.core with type parameters of type SolrCore Modifier and Type Field Description protected com.github.benmanes.caffeine.cache.Cache<String,SolrCore>TransientSolrCoreCacheDefault. transientCoresDeprecated."Lazily loaded" cores cache with limited size.Methods in org.apache.solr.core that return SolrCore Modifier and Type Method Description abstract SolrCoreTransientSolrCoreCache. addCore(String name, SolrCore core)Deprecated.Adds the newly-opened core to the list of open cores.SolrCoreTransientSolrCoreCacheDefault. addCore(String name, SolrCore core)Deprecated.SolrCoreCoreContainer. create(String coreName, Path instancePath, Map<String,String> parameters, boolean newCollection)Creates a new core in a specified instance directory, publishing the core state to the clusterSolrCoreCoreContainer. create(String coreName, Map<String,String> parameters)Creates a new core, publishing the core state to the clusterSolrCoreAbstractSolrEventListener. getCore()SolrCoreCoreContainer. getCore(String name)SolrCoreCoreContainer. getCore(String name, UUID id)Gets a core by name and increase its refcount.abstract SolrCoreTransientSolrCoreCache. getCore(String name)Deprecated.Gets the core associated with the name.SolrCoreTransientSolrCoreCacheDefault. getCore(String name)Deprecated.SolrCoreSolrCores. getCoreFromAnyList(String name, boolean incRefCount)SolrCoreSolrCores. getCoreFromAnyList(String name, boolean incRefCount, UUID coreId)SolrCoreSolrCores. getCoreToClose()protected SolrCoreSolrCores. getLoadedCoreWithoutIncrement(String name)(internal) Return a core that is already loaded, if it is.protected SolrCoreTransientSolrCores. getLoadedCoreWithoutIncrement(String name)Deprecated.SolrCoreSolrCores. putCore(CoreDescriptor cd, SolrCore core)SolrCoreTransientSolrCores. putCore(CoreDescriptor cd, SolrCore core)Deprecated.protected SolrCoreCoreContainer. registerCore(CoreDescriptor cd, SolrCore core, boolean registerInZk, boolean skipRecovery)SolrCoreSolrCore. reload(ConfigSet coreConfig)SolrCoreSolrCores. remove(String name)SolrCoreTransientSolrCores. remove(String name)Deprecated.abstract SolrCoreTransientSolrCoreCache. removeCore(String name)Deprecated.Removes a core from the internal structures, presumably it being closed.SolrCoreTransientSolrCoreCacheDefault. removeCore(String name)Deprecated.SolrCoreSolrCores. waitAddPendingCoreOps(String name)Methods in org.apache.solr.core that return types with arguments of type SolrCore Modifier and Type Method Description List<SolrCore>CoreContainer. getCores()Deprecated.List<SolrCore>SolrCores. getCores()Deprecated.Methods in org.apache.solr.core with parameters of type SolrCore Modifier and Type Method Description abstract SolrCoreTransientSolrCoreCache. addCore(String name, SolrCore core)Deprecated.Adds the newly-opened core to the list of open cores.SolrCoreTransientSolrCoreCacheDefault. addCore(String name, SolrCore core)Deprecated.booleanCoreContainer. checkTragicException(SolrCore solrCore)static <T> TSolrCore. createInstance(String className, Class<T> cast, String msg, SolrCore core, org.apache.lucene.util.ResourceLoader resourceLoader)Creates an instance by trying a constructor that accepts a SolrCore before trying the default (no arg) constructor.static RunnableSolrCore. getConfListener(SolrCore core, ZkSolrResourceLoader zkSolrResourceLoader)voidSchemaCodecFactory. inform(SolrCore core)voidSolrResourceLoader. inform(SolrCore core)Tell allSolrCoreAwareinstances about the SolrCoreabstract org.apache.lucene.index.DirectoryReaderIndexReaderFactory. newReader(org.apache.lucene.index.IndexWriter writer, SolrCore core)Creates a new IndexReader instance using the given IndexWriter.abstract org.apache.lucene.index.DirectoryReaderIndexReaderFactory. newReader(org.apache.lucene.store.Directory indexDir, SolrCore core)Creates a new IndexReader instance using the given Directory.org.apache.lucene.index.DirectoryReaderStandardIndexReaderFactory. newReader(org.apache.lucene.index.IndexWriter writer, SolrCore core)org.apache.lucene.index.DirectoryReaderStandardIndexReaderFactory. newReader(org.apache.lucene.store.Directory indexDir, SolrCore core)default voidCloseHook. 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.default voidCloseHook. 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.SolrCoreSolrCores. putCore(CoreDescriptor cd, SolrCore core)SolrCoreTransientSolrCores. putCore(CoreDescriptor cd, SolrCore core)Deprecated.voidSolrCores. queueCoreToClose(SolrCore coreToClose)protected SolrCoreCoreContainer. registerCore(CoreDescriptor cd, SolrCore core, boolean registerInZk, boolean skipRecovery)voidZkContainer. registerInZk(SolrCore core, boolean background, boolean skipRecovery)Method parameters in org.apache.solr.core with type arguments of type SolrCore Modifier and Type Method Description voidSolrCore.Provider. withCore(Consumer<SolrCore> r)Constructors in org.apache.solr.core with parameters of type SolrCore Constructor Description AbstractSolrEventListener(SolrCore core)PluginBag(Class<T> klass, SolrCore core)Constructs a non-threadsafe plugin registryPluginBag(Class<T> klass, SolrCore core, boolean needThreadSafety)Pass needThreadSafety=true if plugins can be added and removed concurrently with lookups.QuerySenderListener(SolrCore core)RequestHandlers(SolrCore core) -
Uses of SolrCore in org.apache.solr.core.snapshots
Methods in org.apache.solr.core.snapshots with parameters of type SolrCore Modifier and Type Method Description static voidSolrSnapshotManager. deleteNonSnapshotIndexFiles(SolrCore core, org.apache.lucene.store.Directory dir, Collection<SolrSnapshotMetaDataManager.SnapshotMetaData> snapshots)This method deletes index files not associated with the specifiedsnapshots.static voidSolrSnapshotManager. deleteSnapshotIndexFiles(SolrCore core, org.apache.lucene.store.Directory dir, long gen)This method deletes index files of the IndexCommit for the specified generation number.Constructors in org.apache.solr.core.snapshots with parameters of type SolrCore Constructor Description SolrSnapshotMetaDataManager(SolrCore solrCore, org.apache.lucene.store.Directory dir)A constructor.SolrSnapshotMetaDataManager(SolrCore solrCore, org.apache.lucene.store.Directory dir, org.apache.lucene.index.IndexWriterConfig.OpenMode mode)A constructor. -
Uses of SolrCore in org.apache.solr.handler
Methods in org.apache.solr.handler with parameters of type SolrCore Modifier and Type Method Description static voidStreamHandler. addExpressiblePlugins(StreamFactory streamFactory, SolrCore core)static RestoreCoreRestoreCore. create(BackupRepository backupRepo, SolrCore core, URI location, String backupname)static RestoreCoreRestoreCore. createWithMetaFile(BackupRepository repo, SolrCore core, URI location, ShardBackupId shardBackupId)static org.apache.lucene.index.IndexCommitSnapShooter. getAndSaveNamedIndexCommit(SolrCore solrCore, String commitName)static booleanSolrConfigHandler. getImmutable(SolrCore core)voidDumpRequestHandler. inform(SolrCore core)voidExportHandler. inform(SolrCore core)voidGraphHandler. inform(SolrCore core)voidPingRequestHandler. inform(SolrCore core)voidReplicationHandler. inform(SolrCore core)voidSchemaHandler. inform(SolrCore core)voidSolrConfigHandler. inform(SolrCore core)voidStreamHandler. inform(SolrCore core)protected ObjectStreamHandler.ExpressibleHolder. initNewInstance(SolrPackageLoader.SolrPackage.Version newest, SolrCore core)voidReplicationHandler.PollListener. onComplete(SolrCore solrCore, IndexFetcher.IndexFetchResult fetchResult)Constructors in org.apache.solr.handler with parameters of type SolrCore Constructor Description ExpressibleHolder(PluginInfo info, SolrCore core, SolrConfig.SolrPluginInfo pluginMeta)IncrementalShardBackup(BackupRepository backupRepo, SolrCore solrCore, BackupFilePaths incBackupFiles, ShardBackupId prevShardBackupId, ShardBackupId shardBackupId, Optional<String> commitNameOption)IndexFetcher(org.apache.solr.common.util.NamedList<?> initArgs, ReplicationHandler handler, SolrCore sc)SnapShooter(BackupRepository backupRepo, SolrCore core, URI location, String snapshotName, String commitName)SnapShooter(SolrCore core, String location, String snapshotName)Deprecated. -
Uses of SolrCore in org.apache.solr.handler.admin.api
Constructors in org.apache.solr.handler.admin.api with parameters of type SolrCore Constructor Description SchemaNameAPI(SolrCore solrCore) -
Uses of SolrCore in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type SolrCore Modifier and Type Method Description protected longQueryElevationComponent. getConfigVersion(SolrCore core)Returns a version number for the config file, or -1 if not supported.static org.apache.solr.common.SolrInputDocumentRealTimeGetComponent. getInputDocument(SolrCore core, org.apache.lucene.util.BytesRef idBytes, org.apache.lucene.util.BytesRef rootIdBytes, AtomicLong versionReturned, Set<String> onlyTheseFields, RealTimeGetComponent.Resolution resolveStrategy)Obtains the latest document for a given id from the tlog or through the realtime searcher (if not found in the tlog).static org.apache.solr.common.SolrInputDocumentRealTimeGetComponent. getInputDocumentFromTlog(SolrCore core, org.apache.lucene.util.BytesRef idBytes, AtomicLong versionReturned, Set<String> onlyTheseFields, RealTimeGetComponent.Resolution resolution)returns the SolrInputDocument from the current tlog, or DELETED if it has been deleted, or null if there is no record of it in the current update log.voidHighlightComponent. inform(SolrCore core)voidQueryElevationComponent. inform(SolrCore core)voidSearchHandler. inform(SolrCore core)Initialize the components based on name.voidSpellCheckComponent. inform(SolrCore core)voidSuggestComponent. inform(SolrCore core)voidTaskManagementHandler. inform(SolrCore core)protected intQueryElevationComponent. loadElevationConfiguration(SolrCore core)(Re)Loads elevation configuration. -
Uses of SolrCore in org.apache.solr.highlight
Fields in org.apache.solr.highlight declared as SolrCore Modifier and Type Field Description protected SolrCoreDefaultSolrHighlighter. solrCoreConstructors in org.apache.solr.highlight with parameters of type SolrCore Constructor Description DefaultSolrHighlighter(SolrCore solrCore) -
Uses of SolrCore in org.apache.solr.jersey
Methods in org.apache.solr.jersey that return SolrCore Modifier and Type Method Description SolrCoreInjectionFactories.ReuseFromContextSolrCoreFactory. provide()Methods in org.apache.solr.jersey with parameters of type SolrCore Modifier and Type Method Description voidInjectionFactories.ReuseFromContextSolrCoreFactory. dispose(SolrCore instance) -
Uses of SolrCore in org.apache.solr.logging
Methods in org.apache.solr.logging with parameters of type SolrCore Modifier and Type Method Description static voidMDCLoggingContext. setCore(SolrCore core)Sets multiple information from the params. -
Uses of SolrCore in org.apache.solr.metrics
Fields in org.apache.solr.metrics declared as SolrCore Modifier and Type Field Description protected SolrCoreSolrCoreReporter. coreMethods in org.apache.solr.metrics that return SolrCore Modifier and Type Method Description SolrCoreSolrCoreMetricManager. getCore()SolrCoreSolrCoreReporter. getCore()Methods in org.apache.solr.metrics with parameters of type SolrCore Modifier and Type Method Description static StringSolrCoreMetricManager. createRegistryName(SolrCore aCore, String coreName)This method is used byCoreContainer.rename(String, String).voidSolrCoreReporter. init(PluginInfo pluginInfo, SolrCore core)voidSolrMetricManager. loadReporter(String registry, SolrCore solrCore, PluginInfo pluginInfo, String tag)Convenience wrapper forSolrMetricManager.loadReporter(String, SolrResourceLoader, CoreContainer, SolrCore, PluginInfo, String)passinggetResourceLoader()andgetCoreContainer()as the extra parameters.voidSolrMetricManager. loadReporter(String registry, SolrResourceLoader loader, CoreContainer coreContainer, SolrCore solrCore, PluginInfo pluginInfo, String tag)Create and register an instance ofSolrMetricReporter.voidSolrMetricManager. loadReporters(PluginInfo[] pluginInfos, SolrResourceLoader loader, CoreContainer coreContainer, SolrCore solrCore, String tag, SolrInfoBean.Group group, String... registryNames)Create and registerSolrMetricReporter-s specific to aSolrInfoBean.Group.voidSolrMetricManager. loadShardReporters(PluginInfo[] pluginInfos, SolrCore core)Constructors in org.apache.solr.metrics with parameters of type SolrCore Constructor Description SolrCoreMetricManager(SolrCore core)Constructs a metric manager. -
Uses of SolrCore in org.apache.solr.pkg
Methods in org.apache.solr.pkg with parameters of type SolrCore Modifier and Type Method Description static <T> PluginBag.PluginHolder<T>PackagePluginHolder. createHolder(PluginInfo info, SolrCore core, Class<T> type, String msg)protected ObjectPackagePluginHolder. initNewInstance(SolrPackageLoader.SolrPackage.Version newest, SolrCore core)Constructors in org.apache.solr.pkg with parameters of type SolrCore Constructor Description PackageListeners(SolrCore core)PackagePluginHolder(PluginInfo info, SolrCore core, SolrConfig.SolrPluginInfo pluginMeta) -
Uses of SolrCore in org.apache.solr.request
Fields in org.apache.solr.request declared as SolrCore Modifier and Type Field Description protected SolrCoreSolrQueryRequestBase. coreMethods in org.apache.solr.request that return SolrCore Modifier and Type Method Description SolrCoreDelegatedSolrQueryRequest. getCore()SolrCoreDelegatingSolrQueryRequest. getCore()SolrCoreSolrQueryRequest. getCore()The solr core (coordinator, etc) associated with this requestSolrCoreSolrQueryRequestBase. getCore()Constructors in org.apache.solr.request with parameters of type SolrCore Constructor Description LocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map<?,?> args)LocalSolrQueryRequest(SolrCore core, Map<String,String[]> args)LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.params.SolrParams args)LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.util.NamedList<?> args)SolrQueryRequestBase(SolrCore core, org.apache.solr.common.params.SolrParams params)SolrQueryRequestBase(SolrCore core, org.apache.solr.common.params.SolrParams params, RTimerTree requestTimer) -
Uses of SolrCore in org.apache.solr.rest
Methods in org.apache.solr.rest that return SolrCore Modifier and Type Method Description SolrCoreBaseSolrResource. getSolrCore() -
Uses of SolrCore in org.apache.solr.schema
Methods in org.apache.solr.schema with parameters of type SolrCore Modifier and Type Method Description voidManagedIndexSchemaFactory. inform(SolrCore core)Constructors in org.apache.solr.schema with parameters of type SolrCore Constructor Description ExternalFileFieldReloader(SolrCore core)ZkIndexSchemaReader(ManagedIndexSchemaFactory managedIndexSchemaFactory, SolrCore solrCore) -
Uses of SolrCore in org.apache.solr.search
Methods in org.apache.solr.search that return SolrCore Modifier and Type Method Description SolrCoreSolrIndexSearcher. getCore()Constructors in org.apache.solr.search with parameters of type SolrCore Constructor Description SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, String name, org.apache.lucene.index.DirectoryReader r, boolean closeReader, boolean enableCache, boolean reserveDirectory, DirectoryFactory directoryFactory)SolrIndexSearcher(SolrCore core, String path, IndexSchema schema, SolrIndexConfig config, String name, boolean enableCache, DirectoryFactory directoryFactory) -
Uses of SolrCore in org.apache.solr.search.similarities
Methods in org.apache.solr.search.similarities with parameters of type SolrCore Modifier and Type Method Description voidSchemaSimilarityFactory. inform(SolrCore core) -
Uses of SolrCore in org.apache.solr.servlet
Fields in org.apache.solr.servlet declared as SolrCore Modifier and Type Field Description protected SolrCoreDirectSolrConnection. coreprotected SolrCoreHttpSolrCall. coreMethods in org.apache.solr.servlet that return SolrCore Modifier and Type Method Description static SolrCoreCoordinatorHttpSolrCall. getCore(CoordinatorHttpSolrCall.Factory factory, HttpSolrCall solrCall, String collectionName, boolean isPreferLeader)SolrCoreHttpSolrCall. getCore()protected SolrCoreCoordinatorHttpSolrCall. getCoreByCollection(String collectionName, boolean isPreferLeader)protected SolrCoreHttpSolrCall. getCoreByCollection(String collectionName, boolean isPreferLeader)Methods in org.apache.solr.servlet with parameters of type SolrCore Modifier and Type Method Description SolrQueryRequestSolrRequestParsers. buildRequestFrom(SolrCore core, org.apache.solr.common.params.SolrParams params, Collection<org.apache.solr.common.util.ContentStream> streams)For embedded Solr use; not related to HTTP.SolrQueryRequestSolrRequestParsers. parse(SolrCore core, String path, javax.servlet.http.HttpServletRequest req)Constructors in org.apache.solr.servlet with parameters of type SolrCore Constructor Description 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 Modifier and Type Method Description voidConjunctionSolrSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)voidDirectSolrSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)voidFileBasedSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)voidIndexBasedSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)abstract voidSolrSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)(re)Builds the spelling index.voidWordBreakSolrSpellChecker. build(SolrCore core, SolrIndexSearcher searcher)StringAbstractLuceneSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringConjunctionSolrSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringDirectSolrSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringFileBasedSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringIndexBasedSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringSolrSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)StringWordBreakSolrSpellChecker. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)voidAbstractLuceneSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher)voidConjunctionSolrSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher)voidDirectSolrSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher)voidIndexBasedSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher)abstract voidSolrSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher)Reloads the index.voidWordBreakSolrSpellChecker. reload(SolrCore core, SolrIndexSearcher searcher) -
Uses of SolrCore in org.apache.solr.spelling.suggest
Fields in org.apache.solr.spelling.suggest declared as SolrCore Modifier and Type Field Description protected SolrCoreSuggester. coreMethods in org.apache.solr.spelling.suggest with parameters of type SolrCore Modifier and Type Method Description voidSolrSuggester. build(SolrCore core, SolrIndexSearcher searcher)Build the underlying Lucene SuggestervoidSuggester. build(SolrCore core, SolrIndexSearcher searcher)abstract org.apache.lucene.search.spell.DictionaryDictionaryFactory. create(SolrCore core, SolrIndexSearcher searcher)Create a Dictionary using options incoreand optionally usessearcher, in case of index based dictionariesorg.apache.lucene.search.spell.DictionaryDocumentDictionaryFactory. create(SolrCore core, SolrIndexSearcher searcher)org.apache.lucene.search.spell.DictionaryDocumentExpressionDictionaryFactory. create(SolrCore core, SolrIndexSearcher searcher)org.apache.lucene.search.spell.DictionaryFileDictionaryFactory. create(SolrCore core, SolrIndexSearcher searcher)org.apache.lucene.search.spell.DictionaryHighFrequencyDictionaryFactory. create(SolrCore core, SolrIndexSearcher searcher)abstract org.apache.lucene.search.suggest.LookupLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)Create a Lookup using config options inparamsand currentcoreStringSolrSuggester. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)Uses theconfigand thecoreto initialize the underlying Lucene suggesterStringSuggester. init(org.apache.solr.common.util.NamedList<?> config, SolrCore core)voidSuggester. 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 Modifier and Type Method Description org.apache.lucene.search.suggest.LookupAnalyzingInfixLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupAnalyzingLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupBlendedInfixLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupFreeTextLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupFSTLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupFuzzyLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)org.apache.lucene.search.suggest.LookupWFSTLookupFactory. create(org.apache.solr.common.util.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 Modifier and Type Method Description org.apache.lucene.search.suggest.LookupJaspellLookupFactory. create(org.apache.solr.common.util.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 Modifier and Type Method Description org.apache.lucene.search.suggest.LookupTSTLookupFactory. create(org.apache.solr.common.util.NamedList<?> params, SolrCore core) -
Uses of SolrCore in org.apache.solr.update
Fields in org.apache.solr.update declared as SolrCore Modifier and Type Field Description protected SolrCoreUpdateHandler. coreFields in org.apache.solr.update with type parameters of type SolrCore Modifier and Type Field Description List<SolrCore>SplitIndexCommand. coresMethods in org.apache.solr.update with parameters of type SolrCore Modifier and Type Method Description voidUpdateLog. clearLog(SolrCore core, PluginInfo ulogPluginInfo)Clears the logs on the file system.voidDefaultSolrCoreState. closeIndexWriter(SolrCore core, boolean rollback)abstract voidSolrCoreState. closeIndexWriter(SolrCore core, boolean rollback)Expert method that closes the IndexWriter - you must callSolrCoreState.openIndexWriter(SolrCore)in a finally block after calling this method.static SolrIndexWriterSolrIndexWriter. create(SolrCore core, String name, String path, DirectoryFactory directoryFactory, boolean create, IndexSchema schema, SolrIndexConfig config, org.apache.lucene.index.IndexDeletionPolicy delPolicy, org.apache.lucene.codecs.Codec codec)static IndexFingerprintIndexFingerprint. getFingerprint(SolrCore core, long maxVersion)Opens a new realtime searcher and returns it's (possibly cached) fingerprintRefCounted<org.apache.lucene.index.IndexWriter>DefaultSolrCoreState. getIndexWriter(SolrCore core)abstract RefCounted<org.apache.lucene.index.IndexWriter>SolrCoreState. getIndexWriter(SolrCore core)Get the current IndexWriter.protected StringUpdateLog. getTlogDir(SolrCore core, PluginInfo info)voidUpdateHandler. informEventListeners(SolrCore core)Call theSolrCoreAware.inform(SolrCore)on all the applicable registered listeners.voidUpdateLog. init(UpdateHandler uhandler, SolrCore core)voidDefaultSolrCoreState. newIndexWriter(SolrCore core, boolean rollback)abstract voidSolrCoreState. newIndexWriter(SolrCore core, boolean rollback)Force the creation of a new IndexWriter using the settings from the given SolrCore.voidDefaultSolrCoreState. openIndexWriter(SolrCore core)abstract voidSolrCoreState. openIndexWriter(SolrCore core)Expert method that opens the IndexWriter - you must callSolrCoreState.closeIndexWriter(SolrCore, boolean)first, and then call this method in a finally block.voidDefaultSolrCoreState. rollbackIndexWriter(SolrCore core)abstract voidSolrCoreState. rollbackIndexWriter(SolrCore core)Rollback the current IndexWriter.org.apache.lucene.index.IndexWriterConfigSolrIndexConfig. toIndexWriterConfig(SolrCore core)Constructors in org.apache.solr.update with parameters of type SolrCore Constructor Description CommitTracker(String name, SolrCore core, int docsUpperBound, int timeUpperBound, long tLogFileSizeUpperBound, boolean openSearcher, boolean softCommit)DirectUpdateHandler2(SolrCore core)DirectUpdateHandler2(SolrCore core, UpdateHandler updateHandler)PeerSync(SolrCore core, List<String> replicas, int nUpdates, boolean cantReachIsSuccess)PeerSync(SolrCore core, List<String> replicas, int nUpdates, boolean cantReachIsSuccess, boolean onlyIfActive, boolean doFingerprint)PeerSyncWithLeader(SolrCore core, String leaderUrl, int nUpdates)UpdateHandler(SolrCore core)UpdateHandler(SolrCore core, UpdateLog updateLog) -
Uses of SolrCore in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type SolrCore Modifier and Type Method Description static UpdateRequestProcessorChainUpdateRequestProcessorChain. constructChain(UpdateRequestProcessorChain defaultUrp, UpdateRequestProcessorChain.ProcessorInfo processorInfo, SolrCore core)static FieldMutatingUpdateProcessor.FieldNameSelectorFieldMutatingUpdateProcessor. createFieldNameSelector(SolrResourceLoader loader, SolrCore core, FieldMutatingUpdateProcessorFactory.SelectorParams params, FieldMutatingUpdateProcessor.FieldNameSelector defSelector)Utility method that can be used to define a FieldNameSelector using the same types of rules as the FieldMutatingUpdateProcessor init code.FieldMutatingUpdateProcessor.FieldNameSelectorConcatFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorFieldLengthUpdateProcessorFactory. getDefaultSelector(SolrCore core)protected FieldMutatingUpdateProcessor.FieldNameSelectorFieldMutatingUpdateProcessorFactory. getDefaultSelector(SolrCore core)Defines the default selection behavior when the user has not configured any specific criteria for selecting fields.FieldMutatingUpdateProcessor.FieldNameSelectorFirstFieldValueUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorHTMLStripFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorIgnoreFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorLastFieldValueUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorMaxFieldValueUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorMinFieldValueUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorParseBooleanFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is BoolFieldFieldMutatingUpdateProcessor.FieldNameSelectorParseDateFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is BoolFieldFieldMutatingUpdateProcessor.FieldNameSelectorParseNumericFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)Returns true if the field doesn't match any schema field or dynamic field, or if the matched field's type is compatibleprotected FieldMutatingUpdateProcessor.FieldNameSelectorRegexReplaceProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorTruncateFieldUpdateProcessorFactory. getDefaultSelector(SolrCore core)FieldMutatingUpdateProcessor.FieldNameSelectorUniqFieldsUpdateProcessorFactory. getDefaultSelector(SolrCore core)voidAddSchemaFieldsUpdateProcessorFactory. inform(SolrCore core)voidAtomicUpdateProcessorFactory. inform(SolrCore core)voidCloneFieldUpdateProcessorFactory. inform(SolrCore core)voidDocBasedVersionConstraintsProcessorFactory. inform(SolrCore core)voidDocExpirationUpdateProcessorFactory. inform(SolrCore core)voidFieldMutatingUpdateProcessorFactory. inform(SolrCore core)voidPreAnalyzedUpdateProcessorFactory. inform(SolrCore core)voidSignatureUpdateProcessorFactory. inform(SolrCore core)voidSkipExistingDocumentsProcessorFactory. inform(SolrCore core)voidTolerantUpdateProcessorFactory. inform(SolrCore core)Constructors in org.apache.solr.update.processor with parameters of type SolrCore Constructor Description UpdateRequestProcessorChain(List<UpdateRequestProcessorFactory> chain, SolrCore solrCore)Creates a chain backed directly by the specified list.UpdateRequestProcessorChain(SolrCore solrCore) -
Uses of SolrCore in org.apache.solr.util
Methods in org.apache.solr.util with parameters of type SolrCore Modifier and Type Method Description static booleanTestInjection. injectLeaderTragedy(SolrCore core) -
Uses of SolrCore in org.apache.solr.util.plugin
Methods in org.apache.solr.util.plugin with parameters of type SolrCore Modifier and Type Method Description voidSolrCoreAware. inform(SolrCore core)
-