IndexingParametersExtensions.ParseText Method

Definition

Overloads

ParseText(IndexingParameters)

Tells the indexer to assume that blobs should be parsed as text files in UTF-8 encoding. See https://docs.microsoft.com/azure/search/search-howto-indexing-azure-blob-storage#indexing-plain-text

ParseText(IndexingParameters, Encoding)

Tells the indexer to assume that blobs should be parsed as text files in the desired encoding. See https://docs.microsoft.com/azure/search/search-howto-indexing-azure-blob-storage#indexing-plain-text

ParseText(IndexingParameters)

Source:
IndexingParametersExtensions.cs

Tells the indexer to assume that blobs should be parsed as text files in UTF-8 encoding. See https://docs.microsoft.com/azure/search/search-howto-indexing-azure-blob-storage#indexing-plain-text

C#
public static Microsoft.Azure.Search.Models.IndexingParameters ParseText(this Microsoft.Azure.Search.Models.IndexingParameters parameters);

Parameters

parameters
IndexingParameters

IndexingParameters to configure.

Returns

The IndexingParameters instance.

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

ParseText(IndexingParameters, Encoding)

Source:
IndexingParametersExtensions.cs

Tells the indexer to assume that blobs should be parsed as text files in the desired encoding. See https://docs.microsoft.com/azure/search/search-howto-indexing-azure-blob-storage#indexing-plain-text

C#
public static Microsoft.Azure.Search.Models.IndexingParameters ParseText(this Microsoft.Azure.Search.Models.IndexingParameters parameters, System.Text.Encoding encoding);

Parameters

parameters
IndexingParameters

IndexingParameters to configure.

encoding
Encoding

Encoding used to read the text stored in blobs.

Returns

The IndexingParameters instance.

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy