Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerParsingMode
Packages that use BlobIndexerParsingMode
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of BlobIndexerParsingMode in com.azure.search.documents.indexes.models
Subclasses with type arguments of type BlobIndexerParsingMode in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classRepresents the parsing mode for indexing from an Azure blob data source.Fields in com.azure.search.documents.indexes.models declared as BlobIndexerParsingModeModifier and TypeFieldDescriptionstatic final BlobIndexerParsingModeBlobIndexerParsingMode.DEFAULTSet to default for normal file processing.static final BlobIndexerParsingModeBlobIndexerParsingMode.DELIMITED_TEXTSet to delimitedText when blobs are plain CSV files.static final BlobIndexerParsingModeBlobIndexerParsingMode.JSONSet to json to extract structured content from JSON files.static final BlobIndexerParsingModeBlobIndexerParsingMode.JSON_ARRAYSet to jsonArray to extract individual elements of a JSON array as separate documents.static final BlobIndexerParsingModeBlobIndexerParsingMode.JSON_LINESSet to jsonLines to extract individual JSON entities, separated by a new line, as separate documents.static final BlobIndexerParsingModeBlobIndexerParsingMode.MARKDOWNSet to markdown to extract content from markdown files.static final BlobIndexerParsingModeBlobIndexerParsingMode.TEXTSet to text to improve indexing performance on plain text files in blob storage.Methods in com.azure.search.documents.indexes.models that return BlobIndexerParsingModeModifier and TypeMethodDescriptionstatic BlobIndexerParsingModeBlobIndexerParsingMode.fromString(String name) Creates or finds a BlobIndexerParsingMode from its string representation.IndexingParametersConfiguration.getParsingMode()Get the parsingMode property: Represents the parsing mode for indexing from an Azure blob data source.Methods in com.azure.search.documents.indexes.models that return types with arguments of type BlobIndexerParsingModeModifier and TypeMethodDescriptionstatic Collection<BlobIndexerParsingMode> BlobIndexerParsingMode.values()Gets known BlobIndexerParsingMode values.Methods in com.azure.search.documents.indexes.models with parameters of type BlobIndexerParsingModeModifier and TypeMethodDescriptionIndexingParametersConfiguration.setParsingMode(BlobIndexerParsingMode parsingMode) Set the parsingMode property: Represents the parsing mode for indexing from an Azure blob data source.