Uses of Class
com.azure.search.documents.models.IndexAction
Packages that use IndexAction
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchServiceClient.
Package containing the data models for SearchIndexClient.
Package containing options model classes used by Azure Search Documents.
-
Uses of IndexAction in com.azure.search.documents
Methods in com.azure.search.documents that return types with arguments of type IndexActionModifier and TypeMethodDescriptionSearchIndexingBufferedAsyncSender.getActions()Gets theIndexActionsin the batch that are ready to be indexed.SearchIndexingBufferedSender.getActions()Gets the list ofIndexActionsin the batch that are ready to be indexed.Method parameters in com.azure.search.documents with type arguments of type IndexActionModifier and TypeMethodDescriptionSearchIndexingBufferedAsyncSender.addActions(Collection<IndexAction<T>> actions) Adds document index actions to the batch.voidSearchIndexingBufferedSender.addActions(Collection<IndexAction<T>> actions) Adds document index actions to the batch.voidSearchIndexingBufferedSender.addActions(Collection<IndexAction<T>> actions, Duration timeout, com.azure.core.util.Context context) Adds document index actions to the batch. -
Uses of IndexAction in com.azure.search.documents.indexes.models
Method parameters in com.azure.search.documents.indexes.models with type arguments of type IndexActionModifier and TypeMethodDescriptionIndexDocumentsBatch.addActions(Iterable<IndexAction<T>> actions) Adds document index actions to the batch. -
Uses of IndexAction in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return IndexActionModifier and TypeMethodDescriptionIndexAction.setActionType(IndexActionType actionType) Set the actionType property: The operation to perform on a document in an indexing batch.IndexAction.setDocument(T document) Get the document on which the action will be performed; Fields other than the key are ignored for delete actions.Methods in com.azure.search.documents.models that return types with arguments of type IndexActionModifier and TypeMethodDescriptionList<IndexAction<T>> IndexBatchBase.getActions()Get the actions property: The actions in the batch.Constructor parameters in com.azure.search.documents.models with type arguments of type IndexActionModifierConstructorDescriptionIndexBatchBase(List<IndexAction<T>> actions) Constructor ofIndexBatchBase -
Uses of IndexAction in com.azure.search.documents.options
Methods in com.azure.search.documents.options that return IndexActionModifier and TypeMethodDescriptionOnActionAddedOptions.getAction()Gets the action.OnActionErrorOptions.getAction()Gets the action.OnActionSentOptions.getIndexAction()Gets the action.OnActionSucceededOptions.getIndexAction()Gets the action.Constructors in com.azure.search.documents.options with parameters of type IndexActionModifierConstructorDescriptionOnActionAddedOptions(IndexAction<T> action) Creates a new OnActionAddedOptions object.OnActionErrorOptions(IndexAction<T> action) Creates a new OnActionErrorOptions object.OnActionSentOptions(IndexAction<T> indexAction) Creates a new OnActionSentOptions object.OnActionSucceededOptions(IndexAction<T> indexAction) Creates a new OnActionSucceededOptions object.