Class SearchIndexerLimits
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerLimits
The SearchIndexerLimits model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the maxDocumentContentCharactersToExtract property: The maximum number of characters that will be extracted from a document picked up for indexing.Get the maxDocumentExtractionSize property: The maximum size of a document, in bytes, which will be considered valid for indexing.Get the maxRunTime property: The maximum duration that the indexer is permitted to run for one execution.
-
Constructor Details
-
SearchIndexerLimits
public SearchIndexerLimits()
-
-
Method Details
-
getMaxRunTime
Get the maxRunTime property: The maximum duration that the indexer is permitted to run for one execution.- Returns:
- the maxRunTime value.
-
getMaxDocumentExtractionSize
Get the maxDocumentExtractionSize property: The maximum size of a document, in bytes, which will be considered valid for indexing.- Returns:
- the maxDocumentExtractionSize value.
-
getMaxDocumentContentCharactersToExtract
Get the maxDocumentContentCharactersToExtract property: The maximum number of characters that will be extracted from a document picked up for indexing.- Returns:
- the maxDocumentContentCharactersToExtract value.
-