apexvss@microsoft.com 2024-07-18 04:56:37 +00:00
Родитель 00b67c5755
Коммит 2fc7a0087b
279 изменённых файлов: 5608 добавлений и 798 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -203,4 +203,4 @@ typeParameters:
desc: "This class provides a fluent builder API to help aid the configuration and instantiation of <xref uid=\"com.azure.search.documents.SearchIndexingBufferedSender\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchIndexingBufferedSenders\"></xref> and <xref uid=\"com.azure.search.documents.SearchIndexingBufferedAsyncSender\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchIndexingBufferedAsyncSenders\"></xref>. Call <xref uid=\"com.azure.search.documents.SearchClientBuilder.SearchIndexingBufferedSenderBuilder.buildSender()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#buildSender()\"></xref> and <xref uid=\"com.azure.search.documents.SearchClientBuilder.SearchIndexingBufferedSenderBuilder.buildAsyncSender()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#buildAsyncSender()\"></xref> respectively to construct an instance of the desired sender."
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -73,4 +73,4 @@ type: "class"
desc: "Represents an untyped document returned from a search or document lookup."
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -45,4 +45,4 @@ type: "class"
desc: "This class is used to help construct valid OData filter expressions by automatically replacing, quoting, and escaping string parameters.\n\nThe constructed OData filter expression is used by <xref uid=\"com.azure.search.documents.models.AutocompleteOptions.setFilter(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompleteOptions#setFilter(String)\"></xref>, <xref uid=\"com.azure.search.documents.models.SearchOptions.setFilter(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchOptions#setFilter(String)\"></xref>, and <xref uid=\"com.azure.search.documents.models.SuggestOptions.setFilter(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SuggestOptions#setFilter(String)\"></xref>.\n\nFor more information, see [Filters in Azure Cognitive Search][].\n\n\n[Filters in Azure Cognitive Search]: https://docs.microsoft.com/azure/search/search-filters"
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -129,4 +129,4 @@ typeParameters:
desc: "This class provides a buffered sender that contains operations for conveniently indexing documents to an Azure Search index."
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -173,7 +173,7 @@ methods:
fullName: "com.azure.search.documents.SearchIndexingBufferedSender<T>.close(Duration timeout, Context context)"
name: "close(Duration timeout, Context context)"
nameWithType: "SearchIndexingBufferedSender<T>.close(Duration timeout, Context context)"
summary: "Closes the buffered, any documents remaining in the batch sill be sent to the Search index for indexing."
summary: "Closes the buffered, any documents remaining in the batch yet to be sent to the Search index for indexing."
parameters:
- description: "Duration before the operation times out."
name: "timeout"
@ -182,7 +182,7 @@ methods:
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void close(Duration timeout, Context context)"
desc: "Closes the buffered, any documents remaining in the batch sill be sent to the Search index for indexing.\n\nOnce the buffered sender has been closed any attempts to add documents or flush it will cause an <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IllegalStateException\"></xref> to be thrown."
desc: "Closes the buffered, any documents remaining in the batch yet to be sent to the Search index for indexing.\n\nOnce the buffered sender has been closed any attempts to add documents or flush it will cause an <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"IllegalStateException\"></xref> to be thrown."
- uid: "com.azure.search.documents.SearchIndexingBufferedSender.flush()"
fullName: "com.azure.search.documents.SearchIndexingBufferedSender<T>.flush()"
name: "flush()"
@ -221,4 +221,4 @@ typeParameters:
desc: "This class provides a buffered sender that contains operations for conveniently indexing documents to an Azure Search index."
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.search.documents.SearchServiceVersion"
fullName: "com.azure.search.documents.SearchServiceVersion"
name: "SearchServiceVersion"
nameWithType: "SearchServiceVersion"
summary: "The versions of Azure Cognitive Search supported by this client library."
summary: "The versions of Azure AI Search supported by this client library."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -42,6 +42,12 @@ fields:
nameWithType: "SearchServiceVersion.V2023_11_01"
summary: "`2023-11-01` service version."
desc: "`2023-11-01` service version."
- uid: "com.azure.search.documents.SearchServiceVersion.V2024_07_01"
fullName: "com.azure.search.documents.SearchServiceVersion.V2024_07_01"
name: "V2024_07_01"
nameWithType: "SearchServiceVersion.V2024_07_01"
summary: "`2024-07-01` service version."
desc: "`2024-07-01` service version."
methods:
- uid: "com.azure.search.documents.SearchServiceVersion.getLatest()"
fullName: "com.azure.search.documents.SearchServiceVersion.getLatest()"
@ -83,9 +89,9 @@ methods:
syntax: "public static SearchServiceVersion[] values()"
returns:
type: "<xref href=\"com.azure.search.documents.SearchServiceVersion?alt=com.azure.search.documents.SearchServiceVersion&text=SearchServiceVersion\" data-throw-if-not-resolved=\"False\" />[]"
desc: "The versions of Azure Cognitive Search supported by this client library."
desc: "The versions of Azure AI Search supported by this client library."
implements:
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.search.documents"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -6,9 +6,9 @@ nameWithType: "FieldBuilderIgnore"
summary: "Marker annotation that indicates the field or method is to be ignored by converting to Search<wbr>Field."
syntax: "public interface **FieldBuilderIgnore**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
type: "interface"
desc: "Marker annotation that indicates the field or method is to be ignored by converting to SearchField. The annotation is useful in situations where a property definition doesn't cleanly map to a <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchField\"></xref> object, but its values still need to be converted to and from JSON. In that case, ignore annotation in json serializer library can't be used since it would disable JSON conversion. An example of a scenario where this is useful is when mapping between a string field in Azure Cognitive Search and an enum property."
desc: "Marker annotation that indicates the field or method is to be ignored by converting to SearchField. The annotation is useful in situations where a property definition doesn't cleanly map to a <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchField\"></xref> object, but its values still need to be converted to and from JSON. In that case, ignore annotation in json serializer library can't be used since it would disable JSON conversion. An example of a scenario where this is useful is when mapping between a string field in Azure AI Search and an enum property."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.search.documents.indexes"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -266,4 +266,4 @@ type: "class"
desc: "Utility class that aids in the creation of <xref uid=\"com.azure.search.documents.indexes.models.SearchIndexerDataSourceConnection\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchIndexerDataSourceConnections\"></xref>."
metadata: {}
package: "com.azure.search.documents.indexes"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -90,6 +90,18 @@ methods:
returns:
description: "A flag indicating if the field or method should generate as a sortable <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.SearchableField.isStored()"
fullName: "com.azure.search.documents.indexes.SearchableField.isStored()"
name: "isStored()"
nameWithType: "SearchableField.isStored()"
summary: "Indicates if whether the field will be persisted separately on disk to be returned in a search result."
modifiers:
- "abstract"
syntax: "public abstract boolean isStored()"
desc: "Indicates if whether the field will be persisted separately on disk to be returned in a search result."
returns:
description: "A flag indicating if the field or method should generate as a stored <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.SearchableField.searchAnalyzerName()"
fullName: "com.azure.search.documents.indexes.SearchableField.searchAnalyzerName()"
name: "searchAnalyzerName()"
@ -114,6 +126,18 @@ methods:
returns:
description: "The <xref uid=\"com.azure.search.documents.indexes.models.SynonymMap\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SynonymMap\"></xref> names that will be associated with the <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
- uid: "com.azure.search.documents.indexes.SearchableField.vectorEncodingFormat()"
fullName: "com.azure.search.documents.indexes.SearchableField.vectorEncodingFormat()"
name: "vectorEncodingFormat()"
nameWithType: "SearchableField.vectorEncodingFormat()"
summary: "A <xref uid=\"com.azure.search.documents.indexes.models.VectorEncodingFormat\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VectorEncodingFormat\"></xref> to be associated with the <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>."
modifiers:
- "abstract"
syntax: "public abstract String vectorEncodingFormat()"
desc: "A <xref uid=\"com.azure.search.documents.indexes.models.VectorEncodingFormat\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VectorEncodingFormat\"></xref> to be associated with the <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>.\n\nIf the value is empty, the field won't have a <xref uid=\"com.azure.search.documents.indexes.models.SearchField.getVectorEncodingFormat()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchField#getVectorEncodingFormat()\"></xref> value."
returns:
description: "The <xref uid=\"com.azure.search.documents.indexes.models.VectorEncodingFormat\" data-throw-if-not-resolved=\"false\" data-raw-source=\"VectorEncodingFormat\"></xref> that will be associated with the <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"field\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.SearchableField.vectorSearchDimensions()"
fullName: "com.azure.search.documents.indexes.SearchableField.vectorSearchDimensions()"
name: "vectorSearchDimensions()"
@ -144,4 +168,4 @@ implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.search.documents.indexes"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -72,4 +72,4 @@ implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.search.documents.indexes"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -133,4 +133,4 @@ type: "class"
desc: "Specifies some text and analysis components used to break that text into tokens."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -60,7 +60,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AnalyzedTokenInfo from the JsonReader."
returns:
description: "An instance of AnalyzedTokenInfo if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of AnalyzedTokenInfo if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.AnalyzedTokenInfo?alt=com.azure.search.documents.indexes.models.AnalyzedTokenInfo&text=AnalyzedTokenInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AnalyzedTokenInfo.getEndOffset()"
fullName: "com.azure.search.documents.indexes.models.AnalyzedTokenInfo.getEndOffset()"
@ -120,4 +120,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.AnalyzedTokenInfo?alt=com.azure.search.documents.indexes.models.AnalyzedTokenInfo&text=AnalyzedTokenInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,12 +54,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AsciiFoldingTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AsciiFoldingTokenFilter from the JsonReader."
returns:
description: "An instance of AsciiFoldingTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of AsciiFoldingTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter?alt=com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter&text=AsciiFoldingTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "AsciiFoldingTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter.isPreserveOriginal()"
fullName: "com.azure.search.documents.indexes.models.AsciiFoldingTokenFilter.isPreserveOriginal()"
name: "isPreserveOriginal()"
@ -100,4 +112,4 @@ type: "class"
desc: "Converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the \"Basic Latin\" Unicode block) into their ASCII equivalents, if such equivalents exist. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,284 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill"
name: "AzureOpenAIEmbeddingSkill"
nameWithType: "AzureOpenAIEmbeddingSkill"
summary: "Allows you to generate a vector embedding for a given text input using the Azure OpenAI resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill&text=SearchIndexerSkill\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getContext()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getContext&text=getContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setName(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setName&text=setName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AzureOpenAIEmbeddingSkill**</br> extends <xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill&text=SearchIndexerSkill\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.AzureOpenAIEmbeddingSkill(java.util.List<com.azure.search.documents.indexes.models.InputFieldMappingEntry>,java.util.List<com.azure.search.documents.indexes.models.OutputFieldMappingEntry>)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.AzureOpenAIEmbeddingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)"
name: "AzureOpenAIEmbeddingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)"
nameWithType: "AzureOpenAIEmbeddingSkill.AzureOpenAIEmbeddingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)"
summary: "Creates an instance of Azure<wbr>Open<wbr>AIEmbedding<wbr>Skill class."
parameters:
- description: "the inputs value to set."
name: "inputs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.InputFieldMappingEntry?alt=com.azure.search.documents.indexes.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "the outputs value to set."
name: "outputs"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.OutputFieldMappingEntry?alt=com.azure.search.documents.indexes.models.OutputFieldMappingEntry&text=OutputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AzureOpenAIEmbeddingSkill(List<InputFieldMappingEntry> inputs, List<OutputFieldMappingEntry> outputs)"
desc: "Creates an instance of AzureOpenAIEmbeddingSkill class."
methods:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AzureOpenAIEmbeddingSkill.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Azure<wbr>Open<wbr>AIEmbedding<wbr>Skill from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AzureOpenAIEmbeddingSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AzureOpenAIEmbeddingSkill from the JsonReader."
returns:
description: "An instance of AzureOpenAIEmbeddingSkill if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getApiKey()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getApiKey()"
name: "getApiKey()"
nameWithType: "AzureOpenAIEmbeddingSkill.getApiKey()"
summary: "Get the api<wbr>Key property: API key of the designated Azure OpenAI resource."
syntax: "public String getApiKey()"
desc: "Get the apiKey property: API key of the designated Azure OpenAI resource."
returns:
description: "the apiKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getAuthIdentity()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getAuthIdentity()"
name: "getAuthIdentity()"
nameWithType: "AzureOpenAIEmbeddingSkill.getAuthIdentity()"
summary: "Get the auth<wbr>Identity property: The user-assigned managed identity used for outbound connections."
syntax: "public SearchIndexerDataIdentity getAuthIdentity()"
desc: "Get the authIdentity property: The user-assigned managed identity used for outbound connections."
returns:
description: "the authIdentity value."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerDataIdentity?alt=com.azure.search.documents.indexes.models.SearchIndexerDataIdentity&text=SearchIndexerDataIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getDeploymentName()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getDeploymentName()"
name: "getDeploymentName()"
nameWithType: "AzureOpenAIEmbeddingSkill.getDeploymentName()"
summary: "Get the deployment<wbr>Name property: ID of the Azure OpenAI model deployment on the designated resource."
syntax: "public String getDeploymentName()"
desc: "Get the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource."
returns:
description: "the deploymentName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getDimensions()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getDimensions()"
name: "getDimensions()"
nameWithType: "AzureOpenAIEmbeddingSkill.getDimensions()"
summary: "Get the dimensions property: The number of dimensions the resulting output embeddings should have."
syntax: "public Integer getDimensions()"
desc: "Get the dimensions property: The number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models."
returns:
description: "the dimensions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getModelName()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getModelName()"
name: "getModelName()"
nameWithType: "AzureOpenAIEmbeddingSkill.getModelName()"
summary: "Get the model<wbr>Name property: The name of the embedding model that is deployed at the provided deployment<wbr>Id path."
syntax: "public AzureOpenAIModelName getModelName()"
desc: "Get the modelName property: The name of the embedding model that is deployed at the provided deploymentId path."
returns:
description: "the modelName value."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "AzureOpenAIEmbeddingSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getResourceUrl()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.getResourceUrl()"
name: "getResourceUrl()"
nameWithType: "AzureOpenAIEmbeddingSkill.getResourceUrl()"
summary: "Get the resource<wbr>Url property: The resource URI of the Azure OpenAI resource."
syntax: "public String getResourceUrl()"
desc: "Get the resourceUrl property: The resource URI of the Azure OpenAI resource."
returns:
description: "the resourceUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setApiKey(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setApiKey(String apiKey)"
name: "setApiKey(String apiKey)"
nameWithType: "AzureOpenAIEmbeddingSkill.setApiKey(String apiKey)"
summary: "Set the api<wbr>Key property: API key of the designated Azure OpenAI resource."
parameters:
- description: "the apiKey value to set."
name: "apiKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setApiKey(String apiKey)"
desc: "Set the apiKey property: API key of the designated Azure OpenAI resource."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setAuthIdentity(com.azure.search.documents.indexes.models.SearchIndexerDataIdentity)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
name: "setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
nameWithType: "AzureOpenAIEmbeddingSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
summary: "Set the auth<wbr>Identity property: The user-assigned managed identity used for outbound connections."
parameters:
- description: "the authIdentity value to set."
name: "authIdentity"
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerDataIdentity?alt=com.azure.search.documents.indexes.models.SearchIndexerDataIdentity&text=SearchIndexerDataIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureOpenAIEmbeddingSkill setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
desc: "Set the authIdentity property: The user-assigned managed identity used for outbound connections."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setContext(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setContext(String context)"
name: "setContext(String context)"
nameWithType: "AzureOpenAIEmbeddingSkill.setContext(String context)"
summary: "Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content)."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)"
parameters:
- name: "context"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setContext(String context)"
desc: "Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content). The default is /document."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDeploymentName(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDeploymentName(String deploymentName)"
name: "setDeploymentName(String deploymentName)"
nameWithType: "AzureOpenAIEmbeddingSkill.setDeploymentName(String deploymentName)"
summary: "Set the deployment<wbr>Name property: ID of the Azure OpenAI model deployment on the designated resource."
parameters:
- description: "the deploymentName value to set."
name: "deploymentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setDeploymentName(String deploymentName)"
desc: "Set the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDescription(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDescription(String description)"
name: "setDescription(String description)"
nameWithType: "AzureOpenAIEmbeddingSkill.setDescription(String description)"
summary: "Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)"
parameters:
- name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setDescription(String description)"
desc: "Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDimensions(java.lang.Integer)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setDimensions(Integer dimensions)"
name: "setDimensions(Integer dimensions)"
nameWithType: "AzureOpenAIEmbeddingSkill.setDimensions(Integer dimensions)"
summary: "Set the dimensions property: The number of dimensions the resulting output embeddings should have."
parameters:
- description: "the dimensions value to set."
name: "dimensions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public AzureOpenAIEmbeddingSkill setDimensions(Integer dimensions)"
desc: "Set the dimensions property: The number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setModelName(com.azure.search.documents.indexes.models.AzureOpenAIModelName)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setModelName(AzureOpenAIModelName modelName)"
name: "setModelName(AzureOpenAIModelName modelName)"
nameWithType: "AzureOpenAIEmbeddingSkill.setModelName(AzureOpenAIModelName modelName)"
summary: "Set the model<wbr>Name property: The name of the embedding model that is deployed at the provided deployment<wbr>Id path."
parameters:
- description: "the modelName value to set."
name: "modelName"
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureOpenAIEmbeddingSkill setModelName(AzureOpenAIModelName modelName)"
desc: "Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setName(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setName(String name)"
name: "setName(String name)"
nameWithType: "AzureOpenAIEmbeddingSkill.setName(String name)"
summary: "Set the name property: The name of the skill which uniquely identifies it within the skillset."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.setName(java.lang.String)"
parameters:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setResourceUrl(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.setResourceUrl(String resourceUrl)"
name: "setResourceUrl(String resourceUrl)"
nameWithType: "AzureOpenAIEmbeddingSkill.setResourceUrl(String resourceUrl)"
summary: "Set the resource<wbr>Url property: The resource URI of the Azure OpenAI resource."
parameters:
- description: "the resourceUrl value to set."
name: "resourceUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIEmbeddingSkill setResourceUrl(String resourceUrl)"
desc: "Set the resourceUrl property: The resource URI of the Azure OpenAI resource."
returns:
description: "the AzureOpenAIEmbeddingSkill object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill?alt=com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill&text=AzureOpenAIEmbeddingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AzureOpenAIEmbeddingSkill.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Allows you to generate a vector embedding for a given text input using the Azure OpenAI resource."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,109 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName"
name: "AzureOpenAIModelName"
nameWithType: "AzureOpenAIModelName"
summary: "The Azure Open AI model name that will be called."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AzureOpenAIModelName**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.AzureOpenAIModelName()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.AzureOpenAIModelName()"
name: "AzureOpenAIModelName()"
nameWithType: "AzureOpenAIModelName.AzureOpenAIModelName()"
summary: "Creates a new instance of Azure<wbr>Open<wbr>AIModel<wbr>Name value."
deprecatedTag: "Use the <xref uid=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public AzureOpenAIModelName()"
desc: "Creates a new instance of AzureOpenAIModelName value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_3_LARGE"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_3_LARGE"
name: "TEXT_EMBEDDING_3_LARGE"
nameWithType: "AzureOpenAIModelName.TEXT_EMBEDDING_3_LARGE"
summary: "Static value text-embedding-3-large for Azure<wbr>Open<wbr>AIModel<wbr>Name."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final AzureOpenAIModelName TEXT_EMBEDDING_3_LARGE"
desc: "Static value text-embedding-3-large for AzureOpenAIModelName."
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_3_SMALL"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_3_SMALL"
name: "TEXT_EMBEDDING_3_SMALL"
nameWithType: "AzureOpenAIModelName.TEXT_EMBEDDING_3_SMALL"
summary: "Static value text-embedding-3-small for Azure<wbr>Open<wbr>AIModel<wbr>Name."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final AzureOpenAIModelName TEXT_EMBEDDING_3_SMALL"
desc: "Static value text-embedding-3-small for AzureOpenAIModelName."
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_ADA_002"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.TEXT_EMBEDDING_ADA_002"
name: "TEXT_EMBEDDING_ADA_002"
nameWithType: "AzureOpenAIModelName.TEXT_EMBEDDING_ADA_002"
summary: "Static value text-embedding-ada-002 for Azure<wbr>Open<wbr>AIModel<wbr>Name."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final AzureOpenAIModelName TEXT_EMBEDDING_ADA_002"
desc: "Static value text-embedding-ada-002 for AzureOpenAIModelName."
methods:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.fromString(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.fromString(String name)"
name: "fromString(String name)"
nameWithType: "AzureOpenAIModelName.fromString(String name)"
summary: "Creates or finds a Azure<wbr>Open<wbr>AIModel<wbr>Name from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static AzureOpenAIModelName fromString(String name)"
desc: "Creates or finds a AzureOpenAIModelName from its string representation."
returns:
description: "the corresponding AzureOpenAIModelName."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.values()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIModelName.values()"
name: "values()"
nameWithType: "AzureOpenAIModelName.values()"
summary: "Gets known Azure<wbr>Open<wbr>AIModel<wbr>Name values."
modifiers:
- "static"
syntax: "public static Collection<AzureOpenAIModelName> values()"
desc: "Gets known AzureOpenAIModelName values."
returns:
description: "known AzureOpenAIModelName values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The Azure Open AI model name that will be called."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,115 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer"
name: "AzureOpenAIVectorizer"
nameWithType: "AzureOpenAIVectorizer"
summary: "Specifies the Azure OpenAI resource used to vectorize a query string."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer&text=VectorSearchVectorizer\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer.getKind()?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer.getVectorizerName()?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer.getVectorizerName&text=getVectorizerName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AzureOpenAIVectorizer**</br> extends <xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizer?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizer&text=VectorSearchVectorizer\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.AzureOpenAIVectorizer(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.AzureOpenAIVectorizer(String vectorizerName)"
name: "AzureOpenAIVectorizer(String vectorizerName)"
nameWithType: "AzureOpenAIVectorizer.AzureOpenAIVectorizer(String vectorizerName)"
summary: "Creates an instance of Azure<wbr>Open<wbr>AIVectorizer class."
parameters:
- description: "the vectorizerName value to set."
name: "vectorizerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIVectorizer(String vectorizerName)"
desc: "Creates an instance of AzureOpenAIVectorizer class."
methods:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AzureOpenAIVectorizer.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Azure<wbr>Open<wbr>AIVectorizer from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AzureOpenAIVectorizer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AzureOpenAIVectorizer from the JsonReader."
returns:
description: "An instance of AzureOpenAIVectorizer if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizer?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizer&text=AzureOpenAIVectorizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.getKind()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.getKind()"
name: "getKind()"
nameWithType: "AzureOpenAIVectorizer.getKind()"
summary: "Get the kind property: The name of the kind of vectorization method being configured for use with vector search."
overridden: "com.azure.search.documents.indexes.models.VectorSearchVectorizer.getKind()"
syntax: "public VectorSearchVectorizerKind getKind()"
desc: "Get the kind property: The name of the kind of vectorization method being configured for use with vector search."
returns:
description: "the kind value."
type: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchVectorizerKind?alt=com.azure.search.documents.indexes.models.VectorSearchVectorizerKind&text=VectorSearchVectorizerKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.getParameters()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.getParameters()"
name: "getParameters()"
nameWithType: "AzureOpenAIVectorizer.getParameters()"
summary: "Get the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization."
syntax: "public AzureOpenAIVectorizerParameters getParameters()"
desc: "Get the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization."
returns:
description: "the parameters value."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.setParameters(com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.setParameters(AzureOpenAIVectorizerParameters parameters)"
name: "setParameters(AzureOpenAIVectorizerParameters parameters)"
nameWithType: "AzureOpenAIVectorizer.setParameters(AzureOpenAIVectorizerParameters parameters)"
summary: "Set the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization."
parameters:
- description: "the parameters value to set."
name: "parameters"
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureOpenAIVectorizer setParameters(AzureOpenAIVectorizerParameters parameters)"
desc: "Set the parameters property: Contains the parameters specific to Azure OpenAI embedding vectorization."
returns:
description: "the AzureOpenAIVectorizer object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizer?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizer&text=AzureOpenAIVectorizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizer.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AzureOpenAIVectorizer.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.search.documents.indexes.models.VectorSearchVectorizer.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the Azure OpenAI resource used to vectorize a query string."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,190 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters"
name: "AzureOpenAIVectorizerParameters"
nameWithType: "AzureOpenAIVectorizerParameters"
summary: "Specifies the parameters for connecting to the Azure OpenAI resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **AzureOpenAIVectorizerParameters**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.AzureOpenAIVectorizerParameters()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.AzureOpenAIVectorizerParameters()"
name: "AzureOpenAIVectorizerParameters()"
nameWithType: "AzureOpenAIVectorizerParameters.AzureOpenAIVectorizerParameters()"
summary: "Creates an instance of Azure<wbr>Open<wbr>AIVectorizer<wbr>Parameters class."
syntax: "public AzureOpenAIVectorizerParameters()"
desc: "Creates an instance of AzureOpenAIVectorizerParameters class."
methods:
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "AzureOpenAIVectorizerParameters.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Azure<wbr>Open<wbr>AIVectorizer<wbr>Parameters from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static AzureOpenAIVectorizerParameters fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the AzureOpenAIVectorizerParameters."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of AzureOpenAIVectorizerParameters from the JsonReader."
returns:
description: "An instance of AzureOpenAIVectorizerParameters if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getApiKey()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getApiKey()"
name: "getApiKey()"
nameWithType: "AzureOpenAIVectorizerParameters.getApiKey()"
summary: "Get the api<wbr>Key property: API key of the designated Azure OpenAI resource."
syntax: "public String getApiKey()"
desc: "Get the apiKey property: API key of the designated Azure OpenAI resource."
returns:
description: "the apiKey value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getAuthIdentity()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getAuthIdentity()"
name: "getAuthIdentity()"
nameWithType: "AzureOpenAIVectorizerParameters.getAuthIdentity()"
summary: "Get the auth<wbr>Identity property: The user-assigned managed identity used for outbound connections."
syntax: "public SearchIndexerDataIdentity getAuthIdentity()"
desc: "Get the authIdentity property: The user-assigned managed identity used for outbound connections."
returns:
description: "the authIdentity value."
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerDataIdentity?alt=com.azure.search.documents.indexes.models.SearchIndexerDataIdentity&text=SearchIndexerDataIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getDeploymentName()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getDeploymentName()"
name: "getDeploymentName()"
nameWithType: "AzureOpenAIVectorizerParameters.getDeploymentName()"
summary: "Get the deployment<wbr>Name property: ID of the Azure OpenAI model deployment on the designated resource."
syntax: "public String getDeploymentName()"
desc: "Get the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource."
returns:
description: "the deploymentName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getModelName()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getModelName()"
name: "getModelName()"
nameWithType: "AzureOpenAIVectorizerParameters.getModelName()"
summary: "Get the model<wbr>Name property: The name of the embedding model that is deployed at the provided deployment<wbr>Id path."
syntax: "public AzureOpenAIModelName getModelName()"
desc: "Get the modelName property: The name of the embedding model that is deployed at the provided deploymentId path."
returns:
description: "the modelName value."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getResourceUrl()"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.getResourceUrl()"
name: "getResourceUrl()"
nameWithType: "AzureOpenAIVectorizerParameters.getResourceUrl()"
summary: "Get the resource<wbr>Url property: The resource URI of the Azure OpenAI resource."
syntax: "public String getResourceUrl()"
desc: "Get the resourceUrl property: The resource URI of the Azure OpenAI resource."
returns:
description: "the resourceUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setApiKey(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setApiKey(String apiKey)"
name: "setApiKey(String apiKey)"
nameWithType: "AzureOpenAIVectorizerParameters.setApiKey(String apiKey)"
summary: "Set the api<wbr>Key property: API key of the designated Azure OpenAI resource."
parameters:
- description: "the apiKey value to set."
name: "apiKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIVectorizerParameters setApiKey(String apiKey)"
desc: "Set the apiKey property: API key of the designated Azure OpenAI resource."
returns:
description: "the AzureOpenAIVectorizerParameters object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setAuthIdentity(com.azure.search.documents.indexes.models.SearchIndexerDataIdentity)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
name: "setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
nameWithType: "AzureOpenAIVectorizerParameters.setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
summary: "Set the auth<wbr>Identity property: The user-assigned managed identity used for outbound connections."
parameters:
- description: "the authIdentity value to set."
name: "authIdentity"
type: "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerDataIdentity?alt=com.azure.search.documents.indexes.models.SearchIndexerDataIdentity&text=SearchIndexerDataIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureOpenAIVectorizerParameters setAuthIdentity(SearchIndexerDataIdentity authIdentity)"
desc: "Set the authIdentity property: The user-assigned managed identity used for outbound connections."
returns:
description: "the AzureOpenAIVectorizerParameters object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setDeploymentName(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setDeploymentName(String deploymentName)"
name: "setDeploymentName(String deploymentName)"
nameWithType: "AzureOpenAIVectorizerParameters.setDeploymentName(String deploymentName)"
summary: "Set the deployment<wbr>Name property: ID of the Azure OpenAI model deployment on the designated resource."
parameters:
- description: "the deploymentName value to set."
name: "deploymentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIVectorizerParameters setDeploymentName(String deploymentName)"
desc: "Set the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource."
returns:
description: "the AzureOpenAIVectorizerParameters object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setModelName(com.azure.search.documents.indexes.models.AzureOpenAIModelName)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setModelName(AzureOpenAIModelName modelName)"
name: "setModelName(AzureOpenAIModelName modelName)"
nameWithType: "AzureOpenAIVectorizerParameters.setModelName(AzureOpenAIModelName modelName)"
summary: "Set the model<wbr>Name property: The name of the embedding model that is deployed at the provided deployment<wbr>Id path."
parameters:
- description: "the modelName value to set."
name: "modelName"
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIModelName?alt=com.azure.search.documents.indexes.models.AzureOpenAIModelName&text=AzureOpenAIModelName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AzureOpenAIVectorizerParameters setModelName(AzureOpenAIModelName modelName)"
desc: "Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path."
returns:
description: "the AzureOpenAIVectorizerParameters object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setResourceUrl(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.setResourceUrl(String resourceUrl)"
name: "setResourceUrl(String resourceUrl)"
nameWithType: "AzureOpenAIVectorizerParameters.setResourceUrl(String resourceUrl)"
summary: "Set the resource<wbr>Url property: The resource URI of the Azure OpenAI resource."
parameters:
- description: "the resourceUrl value to set."
name: "resourceUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AzureOpenAIVectorizerParameters setResourceUrl(String resourceUrl)"
desc: "Set the resourceUrl property: The resource URI of the Azure OpenAI resource."
returns:
description: "the AzureOpenAIVectorizerParameters object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "AzureOpenAIVectorizerParameters.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the parameters for connecting to the Azure OpenAI resource."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters?alt=com.azure.search.documents.indexes.models.AzureOpenAIVectorizerParameters&text=AzureOpenAIVectorizerParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -11,6 +11,7 @@ inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm&text=SimilarityAlgorithm\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType()?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -48,11 +49,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BM25SimilarityAlgorithm fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the BM25SimilarityAlgorithm."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BM25SimilarityAlgorithm from the JsonReader."
returns:
description: "An instance of BM25SimilarityAlgorithm if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of BM25SimilarityAlgorithm if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm?alt=com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm&text=BM25SimilarityAlgorithm\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.getB()"
fullName: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.getB()"
@ -74,6 +75,17 @@ methods:
returns:
description: "the k1 value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.getOdataType()"
name: "getOdataType()"
nameWithType: "BM25SimilarityAlgorithm.getOdataType()"
summary: "Get the odata<wbr>Type property: The @odata.<wbr>type property."
overridden: "com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: The @odata.type property."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.setB(java.lang.Double)"
fullName: "com.azure.search.documents.indexes.models.BM25SimilarityAlgorithm.setB(Double b)"
name: "setB(Double b)"
@ -119,4 +131,4 @@ type: "class"
desc: "Ranking function based on the Okapi BM25 similarity algorithm. BM25 is a TF-IDF-like algorithm that includes length normalization (controlled by the 'b' parameter) as well as term frequency saturation (controlled by the 'k1' parameter)."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,121 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression"
name: "BinaryQuantizationCompression"
nameWithType: "BinaryQuantizationCompression"
summary: "Contains configuration options specific to the binary quantization compression method used during indexing and querying."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression?alt=com.azure.search.documents.indexes.models.VectorSearchCompression&text=VectorSearchCompression\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.getCompressionName()?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.getCompressionName&text=getCompressionName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.getDefaultOversampling()?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.getDefaultOversampling&text=getDefaultOversampling\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.getKind()?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.isRerankWithOriginalVectors()?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.isRerankWithOriginalVectors&text=isRerankWithOriginalVectors\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.setDefaultOversampling(java.lang.Double)?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.setDefaultOversampling&text=setDefaultOversampling\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.setRerankWithOriginalVectors(java.lang.Boolean)?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.setRerankWithOriginalVectors&text=setRerankWithOriginalVectors\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.VectorSearchCompression.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BinaryQuantizationCompression**</br> extends <xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompression?alt=com.azure.search.documents.indexes.models.VectorSearchCompression&text=VectorSearchCompression\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.BinaryQuantizationCompression(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.BinaryQuantizationCompression(String compressionName)"
name: "BinaryQuantizationCompression(String compressionName)"
nameWithType: "BinaryQuantizationCompression.BinaryQuantizationCompression(String compressionName)"
summary: "Creates an instance of Binary<wbr>Quantization<wbr>Compression class."
parameters:
- description: "the compressionName value to set."
name: "compressionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BinaryQuantizationCompression(String compressionName)"
desc: "Creates an instance of BinaryQuantizationCompression class."
methods:
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BinaryQuantizationCompression.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Binary<wbr>Quantization<wbr>Compression from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BinaryQuantizationCompression fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BinaryQuantizationCompression from the JsonReader."
returns:
description: "An instance of BinaryQuantizationCompression if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.BinaryQuantizationCompression?alt=com.azure.search.documents.indexes.models.BinaryQuantizationCompression&text=BinaryQuantizationCompression\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.getKind()"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.getKind()"
name: "getKind()"
nameWithType: "BinaryQuantizationCompression.getKind()"
summary: "Get the kind property: The name of the kind of compression method being configured for use with vector search."
overridden: "com.azure.search.documents.indexes.models.VectorSearchCompression.getKind()"
syntax: "public VectorSearchCompressionKind getKind()"
desc: "Get the kind property: The name of the kind of compression method being configured for use with vector search."
returns:
description: "the kind value."
type: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchCompressionKind?alt=com.azure.search.documents.indexes.models.VectorSearchCompressionKind&text=VectorSearchCompressionKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.setDefaultOversampling(java.lang.Double)"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.setDefaultOversampling(Double defaultOversampling)"
name: "setDefaultOversampling(Double defaultOversampling)"
nameWithType: "BinaryQuantizationCompression.setDefaultOversampling(Double defaultOversampling)"
summary: "Set the default<wbr>Oversampling property: Default oversampling factor."
overridden: "com.azure.search.documents.indexes.models.VectorSearchCompression.setDefaultOversampling(java.lang.Double)"
parameters:
- name: "defaultOversampling"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
syntax: "public BinaryQuantizationCompression setDefaultOversampling(Double defaultOversampling)"
desc: "Set the defaultOversampling property: Default oversampling factor. Oversampling will internally request more documents (specified by this multiplier) in the initial search. This increases the set of results that will be reranked using recomputed similarity scores from full-precision vectors. Minimum value is 1, meaning no oversampling (1x). This parameter can only be set when rerankWithOriginalVectors is true. Higher values improve recall at the expense of latency."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.BinaryQuantizationCompression?alt=com.azure.search.documents.indexes.models.BinaryQuantizationCompression&text=BinaryQuantizationCompression\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.setRerankWithOriginalVectors(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.setRerankWithOriginalVectors(Boolean rerankWithOriginalVectors)"
name: "setRerankWithOriginalVectors(Boolean rerankWithOriginalVectors)"
nameWithType: "BinaryQuantizationCompression.setRerankWithOriginalVectors(Boolean rerankWithOriginalVectors)"
summary: "Set the rerank<wbr>With<wbr>Original<wbr>Vectors property: If set to true, once the ordered set of results calculated using compressed vectors are obtained, they will be reranked again by recalculating the full-precision similarity scores."
overridden: "com.azure.search.documents.indexes.models.VectorSearchCompression.setRerankWithOriginalVectors(java.lang.Boolean)"
parameters:
- name: "rerankWithOriginalVectors"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BinaryQuantizationCompression setRerankWithOriginalVectors(Boolean rerankWithOriginalVectors)"
desc: "Set the rerankWithOriginalVectors property: If set to true, once the ordered set of results calculated using compressed vectors are obtained, they will be reranked again by recalculating the full-precision similarity scores. This will improve recall at the expense of latency."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.BinaryQuantizationCompression?alt=com.azure.search.documents.indexes.models.BinaryQuantizationCompression&text=BinaryQuantizationCompression\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.BinaryQuantizationCompression.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BinaryQuantizationCompression.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.search.documents.indexes.models.VectorSearchCompression.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains configuration options specific to the binary quantization compression method used during indexing and querying."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -106,4 +106,4 @@ type: "class"
desc: "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\". This applies to embedded image content in a .PDF or other application, or image files such as .jpg and .png, in Azure blobs."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -106,4 +106,4 @@ type: "class"
desc: "Determines how to process embedded images and image files in Azure blob storage. Setting the \"imageAction\" configuration to any value other than \"none\" requires that a skillset also be attached to that indexer."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -142,4 +142,4 @@ type: "class"
desc: "Represents the parsing mode for indexing from an Azure blob data source."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -94,4 +94,4 @@ type: "class"
desc: "Determines algorithm for text extraction from PDF files in Azure blob storage."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **CharFilter**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CharFilter?alt=com.azure.search.documents.indexes.models.CharFilter&text=CharFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **CharFilter**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CharFilter?alt=com.azure.search.documents.indexes.models.CharFilter&text=CharFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.CharFilter.CharFilter(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.CharFilter.CharFilter(String name)"
@ -47,11 +47,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CharFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CharFilter from the JsonReader."
returns:
description: "An instance of CharFilter if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
description: "An instance of CharFilter if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CharFilter?alt=com.azure.search.documents.indexes.models.CharFilter&text=CharFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CharFilter.getName()"
fullName: "com.azure.search.documents.indexes.models.CharFilter.getName()"
@ -63,6 +63,16 @@ methods:
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CharFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CharFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "CharFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of char filter."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of char filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CharFilter.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.CharFilter.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -81,4 +91,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CharFilter?alt=com.azure.search.documents.indexes.models.CharFilter&text=CharFilter\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -82,4 +82,4 @@ type: "class"
desc: "Defines the names of all character filters supported by the search engine."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CjkBigramTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CjkBigramTokenFilter from the JsonReader."
returns:
description: "An instance of CjkBigramTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of CjkBigramTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CjkBigramTokenFilter?alt=com.azure.search.documents.indexes.models.CjkBigramTokenFilter&text=CjkBigramTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.getIgnoreScripts()"
fullName: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.getIgnoreScripts()"
@ -79,6 +80,17 @@ methods:
returns:
description: "the ignoreScripts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.CjkBigramTokenFilterScripts?alt=com.azure.search.documents.indexes.models.CjkBigramTokenFilterScripts&text=CjkBigramTokenFilterScripts\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "CjkBigramTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.setIgnoreScripts(com.azure.search.documents.indexes.models.CjkBigramTokenFilterScripts...)"
fullName: "com.azure.search.documents.indexes.models.CjkBigramTokenFilter.setIgnoreScripts(CjkBigramTokenFilterScripts[] ignoreScripts)"
name: "setIgnoreScripts(CjkBigramTokenFilterScripts[] ignoreScripts)"
@ -138,4 +150,4 @@ type: "class"
desc: "Forms bigrams of CJK terms that are generated from the standard tokenizer. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -103,4 +103,4 @@ methods:
desc: "Scripts that can be ignored by CjkBigramTokenFilter."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -11,6 +11,7 @@ inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm&text=SimilarityAlgorithm\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType()?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SimilarityAlgorithm.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.SimilarityAlgorithm.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -48,12 +49,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ClassicSimilarityAlgorithm fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the ClassicSimilarityAlgorithm."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ClassicSimilarityAlgorithm from the JsonReader."
returns:
description: "An instance of ClassicSimilarityAlgorithm if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of ClassicSimilarityAlgorithm if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm?alt=com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm&text=ClassicSimilarityAlgorithm\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm.getOdataType()"
name: "getOdataType()"
nameWithType: "ClassicSimilarityAlgorithm.getOdataType()"
summary: "Get the odata<wbr>Type property: The @odata.<wbr>type property."
overridden: "com.azure.search.documents.indexes.models.SimilarityAlgorithm.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: The @odata.type property."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.ClassicSimilarityAlgorithm.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -71,4 +83,4 @@ type: "class"
desc: "Legacy similarity algorithm which uses the Lucene TFIDFSimilarity implementation of TF-IDF. This variation of TF-IDF introduces static document length normalization as well as coordinating factors that penalize documents that only partially match the searched queries."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getName()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,11 +54,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ClassicTokenizer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ClassicTokenizer from the JsonReader."
returns:
description: "An instance of ClassicTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of ClassicTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ClassicTokenizer?alt=com.azure.search.documents.indexes.models.ClassicTokenizer&text=ClassicTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ClassicTokenizer.getMaxTokenLength()"
fullName: "com.azure.search.documents.indexes.models.ClassicTokenizer.getMaxTokenLength()"
@ -69,6 +70,17 @@ methods:
returns:
description: "the maxTokenLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.ClassicTokenizer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.ClassicTokenizer.getOdataType()"
name: "getOdataType()"
nameWithType: "ClassicTokenizer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of tokenizer."
overridden: "com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of tokenizer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.ClassicTokenizer.setMaxTokenLength(java.lang.Integer)"
fullName: "com.azure.search.documents.indexes.models.ClassicTokenizer.setMaxTokenLength(Integer maxTokenLength)"
name: "setMaxTokenLength(Integer maxTokenLength)"
@ -100,4 +112,4 @@ type: "class"
desc: "Grammar-based tokenizer that is suitable for processing most European-language documents. This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **CognitiveServicesAccount**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **CognitiveServicesAccount**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.CognitiveServicesAccount()"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.CognitiveServicesAccount()"
@ -43,11 +43,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CognitiveServicesAccount fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the CognitiveServicesAccount."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CognitiveServicesAccount from the JsonReader."
returns:
description: "An instance of CognitiveServicesAccount if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of CognitiveServicesAccount if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription()"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription()"
@ -59,6 +59,16 @@ methods:
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()"
name: "getOdataType()"
nameWithType: "CognitiveServicesAccount.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription(String description)"
name: "setDescription(String description)"
@ -91,4 +101,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount&text=CognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey"
name: "CognitiveServicesAccountKey"
nameWithType: "CognitiveServicesAccountKey"
summary: "An Azure AI service resource provisioned with a key that is attached to a skillset."
summary: "The multi-region account key of an Azure AI service resource that's attached to a skillset."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription()?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -54,11 +55,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CognitiveServicesAccountKey fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CognitiveServicesAccountKey from the JsonReader."
returns:
description: "An instance of CognitiveServicesAccountKey if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
description: "An instance of CognitiveServicesAccountKey if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccountKey?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccountKey&text=CognitiveServicesAccountKey\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.getKey()"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.getKey()"
@ -70,6 +71,17 @@ methods:
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.getOdataType()"
name: "getOdataType()"
nameWithType: "CognitiveServicesAccountKey.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
overridden: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.setDescription(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.CognitiveServicesAccountKey.setDescription(String description)"
name: "setDescription(String description)"
@ -111,7 +123,7 @@ methods:
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An Azure AI service resource provisioned with a key that is attached to a skillset."
desc: "The multi-region account key of an Azure AI service resource that's attached to a skillset."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -56,11 +57,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CommonGramTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CommonGramTokenFilter from the JsonReader."
returns:
description: "An instance of CommonGramTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of CommonGramTokenFilter if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CommonGramTokenFilter?alt=com.azure.search.documents.indexes.models.CommonGramTokenFilter&text=CommonGramTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.getCommonWords()"
fullName: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.getCommonWords()"
@ -72,6 +73,17 @@ methods:
returns:
description: "the commonWords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "CommonGramTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.isCaseIgnored()"
fullName: "com.azure.search.documents.indexes.models.CommonGramTokenFilter.isCaseIgnored()"
name: "isCaseIgnored()"
@ -137,4 +149,4 @@ type: "class"
desc: "Construct bigrams for frequently occurring terms while indexing. Single terms are still indexed too, with bigrams overlaid. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,12 +64,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ConditionalSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ConditionalSkill from the JsonReader."
returns:
description: "An instance of ConditionalSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of ConditionalSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ConditionalSkill?alt=com.azure.search.documents.indexes.models.ConditionalSkill&text=ConditionalSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ConditionalSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.ConditionalSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "ConditionalSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.ConditionalSkill.setContext(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.ConditionalSkill.setContext(String context)"
name: "setContext(String context)"
@ -105,7 +117,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ConditionalSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.ConditionalSkill?alt=com.azure.search.documents.indexes.models.ConditionalSkill&text=ConditionalSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ConditionalSkill.toJson(com.azure.json.JsonWriter)"
@ -125,4 +137,4 @@ type: "class"
desc: "A skill that enables scenarios that require a Boolean operation to determine the data to assign to an output."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CorsOptions from the JsonReader."
returns:
description: "An instance of CorsOptions if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of CorsOptions if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CorsOptions?alt=com.azure.search.documents.indexes.models.CorsOptions&text=CorsOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CorsOptions.getAllowedOrigins()"
fullName: "com.azure.search.documents.indexes.models.CorsOptions.getAllowedOrigins()"
@ -59,7 +59,7 @@ methods:
nameWithType: "CorsOptions.getAllowedOrigins()"
summary: "Get the allowed<wbr>Origins property: The list of origins from which Java<wbr>Script code will be granted access to your index."
syntax: "public List<String> getAllowedOrigins()"
desc: "Get the allowedOrigins property: The list of origins from which JavaScript code will be granted access to your index. Can contain a list of hosts of the form \\{protocol\\}://\\{fully-qualified-domain-name\\}\\[:\\{port\\#\\}\\], or a single \\`\\*\\` to allow all origins (not recommended)."
desc: "Get the allowedOrigins property: The list of origins from which JavaScript code will be granted access to your index. Can contain a list of hosts of the form \\{protocol\\}://\\{fully-qualified-domain-name\\}\\[:\\{port\\#\\}\\], or a single '\\*' to allow all origins (not recommended)."
returns:
description: "the allowedOrigins value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
@ -105,4 +105,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CorsOptions?alt=com.azure.search.documents.indexes.models.CorsOptions&text=CorsOptions\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getName()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -56,11 +57,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomAnalyzer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomAnalyzer from the JsonReader."
returns:
description: "An instance of CustomAnalyzer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of CustomAnalyzer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CustomAnalyzer?alt=com.azure.search.documents.indexes.models.CustomAnalyzer&text=CustomAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CustomAnalyzer.getCharFilters()"
fullName: "com.azure.search.documents.indexes.models.CustomAnalyzer.getCharFilters()"
@ -72,6 +73,17 @@ methods:
returns:
description: "the charFilters value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.CharFilterName?alt=com.azure.search.documents.indexes.models.CharFilterName&text=CharFilterName\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.CustomAnalyzer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CustomAnalyzer.getOdataType()"
name: "getOdataType()"
nameWithType: "CustomAnalyzer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of analyzer."
overridden: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of analyzer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CustomAnalyzer.getTokenFilters()"
fullName: "com.azure.search.documents.indexes.models.CustomAnalyzer.getTokenFilters()"
name: "getTokenFilters()"
@ -165,4 +177,4 @@ type: "class"
desc: "Allows you to take control over the process of converting text into indexable/searchable tokens. It's a user-defined configuration consisting of a single predefined tokenizer and one or more filters. The tokenizer is responsible for breaking text into tokens, and the filters for modifying tokens emitted by the tokenizer."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomEntity from the JsonReader."
returns:
description: "An instance of CustomEntity if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of CustomEntity if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CustomEntity?alt=com.azure.search.documents.indexes.models.CustomEntity&text=CustomEntity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CustomEntity.getAliases()"
fullName: "com.azure.search.documents.indexes.models.CustomEntity.getAliases()"
@ -345,4 +345,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CustomEntity?alt=com.azure.search.documents.indexes.models.CustomEntity&text=CustomEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomEntityAlias from the JsonReader."
returns:
description: "An instance of CustomEntityAlias if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of CustomEntityAlias if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CustomEntityAlias?alt=com.azure.search.documents.indexes.models.CustomEntityAlias&text=CustomEntityAlias\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CustomEntityAlias.getFuzzyEditDistance()"
fullName: "com.azure.search.documents.indexes.models.CustomEntityAlias.getFuzzyEditDistance()"
@ -153,4 +153,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.CustomEntityAlias?alt=com.azure.search.documents.indexes.models.CustomEntityAlias&text=CustomEntityAlias\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomEntityLookupSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomEntityLookupSkill from the JsonReader."
returns:
description: "An instance of CustomEntityLookupSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of CustomEntityLookupSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.CustomEntityLookupSkill?alt=com.azure.search.documents.indexes.models.CustomEntityLookupSkill&text=CustomEntityLookupSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.getDefaultLanguageCode()"
fullName: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.getDefaultLanguageCode()"
@ -109,6 +110,17 @@ methods:
returns:
description: "the inlineEntitiesDefinition value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.CustomEntity?alt=com.azure.search.documents.indexes.models.CustomEntity&text=CustomEntity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "CustomEntityLookupSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.isGlobalDefaultAccentSensitive()"
fullName: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.isGlobalDefaultAccentSensitive()"
name: "isGlobalDefaultAccentSensitive()"
@ -263,7 +275,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomEntityLookupSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.CustomEntityLookupSkill?alt=com.azure.search.documents.indexes.models.CustomEntityLookupSkill&text=CustomEntityLookupSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.CustomEntityLookupSkill.toJson(com.azure.json.JsonWriter)"
@ -283,4 +295,4 @@ type: "class"
desc: "A skill looks for text from a custom, user-defined list of words and phrases."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -178,4 +178,4 @@ type: "class"
desc: "The language codes supported for input text by CustomEntityLookupSkill."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **DataChangeDetectionPolicy**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy&text=DataChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **DataChangeDetectionPolicy**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy&text=DataChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.DataChangeDetectionPolicy()"
fullName: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.DataChangeDetectionPolicy()"
@ -43,12 +43,22 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DataChangeDetectionPolicy fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the DataChangeDetectionPolicy."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DataChangeDetectionPolicy from the JsonReader."
returns:
description: "An instance of DataChangeDetectionPolicy if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of DataChangeDetectionPolicy if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy&text=DataChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.getOdataType()"
name: "getOdataType()"
nameWithType: "DataChangeDetectionPolicy.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of data change detection policy."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of data change detection policy."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -67,4 +77,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy&text=DataChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **DataDeletionDetectionPolicy**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy&text=DataDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **DataDeletionDetectionPolicy**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy&text=DataDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.DataDeletionDetectionPolicy()"
fullName: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.DataDeletionDetectionPolicy()"
@ -43,12 +43,22 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DataDeletionDetectionPolicy fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the DataDeletionDetectionPolicy."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DataDeletionDetectionPolicy from the JsonReader."
returns:
description: "An instance of DataDeletionDetectionPolicy if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
description: "An instance of DataDeletionDetectionPolicy if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy&text=DataDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.getOdataType()"
name: "getOdataType()"
nameWithType: "DataDeletionDetectionPolicy.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of data deletion detection policy."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of data deletion detection policy."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -67,4 +77,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataDeletionDetectionPolicy&text=DataDeletionDetectionPolicy\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription()?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.CognitiveServicesAccount.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.CognitiveServicesAccount.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -50,12 +51,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DefaultCognitiveServicesAccount fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing the polymorphic discriminator."
- description: "If an error occurs while reading the DefaultCognitiveServicesAccount."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DefaultCognitiveServicesAccount from the JsonReader."
returns:
description: "An instance of DefaultCognitiveServicesAccount if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
description: "An instance of DefaultCognitiveServicesAccount if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount?alt=com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount&text=DefaultCognitiveServicesAccount\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount.getOdataType()"
name: "getOdataType()"
nameWithType: "DefaultCognitiveServicesAccount.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
overridden: "com.azure.search.documents.indexes.models.CognitiveServicesAccount.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of Azure AI service resource attached to a skillset."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount.setDescription(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.DefaultCognitiveServicesAccount.setDescription(String description)"
name: "setDescription(String description)"
@ -86,4 +98,4 @@ type: "class"
desc: "An empty object that represents the default Azure AI service resource for a skillset."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -56,11 +57,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DictionaryDecompounderTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DictionaryDecompounderTokenFilter from the JsonReader."
returns:
description: "An instance of DictionaryDecompounderTokenFilter if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
description: "An instance of DictionaryDecompounderTokenFilter if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter?alt=com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter&text=DictionaryDecompounderTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getMaxSubwordSize()"
fullName: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getMaxSubwordSize()"
@ -92,6 +93,17 @@ methods:
returns:
description: "the minWordSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "DictionaryDecompounderTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getWordList()"
fullName: "com.azure.search.documents.indexes.models.DictionaryDecompounderTokenFilter.getWordList()"
name: "getWordList()"
@ -185,4 +197,4 @@ type: "class"
desc: "Decomposes compound words found in many Germanic languages. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -14,6 +14,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getBoost()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getBoost&text=getBoost\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getFieldName()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getFieldName&text=getFieldName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getInterpolation()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getInterpolation&text=getInterpolation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getType()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getType&text=getType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.setInterpolation(com.azure.search.documents.indexes.models.ScoringFunctionInterpolation)?alt=com.azure.search.documents.indexes.models.ScoringFunction.setInterpolation&text=setInterpolation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.ScoringFunction.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -62,11 +63,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DistanceScoringFunction fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DistanceScoringFunction from the JsonReader."
returns:
description: "An instance of DistanceScoringFunction if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of DistanceScoringFunction if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DistanceScoringFunction?alt=com.azure.search.documents.indexes.models.DistanceScoringFunction&text=DistanceScoringFunction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DistanceScoringFunction.getParameters()"
fullName: "com.azure.search.documents.indexes.models.DistanceScoringFunction.getParameters()"
@ -78,6 +79,17 @@ methods:
returns:
description: "the parameters value."
type: "<xref href=\"com.azure.search.documents.indexes.models.DistanceScoringParameters?alt=com.azure.search.documents.indexes.models.DistanceScoringParameters&text=DistanceScoringParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DistanceScoringFunction.getType()"
fullName: "com.azure.search.documents.indexes.models.DistanceScoringFunction.getType()"
name: "getType()"
nameWithType: "DistanceScoringFunction.getType()"
summary: "Get the type property: Indicates the type of function to use."
overridden: "com.azure.search.documents.indexes.models.ScoringFunction.getType()"
syntax: "public String getType()"
desc: "Get the type property: Indicates the type of function to use. Valid values include magnitude, freshness, distance, and tag. The function type must be lower case."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DistanceScoringFunction.setInterpolation(com.azure.search.documents.indexes.models.ScoringFunctionInterpolation)"
fullName: "com.azure.search.documents.indexes.models.DistanceScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation)"
name: "setInterpolation(ScoringFunctionInterpolation interpolation)"
@ -108,4 +120,4 @@ type: "class"
desc: "Defines a function that boosts scores based on distance from a geographic location."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -54,7 +54,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DistanceScoringParameters from the JsonReader."
returns:
description: "An instance of DistanceScoringParameters if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of DistanceScoringParameters if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DistanceScoringParameters?alt=com.azure.search.documents.indexes.models.DistanceScoringParameters&text=DistanceScoringParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DistanceScoringParameters.getBoostingDistance()"
fullName: "com.azure.search.documents.indexes.models.DistanceScoringParameters.getBoostingDistance()"
@ -94,4 +94,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.DistanceScoringParameters?alt=com.azure.search.documents.indexes.models.DistanceScoringParameters&text=DistanceScoringParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DocumentExtractionSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DocumentExtractionSkill from the JsonReader."
returns:
description: "An instance of DocumentExtractionSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of DocumentExtractionSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.DocumentExtractionSkill?alt=com.azure.search.documents.indexes.models.DocumentExtractionSkill&text=DocumentExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getConfiguration()"
fullName: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getConfiguration()"
@ -89,6 +90,17 @@ methods:
returns:
description: "the dataToExtract value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "DocumentExtractionSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getParsingMode()"
fullName: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.getParsingMode()"
name: "getParsingMode()"
@ -163,7 +175,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DocumentExtractionSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.DocumentExtractionSkill?alt=com.azure.search.documents.indexes.models.DocumentExtractionSkill&text=DocumentExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.DocumentExtractionSkill.setParsingMode(java.lang.String)"
@ -197,4 +209,4 @@ type: "class"
desc: "A skill that extracts content from a file within the enrichment pipeline."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -129,4 +130,4 @@ type: "class"
desc: "Generates n-grams of the given size(s) starting from the front or the back of an input token. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -91,4 +91,4 @@ methods:
desc: "Specifies which side of the input an n-gram should be generated from."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getName()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,11 +54,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static EdgeNGramTokenizer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of EdgeNGramTokenizer from the JsonReader."
returns:
description: "An instance of EdgeNGramTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of EdgeNGramTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.EdgeNGramTokenizer?alt=com.azure.search.documents.indexes.models.EdgeNGramTokenizer&text=EdgeNGramTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getMaxGram()"
fullName: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getMaxGram()"
@ -79,6 +80,17 @@ methods:
returns:
description: "the minGram value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getOdataType()"
name: "getOdataType()"
nameWithType: "EdgeNGramTokenizer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of tokenizer."
overridden: "com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of tokenizer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getTokenChars()"
fullName: "com.azure.search.documents.indexes.models.EdgeNGramTokenizer.getTokenChars()"
name: "getTokenChars()"
@ -162,4 +174,4 @@ type: "class"
desc: "Tokenizes the input from an edge into n-grams of the given size(s). This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,11 +54,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ElisionTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ElisionTokenFilter from the JsonReader."
returns:
description: "An instance of ElisionTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of ElisionTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ElisionTokenFilter?alt=com.azure.search.documents.indexes.models.ElisionTokenFilter&text=ElisionTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ElisionTokenFilter.getArticles()"
fullName: "com.azure.search.documents.indexes.models.ElisionTokenFilter.getArticles()"
@ -69,6 +70,17 @@ methods:
returns:
description: "the articles value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.ElisionTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.ElisionTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "ElisionTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.ElisionTokenFilter.setArticles(java.lang.String...)"
fullName: "com.azure.search.documents.indexes.models.ElisionTokenFilter.setArticles(String[] articles)"
name: "setArticles(String[] articles)"
@ -114,4 +126,4 @@ type: "class"
desc: "Removes elisions. For example, \"l'avion\" (the plane) will be converted to \"avion\" (plane). This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -154,4 +154,4 @@ type: "class"
desc: "A string indicating what entity categories to return."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static EntityLinkingSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of EntityLinkingSkill from the JsonReader."
returns:
description: "An instance of EntityLinkingSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of EntityLinkingSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.EntityLinkingSkill?alt=com.azure.search.documents.indexes.models.EntityLinkingSkill&text=EntityLinkingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.EntityLinkingSkill.getDefaultLanguageCode()"
fullName: "com.azure.search.documents.indexes.models.EntityLinkingSkill.getDefaultLanguageCode()"
@ -99,6 +100,17 @@ methods:
returns:
description: "the modelVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.EntityLinkingSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.EntityLinkingSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "EntityLinkingSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.EntityLinkingSkill.setContext(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.EntityLinkingSkill.setContext(String context)"
name: "setContext(String context)"
@ -177,7 +189,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EntityLinkingSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.EntityLinkingSkill?alt=com.azure.search.documents.indexes.models.EntityLinkingSkill&text=EntityLinkingSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.EntityLinkingSkill.toJson(com.azure.json.JsonWriter)"
@ -197,4 +209,4 @@ type: "class"
desc: "Using the Text Analytics API, extracts linked entities from text."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -235,7 +236,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EntityRecognitionSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.EntityRecognitionSkill?alt=com.azure.search.documents.indexes.models.EntityRecognitionSkill&text=EntityRecognitionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.EntityRecognitionSkill.setTypelessEntitiesIncluded(java.lang.Boolean)"
@ -269,4 +270,4 @@ type: "class"
desc: "Text analytics entity recognition."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -3,7 +3,7 @@ uid: "com.azure.search.documents.indexes.models.EntityRecognitionSkillLanguage"
fullName: "com.azure.search.documents.indexes.models.EntityRecognitionSkillLanguage"
name: "EntityRecognitionSkillLanguage"
nameWithType: "EntityRecognitionSkillLanguage"
summary: "The language codes supported for input text by Entity<wbr>Recognition<wbr>Skill."
summary: "Deprecated."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
@ -343,7 +343,7 @@ methods:
description: "known EntityRecognitionSkillLanguage values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.EntityRecognitionSkillLanguage?alt=com.azure.search.documents.indexes.models.EntityRecognitionSkillLanguage&text=EntityRecognitionSkillLanguage\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The language codes supported for input text by EntityRecognitionSkill."
desc: "Deprecated. The language codes supported for input text by EntityRecognitionSkill."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -105,4 +105,4 @@ methods:
desc: "Represents the version of <xref uid=\"com.azure.search.documents.indexes.models.EntityRecognitionSkill\" data-throw-if-not-resolved=\"false\" data-raw-source=\"EntityRecognitionSkill\"></xref>."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -11,6 +11,7 @@ inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration&text=VectorSearchAlgorithmConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind()?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getName()?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -53,12 +54,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ExhaustiveKnnAlgorithmConfiguration fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ExhaustiveKnnAlgorithmConfiguration from the JsonReader."
returns:
description: "An instance of ExhaustiveKnnAlgorithmConfiguration if the JsonReader was pointing to an instance of it,\n or null if it was pointing to JSON null."
description: "An instance of ExhaustiveKnnAlgorithmConfiguration if the JsonReader was pointing to an instance of it,\n or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration?alt=com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration&text=ExhaustiveKnnAlgorithmConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration.getKind()"
fullName: "com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration.getKind()"
name: "getKind()"
nameWithType: "ExhaustiveKnnAlgorithmConfiguration.getKind()"
summary: "Get the kind property: The name of the kind of algorithm being configured for use with vector search."
overridden: "com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind()"
syntax: "public VectorSearchAlgorithmKind getKind()"
desc: "Get the kind property: The name of the kind of algorithm being configured for use with vector search."
returns:
description: "the kind value."
type: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmKind?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmKind&text=VectorSearchAlgorithmKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration.getParameters()"
fullName: "com.azure.search.documents.indexes.models.ExhaustiveKnnAlgorithmConfiguration.getParameters()"
name: "getParameters()"
@ -100,4 +112,4 @@ type: "class"
desc: "Contains configuration options specific to the exhaustive KNN algorithm used during querying, which will perform brute-force search across the entire vector index."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -47,7 +47,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ExhaustiveKnnParameters from the JsonReader."
returns:
description: "An instance of ExhaustiveKnnParameters if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of ExhaustiveKnnParameters if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ExhaustiveKnnParameters?alt=com.azure.search.documents.indexes.models.ExhaustiveKnnParameters&text=ExhaustiveKnnParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ExhaustiveKnnParameters.getMetric()"
fullName: "com.azure.search.documents.indexes.models.ExhaustiveKnnParameters.getMetric()"
@ -91,4 +91,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.ExhaustiveKnnParameters?alt=com.azure.search.documents.indexes.models.ExhaustiveKnnParameters&text=ExhaustiveKnnParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -58,4 +58,4 @@ type: "class"
desc: "Additional parameters to build <xref uid=\"com.azure.search.documents.indexes.models.SearchField\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SearchField\"></xref>."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of FieldMapping from the JsonReader."
returns:
description: "An instance of FieldMapping if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of FieldMapping if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.FieldMapping?alt=com.azure.search.documents.indexes.models.FieldMapping&text=FieldMapping\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.FieldMapping.getMappingFunction()"
fullName: "com.azure.search.documents.indexes.models.FieldMapping.getMappingFunction()"
@ -129,4 +129,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.FieldMapping?alt=com.azure.search.documents.indexes.models.FieldMapping&text=FieldMapping\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of FieldMappingFunction from the JsonReader."
returns:
description: "An instance of FieldMappingFunction if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of FieldMappingFunction if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.FieldMappingFunction?alt=com.azure.search.documents.indexes.models.FieldMappingFunction&text=FieldMappingFunction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.FieldMappingFunction.getName()"
fullName: "com.azure.search.documents.indexes.models.FieldMappingFunction.getName()"
@ -105,4 +105,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.FieldMappingFunction?alt=com.azure.search.documents.indexes.models.FieldMappingFunction&text=FieldMappingFunction\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -14,6 +14,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getBoost()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getBoost&text=getBoost\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getFieldName()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getFieldName&text=getFieldName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getInterpolation()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getInterpolation&text=getInterpolation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.getType()?alt=com.azure.search.documents.indexes.models.ScoringFunction.getType&text=getType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.setInterpolation(com.azure.search.documents.indexes.models.ScoringFunctionInterpolation)?alt=com.azure.search.documents.indexes.models.ScoringFunction.setInterpolation&text=setInterpolation\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.ScoringFunction.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.ScoringFunction.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -62,11 +63,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static FreshnessScoringFunction fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of FreshnessScoringFunction from the JsonReader."
returns:
description: "An instance of FreshnessScoringFunction if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of FreshnessScoringFunction if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.FreshnessScoringFunction?alt=com.azure.search.documents.indexes.models.FreshnessScoringFunction&text=FreshnessScoringFunction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.getParameters()"
fullName: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.getParameters()"
@ -78,6 +79,17 @@ methods:
returns:
description: "the parameters value."
type: "<xref href=\"com.azure.search.documents.indexes.models.FreshnessScoringParameters?alt=com.azure.search.documents.indexes.models.FreshnessScoringParameters&text=FreshnessScoringParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.getType()"
fullName: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.getType()"
name: "getType()"
nameWithType: "FreshnessScoringFunction.getType()"
summary: "Get the type property: Indicates the type of function to use."
overridden: "com.azure.search.documents.indexes.models.ScoringFunction.getType()"
syntax: "public String getType()"
desc: "Get the type property: Indicates the type of function to use. Valid values include magnitude, freshness, distance, and tag. The function type must be lower case."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.setInterpolation(com.azure.search.documents.indexes.models.ScoringFunctionInterpolation)"
fullName: "com.azure.search.documents.indexes.models.FreshnessScoringFunction.setInterpolation(ScoringFunctionInterpolation interpolation)"
name: "setInterpolation(ScoringFunctionInterpolation interpolation)"
@ -108,4 +120,4 @@ type: "class"
desc: "Defines a function that boosts scores based on the value of a date-time field."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of FreshnessScoringParameters from the JsonReader."
returns:
description: "An instance of FreshnessScoringParameters if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of FreshnessScoringParameters if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.FreshnessScoringParameters?alt=com.azure.search.documents.indexes.models.FreshnessScoringParameters&text=FreshnessScoringParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.FreshnessScoringParameters.getBoostingDuration()"
fullName: "com.azure.search.documents.indexes.models.FreshnessScoringParameters.getBoostingDuration()"
@ -81,4 +81,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.FreshnessScoringParameters?alt=com.azure.search.documents.indexes.models.FreshnessScoringParameters&text=FreshnessScoringParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -11,6 +11,7 @@ inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy&text=DataChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.getOdataType()?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -52,11 +53,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HighWaterMarkChangeDetectionPolicy fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of HighWaterMarkChangeDetectionPolicy from the JsonReader."
returns:
description: "An instance of HighWaterMarkChangeDetectionPolicy if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
description: "An instance of HighWaterMarkChangeDetectionPolicy if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy?alt=com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy&text=HighWaterMarkChangeDetectionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.getHighWaterMarkColumnName()"
fullName: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.getHighWaterMarkColumnName()"
@ -68,6 +69,17 @@ methods:
returns:
description: "the highWaterMarkColumnName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.getOdataType()"
name: "getOdataType()"
nameWithType: "HighWaterMarkChangeDetectionPolicy.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of data change detection policy."
overridden: "com.azure.search.documents.indexes.models.DataChangeDetectionPolicy.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of data change detection policy."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.HighWaterMarkChangeDetectionPolicy.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -85,4 +97,4 @@ type: "class"
desc: "Defines a data change detection policy that captures changes based on the value of a high water mark column."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -11,6 +11,7 @@ inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration&text=VectorSearchAlgorithmConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind()?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind&text=getKind\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getName()?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
@ -53,12 +54,23 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static HnswAlgorithmConfiguration fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of HnswAlgorithmConfiguration from the JsonReader."
returns:
description: "An instance of HnswAlgorithmConfiguration if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of HnswAlgorithmConfiguration if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration?alt=com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration&text=HnswAlgorithmConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration.getKind()"
fullName: "com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration.getKind()"
name: "getKind()"
nameWithType: "HnswAlgorithmConfiguration.getKind()"
summary: "Get the kind property: The name of the kind of algorithm being configured for use with vector search."
overridden: "com.azure.search.documents.indexes.models.VectorSearchAlgorithmConfiguration.getKind()"
syntax: "public VectorSearchAlgorithmKind getKind()"
desc: "Get the kind property: The name of the kind of algorithm being configured for use with vector search."
returns:
description: "the kind value."
type: "<xref href=\"com.azure.search.documents.indexes.models.VectorSearchAlgorithmKind?alt=com.azure.search.documents.indexes.models.VectorSearchAlgorithmKind&text=VectorSearchAlgorithmKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration.getParameters()"
fullName: "com.azure.search.documents.indexes.models.HnswAlgorithmConfiguration.getParameters()"
name: "getParameters()"
@ -100,4 +112,4 @@ type: "class"
desc: "Contains configuration options specific to the HNSW approximate nearest neighbors algorithm used during indexing and querying. The HNSW algorithm offers a tunable trade-off between search speed and accuracy."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -47,7 +47,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of HnswParameters from the JsonReader."
returns:
description: "An instance of HnswParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of HnswParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.HnswParameters?alt=com.azure.search.documents.indexes.models.HnswParameters&text=HnswParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.HnswParameters.getEfConstruction()"
fullName: "com.azure.search.documents.indexes.models.HnswParameters.getEfConstruction()"
@ -163,4 +163,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.HnswParameters?alt=com.azure.search.documents.indexes.models.HnswParameters&text=HnswParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ImageAnalysisSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ImageAnalysisSkill from the JsonReader."
returns:
description: "An instance of ImageAnalysisSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of ImageAnalysisSkill if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.ImageAnalysisSkill?alt=com.azure.search.documents.indexes.models.ImageAnalysisSkill&text=ImageAnalysisSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getDefaultLanguageCode()"
fullName: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getDefaultLanguageCode()"
@ -89,6 +90,17 @@ methods:
returns:
description: "the details value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.ImageDetail?alt=com.azure.search.documents.indexes.models.ImageDetail&text=ImageDetail\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "ImageAnalysisSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getVisualFeatures()"
fullName: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.getVisualFeatures()"
name: "getVisualFeatures()"
@ -177,7 +189,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageAnalysisSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.ImageAnalysisSkill?alt=com.azure.search.documents.indexes.models.ImageAnalysisSkill&text=ImageAnalysisSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.ImageAnalysisSkill.setVisualFeatures(com.azure.search.documents.indexes.models.VisualFeature...)"
@ -225,4 +237,4 @@ type: "class"
desc: "A skill that analyzes image files. It extracts a rich set of visual features based on the image content."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -694,4 +694,4 @@ type: "class"
desc: "The language codes supported for input by ImageAnalysisSkill."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -94,4 +94,4 @@ type: "class"
desc: "A string indicating which domain-specific details to return."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -128,4 +128,4 @@ typeParameters:
desc: "Contains a batch of document write actions to send to the index."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -0,0 +1,97 @@
### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.IndexProjectionMode"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode"
name: "IndexProjectionMode"
nameWithType: "IndexProjectionMode"
summary: "Defines behavior of the index projections in relation to the rest of the indexer."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **IndexProjectionMode**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexProjectionMode?alt=com.azure.search.documents.indexes.models.IndexProjectionMode&text=IndexProjectionMode\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.IndexProjectionMode.IndexProjectionMode()"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode.IndexProjectionMode()"
name: "IndexProjectionMode()"
nameWithType: "IndexProjectionMode.IndexProjectionMode()"
summary: "Creates a new instance of Index<wbr>Projection<wbr>Mode value."
deprecatedTag: "Use the <xref uid=\"com.azure.search.documents.indexes.models.IndexProjectionMode.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public IndexProjectionMode()"
desc: "Creates a new instance of IndexProjectionMode value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.search.documents.indexes.models.IndexProjectionMode.INCLUDE_INDEXING_PARENT_DOCUMENTS"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode.INCLUDE_INDEXING_PARENT_DOCUMENTS"
name: "INCLUDE_INDEXING_PARENT_DOCUMENTS"
nameWithType: "IndexProjectionMode.INCLUDE_INDEXING_PARENT_DOCUMENTS"
summary: "The source document will be written into the indexer's target index."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexProjectionMode?alt=com.azure.search.documents.indexes.models.IndexProjectionMode&text=IndexProjectionMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final IndexProjectionMode INCLUDE_INDEXING_PARENT_DOCUMENTS"
desc: "The source document will be written into the indexer's target index. This is the default pattern."
- uid: "com.azure.search.documents.indexes.models.IndexProjectionMode.SKIP_INDEXING_PARENT_DOCUMENTS"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode.SKIP_INDEXING_PARENT_DOCUMENTS"
name: "SKIP_INDEXING_PARENT_DOCUMENTS"
nameWithType: "IndexProjectionMode.SKIP_INDEXING_PARENT_DOCUMENTS"
summary: "The source document will be skipped from writing into the indexer's target index."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexProjectionMode?alt=com.azure.search.documents.indexes.models.IndexProjectionMode&text=IndexProjectionMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final IndexProjectionMode SKIP_INDEXING_PARENT_DOCUMENTS"
desc: "The source document will be skipped from writing into the indexer's target index."
methods:
- uid: "com.azure.search.documents.indexes.models.IndexProjectionMode.fromString(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "IndexProjectionMode.fromString(String name)"
summary: "Creates or finds a Index<wbr>Projection<wbr>Mode from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static IndexProjectionMode fromString(String name)"
desc: "Creates or finds a IndexProjectionMode from its string representation."
returns:
description: "the corresponding IndexProjectionMode."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexProjectionMode?alt=com.azure.search.documents.indexes.models.IndexProjectionMode&text=IndexProjectionMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.IndexProjectionMode.values()"
fullName: "com.azure.search.documents.indexes.models.IndexProjectionMode.values()"
name: "values()"
nameWithType: "IndexProjectionMode.values()"
summary: "Gets known Index<wbr>Projection<wbr>Mode values."
modifiers:
- "static"
syntax: "public static Collection<IndexProjectionMode> values()"
desc: "Gets known IndexProjectionMode values."
returns:
description: "known IndexProjectionMode values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexProjectionMode?alt=com.azure.search.documents.indexes.models.IndexProjectionMode&text=IndexProjectionMode\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Defines behavior of the index projections in relation to the rest of the indexer."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -94,4 +94,4 @@ type: "class"
desc: "Specifies the environment in which the indexer should execute."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -63,7 +63,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of IndexerExecutionResult from the JsonReader."
returns:
description: "An instance of IndexerExecutionResult if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of IndexerExecutionResult if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexerExecutionResult?alt=com.azure.search.documents.indexes.models.IndexerExecutionResult&text=IndexerExecutionResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.IndexerExecutionResult.getEndTime()"
fullName: "com.azure.search.documents.indexes.models.IndexerExecutionResult.getEndTime()"
@ -183,4 +183,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexerExecutionResult?alt=com.azure.search.documents.indexes.models.IndexerExecutionResult&text=IndexerExecutionResult\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -103,4 +103,4 @@ methods:
desc: "Represents the status of an individual indexer execution."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -97,4 +97,4 @@ methods:
desc: "Represents the overall indexer status."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -47,7 +47,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of IndexingParameters from the JsonReader."
returns:
description: "An instance of IndexingParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of IndexingParameters if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexingParameters?alt=com.azure.search.documents.indexes.models.IndexingParameters&text=IndexingParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.IndexingParameters.getBatchSize()"
fullName: "com.azure.search.documents.indexes.models.IndexingParameters.getBatchSize()"
@ -187,4 +187,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexingParameters?alt=com.azure.search.documents.indexes.models.IndexingParameters&text=IndexingParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -47,7 +47,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of IndexingParametersConfiguration from the JsonReader."
returns:
description: "An instance of IndexingParametersConfiguration if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
description: "An instance of IndexingParametersConfiguration if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexingParametersConfiguration?alt=com.azure.search.documents.indexes.models.IndexingParametersConfiguration&text=IndexingParametersConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.IndexingParametersConfiguration.getAdditionalProperties()"
fullName: "com.azure.search.documents.indexes.models.IndexingParametersConfiguration.getAdditionalProperties()"
@ -215,7 +215,7 @@ methods:
nameWithType: "IndexingParametersConfiguration.isIndexStorageMetadataOnlyForOversizedDocuments()"
summary: "Get the index<wbr>Storage<wbr>Metadata<wbr>Only<wbr>For<wbr>Oversized<wbr>Documents property: For Azure blobs, set this property to true to still index storage metadata for blob content that is too large to process."
syntax: "public Boolean isIndexStorageMetadataOnlyForOversizedDocuments()"
desc: "Get 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. Oversized blobs are treated as errors by default. For limits on blob size, see https://docs.microsoft.com/azure/search/search-limits-quotas-capacity."
desc: "Get 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. Oversized blobs are treated as errors by default. For limits on blob size, see https://learn.microsoft.com/azure/search/search-limits-quotas-capacity."
returns:
description: "the indexStorageMetadataOnlyForOversizedDocuments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
@ -393,11 +393,11 @@ methods:
nameWithType: "IndexingParametersConfiguration.setIndexStorageMetadataOnlyForOversizedDocuments(Boolean indexStorageMetadataOnlyForOversizedDocuments)"
summary: "Set the index<wbr>Storage<wbr>Metadata<wbr>Only<wbr>For<wbr>Oversized<wbr>Documents property: For Azure blobs, set this property to true to still index storage metadata for blob content that is too large to process."
parameters:
- description: "the indexStorageMetadataOnlyForOversizedDocuments value to\n set."
- description: "the indexStorageMetadataOnlyForOversizedDocuments value to\n set."
name: "indexStorageMetadataOnlyForOversizedDocuments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public IndexingParametersConfiguration setIndexStorageMetadataOnlyForOversizedDocuments(Boolean indexStorageMetadataOnlyForOversizedDocuments)"
desc: "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. Oversized blobs are treated as errors by default. For limits on blob size, see https://docs.microsoft.com/azure/search/search-limits-quotas-capacity."
desc: "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. Oversized blobs are treated as errors by default. For limits on blob size, see https://learn.microsoft.com/azure/search/search-limits-quotas-capacity."
returns:
description: "the IndexingParametersConfiguration object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexingParametersConfiguration?alt=com.azure.search.documents.indexes.models.IndexingParametersConfiguration&text=IndexingParametersConfiguration\" data-throw-if-not-resolved=\"False\" />"
@ -475,4 +475,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexingParametersConfiguration?alt=com.azure.search.documents.indexes.models.IndexingParametersConfiguration&text=IndexingParametersConfiguration\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of IndexingSchedule from the JsonReader."
returns:
description: "An instance of IndexingSchedule if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of IndexingSchedule if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.IndexingSchedule?alt=com.azure.search.documents.indexes.models.IndexingSchedule&text=IndexingSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.IndexingSchedule.getInterval()"
fullName: "com.azure.search.documents.indexes.models.IndexingSchedule.getInterval()"
@ -105,4 +105,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.IndexingSchedule?alt=com.azure.search.documents.indexes.models.IndexingSchedule&text=IndexingSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -51,7 +51,7 @@ methods:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of InputFieldMappingEntry from the JsonReader."
returns:
description: "An instance of InputFieldMappingEntry if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of InputFieldMappingEntry if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.InputFieldMappingEntry?alt=com.azure.search.documents.indexes.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.InputFieldMappingEntry.getInputs()"
fullName: "com.azure.search.documents.indexes.models.InputFieldMappingEntry.getInputs()"
@ -167,4 +167,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.InputFieldMappingEntry?alt=com.azure.search.documents.indexes.models.InputFieldMappingEntry&text=InputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -66,11 +67,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeepTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of KeepTokenFilter from the JsonReader."
returns:
description: "An instance of KeepTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of KeepTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.KeepTokenFilter?alt=com.azure.search.documents.indexes.models.KeepTokenFilter&text=KeepTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.KeepTokenFilter.getKeepWords()"
fullName: "com.azure.search.documents.indexes.models.KeepTokenFilter.getKeepWords()"
@ -82,6 +83,17 @@ methods:
returns:
description: "the keepWords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.KeepTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.KeepTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "KeepTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.KeepTokenFilter.setLowerCaseKeepWords(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.KeepTokenFilter.setLowerCaseKeepWords(Boolean lowerCaseKeepWords)"
name: "setLowerCaseKeepWords(Boolean lowerCaseKeepWords)"
@ -113,4 +125,4 @@ type: "class"
desc: "A token filter that only keeps tokens with text contained in a specified list of words. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeyPhraseExtractionSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of KeyPhraseExtractionSkill from the JsonReader."
returns:
description: "An instance of KeyPhraseExtractionSkill if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of KeyPhraseExtractionSkill if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill?alt=com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill&text=KeyPhraseExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.getDefaultLanguageCode()"
fullName: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.getDefaultLanguageCode()"
@ -99,6 +100,17 @@ methods:
returns:
description: "the modelVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "KeyPhraseExtractionSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.setContext(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.setContext(String context)"
name: "setContext(String context)"
@ -177,7 +189,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public KeyPhraseExtractionSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill?alt=com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill&text=KeyPhraseExtractionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.KeyPhraseExtractionSkill.toJson(com.azure.json.JsonWriter)"
@ -197,4 +209,4 @@ type: "class"
desc: "A skill that uses text analytics for key phrase extraction."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -262,4 +262,4 @@ type: "class"
desc: "The language codes supported for input text by KeyPhraseExtractionSkill."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -56,11 +57,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static KeywordMarkerTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of KeywordMarkerTokenFilter from the JsonReader."
returns:
description: "An instance of KeywordMarkerTokenFilter if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
description: "An instance of KeywordMarkerTokenFilter if the JsonReader was pointing to an instance of it, or null if\n it was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter?alt=com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter&text=KeywordMarkerTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.getKeywords()"
fullName: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.getKeywords()"
@ -72,6 +73,17 @@ methods:
returns:
description: "the keywords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "KeywordMarkerTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.isCaseIgnored()"
fullName: "com.azure.search.documents.indexes.models.KeywordMarkerTokenFilter.isCaseIgnored()"
name: "isCaseIgnored()"
@ -113,4 +125,4 @@ type: "class"
desc: "Marks terms as keywords. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getName()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalTokenizer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -81,4 +82,4 @@ type: "class"
desc: "Emits the entire input as a single token. This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -15,6 +15,7 @@ inheritedClassMethods:
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getDescription&text=getDescription\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getInputs&text=getInputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getName()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs()?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.getOutputs&text=getOutputs\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setContext&text=setContext\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription(java.lang.String)?alt=com.azure.search.documents.indexes.models.SearchIndexerSkill.setDescription&text=setDescription\" data-throw-if-not-resolved=\"False\" />"
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LanguageDetectionSkill fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LanguageDetectionSkill from the JsonReader."
returns:
description: "An instance of LanguageDetectionSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of LanguageDetectionSkill if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LanguageDetectionSkill?alt=com.azure.search.documents.indexes.models.LanguageDetectionSkill&text=LanguageDetectionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.getDefaultCountryHint()"
fullName: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.getDefaultCountryHint()"
@ -89,6 +90,17 @@ methods:
returns:
description: "the modelVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.getOdataType()"
name: "getOdataType()"
nameWithType: "LanguageDetectionSkill.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of skill."
overridden: "com.azure.search.documents.indexes.models.SearchIndexerSkill.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of skill."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.setContext(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.setContext(String context)"
name: "setContext(String context)"
@ -153,7 +165,7 @@ methods:
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public LanguageDetectionSkill setName(String name)"
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character \\`\\#\\`."
desc: "Set the name property: The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array, prefixed with the character '\\#'."
returns:
type: "<xref href=\"com.azure.search.documents.indexes.models.LanguageDetectionSkill?alt=com.azure.search.documents.indexes.models.LanguageDetectionSkill&text=LanguageDetectionSkill\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LanguageDetectionSkill.toJson(com.azure.json.JsonWriter)"
@ -173,4 +185,4 @@ type: "class"
desc: "A skill that detects the language of input text and reports a single language code for every document submitted on the request. The language code is paired with a score indicating the confidence of the analysis."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,11 +54,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LengthTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LengthTokenFilter from the JsonReader."
returns:
description: "An instance of LengthTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of LengthTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LengthTokenFilter?alt=com.azure.search.documents.indexes.models.LengthTokenFilter&text=LengthTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LengthTokenFilter.getMaxLength()"
fullName: "com.azure.search.documents.indexes.models.LengthTokenFilter.getMaxLength()"
@ -79,6 +80,17 @@ methods:
returns:
description: "the minLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.LengthTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LengthTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "LengthTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LengthTokenFilter.setMaxLength(java.lang.Integer)"
fullName: "com.azure.search.documents.indexes.models.LengthTokenFilter.setMaxLength(Integer maxLength)"
name: "setMaxLength(Integer maxLength)"
@ -124,4 +136,4 @@ type: "class"
desc: "Removes words that are too long or too short. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **LexicalAnalyzer**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **LexicalAnalyzer**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.LexicalAnalyzer.LexicalAnalyzer(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.LexicalAnalyzer.LexicalAnalyzer(String name)"
@ -47,11 +47,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LexicalAnalyzer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LexicalAnalyzer from the JsonReader."
returns:
description: "An instance of LexicalAnalyzer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of LexicalAnalyzer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getName()"
fullName: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getName()"
@ -63,6 +63,16 @@ methods:
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()"
name: "getOdataType()"
nameWithType: "LexicalAnalyzer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of analyzer."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of analyzer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -81,4 +91,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer&text=LexicalAnalyzer\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -936,7 +936,7 @@ fields:
field:
type: "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzerName?alt=com.azure.search.documents.indexes.models.LexicalAnalyzerName&text=LexicalAnalyzerName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final LexicalAnalyzerName STANDARD_ASCII_FOLDING_LUCENE"
desc: "Standard ASCII Folding Lucene analyzer. See https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search\\#Analyzers."
desc: "Standard ASCII Folding Lucene analyzer. See https://learn.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search\\#Analyzers."
- uid: "com.azure.search.documents.indexes.models.LexicalAnalyzerName.STANDARD_LUCENE"
fullName: "com.azure.search.documents.indexes.models.LexicalAnalyzerName.STANDARD_LUCENE"
name: "STANDARD_LUCENE"
@ -1186,4 +1186,4 @@ type: "class"
desc: "Defines the names of all text analyzers supported by the search engine."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -20,7 +20,7 @@ inheritedClassMethods:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **LexicalTokenizer**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer?alt=com.azure.search.documents.indexes.models.LexicalTokenizer&text=LexicalTokenizer\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public class **LexicalTokenizer**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer?alt=com.azure.search.documents.indexes.models.LexicalTokenizer&text=LexicalTokenizer\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.documents.indexes.models.LexicalTokenizer.LexicalTokenizer(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.LexicalTokenizer.LexicalTokenizer(String name)"
@ -47,11 +47,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LexicalTokenizer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LexicalTokenizer from the JsonReader."
returns:
description: "An instance of LexicalTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of LexicalTokenizer if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer?alt=com.azure.search.documents.indexes.models.LexicalTokenizer&text=LexicalTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LexicalTokenizer.getName()"
fullName: "com.azure.search.documents.indexes.models.LexicalTokenizer.getName()"
@ -63,6 +63,16 @@ methods:
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LexicalTokenizer.getOdataType()"
name: "getOdataType()"
nameWithType: "LexicalTokenizer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of tokenizer."
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of tokenizer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LexicalTokenizer.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.search.documents.indexes.models.LexicalTokenizer.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
@ -81,4 +91,4 @@ implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.documents.indexes.models.LexicalTokenizer?alt=com.azure.search.documents.indexes.models.LexicalTokenizer&text=LexicalTokenizer\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -226,4 +226,4 @@ type: "class"
desc: "Defines the names of all tokenizers supported by the search engine."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.TokenFilter.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getName()?alt=com.azure.search.documents.indexes.models.TokenFilter.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.getOdataType()?alt=com.azure.search.documents.indexes.models.TokenFilter.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.TokenFilter.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -63,11 +64,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LimitTokenFilter fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LimitTokenFilter from the JsonReader."
returns:
description: "An instance of LimitTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
description: "An instance of LimitTokenFilter if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LimitTokenFilter?alt=com.azure.search.documents.indexes.models.LimitTokenFilter&text=LimitTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LimitTokenFilter.getMaxTokenCount()"
fullName: "com.azure.search.documents.indexes.models.LimitTokenFilter.getMaxTokenCount()"
@ -79,6 +80,17 @@ methods:
returns:
description: "the maxTokenCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.LimitTokenFilter.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LimitTokenFilter.getOdataType()"
name: "getOdataType()"
nameWithType: "LimitTokenFilter.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of token filter."
overridden: "com.azure.search.documents.indexes.models.TokenFilter.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of token filter."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LimitTokenFilter.setAllTokensConsumed(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.LimitTokenFilter.setAllTokensConsumed(Boolean allTokensConsumed)"
name: "setAllTokensConsumed(Boolean allTokensConsumed)"
@ -124,4 +136,4 @@ type: "class"
desc: "Limits the number of tokens while indexing. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Просмотреть файл

@ -12,6 +12,7 @@ inheritedClassMethods:
methodsRef:
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson(com.azure.json.JsonReader)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getName()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType&text=getOdataType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson(com.azure.json.JsonWriter)?alt=com.azure.search.documents.indexes.models.LexicalAnalyzer.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
@ -53,11 +54,11 @@ methods:
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LuceneStandardAnalyzer fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties or the\n polymorphic discriminator."
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of LuceneStandardAnalyzer from the JsonReader."
returns:
description: "An instance of LuceneStandardAnalyzer if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
description: "An instance of LuceneStandardAnalyzer if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.search.documents.indexes.models.LuceneStandardAnalyzer?alt=com.azure.search.documents.indexes.models.LuceneStandardAnalyzer&text=LuceneStandardAnalyzer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getMaxTokenLength()"
fullName: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getMaxTokenLength()"
@ -69,6 +70,17 @@ methods:
returns:
description: "the maxTokenLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getOdataType()"
fullName: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getOdataType()"
name: "getOdataType()"
nameWithType: "LuceneStandardAnalyzer.getOdataType()"
summary: "Get the odata<wbr>Type property: A URI fragment specifying the type of analyzer."
overridden: "com.azure.search.documents.indexes.models.LexicalAnalyzer.getOdataType()"
syntax: "public String getOdataType()"
desc: "Get the odataType property: A URI fragment specifying the type of analyzer."
returns:
description: "the odataType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getStopwords()"
fullName: "com.azure.search.documents.indexes.models.LuceneStandardAnalyzer.getStopwords()"
name: "getStopwords()"
@ -138,4 +150,4 @@ type: "class"
desc: "Standard Apache Lucene analyzer; Composed of the standard tokenizer, lowercase filter and stop filter."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.6.6
artifact: com.azure:azure-search-documents:11.7.0

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше