SearchIndexerWarning Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. SearchIndexerWarning
- com.
Implements
public final class SearchIndexerWarning
implements JsonSerializable<SearchIndexerWarning>
Represents an item-level warning.
Constructor Summary
Constructor | Description |
---|---|
SearchIndexerWarning(String message) |
Creates an instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromJson(JsonReader jsonReader)
Reads an instance of Search |
String |
getDetails()
Get the details property: Additional, verbose details about the warning to assist in debugging the indexer. |
String |
getDocumentationLink()
Get the documentation |
String |
getKey()
Get the key property: The key of the item which generated a warning. |
String |
getMessage()
Get the message property: The message describing the warning that occurred while processing the item. |
String |
getName()
Get the name property: The name of the source at which the warning originated. |
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SearchIndexerWarning
public SearchIndexerWarning(String message)
Creates an instance of SearchIndexerWarning class.
Parameters:
Method Details
fromJson
public static SearchIndexerWarning fromJson(JsonReader jsonReader)
Reads an instance of SearchIndexerWarning from the JsonReader.
Parameters:
Returns:
Throws:
getDetails
public String getDetails()
Get the details property: Additional, verbose details about the warning to assist in debugging the indexer. This may not be always available.
Returns:
getDocumentationLink
public String getDocumentationLink()
Get the documentationLink property: A link to a troubleshooting guide for these classes of warnings. This may not be always available.
Returns:
getKey
public String getKey()
Get the key property: The key of the item which generated a warning.
Returns:
getMessage
public String getMessage()
Get the message property: The message describing the warning that occurred while processing the item.
Returns:
getName
public String getName()
Get the name property: The name of the source at which the warning originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available.
Returns: