Uses of Class
com.azure.search.documents.indexes.models.IndexingParametersConfiguration
Packages that use IndexingParametersConfiguration
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of IndexingParametersConfiguration in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexingParametersConfigurationModifier and TypeMethodDescriptionIndexingParameters.getIndexingParametersConfiguration()
Get the configuration property: A dictionary of indexer-specific configuration properties.IndexingParametersConfiguration.setAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: A dictionary of indexer-specific configuration properties.IndexingParametersConfiguration.setAllowSkillsetToReadFileData
(Boolean allowSkillsetToReadFileData) Set the allowSkillsetToReadFileData property: If true, will create a path //document//file_data that is an object representing the original file data downloaded from your blob data source.IndexingParametersConfiguration.setDataToExtract
(BlobIndexerDataToExtract dataToExtract) Set the dataToExtract property: Specifies the data to extract from Azure blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none".IndexingParametersConfiguration.setDelimitedTextDelimiter
(String delimitedTextDelimiter) Set the delimitedTextDelimiter property: For CSV blobs, specifies the end-of-line single-character delimiter for CSV files where each line starts a new document (for example, "|").IndexingParametersConfiguration.setDelimitedTextHeaders
(String delimitedTextHeaders) Set the delimitedTextHeaders property: For CSV blobs, specifies a comma-delimited list of column headers, useful for mapping source fields to destination fields in an index.IndexingParametersConfiguration.setDocumentRoot
(String documentRoot) Set the documentRoot property: For JSON arrays, given a structured or semi-structured document, you can specify a path to the array using this property.IndexingParametersConfiguration.setExcludedFileNameExtensions
(String excludedFileNameExtensions) Set the excludedFileNameExtensions property: Comma-delimited list of filename extensions to ignore when processing from Azure blob storage.IndexingParametersConfiguration.setExecutionEnvironment
(IndexerExecutionEnvironment executionEnvironment) Set the executionEnvironment property: Specifies the environment in which the indexer should execute.IndexingParametersConfiguration.setFailOnUnprocessableDocument
(Boolean failOnUnprocessableDocument) Set the failOnUnprocessableDocument property: For Azure blobs, set to false if you want to continue indexing if a document fails indexing.IndexingParametersConfiguration.setFailOnUnsupportedContentType
(Boolean failOnUnsupportedContentType) Set the failOnUnsupportedContentType property: For Azure blobs, set to false if you want to continue indexing when an unsupported content type is encountered, and you don't know all the content types (file extensions) in advance.IndexingParametersConfiguration.setFirstLineContainsHeaders
(Boolean firstLineContainsHeaders) Set the firstLineContainsHeaders property: For CSV blobs, indicates that the first (non-blank) line of each blob contains headers.IndexingParametersConfiguration.setImageAction
(BlobIndexerImageAction imageAction) Set the imageAction property: Determines how to process embedded images and image files in Azure blob storage.IndexingParametersConfiguration.setIndexedFileNameExtensions
(String indexedFileNameExtensions) Set the indexedFileNameExtensions property: Comma-delimited list of filename extensions to select when processing from Azure blob storage.IndexingParametersConfiguration.setIndexStorageMetadataOnlyForOversizedDocuments
(Boolean indexStorageMetadataOnlyForOversizedDocuments) Set the indexStorageMetadataOnlyForOversizedDocuments property: For Azure blobs, set this property to true to still index storage metadata for blob content that is too large to process.IndexingParametersConfiguration.setParsingMode
(BlobIndexerParsingMode parsingMode) Set the parsingMode property: Represents the parsing mode for indexing from an Azure blob data source.IndexingParametersConfiguration.setPdfTextRotationAlgorithm
(BlobIndexerPdfTextRotationAlgorithm pdfTextRotationAlgorithm) Set the pdfTextRotationAlgorithm property: Determines algorithm for text extraction from PDF files in Azure blob storage.IndexingParametersConfiguration.setQueryTimeout
(String queryTimeout) Set the queryTimeout property: Increases the timeout beyond the 5-minute default for Azure SQL database data sources, specified in the format "hh:mm:ss".Methods in com.azure.search.documents.indexes.models with parameters of type IndexingParametersConfigurationModifier and TypeMethodDescriptionIndexingParameters.setIndexingParametersConfiguration
(IndexingParametersConfiguration configuration) Set the configuration property: A dictionary of indexer-specific configuration properties.