Uses of Class
org.apache.solr.core.SolrCore
Packages that use SolrCore
Package
Description
Commonly used classes for Solr V2 API.
SolrJ client implementations for embedded solr access.
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
Core classes implementing Solr internals and the management of
SolrCoresCore classes for Solr's persistent snapshots functionality
Concrete implementations of
SolrRequestHandlerV2 API implementations for "admin" APIs.
SearchComponent implementations for use in SearchHandlerSolrHighlighter API and related implementations and utilitiesJersey integration code
APIs related to capturing log event info in the
LoggingHandlerThe
SolrCoreMetricManager is responsible for collecting metrics
from SolrMetricProducer's.Package management implementation
APIs and classes for dealing with Solr requests
Solr RESTful APIs.
IndexSchema and FieldType
implementations for powering schema.xmlAPIs and classes for parsing and processing search requests
Classes related to joins.
Factories for various built-in Lucene ranking models.
Servlet related classes for powering the Solr HTTP API
APIs and classes used by the
SpellCheckComponentAPIs and classes used by the
SpellCheckComponentFactories for
based
invalid reference
TST
SuggestersAPIs and classes for managing index updates
UpdateRequestProcessorFactory APIs and implementations
for use in UpdateRequestProcessorChainsCommon utility classes used throughout Solr
Support for triggering exceptions on excessive resource usage
Common APIs related to implementing Solr plugins
-
Uses of SolrCore in org.apache.solr.api
Methods in org.apache.solr.api that return SolrCoreModifier and TypeMethodDescriptionprotected 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 SolrCoreModifierConstructorDescriptionEmbeddedSolrServer(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 SolrCoreModifier and TypeMethodDescriptionfinal voidRecoveryStrategy.doRecovery(SolrCore core) final 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.SyncStrategy.sync(ZkController zkController, SolrCore core, org.apache.solr.common.cloud.ZkNodeProps leaderProps) SyncStrategy.sync(ZkController zkController, SolrCore core, org.apache.solr.common.cloud.ZkNodeProps leaderProps, boolean peerSyncOnlyWithActive) -
Uses of SolrCore in org.apache.solr.core
Subclasses of SolrCore in org.apache.solr.coreModifier and TypeClassDescriptionclassA synthetic core that is created only in memory and not registered against Zookeeper.Methods in org.apache.solr.core that return SolrCoreModifier and TypeMethodDescriptionprotected SolrCoreSolrCore.cloneForReloadCore(CoreDescriptor newCoreDescriptor, ConfigSet newCoreConfig, boolean cloneCoreState) Clones the current core for core reload, with the provided CoreDescriptor and ConfigSet.CoreContainer.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 clusterCreates a new core, publishing the core state to the clusterAbstractSolrEventListener.getCore()Gets a core by name and increase its refcount.protected SolrCoreCoreContainer.registerCore(CoreDescriptor cd, SolrCore core, boolean registerInZk, boolean skipRecovery) Methods in org.apache.solr.core that return types with arguments of type SolrCoreMethods in org.apache.solr.core with parameters of type SolrCoreModifier and TypeMethodDescriptionbooleanCoreContainer.checkTragicException(SolrCore solrCore) Checks whether a tragic exception was thrown during update (including update log).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) voidvoidTell allSolrCoreAwareinstances about the SolrCoreabstract org.apache.lucene.index.DirectoryReaderCreates a new IndexReader instance using the given IndexWriter.abstract org.apache.lucene.index.DirectoryReaderCreates a new IndexReader instance using the given Directory.org.apache.lucene.index.DirectoryReaderorg.apache.lucene.index.DirectoryReaderdefault voidMethod 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 voidMethod 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.protected SolrCoreCoreContainer.registerCore(CoreDescriptor cd, SolrCore core, boolean registerInZk, boolean skipRecovery) voidZkContainer.registerInZk(SolrCore core, boolean background, boolean skipRecovery) protected final voidSolrResourceLoader.setSolrCore(SolrCore core) Method parameters in org.apache.solr.core with type arguments of type SolrCoreConstructors in org.apache.solr.core with parameters of type SolrCoreModifierConstructorDescriptionConstructs a non-threadsafe plugin registryPass needThreadSafety=true if plugins can be added and removed concurrently with lookups.QuerySenderListener(SolrCore core) RequestHandlers(SolrCore core) protectedSolrCore(CoreContainer coreContainer, CoreDescriptor coreDescriptor, ConfigSet configSet, String dataDir, UpdateHandler updateHandler, IndexDeletionPolicyWrapper delPolicy, SolrCore prev, boolean reload) SyntheticSolrCore(CoreContainer coreContainer, CoreDescriptor coreDescriptor, ConfigSet configSet, String dataDir, UpdateHandler updateHandler, IndexDeletionPolicyWrapper delPolicy, SolrCore prev, boolean reload) -
Uses of SolrCore in org.apache.solr.core.snapshots
Methods in org.apache.solr.core.snapshots with parameters of type SolrCoreModifier and TypeMethodDescriptionstatic 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 SolrCoreModifierConstructorDescriptionSolrSnapshotMetaDataManager(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 SolrCoreModifier and TypeMethodDescriptionstatic 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 voidReplicationHandler.doSnapShoot(int numberToKeep, int numberBackupsToKeep, String location, String repoName, String commitName, String name, SolrCore core, Consumer<org.apache.solr.common.util.NamedList<?>> result) static org.apache.lucene.index.IndexCommitSnapShooter.getAndSaveNamedIndexCommit(SolrCore solrCore, String commitName) static booleanSolrConfigHandler.getImmutable(SolrCore core) voidvoidvoidvoidvoidvoidvoidprotected 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 SolrCoreModifierConstructorDescriptionExpressibleHolder(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
Fields in org.apache.solr.handler.admin.api declared as SolrCoreModifier and TypeFieldDescriptionprotected final SolrCoreGetSchema.solrCoreprotected final SolrCoreGetSegmentData.solrCoreprotected final SolrCoreReplicationAPIBase.solrCoreMethods in org.apache.solr.handler.admin.api with parameters of type SolrCoreModifier and TypeMethodDescriptionprotected voidSnapshotBackupAPI.doSnapShoot(int numberToKeep, int numberBackupsToKeep, String location, String repoName, String commitName, String name, SolrCore solrCore, Consumer<org.apache.solr.common.util.NamedList<?>> resultConsumer) Separate method helps with testingConstructors in org.apache.solr.handler.admin.api with parameters of type SolrCoreModifierConstructorDescriptionCoreReplication(SolrCore solrCore, SolrQueryRequest req, SolrQueryResponse rsp) GetSchema(SolrCore solrCore, IndexSchema indexSchema) GetSegmentData(SolrCore solrCore, SolrQueryRequest req, SolrQueryResponse rsp) ReplicationAPIBase(SolrCore solrCore, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse) SnapshotBackupAPI(SolrCore solrCore, ReplicationHandler.ReplicationHandlerConfig replicationHandlerConfig) UpdateSchema(SolrCore solrCore, SolrQueryRequest solrQueryRequest) -
Uses of SolrCore in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type SolrCoreModifier and TypeMethodDescriptionprotected longQueryElevationComponent.getConfigVersion(SolrCore core) Returns a version number for the config file, or -1 if not supported.QueryElevationComponent.getElevationProvider(org.apache.lucene.index.IndexReader reader, SolrCore core) Gets theQueryElevationComponent.ElevationProvider; typically cached.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.voidvoidvoidInitialize the components based on name.voidvoidvoidprotected intQueryElevationComponent.loadElevationConfiguration(SolrCore core) (Re)Loads elevation configuration.QueryElevationComponent.loadElevationProvider(SolrCore core) Loads theQueryElevationComponent.ElevationProvider. -
Uses of SolrCore in org.apache.solr.highlight
Fields in org.apache.solr.highlight declared as SolrCoreConstructors in org.apache.solr.highlight with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.jersey
Methods in org.apache.solr.jersey that return SolrCoreMethods in org.apache.solr.jersey with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.logging
Methods in org.apache.solr.logging with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.metrics
Methods in org.apache.solr.metrics that return SolrCoreMethods in org.apache.solr.metrics with parameters of type SolrCoreModifier and TypeMethodDescriptionstatic StringSolrCoreMetricManager.createRegistryName(SolrCore aCore, String coreName) This method is used byCoreContainer.rename(String, String).Constructors in org.apache.solr.metrics with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.pkg
Methods in org.apache.solr.pkg with parameters of type SolrCoreModifier and TypeMethodDescriptionstatic <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 SolrCoreModifierConstructorDescriptionPackageListeners(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 SolrCoreMethods in org.apache.solr.request that return SolrCoreModifier and TypeMethodDescriptionDelegatingSolrQueryRequest.getCore()SolrQueryRequest.getCore()The solr core (coordinator, etc) associated with this requestSolrQueryRequestBase.getCore()Constructors in org.apache.solr.request with parameters of type SolrCoreModifierConstructorDescriptionLocalSolrQueryRequest(SolrCore core, String query, String qtype, int start, int limit, Map<?, ?> args) Deprecated.LocalSolrQueryRequest(SolrCore core, Map<String, String[]> args) Deprecated.LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.params.SolrParams args) Deprecated.LocalSolrQueryRequest(SolrCore core, org.apache.solr.common.util.NamedList<?> args) Deprecated.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 -
Uses of SolrCore in org.apache.solr.schema
Methods in org.apache.solr.schema with parameters of type SolrCoreConstructors in org.apache.solr.schema with parameters of type SolrCoreModifierConstructorDescriptionZkIndexSchemaReader(ManagedIndexSchemaFactory managedIndexSchemaFactory, SolrCore solrCore) -
Uses of SolrCore in org.apache.solr.search
Methods in org.apache.solr.search that return SolrCoreConstructors in org.apache.solr.search with parameters of type SolrCoreModifierConstructorDescriptionSolrIndexSearcher(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.join
Methods in org.apache.solr.search.join with parameters of type SolrCoreModifier and TypeMethodDescriptionstatic StringScoreJoinQParserPlugin.getCoreName(String fromIndex, CoreContainer container, SolrCore toCore, String toField, String fromField, org.apache.solr.common.params.SolrParams localParams) Returns a String with the name of a core. -
Uses of SolrCore in org.apache.solr.search.similarities
Methods in org.apache.solr.search.similarities with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.servlet
Fields in org.apache.solr.servlet declared as SolrCoreModifier and TypeFieldDescriptionprotected final SolrCoreDirectSolrConnection.coreDeprecated.protected SolrCoreHttpSolrCall.coreMethods in org.apache.solr.servlet that return SolrCoreModifier and TypeMethodDescriptionstatic SolrCoreCoordinatorHttpSolrCall.getCore(CoordinatorHttpSolrCall.Factory factory, HttpSolrCall solrCall, String collectionName, boolean isPreferLeader) HttpSolrCall.getCore()protected SolrCoreCoordinatorHttpSolrCall.getCoreByCollection(String collectionName, boolean isPreferLeader) protected SolrCoreHttpSolrCall.getCoreByCollection(String collectionName, boolean isPreferLeader) Retrieves a SolrCore instance associated with the specified collection name, with an option to prefer leader replicas.Methods in org.apache.solr.servlet with parameters of type SolrCoreModifier and TypeMethodDescriptionSolrRequestParsers.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.SolrRequestParsers.buildRequestFrom(SolrCore core, org.apache.solr.common.params.SolrParams params, Collection<org.apache.solr.common.util.ContentStream> streams, Principal principal) Constructors in org.apache.solr.servlet with parameters of type SolrCoreModifierConstructorDescriptionDeprecated.Initialize using an explicit SolrCore -
Uses of SolrCore in org.apache.solr.spelling
Methods in org.apache.solr.spelling with parameters of type SolrCoreModifier and TypeMethodDescriptionvoidConjunctionSolrSpellChecker.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) 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 SolrCoreMethods in org.apache.solr.spelling.suggest with parameters of type SolrCoreModifier and TypeMethodDescriptionvoidSolrSuggester.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.LookupCreate a Lookup using config options inparamsand currentcoreUses theconfigand thecoreto initialize the underlying Lucene suggestervoidSuggester.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 SolrCoreModifier and TypeMethodDescriptionorg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookuporg.apache.lucene.search.suggest.Lookup -
Uses of SolrCore in org.apache.solr.spelling.suggest.tst
Methods in org.apache.solr.spelling.suggest.tst with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.update
Fields in org.apache.solr.update declared as SolrCoreFields in org.apache.solr.update with type parameters of type SolrCoreMethods in org.apache.solr.update with parameters of type SolrCoreModifier and TypeMethodDescriptionvoidDefaultSolrCoreState.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.voidUpdateHandler.informEventListeners(SolrCore core) Call theSolrCoreAware.inform(SolrCore)on all the applicable registered listeners.voidUpdateLog.init(UpdateHandler uhandler, SolrCore core) This must be called when a new log is created, or for an existing log whenever the core or update handler changes.protected voidUpdateLog.initTlogDir(SolrCore core) Based onUpdateLog.dataDir(whose initialization must be complete before this method is called), this method is responsible for, in order: resolving the tlog dir (in an implementation-dependent way) clearing any existing entries (if applicable) by callingUpdateLog.maybeClearLog(SolrCore)actually creating tlog files (and handling any existing tlog files, if necessary)protected final voidUpdateLog.maybeClearLog(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.protected StringUpdateLog.resolveDataDir(SolrCore core, String path) Resolves any relative path wrt the highest core-scoped level (whatever that means for a particular implementation).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 SolrCoreModifierConstructorDescriptionCommitTracker(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, boolean onlyIfActive, boolean doFingerprint) PeerSyncWithLeader(SolrCore core, String leaderUrl, int nUpdates) UpdateHandler(SolrCore core) UpdateHandler(SolrCore core, UpdateLog updateLog) UpdateHandler(SolrCore core, UpdateLog updateLog, boolean initUlog) Subclasses should call this ctor, with `initUlog=false` and should then, as the last action in the subclass ctor, callUpdateHandler.initUlog(boolean). -
Uses of SolrCore in org.apache.solr.update.processor
Methods in org.apache.solr.update.processor with parameters of type SolrCoreModifier and TypeMethodDescriptionstatic UpdateRequestProcessorChainUpdateRequestProcessorChain.constructChain(UpdateRequestProcessorChain defaultUrp, UpdateRequestProcessorChain.ProcessorInfo processorInfo, SolrCore core) FieldMutatingUpdateProcessor.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.ConcatFieldUpdateProcessorFactory.getDefaultSelector(SolrCore core) FieldLengthUpdateProcessorFactory.getDefaultSelector(SolrCore core) FieldMutatingUpdateProcessorFactory.getDefaultSelector(SolrCore core) Defines the default selection behavior when the user has not configured any specific criteria for selecting fields.FirstFieldValueUpdateProcessorFactory.getDefaultSelector(SolrCore core) HTMLStripFieldUpdateProcessorFactory.getDefaultSelector(SolrCore core) IgnoreFieldUpdateProcessorFactory.getDefaultSelector(SolrCore core) LastFieldValueUpdateProcessorFactory.getDefaultSelector(SolrCore core) MaxFieldValueUpdateProcessorFactory.getDefaultSelector(SolrCore core) MinFieldValueUpdateProcessorFactory.getDefaultSelector(SolrCore core) ParseBooleanFieldUpdateProcessorFactory.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 BoolFieldParseDateFieldUpdateProcessorFactory.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 BoolFieldParseNumericFieldUpdateProcessorFactory.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 compatibleRegexReplaceProcessorFactory.getDefaultSelector(SolrCore core) TruncateFieldUpdateProcessorFactory.getDefaultSelector(SolrCore core) UniqFieldsUpdateProcessorFactory.getDefaultSelector(SolrCore core) voidvoidvoidvoidvoidvoidvoidvoidvoidConstructors in org.apache.solr.update.processor with parameters of type SolrCoreModifierConstructorDescriptionUpdateRequestProcessorChain(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 SolrCoreModifier and TypeMethodDescriptionstatic booleanTestInjection.injectLeaderTragedy(SolrCore core) -
Uses of SolrCore in org.apache.solr.util.circuitbreaker
Methods in org.apache.solr.util.circuitbreaker with parameters of type SolrCore -
Uses of SolrCore in org.apache.solr.util.plugin
Methods in org.apache.solr.util.plugin with parameters of type SolrCore