Uses of Class
com.atlassian.jira.search.exception.IndexOperationException
Packages that use IndexOperationException
Package
Description
-
Uses of IndexOperationException in com.atlassian.jira.search.exception
Subclasses of IndexOperationException in com.atlassian.jira.search.exceptionModifier and TypeClassDescriptionclassThrown when one or more bulk index operations have failedclassThrown when a version conflict occurs while indexing a documentclassException thrown when an index operation fails but can be retried.classThrown when an exception is thrown by the underlying search platform (i.e.Methods in com.atlassian.jira.search.exception that return types with arguments of type IndexOperationExceptionModifier and TypeMethodDescriptionBulkIndexOperationsException.getDocumentException(String documentId) Get an exception associated with the given document ID, or empty if it has no exceptionsBulkIndexOperationsException.getDocumentExceptions()Get a map of exceptions associated with document IDsConstructor parameters in com.atlassian.jira.search.exception with type arguments of type IndexOperationExceptionModifierConstructorDescriptionBulkIndexOperationsException(String message, Map<String, IndexOperationException> documentExceptions) -
Uses of IndexOperationException in com.atlassian.jira.search.index
Methods in com.atlassian.jira.search.index that throw IndexOperationExceptionModifier and TypeMethodDescriptionCreates a newIndexAccessorfor the given schema.voidIndexWriter.delete(DeleteRequest deleteRequest) Deletes a document based on the providedDeleteRequest.voidIndexWriter.deleteByQuery(DeleteByQueryRequest deleteByQueryRequest) Delete documents satisfying the givenDeleteByQueryRequestfilter.voidIndexWriter.put(IndexRequest indexRequest) Creates or updates a document for the provided identifier and fields in theIndexRequestDocument.voidIndexAccessor.recreate()Deletes and recreates an empty indexvoidIndexAccessor.refresh()Calling this method forces the data mutated so far to become available for search thus by passing the default visibility mode.voidIndexSchemaManager.registerIndexAccessor(IndexAccessor indexAccessor) Registers an IndexAccessor to receive schema updates.voidIssuesIndexSchemaManager.registerIndexAccessor(IndexAccessor indexAccessor) voidReindexStrategy.reindex(Context context, IssueIndexingParams issueIndexingParams) Reindexes issues based on the provided context and indexing parameters.voidIndexAccessor.updateSchema(UnaryOperator<IndexSchema> schemaProvider) Updates the index. -
Uses of IndexOperationException in com.atlassian.jira.search.index.bulk
Methods in com.atlassian.jira.search.index.bulk that throw IndexOperationExceptionModifier and TypeMethodDescriptionBulkIssueIndexer.reindexAllIssues(IssuesBatcher batcher, Context context) Reindexes all issues provided by the batcher. -
Uses of IndexOperationException in com.atlassian.jira.search.index.rio
Methods in com.atlassian.jira.search.index.rio that throw IndexOperationExceptionModifier and TypeMethodDescriptionvoidClusterSynchronisedReplicatedIndexOperationsServiceImpl.applyOperationsToIndex(List<EntityWithOperation> operationsToApply, IndexWriter indexWriter) voidReplicatedIndexOperationsService.applyOperationsToIndex(List<EntityWithOperation> operationsToApply, IndexWriter indexWriter) voidClusterSynchronisedIndexReplayStrategy.replay()voidClusterSynchronisedIndexReplayStrategy.Transaction.replay()voidIndexReplayStrategy.replay()Replays the outstanding index operations to the search index.voidIndexReplayStrategy.Transaction.replay()Replays all RIO entries since the last counter snapshot, and updates the counter snapshot. -
Uses of IndexOperationException in com.atlassian.jira.search.lucene
Methods in com.atlassian.jira.search.lucene that throw IndexOperationExceptionModifier and TypeMethodDescriptionvoidLuceneIndexAccessorFactory.afterInstantiation()voidLuceneIndexAccessor.recreate()voidLuceneIndexAccessor.refresh()voidLuceneIndexAccessor.updateSchema(UnaryOperator<IndexSchema> schemaProvider) -
Uses of IndexOperationException in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch that throw IndexOperationExceptionModifier and TypeMethodDescriptionvoidOpenSearchIndexAccessorFactory.afterInstantiation()BlueGreenReindexService.createStagingIssueIndex(String stagingIndexName) Creates a new staging issue index for the specified staging index name with all components required to read, write and search the new index.BlueGreenReindexServiceImpl.createStagingIssueIndex(String stagingIndexName) DefaultOpenSearchStagingIssueIndexFactory.createStagingIssueIndex(String indexName) OpenSearchStagingIssueIndexFactory.createStagingIssueIndex(String indexName) Creates a new instance of OpenSearchStagingIssueIndex with the specified index name.voidOpenSearchIndexWriter.delete(DeleteRequest deleteRequest) voidOpenSearchIndexWriter.deleteByQuery(DeleteByQueryRequest deleteByQueryRequest) voidBlueGreenReindexService.doIndexIssuesInBatchMode(IssueIndexer stagingIssueIndexer, Context context, IssueIndexingParams issueIndexingParams) Indexes issues in batch mode into the staging index.BlueGreenReindexService.getCurrentProdIndexName()Retrieves the current production index name.BlueGreenReindexServiceImpl.getCurrentProdIndexName()voidOpenSearchStagingIssueIndex.initialise()Initialises the staging index by registering the index accessor with the index schema manager.voidOpenSearchIndexAccessor.initialize()voidBlueGreenReindexService.optimizeIndex(IssueIndexer issueIndexer, Context context) Optimizes the new staging index after all issues have been indexed and the journal has been synchronized.voidBlueGreenReindexServiceImpl.optimizeIndex(IssueIndexer issueIndexer, Context context) voidOpenSearchIndexWriter.put(IndexRequest request) voidOpenSearchIndexAccessor.recreate()voidOpenSearchIndexAccessor.refresh()voidBlueGreenReindexStrategy.reindex(Context context, IssueIndexingParams issueIndexingParams) voidBlueGreenReindexService.repointingIndexAlias(Context context, String stagingIndexName) Repoints the index alias to the new staging index.voidBlueGreenReindexServiceImpl.repointingIndexAlias(Context context, String stagingIndexName) voidOpenSearchIndexPerformanceTuner.Restorable.restore()Restore index settings to the original stateOpenSearchIndexPerformanceTuner.tuneForReindexing(String index) Tune the specified index to improve performance when indexing a large number of documents, using settings recommended in index performance tuningvoidOpenSearchIndexAccessor.updateSchema(UnaryOperator<IndexSchema> schemaProvider) -
Uses of IndexOperationException in com.atlassian.jira.search.opensearch.consistency
Methods in com.atlassian.jira.search.opensearch.consistency that throw IndexOperationExceptionModifier and TypeMethodDescriptionvoidReadYourWritesIndexAccessor.recreate()voidReadYourWritesIndexAccessor.refresh()voidReadYourWritesIndexAccessor.updateSchema(UnaryOperator<IndexSchema> schemaProvider) -
Uses of IndexOperationException in com.atlassian.jira.search.opensearch.exception
Subclasses of IndexOperationException in com.atlassian.jira.search.opensearch.exception