Uses of Class
com.atlassian.jira.search.index.DeleteRequest
Packages that use DeleteRequest
Package
Description
-
Uses of DeleteRequest in com.atlassian.jira.search.index
Methods in com.atlassian.jira.search.index that return DeleteRequestMethods in com.atlassian.jira.search.index with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoidIndexWriter.delete(DeleteRequest deleteRequest) Deletes a document based on the providedDeleteRequest.Method parameters in com.atlassian.jira.search.index with type arguments of type DeleteRequestModifier and TypeMethodDescriptionvoidIndexWriter.deleteBulk(Set<DeleteRequest> deleteRequests) Delete a bulk of documents based on the provided Set ofDeleteRequestobjects. -
Uses of DeleteRequest in com.atlassian.jira.search.index.rio
Methods in com.atlassian.jira.search.index.rio with parameters of type DeleteRequestModifier and TypeMethodDescriptionvoidDocumentOperationJournal.log(DeleteRequest deleteRequest) Logs a delete request to the document operation journal.voidSearchApiDocumentOperationJournal.log(DeleteRequest deleteRequest) -
Uses of DeleteRequest in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch with parameters of type DeleteRequestMethod parameters in com.atlassian.jira.search.opensearch with type arguments of type DeleteRequestModifier and TypeMethodDescriptionvoidOpenSearchIndexWriter.deleteBulk(Set<DeleteRequest> deleteRequests)