| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
SearchServiceLimits |
SearchServiceStatistics.getLimits()
Get the limits property: Service level general limits.
|
SearchServiceLimits |
SearchServiceLimits.setMaxComplexCollectionFieldsPerIndex(Integer maxComplexCollectionFieldsPerIndex)
Set the maxComplexCollectionFieldsPerIndex property: The maximum number
of fields of type Collection(Edm.ComplexType) allowed in an index.
|
SearchServiceLimits |
SearchServiceLimits.setMaxComplexObjectsInCollectionsPerDocument(Integer maxComplexObjectsInCollectionsPerDocument)
Set the maxComplexObjectsInCollectionsPerDocument property: The maximum
number of objects in complex collections allowed per document.
|
SearchServiceLimits |
SearchServiceLimits.setMaxFieldNestingDepthPerIndex(Integer maxFieldNestingDepthPerIndex)
Set the maxFieldNestingDepthPerIndex property: The maximum depth which
you can nest sub-fields in an index, including the top-level complex
field.
|
SearchServiceLimits |
SearchServiceLimits.setMaxFieldsPerIndex(Integer maxFieldsPerIndex)
Set the maxFieldsPerIndex property: The maximum allowed fields per
index.
|
| Constructor and Description |
|---|
SearchServiceStatistics(SearchServiceCounters counters,
SearchServiceLimits limits)
Constructor of
SearchServiceStatistics. |
Copyright © 2020 Microsoft Corporation. All rights reserved.