From 10ed766b9800e4cc7b003c39c53332b1fec6063e Mon Sep 17 00:00:00 2001 From: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> Date: Mon, 24 Feb 2020 14:36:44 -0800 Subject: [PATCH] Add Missing Tests and Remove Exists APIs (#8274) * Add missing tests * Merged in master * General code style refactoring and test cleanup * Removing more JUnit 4 code and use Java Base64.encodeToString * Removed Apache Commons code from tests * Update Azure Core version to fix dependency conflicts * Finished cleaning up client documentation and removed async test classes * Fixed Java 8 issues and update to use recording framework tools * Fix another Java 8 issue * Fixing unit tests * Fixing unit tests, making AccessConditionTests a static helper class * Update session playback records --- .../search/AutocompletePagedResponse.java | 18 +- .../java/com/azure/search/DataSources.java | 115 +- .../main/java/com/azure/search/Document.java | 5 +- .../search/DocumentResponseConversions.java | 2 +- .../azure/search/SearchApiKeyCredential.java | 4 +- .../search/SearchApiKeyPipelinePolicy.java | 6 +- .../azure/search/SearchIndexAsyncClient.java | 649 ++++----- .../com/azure/search/SearchIndexClient.java | 441 +++--- .../search/SearchIndexClientBuilder.java | 30 +- .../com/azure/search/SearchPagedResponse.java | 45 +- .../search/SearchServiceAsyncClient.java | 1274 ++++++----------- .../com/azure/search/SearchServiceClient.java | 506 +++---- .../search/SearchServiceClientBuilder.java | 13 +- .../azure/search/SearchServiceUrlParser.java | 2 +- .../azure/search/SearchServiceVersion.java | 2 +- .../azure/search/SuggestOptionsHandler.java | 14 +- .../azure/search/SuggestPagedResponse.java | 30 +- .../com/azure/search/models/GeoPoint.java | 14 +- .../com/azure/search/models/IndexBatch.java | 1 + .../azure/search/AutocompleteAsyncTests.java | 297 ---- .../azure/search/AutocompleteSyncTests.java | 136 +- .../azure/search/AutocompleteTestBase.java | 78 - .../search/CustomAnalyzerAsyncTests.java | 302 ---- .../azure/search/CustomAnalyzerSyncTests.java | 796 +++++++++- .../azure/search/CustomAnalyzerTestsBase.java | 821 ----------- .../azure/search/DataSourceAsyncTests.java | 392 ----- .../com/azure/search/DataSourceSyncTests.java | 250 ++-- .../com/azure/search/DataSourceTestBase.java | 157 -- .../com/azure/search/DataSourcesTest.java | 49 +- .../azure/search/DocumentConverterTests.java | 281 ++-- .../com/azure/search/IndexBatchTests.java | 57 +- .../search/IndexManagementAsyncTests.java | 606 -------- .../search/IndexManagementSyncTests.java | 229 ++- .../azure/search/IndexManagementTestBase.java | 141 -- .../search/IndexersManagementAsyncTests.java | 676 --------- .../search/IndexersManagementSyncTests.java | 549 +++++-- .../search/IndexersManagementTestBase.java | 430 ------ .../com/azure/search/IndexingAsyncTests.java | 970 ------------- .../com/azure/search/IndexingSyncTests.java | 314 +++- .../com/azure/search/IndexingTestBase.java | 251 ---- .../com/azure/search/LookupAsyncTests.java | 381 ----- .../com/azure/search/LookupSyncTests.java | 232 ++- .../java/com/azure/search/LookupTestBase.java | 186 --- .../com/azure/search/SearchAsyncTests.java | 202 +-- .../SearchIndexAsyncClientImplTest.java | 23 +- .../search/SearchIndexClientBuilderTests.java | 72 +- .../search/SearchIndexClientTestBase.java | 48 +- .../SearchServiceClientBuilderTests.java | 44 +- .../search/SearchServiceSubClientTests.java | 28 +- .../azure/search/SearchServiceTestBase.java | 117 +- .../search/SearchServiceUrlParserTests.java | 21 +- .../com/azure/search/SearchSyncTests.java | 258 ++-- .../java/com/azure/search/SearchTestBase.java | 82 +- .../search/SkillsetManagementAsyncTests.java | 645 --------- .../search/SkillsetManagementSyncTests.java | 856 +++++++++-- .../search/SkillsetManagementTestBase.java | 979 ------------- .../com/azure/search/SuggestAsyncTests.java | 303 ---- .../search/SuggestOptionsHandlerTests.java | 26 +- .../com/azure/search/SuggestSyncTests.java | 161 ++- .../com/azure/search/SuggestTestBase.java | 180 --- .../SynonymMapManagementAsyncTests.java | 411 ------ .../search/SynonymMapManagementSyncTests.java | 140 +- .../search/SynonymMapManagementTestBase.java | 106 -- .../java/com/azure/search/TestHelpers.java | 155 ++ .../GeoPointDeserializerTests.java | 82 +- .../Iso8601DeserializerTests.java | 17 +- .../models/CoordinateSystemUnitTests.java | 28 +- .../azure/search/models/GeoPointTests.java | 19 +- .../search/models/GeoPointUnitTests.java | 50 +- .../test/AccessConditionAsyncTests.java | 320 ----- .../search/test/AccessConditionBase.java | 82 -- .../search/test/AccessConditionTests.java | 190 ++- .../com/azure/search/test/AccessOptions.java | 2 +- .../test/CustomQueryPipelinePolicy.java | 15 +- .../models/ModelWithPrimitiveCollections.java | 28 + .../setup/AzureSearchResources.java | 52 +- .../environment/setup/SearchIndexService.java | 11 +- ...mAnalyzerThrowsHttpExceptionByDefault.json | 30 +- ...canAddCustomAnalyzerWithIndexDowntime.json | 32 +- .../canAddSynonymFieldProperty.json | 34 +- .../resources/session-records/canAnalyze.json | 54 +- .../canAnalyzeWithAllPossibleNames.json | 18 +- .../canAutocompleteDefaultsToOneTermMode.json | 26 +- ...ocompleteExcludesFieldsNotInSuggester.json | 26 +- .../canAutocompleteFuzzyIsOffByDefault.json | 26 +- .../canAutocompleteOneTerm.json | 26 +- .../canAutocompleteOneTermWithContext.json | 26 +- ...nAutocompleteStaticallyTypedDocuments.json | 26 +- ...mpleteThrowsWhenGivenBadSuggesterName.json | 22 +- ...ocompleteThrowsWhenRequestIsMalformed.json | 22 +- .../canAutocompleteTwoTerms.json | 26 +- .../session-records/canContinueSearch.json | 38 +- .../canContinueSearchWithTop.json | 144 +- .../canCreateAllAnalysisComponents.json | 98 +- .../canCreateAndDeleteDatasource.json | 26 +- .../canCreateAndDeleteIndex.json | 38 +- .../canCreateAndDeleteIndexer.json | 70 +- ...canCreateAndDeleteIndexerWithResponse.json | 70 +- .../canCreateAndDeleteSkillset.json | 38 +- .../canCreateAndDeleteSynonymMap.json | 36 +- .../canCreateAndGetIndexStats.json | 30 +- ...canCreateAndGetIndexStatsWithResponse.json | 30 +- .../canCreateAndGetIndexer.json | 78 +- .../canCreateAndListDataSources.json | 46 +- ...nCreateAndListDataSourcesWithResponse.json | 46 +- .../canCreateAndListIndexerNames.json | 78 +- .../canCreateAndListIndexers.json | 78 +- .../canCreateAndListIndexes.json | 46 +- .../canCreateAndListSkillsets.json | 46 +- .../canCreateAndListSynonymMaps.json | 46 +- .../session-records/canCreateDataSource.json | 30 +- .../canCreateDataSourceWithResponse.json | 18 +- ...ateIndexerWithBatchSizeMaxFailedItems.json | 50 +- .../canCreateIndexerWithBlobParams.json | 50 +- .../canCreateIndexerWithFieldMapping.json | 50 +- .../canCreateIndexerWithSchedule.json | 50 +- .../canCreateIndexerWithSkillset.json | 66 +- .../session-records/canDeleteBatchByKeys.json | 42 +- .../canDeserializeGeoPoint.json | 26 +- .../resources/session-records/canFilter.json | 26 +- .../canFilterNonNullableType.json | 26 +- .../canGetDocumentWithBase64EncodedKey.json | 48 + .../canGetDynamicDocument.json | 26 +- ...tDynamicDocumentWithNullOrEmptyValues.json | 26 +- .../canGetFuzzySuggestions.json | 26 +- ...dexAsyncClientAfterUsingServiceClient.json | 2 +- ...anGetIndexAsyncClientFromSearchClient.json | 2 +- ...GetIndexClientAfterUsingServiceClient.json | 2 +- .../canGetIndexClientFromSearchClient.json | 2 +- .../canGetPaginatedDocuments.json | 158 +- ...etPaginatedDocumentsWithSearchOptions.json | 158 +- .../canGetResultCountInSearch.json | 26 +- .../canGetStaticallyTypedDocument.json | 26 +- ...llyTypedDocumentWithNullOrEmptyValues.json | 26 +- ...allyTypedDocumentWithPascalCaseFields.json | 26 +- .../canIndexAndAccessResponse.json | 82 +- .../canIndexDynamicDocuments.json | 50 +- .../canIndexStaticallyTypedDocuments.json | 50 +- .../canIndexWithPascalCaseFields.json | 22 +- .../canListIndexesWithSelectedField.json | 46 +- .../canListSkillsetsWithSelectedField.json | 46 +- .../canListSynonymMapsWithSelectedField.json | 46 +- .../canMergeDynamicDocuments.json | 60 +- .../canMergeStaticallyTypedDocuments.json | 62 +- .../canResetIndexerAndGetIndexerStatus.json | 70 +- ...ndexerAndGetIndexerStatusWithResponse.json | 70 +- .../canRoundTripNonNullableValueTypes.json | 26 +- .../canRoundtripBoundaryValues.json | 86 +- ...ipStaticallyTypedPrimitiveCollections.json | 26 +- .../session-records/canRunIndexer.json | 70 +- .../canRunIndexerAndGetIndexerStatus.json | 82 +- .../canRunIndexerWithResponse.json | 70 +- .../canSearchDynamicDocuments.json | 26 +- .../canSearchStaticallyTypedDocuments.json | 26 +- .../canSearchWithCustomAnalyzer.json | 42 +- .../canSearchWithDateInStaticModel.json | 26 +- ...nSearchWithEscapedSpecialCharsInRegex.json | 26 +- .../canSearchWithLuceneSyntax.json | 26 +- .../canSearchWithMinimumCoverage.json | 26 +- .../canSearchWithRangeFacets.json | 26 +- .../session-records/canSearchWithRegex.json | 26 +- .../canSearchWithSearchModeAll.json | 26 +- .../canSearchWithSelectedFields.json | 26 +- .../canSearchWithSynonyms.json | 70 +- .../canSearchWithValueFacets.json | 26 +- .../session-records/canSerializeGeoPoint.json | 14 +- ...xplicitNullsInStaticallyTypedDocument.json | 62 +- .../canSuggestDynamicDocuments.json | 26 +- .../canSuggestStaticallyTypedDocuments.json | 26 +- .../canSuggestWithDateTimeInStaticModel.json | 26 +- .../canUpdateConnectionData.json | 2 +- .../session-records/canUpdateDataSource.json | 32 +- .../canUpdateIndexDefinition.json | 74 +- .../session-records/canUpdateIndexer.json | 64 +- ...nUpdateIndexerBatchSizeMaxFailedItems.json | 64 +- .../canUpdateIndexerBlobParams.json | 64 +- .../canUpdateIndexerDisabled.json | 64 +- .../canUpdateIndexerFieldMapping.json | 64 +- .../canUpdateIndexerSchedule.json | 64 +- .../canUpdateIndexerSkillset.json | 80 +- .../canUpdateSuggesterWithNewIndexFields.json | 46 +- .../canUpdateSynonymFieldProperty.json | 62 +- .../session-records/canUpdateSynonymMap.json | 44 +- .../canUpdateSynonymMapWithResponse.json | 44 +- .../canUseAllAnalysisComponentNames.json | 18 +- .../canUseAllAnalysisComponentOptions.json | 98 +- ...nUseAllAnalyzerNamesInIndexDefinition.json | 18 +- .../session-records/canUseAllRegexFlags.json | 18 +- .../canUseHitHighlighting.json | 26 +- .../canUseIndexWithReservedName.json | 42 +- .../canUseSuggestHitHighlighting.json | 26 +- .../canUseTopAndSkipForClientSidePaging.json | 38 +- .../countingDocsOfNewIndexGivesZero.json | 10 +- ...ustomSkillsetReturnsCorrectDefinition.json | 18 +- ...urceFailsWithUsefulMessageOnUserError.json | 10 +- ...ateDataSourceReturnsCorrectDefinition.json | 288 ++-- ...ndexFailsWithUsefulMessageOnUserError.json | 10 +- ...reateIndexReturnsCorrectDefaultValues.json | 18 +- .../createIndexReturnsCorrectDefinition.json | 18 +- ...xReturnsCorrectDefinitionWithResponse.json | 18 +- ...exerFailsWithUsefulMessageOnUserError.json | 10 +- ...createIndexerReturnsCorrectDefinition.json | 18 +- ...UpdateCreatesWhenSkillsetDoesNotExist.json | 18 +- ...sWhenSkillsetDoesNotExistWithResponse.json | 18 +- ...rceIfNotExistsFailsOnExistingResource.json | 26 +- ...sourceIfNotExistsSucceedsOnNoResource.json | 18 +- ...dateIndexCreatesWhenIndexDoesNotExist.json | 50 +- ...atesWhenIndexDoesNotExistWithResponse.json | 50 +- ...rUpdateIndexIfExistsFailsOnNoResource.json | 10 +- ...dexIfExistsSucceedsOnExistingResource.json | 32 +- ...xIfNotChangedFailsWhenResourceChanged.json | 40 +- ...tChangedSucceedsWhenResourceUnchanged.json | 32 +- ...dexIfNotExistsFailsOnExistingResource.json | 26 +- ...eIndexIfNotExistsSucceedsOnNoResource.json | 18 +- ...atingSuggesterWithExistingIndexFields.json | 40 +- ...xerIfNotExistsFailsOnExistingResource.json | 58 +- ...ndexerIfNotExistsSucceedsOnNoResource.json | 50 +- ...dateSkillsetIfExistsFailsOnNoResource.json | 10 +- ...setIfExistsSucceedsOnExistingResource.json | 32 +- ...tIfNotChangedFailsWhenResourceChanged.json | 36 +- ...tChangedSucceedsWhenResourceUnchanged.json | 32 +- ...setIfNotExistsFailsOnExistingResource.json | 26 +- ...illsetIfNotExistsSucceedsOnNoResource.json | 18 +- ...mMapCreatesWhenSynonymMapDoesNotExist.json | 18 +- ...henSynonymMapDoesNotExistWithResponse.json | 18 +- ...teSynonymMapIfExistsFailsOnNoResource.json | 10 +- ...MapIfExistsSucceedsOnExistingResource.json | 32 +- ...pIfNotChangedFailsWhenResourceChanged.json | 40 +- ...tChangedSucceedsWhenResourceUnchanged.json | 32 +- ...MapIfNotExistsFailsOnExistingResource.json | 24 +- ...nymMapIfNotExistsSucceedsOnNoResource.json | 18 +- ...createOrUpdateUpdatesCognitiveService.json | 32 +- .../createOrUpdateUpdatesSkills.json | 32 +- ...eateOrUpdateUpdatesWhenSkillsetExists.json | 32 +- ...etReturnsCorrectDefinitionConditional.json | 18 +- ...rrectDefinitionImageAnalysisKeyPhrase.json | 18 +- ...ionImageAnalysisKeyPhraseWithResponse.json | 18 +- ...rnsCorrectDefinitionLanguageDetection.json | 18 +- ...lsetReturnsCorrectDefinitionMergeText.json | 18 +- ...lsetReturnsCorrectDefinitionOcrEntity.json | 34 +- ...rectDefinitionOcrHandwritingSentiment.json | 50 +- ...tReturnsCorrectDefinitionOcrKeyPhrase.json | 50 +- ...lsetReturnsCorrectDefinitionOcrShaper.json | 18 +- ...tReturnsCorrectDefinitionOcrSplitText.json | 74 +- ...rrectDefinitionShaperWithNestedInputs.json | 18 +- ...efinitionWithCognitiveServicesDefault.json | 18 +- ...nWithEntityRecognitionDefaultSettings.json | 18 +- ...itionWithImageAnalysisDefaultSettings.json | 18 +- ...ithKeyPhraseExtractionDefaultSettings.json | 18 +- ...ectDefinitionWithMergeDefaultSettings.json | 18 +- ...rrectDefinitionWithOcrDefaultSettings.json | 18 +- ...efinitionWithSentimentDefaultSettings.json | 18 +- ...ectDefinitionWithSplitDefaultSettings.json | 18 +- ...ionWithNonShaperSkillWithNestedInputs.json | 21 +- ...mMapFailsWithUsefulMessageOnUserError.json | 10 +- ...ateSynonymMapReturnsCorrectDefinition.json | 18 +- ...pReturnsCorrectDefinitionWithResponse.json | 16 +- .../defaultSearchModeIsAny.json | 26 +- ...ceIfExistsWorksOnlyWhenResourceExists.json | 34 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 44 +- .../deleteDataSourceIsIdempotent.json | 50 +- ...exIfExistsWorksOnlyWhenResourceExists.json | 34 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 48 +- .../deleteIndexIsIdempotent.json | 50 +- ...erIfExistsWorksOnlyWhenResourceExists.json | 66 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 80 +- .../deleteIndexerIsIdempotent.json | 82 +- ...etIfExistsWorksOnlyWhenResourceExists.json | 34 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 48 +- .../deleteSkillsetIsIdempotent.json | 48 +- ...apIfExistsWorksOnlyWhenResourceExists.json | 34 +- ...fNotChangedWorksOnlyOnCurrentResource.json | 48 +- .../deleteSynonymMapIsIdempotent.json | 50 +- ...ynamicDocumentDateTimesRoundTripAsUtc.json | 36 +- ...CollectionsDoNotAllRoundtripCorrectly.json | 26 +- ...andedOnGetWhenCollectionFieldSelected.json | 24 +- ...mCollectionOnGetWhenSubFieldsSelected.json | 26 +- ...iveCollectionsRoundtripAsObjectArrays.json | 26 +- ...sReturnsFalseForNonExistingDatasource.json | 26 - ...existsReturnsFalseForNonExistingIndex.json | 26 - ...istsReturnsFalseForNonExistingIndexer.json | 26 - ...stsReturnsFalseForNonExistingSkillset.json | 26 - ...sReturnsFalseForNonExistingSynonymMap.json | 26 - ...eForNonExistingSynonymMapWithResponse.json | 26 - ...xistsReturnsTrueForExistingDatasource.json | 51 - ...TrueForExistingDatasourceWithResponse.json | 51 - .../existsReturnsTrueForExistingIndex.json | 51 - ...turnsTrueForExistingIndexWithResponse.json | 51 - .../existsReturnsTrueForExistingIndexer.json | 101 -- ...rnsTrueForExistingIndexerWithResponse.json | 101 -- .../existsReturnsTrueForExistingSkillset.json | 51 - ...nsTrueForExistingSkillsetWithResponse.json | 51 - ...xistsReturnsTrueForExistingSynonymMap.json | 51 - ...TrueForExistingSynonymMapWithResponse.json | 51 - .../session-records/fuzzyIsOffByDefault.json | 38 +- ...getDataSourceReturnsCorrectDefinition.json | 208 +-- .../getDataSourceThrowsOnNotFound.json | 14 +- ...getDocumentThrowsWhenDocumentNotFound.json | 10 +- ...tDocumentThrowsWhenRequestIsMalformed.json | 22 +- ...umentCannotAlwaysDetermineCorrectType.json | 48 + ...EmptyObjectsReturnsObjectsFullOfNulls.json | 26 +- .../getIndexReturnsCorrectDefinition.json | 32 +- ...xReturnsCorrectDefinitionWithResponse.json | 32 +- .../getIndexThrowsOnNotFound.json | 14 +- .../getIndexerThrowsOnNotFound.json | 14 +- ...etOcrSkillsetReturnsCorrectDefinition.json | 32 +- ...tReturnsCorrectDefinitionWithResponse.json | 32 +- ...ctOrientationReturnsCorrectDefinition.json | 32 +- ...tServiceStatsReturnsCorrectDefinition.json | 14 +- ...sReturnsCorrectDefinitionWithResponse.json | 14 +- .../getSkillsetThrowsOnNotFound.json | 14 +- ...pedDocumentSetsUnselectedFieldsToNull.json | 26 +- ...getSynonymMapReturnsCorrectDefinition.json | 32 +- ...pReturnsCorrectDefinitionWithResponse.json | 32 +- .../getSynonymMapThrowsOnNotFound.json | 14 +- ...ynonymMapThrowsOnNotFoundWithResponse.json | 14 +- ...ndexDoesNotThrowWhenAllActionsSucceed.json | 22 +- ...owWhenDeletingDocumentWithExtraFields.json | 42 +- ...eletingDynamicDocumentWithExtraFields.json | 42 +- ...dexWithInvalidDocumentThrowsException.json | 10 +- ...outExistingKeyThrowsIndexingException.json | 14 +- .../orderByProgressivelyBreaksTies.json | 26 +- ...TrippingDateTimeOffsetNormalizesToUtc.json | 48 + ...searchFieldsExcludesFieldsFromSuggest.json | 26 +- .../searchThrowsWhenRequestIsMalformed.json | 10 +- ...rowsWhenSpecialCharInRegexIsUnescaped.json | 10 +- .../searchWithScoringProfileBoostsScore.json | 26 +- .../searchWithoutOrderBySortsByScore.json | 26 +- ...taticallyTypedDateTimesRoundTripAsUtc.json | 38 +- ...uggestThrowsWhenGivenBadSuggesterName.json | 10 +- .../suggestThrowsWhenRequestIsMalformed.json | 10 +- ...testAutocompleteCanUseHitHighlighting.json | 26 +- ...tocompleteOneTermWithContextWithFuzzy.json | 26 +- .../testAutocompleteOneTermWithFuzzy.json | 26 +- .../testAutocompleteTopTrimsResults.json | 26 +- .../testAutocompleteTwoTermsWithFuzzy.json | 26 +- .../testAutocompleteWithFilter.json | 26 +- .../testAutocompleteWithFilterAndFuzzy.json | 26 +- ...utocompleteWithMultipleSelectedFields.json | 26 +- .../testAutocompleteWithSelectedFields.json | 26 +- .../session-records/testCanFilter.json | 26 +- .../testCanSuggestWithMinimumCoverage.json | 26 +- .../testCanSuggestWithSelectedFields.json | 26 +- .../testOrderByProgressivelyBreaksTies.json | 26 +- .../session-records/testTopTrimsResults.json | 26 +- ...teDataSourceIfExistsFailsOnNoResource.json | 10 +- ...rceIfExistsSucceedsOnExistingResource.json | 32 +- ...eIfNotChangedFailsWhenResourceChanged.json | 38 +- ...tChangedSucceedsWhenResourceUnchanged.json | 32 +- ...pdateIndexerIfExistsFailsOnNoResource.json | 10 +- ...xerIfExistsSucceedsOnExistingResource.json | 64 +- ...rIfNotChangedFailsWhenResourceChanged.json | 72 +- ...tChangedSucceedsWhenResourceUnchanged.json | 64 +- 353 files changed, 9840 insertions(+), 18026 deletions(-) delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerTestsBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/DataSourceAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/DataSourceTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexingAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/IndexingTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/LookupAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/LookupTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SuggestAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SuggestTestBase.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementTestBase.java create mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/TestHelpers.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionAsyncTests.java delete mode 100644 sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionBase.java create mode 100644 sdk/search/azure-search/src/test/resources/session-records/canGetDocumentWithBase64EncodedKey.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingDatasource.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndex.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndexer.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSkillset.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMap.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMapWithResponse.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasource.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasourceWithResponse.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndex.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexWithResponse.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexer.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexerWithResponse.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillset.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillsetWithResponse.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMap.json delete mode 100644 sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMapWithResponse.json create mode 100644 sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentCannotAlwaysDetermineCorrectType.json create mode 100644 sdk/search/azure-search/src/test/resources/session-records/roundTrippingDateTimeOffsetNormalizesToUtc.json diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/AutocompletePagedResponse.java b/sdk/search/azure-search/src/main/java/com/azure/search/AutocompletePagedResponse.java index 9fb4fc4eb6a4..90793b1999fe 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/AutocompletePagedResponse.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/AutocompletePagedResponse.java @@ -3,23 +3,21 @@ package com.azure.search; -import com.azure.core.http.HttpHeaders; import com.azure.core.http.rest.Page; import com.azure.core.http.rest.PagedResponseBase; import com.azure.core.http.rest.SimpleResponse; import com.azure.search.models.AutocompleteItem; import com.azure.search.models.AutocompleteResult; -import java.util.stream.Collectors; - /** - * Represents an HTTP response from the autocomplete API request - * that contains a list of items deserialized into a {@link Page}. + * Represents an HTTP response from the autocomplete API request that contains a list of items deserialized into a + * {@link Page}. */ -public class AutocompletePagedResponse extends PagedResponseBase { +public class AutocompletePagedResponse extends PagedResponseBase { /** * Constructor + * * @param autocompleteResponse an http response with the results */ public AutocompletePagedResponse(SimpleResponse autocompleteResponse) { @@ -28,12 +26,6 @@ public AutocompletePagedResponse(SimpleResponse autocomplete autocompleteResponse.getHeaders(), autocompleteResponse.getValue().getResults(), null, - deserializeHeaders(autocompleteResponse.getHeaders())); - } - - private static String deserializeHeaders(HttpHeaders headers) { - return headers.toMap().entrySet().stream().map((entry) -> - entry.getKey() + "," + entry.getValue() - ).collect(Collectors.joining(",")); + null); } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/DataSources.java b/sdk/search/azure-search/src/main/java/com/azure/search/DataSources.java index c58a2020e37e..b993ece9846b 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/DataSources.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/DataSources.java @@ -24,19 +24,14 @@ public class DataSources { * @param sqlConnectionString The connection string for the Azure SQL database. * @param tableOrViewName The name of the table or view from which to read rows. * @param description Optional. Description of the data source. - * @param changeDetectionPolicy The change detection policy for the data source. - * Note that only high watermark change detection - * is allowed for Azure SQL when deletion detection is enabled. + * @param changeDetectionPolicy The change detection policy for the data source. Note that only high watermark + * change detection is allowed for Azure SQL when deletion detection is enabled. * @param deletionDetectionPolicy Optional. The data deletion detection policy for the data source. - * @throws IllegalArgumentException if name, tableName or ConnectionString are null or empty. * @return A new DataSource instance. + * @throws IllegalArgumentException if name, tableName or ConnectionString are null or empty. */ - public static DataSource azureSql( - String name, - String sqlConnectionString, - String tableOrViewName, - String description, - DataChangeDetectionPolicy changeDetectionPolicy, + public static DataSource azureSql(String name, String sqlConnectionString, String tableOrViewName, + String description, DataChangeDetectionPolicy changeDetectionPolicy, DataDeletionDetectionPolicy deletionDetectionPolicy) { if (CoreUtils.isNullOrEmpty(name)) { throw new IllegalArgumentException("name cannot be null or empty"); @@ -66,10 +61,7 @@ public static DataSource azureSql( * @param tableOrViewName The name of the table or view from which to read rows. * @return A new DataSource instance. */ - public static DataSource azureSql( - String name, - String sqlConnectionString, - String tableOrViewName) { + public static DataSource azureSql(String name, String sqlConnectionString, String tableOrViewName) { return DataSources.azureSql(name, sqlConnectionString, tableOrViewName, null, null, null); } @@ -77,25 +69,19 @@ public static DataSource azureSql( * Creates a new DataSource to connect to an Azure Blob container. * * @param name The name of the data source. - * @param storageConnectionString The connection string for the Azure Storage account. - * It must follow this format: "DefaultEndpointsProtocol=https;AccountName=[your storage account]; - * AccountKey=[your account key];" Note that HTTPS is required. + * @param storageConnectionString The connection string for the Azure Storage account. It must follow this format: + * "DefaultEndpointsProtocol=https;AccountName=[your storage account]; AccountKey=[your account key];" Note that + * HTTPS is required. * @param containerName The name of the container from which to read blobs. - * @param pathPrefix Optional. If specified, the data source will include only blobs - * with names starting with this prefix. This is useful when blobs are - * organized into "virtual folders", for example. + * @param pathPrefix Optional. If specified, the data source will include only blobs with names starting with this + * prefix. This is useful when blobs are organized into "virtual folders", for example. * @param description Optional. Description of the data source * @param deletionDetectionPolicy Optional. The data deletion detection policy for the data source - * @throws IllegalArgumentException if name, containerName or storageConnectionString are null or empty. * @return A new Azure Blob DataSource instance. + * @throws IllegalArgumentException if name, containerName or storageConnectionString are null or empty. */ - public static DataSource azureBlobStorage( - String name, - String storageConnectionString, - String containerName, - String pathPrefix, - String description, - DataDeletionDetectionPolicy deletionDetectionPolicy) { + public static DataSource azureBlobStorage(String name, String storageConnectionString, String containerName, + String pathPrefix, String description, DataDeletionDetectionPolicy deletionDetectionPolicy) { if (CoreUtils.isNullOrEmpty(name)) { throw new IllegalArgumentException("name cannot be null or empty"); } @@ -121,16 +107,13 @@ public static DataSource azureBlobStorage( * Creates a new DataSource to connect to an Azure Blob container. * * @param name The name of the data source. - * @param storageConnectionString The connection string for the Azure Storage account. - * It must follow this format: "DefaultEndpointsProtocol=https;AccountName=[your storage account]; - * AccountKey=[your account key];" Note that HTTPS is required. + * @param storageConnectionString The connection string for the Azure Storage account. It must follow this format: + * "DefaultEndpointsProtocol=https;AccountName=[your storage account]; AccountKey=[your account key];" Note that + * HTTPS is required. * @param containerName The name of the container from which to read blobs. * @return A new Azure Blob DataSource instance. */ - public static DataSource azureBlobStorage( - String name, - String storageConnectionString, - String containerName) { + public static DataSource azureBlobStorage(String name, String storageConnectionString, String containerName) { return DataSources.azureBlobStorage(name, storageConnectionString, containerName, null, null, null); } @@ -138,10 +121,9 @@ public static DataSource azureBlobStorage( * Creates a new DataSource to connect to an Azure Table. * * @param name The name of the data source. - * @param storageConnectionString The connection string for the Azure Storage account. - * It must follow this format: "DefaultEndpointsProtocol=https; - * AccountName=[your storage account];AccountKey=[your account key];" - * Note that HTTPS is required. + * @param storageConnectionString The connection string for the Azure Storage account. It must follow this format: + * "DefaultEndpointsProtocol=https; AccountName=[your storage account];AccountKey=[your account key];" Note that + * HTTPS is required. * @param tableName The name of the Azure table from which to read rows. * @param query Optional. A query that is applied to the table when reading rows. * @param description Optional. Description of the data source @@ -149,13 +131,8 @@ public static DataSource azureBlobStorage( * @return A new DataSource instance. * @throws IllegalArgumentException if name, tableName or storageConnectionString are null or empty. */ - public static DataSource azureTableStorage( - String name, - String storageConnectionString, - String tableName, - String query, - String description, - DataDeletionDetectionPolicy deletionDetectionPolicy) { + public static DataSource azureTableStorage(String name, String storageConnectionString, String tableName, + String query, String description, DataDeletionDetectionPolicy deletionDetectionPolicy) { if (CoreUtils.isNullOrEmpty(name)) { throw new IllegalArgumentException("name cannot be null or empty"); } @@ -181,28 +158,24 @@ public static DataSource azureTableStorage( * Creates a new DataSource to connect to an Azure Table. * * @param name The name of the data source. - * @param storageConnectionString The connection string for the Azure Storage account. - * It must follow this format: "DefaultEndpointsProtocol=https; - * AccountName=[your storage account];AccountKey=[your account key];" - * Note that HTTPS is required. + * @param storageConnectionString The connection string for the Azure Storage account. It must follow this format: + * "DefaultEndpointsProtocol=https; AccountName=[your storage account];AccountKey=[your account key];" Note that + * HTTPS is required. * @param tableName The name of the Azure table from which to read rows. * @return A new DataSource instance. * @throws IllegalArgumentException if name, tableName or storageConnectionString are null or empty. */ - public static DataSource azureTableStorage( - String name, - String storageConnectionString, - String tableName) { + public static DataSource azureTableStorage(String name, String storageConnectionString, String tableName) { return DataSources.azureTableStorage(name, storageConnectionString, tableName, null, null, null); } - /** + /** * Creates a new DataSource to connect to a Cosmos database. * * @param name The name of the data source. * @param cosmosConnectionString The connection string for the Cosmos database. It must follow this format: - * AccountName|AccountEndpoint=[your account name or endpoint]; - * AccountKey=[your account key];Database=[your database name]" + * AccountName|AccountEndpoint=[your account name or endpoint]; AccountKey=[your account key];Database=[your + * database name]" * @param collectionName The name of the collection from which to read documents. * @param query Optional. A query that is applied to the collection when reading documents. * @param useChangeDetection Optional. Indicates whether to use change detection when indexing. Default is true. @@ -211,14 +184,8 @@ public static DataSource azureTableStorage( * @return A new DataSource instance. * @throws IllegalArgumentException if name, collectionName or cosmosConnectionString are null or empty. */ - public static DataSource cosmos( - String name, - String cosmosConnectionString, - String collectionName, - String query, - Boolean useChangeDetection, - String description, - DataDeletionDetectionPolicy deletionDetectionPolicy) { + public static DataSource cosmos(String name, String cosmosConnectionString, String collectionName, String query, + Boolean useChangeDetection, String description, DataDeletionDetectionPolicy deletionDetectionPolicy) { if (CoreUtils.isNullOrEmpty(name)) { throw new IllegalArgumentException("name cannot be null or empty"); } @@ -249,17 +216,14 @@ public static DataSource cosmos( * * @param name The name of the data source. * @param cosmosDbConnectionString The connection string for the CosmosDb database. It must follow this format: - * AccountName|AccountEndpoint=[your account name or endpoint]; - * AccountKey=[your account key];Database=[your database name]" + * AccountName|AccountEndpoint=[your account name or endpoint]; AccountKey=[your account key];Database=[your + * database name]" * @param collectionName The name of the collection from which to read documents * @param useChangeDetection Optional. Indicates whether to use change detection when indexing. Default is true. * @return A new DataSource instance. * @throws IllegalArgumentException if name, collectionName or cosmosDbConnectionString are null or empty. */ - public static DataSource cosmos( - String name, - String cosmosDbConnectionString, - String collectionName, + public static DataSource cosmos(String name, String cosmosDbConnectionString, String collectionName, Boolean useChangeDetection) { return DataSources.cosmos( name, cosmosDbConnectionString, collectionName, null, useChangeDetection, null, null); @@ -270,16 +234,13 @@ public static DataSource cosmos( * * @param name The name of the data source. * @param cosmosDbConnectionString The connection string for the CosmosDb database. It must follow this format: - * AccountName|AccountEndpoint=[your account name or endpoint]; - * AccountKey=[your account key];Database=[your database name]" + * AccountName|AccountEndpoint=[your account name or endpoint]; AccountKey=[your account key];Database=[your + * database name]" * @param collectionName The name of the collection from which to read documents * @return A new DataSource instance. * @throws IllegalArgumentException if name, collectionName or cosmosDbConnectionString are null or empty. */ - public static DataSource cosmos( - String name, - String cosmosDbConnectionString, - String collectionName) { + public static DataSource cosmos(String name, String cosmosDbConnectionString, String collectionName) { return DataSources.cosmos(name, cosmosDbConnectionString, collectionName, null, true, null, null); } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/Document.java b/sdk/search/azure-search/src/main/java/com/azure/search/Document.java index 6d15ae4c07bc..b30514bd8608 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/Document.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/Document.java @@ -23,10 +23,9 @@ public Document() { } /** - * Constructs a new {@code Document} with the same mappings as the - * specified {@code Map}. + * Constructs a new {@code Document} with the same mappings as the specified {@code Map}. * - * @param m the map whose mappings are to be placed in this map + * @param m the map whose mappings are to be placed in this map */ public Document(Map m) { super(m); diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/DocumentResponseConversions.java b/sdk/search/azure-search/src/main/java/com/azure/search/DocumentResponseConversions.java index 41562819b6a3..bd155783261a 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/DocumentResponseConversions.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/DocumentResponseConversions.java @@ -9,7 +9,7 @@ /** * Internal utility class for Document Response conversions. */ -class DocumentResponseConversions { +final class DocumentResponseConversions { private static final String ODATA_CONTEXT = "@odata.context"; diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyCredential.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyCredential.java index 797a765d2a4c..482eddff5010 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyCredential.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyCredential.java @@ -4,8 +4,8 @@ package com.azure.search; /** - * Credentials that authorize requests to Azure Cognitive Search. It uses content within the HTTP request to - * generate the correct "api-key" header value + * Credentials that authorize requests to Azure Cognitive Search. It uses content within the HTTP request to generate + * the correct "api-key" header value * * @see SearchIndexClientBuilder * @see SearchServiceClientBuilder diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyPipelinePolicy.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyPipelinePolicy.java index 03fe58451e28..e8d8041625ff 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyPipelinePolicy.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchApiKeyPipelinePolicy.java @@ -15,6 +15,7 @@ * Policy that adds the Cognitive Search Service api-key into the request's Authorization header. */ public class SearchApiKeyPipelinePolicy implements HttpPipelinePolicy { + private static final String API_KEY = "api-key"; private final SearchApiKeyCredential apiKey; @@ -25,14 +26,13 @@ public class SearchApiKeyPipelinePolicy implements HttpPipelinePolicy { * @throws IllegalArgumentException when the api key is an empty string */ public SearchApiKeyPipelinePolicy(SearchApiKeyCredential apiKey) { - Objects.requireNonNull(apiKey); + Objects.requireNonNull(apiKey, "'apiKey' cannot be null."); this.apiKey = apiKey; } @Override public Mono process(HttpPipelineCallContext context, HttpPipelineNextPolicy next) { - context.getHttpRequest() - .setHeader("api-key", this.apiKey.getApiKey()); + context.getHttpRequest().setHeader(API_KEY, this.apiKey.getApiKey()); return next.process(); } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexAsyncClient.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexAsyncClient.java index 980e0a4e8671..cd6bdaed78d8 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexAsyncClient.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexAsyncClient.java @@ -92,7 +92,7 @@ public class SearchIndexAsyncClient { * Package private constructor to be used by {@link SearchIndexClientBuilder} */ SearchIndexAsyncClient(String endpoint, String indexName, SearchServiceVersion apiVersion, - HttpPipeline httpPipeline) { + HttpPipeline httpPipeline) { SearchServiceUrlParts parts = SearchServiceUrlParser.parseServiceUrlParts(endpoint); @@ -140,265 +140,207 @@ HttpPipeline getHttpPipeline() { } /** - * Uploads a collection of documents to the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Uploads a collection of documents to the target index. * * @param documents collection of documents to upload to the target Index. - * @return document index result. + * @return The result of the document indexing actions. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono uploadDocuments(Iterable documents) { - try { - return this.uploadDocumentsWithResponse(documents) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return uploadDocumentsWithResponse(documents).map(Response::getValue); } /** - * Uploads a collection of documents to the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Uploads a collection of documents to the target index. * * @param documents collection of documents to upload to the target Index. - * @return response containing the document index result. + * @return A response containing the result of the document indexing actions. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono> uploadDocumentsWithResponse(Iterable documents) { + return withContext(context -> uploadDocumentsWithResponse(documents, context)); + } + + Mono> uploadDocumentsWithResponse(Iterable documents, Context context) { try { - return withContext(context -> uploadDocumentsWithResponse(documents, context)); + return indexWithResponse(buildIndexBatch(documents, IndexActionType.UPLOAD), context); } catch (RuntimeException ex) { return monoError(logger, ex); } } - @SuppressWarnings("unchecked") - Mono> uploadDocumentsWithResponse(Iterable documents, Context context) { - IndexBatch batch = buildIndexBatch(documents, IndexActionType.UPLOAD); - return this.indexWithResponse(batch, context); - } - /** * Merges a collection of documents with existing documents in the target index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged * @return document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono mergeDocuments(Iterable documents) { - try { - return this.mergeDocumentsWithResponse(documents) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return mergeDocumentsWithResponse(documents).map(Response::getValue); } /** * Merges a collection of documents with existing documents in the target index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged * @return response containing the document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono> mergeDocumentsWithResponse(Iterable documents) { - try { - return withContext(context -> mergeDocumentsWithResponse(documents, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return withContext(context -> mergeDocumentsWithResponse(documents, context)); } - @SuppressWarnings("unchecked") Mono> mergeDocumentsWithResponse(Iterable documents, Context context) { try { - IndexBatch batch = buildIndexBatch(documents, IndexActionType.MERGE); - return this.indexWithResponse(batch, context); + return this.indexWithResponse(buildIndexBatch(documents, IndexActionType.MERGE), context); } catch (RuntimeException ex) { return monoError(logger, ex); } } /** - * This action behaves like merge if a document with the given key already exists in the index. - * If the document does not exist, it behaves like upload with a new document. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * This action behaves like merge if a document with the given key already exists in the index. If the document does + * not exist, it behaves like upload with a new document. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged, if exists, otherwise uploaded * @return document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono mergeOrUploadDocuments(Iterable documents) { - try { - return this.mergeOrUploadDocumentsWithResponse(documents) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return mergeOrUploadDocumentsWithResponse(documents).map(Response::getValue); } /** - * This action behaves like merge if a document with the given key already exists in the index. - * If the document does not exist, it behaves like upload with a new document. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * This action behaves like merge if a document with the given key already exists in the index. If the document does + * not exist, it behaves like upload with a new document. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged, if exists, otherwise uploaded - * @return response containing the document index result. + * @return document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono> mergeOrUploadDocumentsWithResponse(Iterable documents) { - try { - return withContext(context -> mergeOrUploadDocumentsWithResponse(documents, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return withContext(context -> mergeOrUploadDocumentsWithResponse(documents, context)); } - @SuppressWarnings("unchecked") Mono> mergeOrUploadDocumentsWithResponse(Iterable documents, Context context) { try { - IndexBatch batch = buildIndexBatch(documents, IndexActionType.MERGE_OR_UPLOAD); - return this.indexWithResponse(batch, context); + return this.indexWithResponse(buildIndexBatch(documents, IndexActionType.MERGE_OR_UPLOAD), context); } catch (RuntimeException ex) { return monoError(logger, ex); } } /** - * Deletes a collection of documents from the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents + * Deletes a collection of documents from the target index. * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. - * - * @param documents collection of documents to delete from the target Index. - * Fields other than the key are ignored. + * @param documents collection of documents to delete from the target Index. Fields other than the key are ignored. * @return document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono deleteDocuments(Iterable documents) { - try { - return this.deleteDocumentsWithResponse(documents) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteDocumentsWithResponse(documents).map(Response::getValue); } /** - * Deletes a collection of documents from the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents + * Deletes a collection of documents from the target index. * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. - * - * @param documents collection of documents to delete from the target Index. - * Fields other than the key are ignored. + * @param documents collection of documents to delete from the target Index. Fields other than the key are ignored. * @return response containing the document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono> deleteDocumentsWithResponse(Iterable documents) { - try { - return withContext(context -> deleteDocumentsWithResponse(documents, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return withContext(context -> deleteDocumentsWithResponse(documents, context)); } - @SuppressWarnings("unchecked") Mono> deleteDocumentsWithResponse(Iterable documents, Context context) { try { - IndexBatch batch = buildIndexBatch(documents, IndexActionType.DELETE); - return this.indexWithResponse(batch, context); + return this.indexWithResponse(buildIndexBatch(documents, IndexActionType.DELETE), context); } catch (RuntimeException ex) { return monoError(logger, ex); } } /** - * Gets Client Api Version. + * Gets the version of the Search service the client is using. * - * @return the apiVersion value. + * @return The version of the Search service the client is using. */ public SearchServiceVersion getApiVersion() { return this.apiVersion; @@ -419,12 +361,7 @@ public String getEndpoint() { * @return the number of documents. */ public Mono getDocumentCount() { - try { - return this.getDocumentCountWithResponse() - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return this.getDocumentCountWithResponse().map(Response::getValue); } /** @@ -433,157 +370,107 @@ public Mono getDocumentCount() { * @return response containing the number of documents. */ public Mono> getDocumentCountWithResponse() { + return withContext(this::getDocumentCountWithResponse); + } + + Mono> getDocumentCountWithResponse(Context context) { try { - return withContext(this::getDocumentCountWithResponse); + return restClient.documents() + .countWithRestResponseAsync(context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getDocumentCountWithResponse(Context context) { - return restClient - .documents() - .countWithRestResponseAsync(context) - .map(Function.identity()); - } - /** - * Searches for documents in the Azure Cognitive Search index - * See https://docs.microsoft.com/rest/api/searchservice/Search-Documents + * Searches for documents in the Azure Cognitive Search index. + *

+ * If {@code searchText} is set to {@code null} or {@code "*"} all documents will be matched, see + * simple query + * syntax in Azure Search for more information about search query syntax. * - * @param searchText A full-text search query expression; - * Use null or "*" to match all documents. See - * See https://docs.microsoft.com/rest/api/searchservice/Simple-query-syntax-in-Azure-Search" - * for more information about search query syntax. - * @return A {@link PagedFluxBase} that iterates over {@link SearchResult} objects - * and provides access to the {@link SearchPagedResponse} object for each page containing HTTP response and count, - * facet, and coverage information. + * @param searchText A full-text search query expression. + * @return A {@link PagedFluxBase} that iterates over {@link SearchResult} objects and provides access to the {@link + * SearchPagedResponse} object for each page containing HTTP response and count, facet, and coverage information. + * @see Search documents */ public PagedFluxBase search(String searchText) { - try { - return this.search(searchText, null, null); - } catch (RuntimeException ex) { - return new PagedFluxBase<>(() -> monoError(logger, ex)); - } + return this.search(searchText, null, null); } /** - * Searches for documents in the Azure Cognitive Search index - * See https://docs.microsoft.com/rest/api/searchservice/Search-Documents + * Searches for documents in the Azure Cognitive Search index. + *

+ * If {@code searchText} is set to {@code null} or {@code "*"} all documents will be matched, see + * simple query + * syntax in Azure Search for more information about search query syntax. * - * @param searchText A full-text search query expression; - * Use null or "*" to match all documents. See - * See https://docs.microsoft.com/rest/api/searchservice/Simple-query-syntax-in-Azure-Search" - * for more information about search query syntax. + * @param searchText A full-text search query expression. * @param searchOptions Parameters to further refine the search query - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return A {@link PagedFluxBase} that iterates over {@link SearchResult} objects - * and provides access to the {@link SearchPagedResponse} object for each page containing HTTP response and count, - * facet, and coverage information. - */ - public PagedFluxBase search(String searchText, - SearchOptions searchOptions, - RequestOptions requestOptions) { + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging + * @return A {@link PagedFluxBase} that iterates over {@link SearchResult} objects and provides access to the {@link + * SearchPagedResponse} object for each page containing HTTP response and count, facet, and coverage information. + * @see Search documents + */ + public PagedFluxBase search(String searchText, SearchOptions searchOptions, + RequestOptions requestOptions) { try { - SearchRequest searchRequest = this.createSearchRequest(searchText, searchOptions); + SearchRequest searchRequest = createSearchRequest(searchText, searchOptions); return new PagedFluxBase<>( - - () -> withContext(context -> this.searchFirstPage(searchRequest, requestOptions, context)), + () -> withContext(context -> searchFirstPage(searchRequest, requestOptions, context)), nextPageParameters -> withContext(context -> - this.searchNextPage(searchRequest, requestOptions, nextPageParameters, context))); + searchNextPage(searchRequest, requestOptions, nextPageParameters, context))); } catch (RuntimeException ex) { return new PagedFluxBase<>(() -> monoError(logger, ex)); } } - PagedFluxBase search(String searchText, - SearchOptions searchOptions, - RequestOptions requestOptions, - Context context) { - SearchRequest searchRequest = this.createSearchRequest(searchText, searchOptions); - return new PagedFluxBase<>( - () -> this.searchFirstPage(searchRequest, requestOptions, context), - nextPageParameters -> this.searchNextPage(searchRequest, requestOptions, nextPageParameters, context)); + PagedFluxBase search(String searchText, SearchOptions searchOptions, + RequestOptions requestOptions, Context context) { + SearchRequest searchRequest = createSearchRequest(searchText, searchOptions); + return new PagedFluxBase<>(() -> searchFirstPage(searchRequest, requestOptions, context), + nextPageParameters -> searchNextPage(searchRequest, requestOptions, nextPageParameters, context)); } /** * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document + *

+ * View naming rules for guidelines on + * constructing valid document keys. * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. + * @param key The key of the document to retrieve. * @return the document object + * @see Lookup document */ public Mono getDocument(String key) { - try { - return this.getDocumentWithResponse(key, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getDocumentWithResponse(key, null, null).map(Response::getValue); } /** * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document - * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. - * @param selectedFields List of field names to retrieve for the document; - * Any field not retrieved will have null or default as its - * corresponding property value in the returned object. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return the document object - */ - public Mono getDocument( - String key, - List selectedFields, - RequestOptions requestOptions) { - try { - return this.getDocumentWithResponse(key, selectedFields, requestOptions) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - /** - * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document - * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. - * @param selectedFields List of field names to retrieve for the document; - * Any field not retrieved will have null or default as its - * corresponding property value in the returned object. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + *

+ * View naming rules for guidelines on + * constructing valid document keys. + * + * @param key The key of the document to retrieve. + * @param selectedFields List of field names to retrieve for the document; Any field not retrieved will have null or + * default as its corresponding property value in the returned object. + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the document object + * @see Lookup document */ - public Mono> getDocumentWithResponse( - String key, - List selectedFields, + public Mono> getDocumentWithResponse(String key, List selectedFields, RequestOptions requestOptions) { - try { - return withContext(context -> getDocumentWithResponse(key, selectedFields, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return withContext(context -> getDocumentWithResponse(key, selectedFields, requestOptions, context)); } - Mono> getDocumentWithResponse( - String key, - List selectedFields, - RequestOptions requestOptions, - Context context) { + Mono> getDocumentWithResponse(String key, List selectedFields, + RequestOptions requestOptions, Context context) { try { - return restClient - .documents() + return restClient.documents() .getWithRestResponseAsync(key, selectedFields, requestOptions, context) .map(res -> { Document doc = res.getValue(); @@ -599,41 +486,33 @@ Mono> getDocumentWithResponse( /** * Suggests documents in the index that match the given partial query. - * See https://docs.microsoft.com/rest/api/searchservice/Suggestions * * @param searchText The search text on which to base suggestions - * @param suggesterName The name of the suggester as specified in the suggesters collection - * that's part of the index definition - * @return A {@link PagedFluxBase} that iterates over {@link SuggestResult} objects - * and provides access to the {@link SuggestPagedResponse} object for each page containing - * HTTP response and coverage information. + * @param suggesterName The name of the suggester as specified in the suggesters collection that's part of the index + * definition + * @return A {@link PagedFluxBase} that iterates over {@link SuggestResult} objects and provides access to the + * {@link SuggestPagedResponse} object for each page containing HTTP response and coverage information. + * @see Suggestions */ public PagedFluxBase suggest(String searchText, String suggesterName) { - try { - return this.suggest(searchText, suggesterName, null, null); - } catch (RuntimeException ex) { - return new PagedFluxBase<>(() -> monoError(logger, ex)); - } + return suggest(searchText, suggesterName, null, null); } /** * Suggests documents in the index that match the given partial query. - * See https://docs.microsoft.com/rest/api/searchservice/Suggestions * * @param searchText The search text on which to base suggestions - * @param suggesterName The name of the suggester as specified in the suggesters collection - * that's part of the index definition + * @param suggesterName The name of the suggester as specified in the suggesters collection that's part of the index + * definition * @param suggestOptions Parameters to further refine the suggestion query. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return A {@link PagedFluxBase} that iterates over {@link SuggestResult} objects - * and provides access to the {@link SuggestPagedResponse} object for each page containing - * HTTP response and coverage information. - */ - public PagedFluxBase suggest(String searchText, - String suggesterName, - SuggestOptions suggestOptions, - RequestOptions requestOptions) { + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging + * @return A {@link PagedFluxBase} that iterates over {@link SuggestResult} objects and provides access to the + * {@link SuggestPagedResponse} object for each page containing HTTP response and coverage information. + * @see Suggestions + */ + public PagedFluxBase suggest(String searchText, String suggesterName, + SuggestOptions suggestOptions, RequestOptions requestOptions) { try { SuggestRequest suggestRequest = this.createSuggestRequest(searchText, suggesterName, SuggestOptionsHandler.ensureSuggestOptions(suggestOptions)); @@ -644,77 +523,64 @@ public PagedFluxBase suggest(String searchT } } - PagedFluxBase suggest(String searchText, - String suggesterName, - SuggestOptions suggestOptions, - RequestOptions requestOptions, - Context context) { + PagedFluxBase suggest(String searchText, String suggesterName, + SuggestOptions suggestOptions, RequestOptions requestOptions, Context context) { SuggestRequest suggestRequest = this.createSuggestRequest(searchText, suggesterName, SuggestOptionsHandler.ensureSuggestOptions(suggestOptions)); - return new PagedFluxBase<>( - () -> this.suggestFirst(requestOptions, suggestRequest, context)); + return new PagedFluxBase<>(() -> this.suggestFirst(requestOptions, suggestRequest, context)); } /** * Sends a batch of upload, merge, and/or delete actions to the search index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. * * @param batch The batch of index actions * @return Response containing the status of operations for all actions in the batch. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono index(IndexBatch batch) { - try { - return this.indexWithResponse(batch) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return indexWithResponse(batch).map(Response::getValue); } /** * Sends a batch of upload, merge, and/or delete actions to the search index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. * * @param batch The batch of index actions * @return Response containing the status of operations for all actions in the batch + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Mono> indexWithResponse(IndexBatch batch) { + return withContext(context -> indexWithResponse(batch, context)); + } + + Mono> indexWithResponse(IndexBatch batch, Context context) { try { - return withContext(context -> indexWithResponse(batch, context)); + return restClient.documents() + .indexWithRestResponseAsync(batch, context) + .handle((res, sink) -> { + if (res.getStatusCode() == MULTI_STATUS_CODE) { + IndexBatchException ex = new IndexBatchException(res.getValue()); + sink.error(ex); + } else { + sink.next(res); + } + }); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> indexWithResponse(IndexBatch batch, Context context) { - return restClient.documents() - .indexWithRestResponseAsync(batch, context) - .handle((res, sink) -> { - if (res.getStatusCode() == MULTI_STATUS_CODE) { - IndexBatchException ex = new IndexBatchException(res.getValue()); - sink.error(ex); - } else { - sink.next(res); - } - }); - } - /** * Autocompletes incomplete query terms based on input text and matching terms in the index. * @@ -722,13 +588,9 @@ Mono> indexWithResponse(IndexBatch batch, Cont * @param suggesterName suggester name * @return auto complete result. */ - public PagedFluxBase autocomplete( - String searchText, String suggesterName) { - try { - return this.autocomplete(searchText, suggesterName, null, null); - } catch (RuntimeException ex) { - return new PagedFluxBase<>(() -> monoError(logger, ex)); - } + public PagedFluxBase autocomplete(String searchText, + String suggesterName) { + return autocomplete(searchText, suggesterName, null, null); } /** @@ -737,36 +599,31 @@ public PagedFluxBase autocomplete( * @param searchText search text * @param suggesterName suggester name * @param autocompleteOptions autocomplete options - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return auto complete result. */ public PagedFluxBase autocomplete(String searchText, - String suggesterName, AutocompleteOptions autocompleteOptions, RequestOptions requestOptions) { + String suggesterName, AutocompleteOptions autocompleteOptions, RequestOptions requestOptions) { try { AutocompleteRequest autocompleteRequest = createAutoCompleteRequest( searchText, suggesterName, autocompleteOptions); - return new PagedFluxBase<>( - () -> withContext(context -> this.autocompleteFirst(requestOptions, autocompleteRequest, context))); + return new PagedFluxBase<>(() -> + withContext(context -> autocompleteFirst(requestOptions, autocompleteRequest, context))); } catch (RuntimeException ex) { return new PagedFluxBase<>(() -> monoError(logger, ex)); } } - PagedFluxBase autocomplete(String searchText, - String suggesterName, - AutocompleteOptions autocompleteOptions, - RequestOptions requestOptions, - Context context) { + PagedFluxBase autocomplete(String searchText, String suggesterName, + AutocompleteOptions autocompleteOptions, RequestOptions requestOptions, Context context) { AutocompleteRequest autocompleteRequest = createAutoCompleteRequest( searchText, suggesterName, autocompleteOptions); - return new PagedFluxBase<>( - () -> this.autocompleteFirst(requestOptions, autocompleteRequest, context)); + return new PagedFluxBase<>(() -> this.autocompleteFirst(requestOptions, autocompleteRequest, context)); } private Mono autocompleteFirst(RequestOptions requestOptions, - AutocompleteRequest autocompleteRequest, - Context context) { + AutocompleteRequest autocompleteRequest, Context context) { return restClient.documents() .autocompletePostWithRestResponseAsync(autocompleteRequest, requestOptions, context) .map(AutocompletePagedResponse::new); @@ -781,9 +638,8 @@ private Mono autocompleteFirst(RequestOptions request * @return {@link Mono}{@code <}{@link PagedResponse}{@code <}{@link SearchResult}{@code >}{@code >} next page * response with results */ - private Mono searchFirstPage(SearchRequest searchRequest, - RequestOptions requestOptions, - Context context) { + private Mono searchFirstPage(SearchRequest searchRequest, RequestOptions requestOptions, + Context context) { return restClient.documents() .searchPostWithRestResponseAsync(searchRequest, requestOptions, context) .map(SearchPagedResponse::new); @@ -793,21 +649,15 @@ private Mono searchFirstPage(SearchRequest searchRequest, * Retrieve the next page of a document search * * @param searchRequest the search request - * @param nextPageParameters json string holding the parameters required to get the next page: - * skip is the number of documents to skip, top is the number of documents per page. - * Due to a limitation in PageFlux, this value is stored as String and converted - * to its Integer value - * before making the next request + * @param nextPageParameters json string holding the parameters required to get the next page: skip is the number of + * documents to skip, top is the number of documents per page. Due to a limitation in PageFlux, this value is stored + * as String and converted to its Integer value before making the next request * @param context the context to associate with this operation. * @return {@link Mono}{@code <}{@link PagedResponse}{@code <}{@link SearchResult}{@code >}{@code >} next page * response with results */ - private Mono searchNextPage( - SearchRequest searchRequest, - RequestOptions requestOptions, - String nextPageParameters, - Context context) { - + private Mono searchNextPage(SearchRequest searchRequest, RequestOptions requestOptions, + String nextPageParameters, Context context) { if (CoreUtils.isNullOrEmpty(nextPageParameters)) { return Mono.empty(); } @@ -835,9 +685,8 @@ private Mono searchNextPage( .map(SearchPagedResponse::new); } - private Mono suggestFirst(RequestOptions requestOptions, - SuggestRequest suggestRequest, - Context context) { + private Mono suggestFirst(RequestOptions requestOptions, SuggestRequest suggestRequest, + Context context) { return restClient.documents() .suggestPostWithRestResponseAsync(suggestRequest, requestOptions, context) .map(SuggestPagedResponse::new); @@ -892,8 +741,8 @@ private SearchRequest createSearchRequest(String searchText, SearchOptions searc * @return SuggestRequest */ private SuggestRequest createSuggestRequest(String searchText, - String suggesterName, - SuggestOptions suggestOptions) { + String suggesterName, + SuggestOptions suggestOptions) { SuggestRequest suggestRequest = new SuggestRequest() .setSearchText(searchText) .setSuggesterName(suggesterName); @@ -934,8 +783,8 @@ private SuggestRequest createSuggestRequest(String searchText, * @return AutocompleteRequest */ private AutocompleteRequest createAutoCompleteRequest(String searchText, - String suggesterName, - AutocompleteOptions autocompleteOptions) { + String suggesterName, + AutocompleteOptions autocompleteOptions) { AutocompleteRequest autoCompleteRequest = new AutocompleteRequest() .setSearchText(searchText) .setSuggesterName(suggesterName); diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClient.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClient.java index 1e3fed98d2f6..041b57ebc222 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClient.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClient.java @@ -18,7 +18,6 @@ import com.azure.search.models.SearchResult; import com.azure.search.models.SuggestOptions; import com.azure.search.models.SuggestResult; -import reactor.core.publisher.Mono; import java.util.List; @@ -58,39 +57,35 @@ HttpPipeline getHttpPipeline() { } /** - * Uploads a collection of documents to the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Uploads a collection of documents to the target index. * * @param documents collection of documents to upload to the target Index. * @return document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public IndexDocumentsResult uploadDocuments(Iterable documents) { - return this.uploadDocumentsWithResponse(documents, Context.NONE).getValue(); + return uploadDocumentsWithResponse(documents, Context.NONE).getValue(); } /** - * Uploads a collection of documents to the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Uploads a collection of documents to the target index. * * @param documents collection of documents to upload to the target Index. * @param context additional context that is passed through the Http pipeline during the service call * @return response containing the document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Response uploadDocumentsWithResponse(Iterable documents, Context context) { return asyncClient.uploadDocumentsWithResponse(documents, context).block(); @@ -98,157 +93,143 @@ public Response uploadDocumentsWithResponse(Iterable do /** * Merges a collection of documents with existing documents in the target index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged * @return document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public IndexDocumentsResult mergeDocuments(Iterable documents) { - return this.mergeDocumentsWithResponse(documents, Context.NONE).getValue(); + return mergeDocumentsWithResponse(documents, Context.NONE).getValue(); } /** * Merges a collection of documents with existing documents in the target index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged * @param context additional context that is passed through the Http pipeline during the service call * @return response containing the document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Response mergeDocumentsWithResponse(Iterable documents, Context context) { return asyncClient.mergeDocumentsWithResponse(documents, context).block(); } /** - * This action behaves like merge if a document with the given key already exists in the index. - * If the document does not exist, it behaves like upload with a new document. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * This action behaves like merge if a document with the given key already exists in the index. If the document does + * not exist, it behaves like upload with a new document. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged, if exists, otherwise uploaded * @return document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public IndexDocumentsResult mergeOrUploadDocuments(Iterable documents) { - return this.mergeOrUploadDocumentsWithResponse(documents, Context.NONE).getValue(); + return mergeOrUploadDocumentsWithResponse(documents, Context.NONE).getValue(); } /** - * This action behaves like merge if a document with the given key already exists in the index. - * If the document does not exist, it behaves like upload with a new document. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * If the type of the document contains non-nullable primitive-typed properties, these properties may not - * merge correctly. If you do not set such a property, it will automatically take its default value - * (for example, 0 for int or false for boolean), which will override the value of the property currently stored - * in the index, even if this was not your intent. For this reason, it is strongly recommended that you always - * declare primitive-typed properties with their class equivalents (for example, an integer property should be - * of type Integer instead of int). - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * This action behaves like merge if a document with the given key already exists in the index. If the document does + * not exist, it behaves like upload with a new document. + *

+ * If the type of the document contains non-nullable primitive-typed properties, these properties may not merge + * correctly. If you do not set such a property, it will automatically take its default value (for example, + * {@code 0} for {@code int} or {@code false} for {@code boolean}), which will override the value of the property + * currently stored in the index, even if this was not your intent. For this reason, it is strongly recommended + * that you always declare primitive-typed properties with their class equivalents (for example, an integer + * property should be of type {@code Integer} instead of {@code int}). * * @param documents collection of documents to be merged, if exists, otherwise uploaded * @param context additional context that is passed through the Http pipeline during the service call * @return response containing a document index result + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Response mergeOrUploadDocumentsWithResponse(Iterable documents, Context context) { return asyncClient.mergeOrUploadDocumentsWithResponse(documents, context).block(); } /** - * Deletes a collection of documents from the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Deletes a collection of documents from the target index. * - * @param documents collection of documents to delete from the target Index. - * Fields other than the key are ignored. + * @param documents collection of documents to delete from the target Index. Fields other than the key are ignored. * @return document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public IndexDocumentsResult deleteDocuments(Iterable documents) { - return this.deleteDocumentsWithResponse(documents, Context.NONE).getValue(); + return deleteDocumentsWithResponse(documents, Context.NONE).getValue(); } /** - * Deletes a collection of documents from the target index - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. + * Deletes a collection of documents from the target index. * - * @param documents collection of documents to delete from the target Index. - * Fields other than the key are ignored. + * @param documents collection of documents to delete from the target Index. Fields other than the key are ignored. * @param context additional context that is passed through the Http pipeline during the service call * @return response containing a document index result. + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Response deleteDocumentsWithResponse(Iterable documents, Context context) { return asyncClient.deleteDocumentsWithResponse(documents, context).block(); } /** - * Gets Client Api Version. + * Gets the version of the Search service the client is using. * - * @return the apiVersion value. + * @return The version of the Search service the client is using. */ public SearchServiceVersion getApiVersion() { return asyncClient.getApiVersion(); @@ -260,7 +241,7 @@ public SearchServiceVersion getApiVersion() { * @return the endpoint value. */ public String getEndpoint() { - return this.asyncClient.getEndpoint(); + return asyncClient.getEndpoint(); } /** @@ -268,8 +249,8 @@ public String getEndpoint() { * * @return the number of documents. */ - public Long getDocumentCount() { - return this.getDocumentCountWithResponse(Context.NONE).getValue(); + public long getDocumentCount() { + return getDocumentCountWithResponse(Context.NONE).getValue(); } /** @@ -279,190 +260,147 @@ public Long getDocumentCount() { * @return response containing the number of documents. */ public Response getDocumentCountWithResponse(Context context) { - Mono> result = asyncClient.getDocumentCountWithResponse(context); - return result.block(); + return asyncClient.getDocumentCountWithResponse(context).block(); } /** - * Searches for documents in the Azure Cognitive Search index - * See https://docs.microsoft.com/rest/api/searchservice/Search-Documents - * - * @param searchText A full-text search query expression; - * Use null or "*" to match all documents. See - * see https://docs.microsoft.com/rest/api/searchservice/Simple-query-syntax-in-Azure-Search" - * for more information about search query syntax. - * @return A {@link PagedIterable} that iterates over {@link SearchResult} objects - * and provides access to the {@link SearchPagedResponse} object for each page containing HTTP response and count, - * facet, and coverage information. + * Searches for documents in the Azure Cognitive Search index. + *

+ * If {@code searchText} is set to {@code null} or {@code "*"} all documents will be matched, see + * simple query + * syntax in Azure Search for more information about search query syntax. + * + * @param searchText A full-text search query expression. + * @return A {@link PagedIterable} that iterates over {@link SearchResult} objects and provides access to the {@link + * SearchPagedResponse} object for each page containing HTTP response and count, facet, and coverage information. + * @see Search documents */ public PagedIterableBase search(String searchText) { - return new PagedIterableBase<>(asyncClient.search(searchText, null, null)); + return search(searchText, null, null, Context.NONE); } /** - * Searches for documents in the Azure Cognitive Search index - * See https://docs.microsoft.com/rest/api/searchservice/Search-Documents + * Searches for documents in the Azure Cognitive Search index. + *

+ * If {@code searchText} is set to {@code null} or {@code "*"} all documents will be matched, see + * simple query + * syntax in Azure Search for more information about search query syntax. * - * @param searchText A full-text search query expression; - * Use null or "*" to match all documents. See - * see https://docs.microsoft.com/rest/api/searchservice/Simple-query-syntax-in-Azure-Search" - * for more information about search query syntax. + * @param searchText A full-text search query expression. * @param searchOptions Parameters to further refine the search query - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the Http pipeline during the service call - * @return A {@link PagedIterable} that iterates over {@link SearchResult} objects - * and provides access to the {@link SearchPagedResponse} object for each page containing HTTP response and count, - * facet, and coverage information. + * @return A {@link PagedIterable} that iterates over {@link SearchResult} objects and provides access to the {@link + * SearchPagedResponse} object for each page containing HTTP response and count, facet, and coverage information. + * @see Search documents */ - public PagedIterableBase search(String searchText, - SearchOptions searchOptions, - RequestOptions requestOptions, - Context context) { + public PagedIterableBase search(String searchText, SearchOptions searchOptions, + RequestOptions requestOptions, Context context) { return new PagedIterableBase<>(asyncClient.search(searchText, searchOptions, requestOptions, context)); } /** * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document + *

+ * View naming rules for guidelines on + * constructing valid document keys. * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. + * @param key The key of the document to retrieve. * @return document object + * @see Lookup document */ public Document getDocument(String key) { - Mono results = asyncClient.getDocument(key); - return results.block(); - } - - /** - * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document - * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. - * @param selectedFields List of field names to retrieve for the document; - * Any field not retrieved will have null or default as its - * corresponding property value in the returned object. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return document object - */ - public Document getDocument(String key, - List selectedFields, - RequestOptions requestOptions) { - return this.getDocumentWithResponse(key, - selectedFields, - requestOptions, - Context.NONE).getValue(); + return getDocumentWithResponse(key, null, null, Context.NONE).getValue(); } /** * Retrieves a document from the Azure Cognitive Search index. - * See https://docs.microsoft.com/rest/api/searchservice/Lookup-Document - * - * @param key The key of the document to retrieve; - * See https://docs.microsoft.com/rest/api/searchservice/Naming-rules - * for the rules for constructing valid document keys. - * @param selectedFields List of field names to retrieve for the document; - * Any field not retrieved will have null or default as its - * corresponding property value in the returned object. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + *

+ * View naming rules for guidelines on + * constructing valid document keys. + * + * @param key The key of the document to retrieve. + * @param selectedFields List of field names to retrieve for the document; Any field not retrieved will have null or + * default as its corresponding property value in the returned object. + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the Http pipeline during the service call * @return response containing a document object + * @see Lookup document */ - public Response getDocumentWithResponse(String key, - List selectedFields, - RequestOptions requestOptions, - Context context) { - Mono> results = asyncClient.getDocumentWithResponse(key, - selectedFields, - requestOptions, - context); - return results.block(); + public Response getDocumentWithResponse(String key, List selectedFields, + RequestOptions requestOptions, Context context) { + return asyncClient.getDocumentWithResponse(key, selectedFields, requestOptions, context).block(); } /** * Suggests documents in the index that match the given partial query. - * see https://docs.microsoft.com/rest/api/searchservice/Suggestions * * @param searchText The search text on which to base suggestions - * @param suggesterName The name of the suggester as specified in the suggesters collection - * that's part of the index definition - * @return A {@link PagedIterableBase} that iterates over {@link SuggestResult} objects - * and provides access to the {@link SuggestPagedResponse} object for each page containing - * HTTP response and coverage information. + * @param suggesterName The name of the suggester as specified in the suggesters collection that's part of the index + * definition + * @return A {@link PagedIterableBase} that iterates over {@link SuggestResult} objects and provides access to the + * {@link SuggestPagedResponse} object for each page containing HTTP response and coverage information. + * @see Suggestions */ public PagedIterableBase suggest(String searchText, String suggesterName) { - return new PagedIterableBase<>(asyncClient.suggest(searchText, - suggesterName, null, null)); + return suggest(searchText, suggesterName, null, null, Context.NONE); } /** * Suggests documents in the index that match the given partial query. - * see https://docs.microsoft.com/rest/api/searchservice/Suggestions * * @param searchText The search text on which to base suggestions - * @param suggesterName The name of the suggester as specified in the suggesters collection - * that's part of the index definition + * @param suggesterName The name of the suggester as specified in the suggesters collection that's part of the index + * definition * @param suggestOptions Parameters to further refine the suggestion query. - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the Http pipeline during the service call - * @return A {@link PagedIterableBase} that iterates over {@link SuggestResult} objects - * and provides access to the {@link SuggestPagedResponse} object for each page containing - * HTTP response and coverage information. + * @return A {@link PagedIterableBase} that iterates over {@link SuggestResult} objects and provides access to the + * {@link SuggestPagedResponse} object for each page containing HTTP response and coverage information. + * @see Suggestions */ - public PagedIterableBase suggest(String searchText, - String suggesterName, - SuggestOptions suggestOptions, - RequestOptions requestOptions, - Context context) { - return new PagedIterableBase<>(asyncClient.suggest(searchText, - suggesterName, suggestOptions, requestOptions, context)); + public PagedIterableBase suggest(String searchText, String suggesterName, + SuggestOptions suggestOptions, RequestOptions requestOptions, Context context) { + return new PagedIterableBase<>(asyncClient.suggest(searchText, suggesterName, suggestOptions, requestOptions, + context)); } /** * Sends a batch of upload, merge, and/or delete actions to the search index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. * * @param batch The batch of index actions * @return Response containing the status of operations for all actions in the batch + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public IndexDocumentsResult index(IndexBatch batch) { - return this.indexWithResponse(batch, Context.NONE).getValue(); + return indexWithResponse(batch, Context.NONE).getValue(); } /** * Sends a batch of upload, merge, and/or delete actions to the search index. - * See https://docs.microsoft.com/rest/api/searchservice/addupdate-or-delete-documents - * - * Exception IndexBatchException is thrown when some of the indexing actions failed, - * but other actions succeeded and modified the state of the index. - * This can happen when the Search Service is under heavy indexing load. - * It is important to explicitly catch this exception and check the return value of - * its getIndexingResult method. The indexing result reports the status of each indexing - * action in the batch, making it possible to determine the state of the index after a - * partial failure. * * @param batch The batch of index actions * @param context additional context that is passed through the Http pipeline during the service call * @return Response containing the status of operations for all actions in the batch + * @throws IndexBatchException If some of the indexing actions fail but other actions succeed and modify the state + * of the index. This can happen when the Search Service is under heavy indexing load. It is important to explicitly + * catch this exception and check the return value {@link IndexBatchException#getIndexingResults()}. The indexing + * result reports the status of each indexing action in the batch, making it possible to determine the state of the + * index after a partial failure. + * @see Add, update, or + * delete documents */ public Response indexWithResponse(IndexBatch batch, Context context) { - Mono> results = asyncClient.indexWithResponse(batch, context); - return results.block(); + return asyncClient.indexWithResponse(batch, context).block(); } /** @@ -472,9 +410,9 @@ public Response indexWithResponse(IndexBatch batch, Con * @param suggesterName suggester name * @return auto complete result. */ - public PagedIterableBase autocomplete( - String searchText, String suggesterName) { - return new PagedIterableBase<>(asyncClient.autocomplete(searchText, suggesterName)); + public PagedIterableBase autocomplete(String searchText, + String suggesterName) { + return autocomplete(searchText, suggesterName, null, null, Context.NONE); } /** @@ -483,17 +421,14 @@ public PagedIterableBase autocomple * @param searchText search text * @param suggesterName suggester name * @param autocompleteOptions autocomplete options - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return auto complete result. */ public PagedIterableBase autocomplete(String searchText, - String suggesterName, - AutocompleteOptions autocompleteOptions, - RequestOptions requestOptions, - Context context) { - return new PagedIterableBase<>(asyncClient.autocomplete(searchText, - suggesterName, autocompleteOptions, requestOptions, context)); + String suggesterName, AutocompleteOptions autocompleteOptions, RequestOptions requestOptions, Context context) { + return new PagedIterableBase<>(asyncClient.autocomplete(searchText, suggesterName, autocompleteOptions, + requestOptions, context)); } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClientBuilder.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClientBuilder.java index b7c9f8d6eb47..8fb88a617c04 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClientBuilder.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchIndexClientBuilder.java @@ -30,15 +30,13 @@ import java.util.Objects; /** - * This class provides a fluent builder API to help aid the configuration and instantiation of - * {@link SearchIndexClient SearchIndexClients} and {@link SearchIndexAsyncClient SearchIndexAsyncClients}. - * Call {@link #buildClient() buildClient} and {@link #buildAsyncClient() buildAsyncClient} respectively to construct - * an instance of the desired client. + * This class provides a fluent builder API to help aid the configuration and instantiation of {@link SearchIndexClient + * SearchIndexClients} and {@link SearchIndexAsyncClient SearchIndexAsyncClients}. Call {@link #buildClient() + * buildClient} and {@link #buildAsyncClient() buildAsyncClient} respectively to construct an instance of the desired + * client. * - * The following information must be provided on this builder: - * the Azure Cognitive Search service endpoint through {@code .endpoint()} - * the index name through {@code .indexName()} - * the API key through {@code .credential()} + * The following information must be provided on this builder: the Azure Cognitive Search service endpoint through + * {@code .endpoint()} the index name through {@code .indexName()} the API key through {@code .credential()} */ @ServiceClientBuilder(serviceClients = {SearchIndexClient.class, SearchIndexAsyncClient.class}) public class SearchIndexClientBuilder { @@ -97,10 +95,10 @@ public SearchIndexClientBuilder apiVersion(SearchServiceVersion apiVersion) { } /** - * Returns the list of policies configured for this builder. + * Returns the list of policies configured for this builder. * - * @return List of HttpPipelinePolicy - * */ + * @return List of HttpPipelinePolicy + */ List getPolicies() { return this.policies; } @@ -166,9 +164,9 @@ public SearchIndexClientBuilder credential(SearchApiKeyCredential searchApiKeyCr } /** - * Sets the configuration store that is used during construction of the service client. - * The default configuration store is a clone of the {@link Configuration#getGlobalConfiguration() global - * configuration store}, use {@link Configuration#NONE} to bypass using configuration settings during construction. + * Sets the configuration store that is used during construction of the service client. The default configuration + * store is a clone of the {@link Configuration#getGlobalConfiguration() global configuration store}, use {@link + * Configuration#NONE} to bypass using configuration settings during construction. * * @param configuration The configuration store. * @return The updated SearchIndexClientBuilder object. @@ -193,8 +191,8 @@ public SearchIndexClientBuilder addPolicy(HttpPipelinePolicy policy) { /** * Sets the {@link RetryPolicy} that is used when each request is sent. *

- * The default retry policy will be used if not provided {@link SearchIndexClientBuilder#buildAsyncClient()} - * to build {@link SearchServiceAsyncClient} or {@link SearchServiceClient}. + * The default retry policy will be used if not provided {@link SearchIndexClientBuilder#buildAsyncClient()} to + * build {@link SearchServiceAsyncClient} or {@link SearchServiceClient}. * * @param retryPolicy RetryPolicy applied to each request. * @return The updated SearchIndexClientBuilder object. diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchPagedResponse.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchPagedResponse.java index cdc87c7a1bb3..472328083aa0 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchPagedResponse.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchPagedResponse.java @@ -3,7 +3,6 @@ package com.azure.search; -import com.azure.core.http.HttpHeaders; import com.azure.core.http.rest.Page; import com.azure.core.http.rest.PagedResponseBase; import com.azure.core.http.rest.SimpleResponse; @@ -12,24 +11,20 @@ import com.azure.search.models.SearchDocumentsResult; import com.azure.search.models.SearchRequest; import com.azure.search.models.SearchResult; - import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import java.util.List; import java.util.Map; -import java.util.stream.Collectors; /** - * Represents an HTTP response from the search API request - * that contains a list of items deserialized into a {@link Page}. - * Each page contains additional information returned by the API request. In the Search API case - * the additional information is: - * count - number of total documents returned. Will be returned only if isIncludeTotalResultCount is set to true - * coverage - coverage value. + * Represents an HTTP response from the search API request that contains a list of items deserialized into a {@link + * Page}. Each page contains additional information returned by the API request. In the Search API case the additional + * information is: count - number of total documents returned. Will be returned only if isIncludeTotalResultCount is set + * to true coverage - coverage value. */ -public class SearchPagedResponse extends PagedResponseBase { +public final class SearchPagedResponse extends PagedResponseBase { private final Map> facets; private final Long count; @@ -40,7 +35,7 @@ public class SearchPagedResponse extends PagedResponseBase * * @param documentSearchResponse an http response with the results */ - public SearchPagedResponse(SimpleResponse documentSearchResponse) { + SearchPagedResponse(SimpleResponse documentSearchResponse) { super(documentSearchResponse.getRequest(), documentSearchResponse.getStatusCode(), documentSearchResponse.getHeaders(), @@ -49,7 +44,7 @@ public SearchPagedResponse(SimpleResponse documentSearchR || documentSearchResponse.getValue().getNextPageParameters() == null || documentSearchResponse.getValue().getNextPageParameters().getSkip() == null ? null : serialize(documentSearchResponse.getValue().getNextPageParameters()), - deserializeHeaders(documentSearchResponse.getHeaders())); + null); this.facets = documentSearchResponse.getValue().getFacets(); this.count = documentSearchResponse.getValue().getCount(); @@ -66,35 +61,37 @@ private static String serialize(SearchRequest nextPageParameters) { } /** - * Get coverage + * The percentage of the index covered in the search request. + *

+ * If {@code minimumCoverage} wasn't supplied in the request this will be {@code null}. * - * @return Double + * @return The percentage of the index covered in the search request if {@code minimumCoverage} was set in the + * request, otherwise {@code null}. */ public Double getCoverage() { return coverage; } /** - * Get facets + * The facet query results based on the search request. + *

+ * If {@code facets} weren't supplied in the request this will be {@code null}. * - * @return {@link Map}{@code <}{@link String}{@code ,}{@link List}{@code <}{@link FacetResult}{@code >}{@code >} + * @return The facet query results if {@code facets} were supplied in the request, otherwise {@code null}. */ public Map> getFacets() { return facets; } /** - * Get documents count + * The approximate number of documents that matched the search and filter parameters in the request. + *

+ * If {@code count} is set to {@code false} in the request this will be {@code null}. * - * @return long + * @return The approximate number of documents that match the request if {@code count} is {@code true}, otherwise + * {@code null}. */ public Long getCount() { return count; } - - private static String deserializeHeaders(HttpHeaders headers) { - return headers.toMap().entrySet().stream().map((entry) -> - entry.getKey() + "," + entry.getValue() - ).collect(Collectors.joining(",")); - } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceAsyncClient.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceAsyncClient.java index cb1daf86d55a..85806a7ca1aa 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceAsyncClient.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceAsyncClient.java @@ -3,15 +3,11 @@ package com.azure.search; import com.azure.core.annotation.ServiceClient; -import com.azure.core.exception.HttpResponseException; -import com.azure.core.http.HttpHeaders; import com.azure.core.http.HttpPipeline; -import com.azure.core.http.HttpResponse; import com.azure.core.http.rest.PagedFlux; import com.azure.core.http.rest.PagedResponse; import com.azure.core.http.rest.PagedResponseBase; import com.azure.core.http.rest.Response; -import com.azure.core.http.rest.SimpleResponse; import com.azure.core.util.Context; import com.azure.core.util.FluxUtil; import com.azure.core.util.logging.ClientLogger; @@ -33,18 +29,16 @@ import reactor.core.publisher.Mono; import java.util.function.Function; -import java.util.function.Supplier; -import java.util.stream.Collectors; import static com.azure.core.util.FluxUtil.monoError; +import static com.azure.core.util.FluxUtil.pagedFluxError; import static com.azure.core.util.FluxUtil.withContext; /** - * Asynchronous Client to manage and query indexes, - * as well as manage other resources, on a Cognitive Search service + * Asynchronous Client to manage and query indexes, as well as manage other resources, on a Cognitive Search service */ @ServiceClient(builder = SearchServiceClientBuilder.class, isAsync = true) -public class SearchServiceAsyncClient { +public final class SearchServiceAsyncClient { /** * Search REST API Version @@ -104,18 +98,14 @@ HttpPipeline getHttpPipeline() { } /** - * Initializes a new {@link SearchIndexAsyncClient} using the given Index name and the - * same configuration as the SearchServiceAsyncClient. + * Initializes a new {@link SearchIndexAsyncClient} using the given Index name and the same configuration as the + * SearchServiceAsyncClient. * * @param indexName the name of the Index for the client * @return a {@link SearchIndexAsyncClient} created from the service client configuration */ public SearchIndexAsyncClient getIndexClient(String indexName) { - return new SearchIndexAsyncClient( - endpoint, - indexName, - apiVersion, - httpPipeline); + return new SearchIndexAsyncClient(endpoint, indexName, apiVersion, httpPipeline); } /** @@ -143,12 +133,7 @@ public String getEndpoint() { * @return the data source that was created or updated. */ public Mono createOrUpdateDataSource(DataSource dataSource) { - try { - return this.createOrUpdateDataSourceWithResponse(dataSource, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createOrUpdateDataSourceWithResponse(dataSource, null, null).map(Response::getValue); } /** @@ -156,26 +141,19 @@ public Mono createOrUpdateDataSource(DataSource dataSource) { * * @param dataSource The definition of the data source to create or update. * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a data source response. */ public Mono> createOrUpdateDataSourceWithResponse(DataSource dataSource, - AccessCondition accessCondition, - RequestOptions requestOptions) { - try { - return withContext(context -> this.createOrUpdateDataSourceWithResponse(dataSource, - accessCondition, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + AccessCondition accessCondition, RequestOptions requestOptions) { + return withContext(context -> + createOrUpdateDataSourceWithResponse(dataSource, accessCondition, requestOptions, context)); } Mono> createOrUpdateDataSourceWithResponse(DataSource dataSource, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { try { return restClient .dataSources() @@ -194,39 +172,33 @@ Mono> createOrUpdateDataSourceWithResponse(DataSource dataS * @return a Mono which performs the network request upon subscription. */ public Mono createDataSource(DataSource dataSource) { - try { - return this.createDataSourceWithResponse(dataSource, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createDataSourceWithResponse(dataSource, null).map(Response::getValue); } /** * Creates a new Azure Cognitive Search data source * * @param dataSource The definition of the data source to create. - * @param requestOptions Additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging. + * @param requestOptions Additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging. * @return a Mono which performs the network request upon subscription. */ public Mono> createDataSourceWithResponse(DataSource dataSource, - RequestOptions requestOptions) { + RequestOptions requestOptions) { + return withContext(context -> this.createDataSourceWithResponse(dataSource, requestOptions, context)); + } + + Mono> createDataSourceWithResponse(DataSource dataSource, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> this.createDataSourceWithResponse(dataSource, requestOptions, context)); + return restClient.dataSources() + .createWithRestResponseAsync(dataSource, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createDataSourceWithResponse(DataSource dataSource, - RequestOptions requestOptions, - Context context) { - return restClient - .dataSources() - .createWithRestResponseAsync(dataSource, requestOptions, context) - .map(Function.identity()); - } - /** * Retrieves a DataSource from an Azure Cognitive Search service. * @@ -234,82 +206,69 @@ Mono> createDataSourceWithResponse(DataSource dataSource, * @return the DataSource. */ public Mono getDataSource(String dataSourceName) { - try { - return this.getDataSourceWithResponse(dataSourceName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getDataSourceWithResponse(dataSourceName, null).map(Response::getValue); } /** * Retrieves a DataSource from an Azure Cognitive Search service. * * @param dataSourceName the name of the data source to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging. + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging. * @return a response containing the DataSource. */ - public Mono> getDataSourceWithResponse(String dataSourceName, - RequestOptions requestOptions) { + public Mono> getDataSourceWithResponse(String dataSourceName, RequestOptions requestOptions) { + return withContext(context -> getDataSourceWithResponse(dataSourceName, requestOptions, context)); + } + + Mono> getDataSourceWithResponse(String dataSourceName, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> this.getDataSourceWithResponse(dataSourceName, requestOptions, context)); + return restClient.dataSources() + .getWithRestResponseAsync(dataSourceName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getDataSourceWithResponse(String dataSourceName, - RequestOptions requestOptions, - Context context) { - return restClient - .dataSources() - .getWithRestResponseAsync(dataSourceName, requestOptions, context) - .map(Function.identity()); - } - /** * List all DataSources from an Azure Cognitive Search service. * * @return a list of DataSources */ public PagedFlux listDataSources() { - try { - return this.listDataSources(null, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return listDataSources(null, null); } /** * List all DataSources from an Azure Cognitive Search service. * - * @param select Selects which top-level properties of DataSource definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties. - * @param requestOptions Additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging. + * @param select Selects which top-level properties of DataSource definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties. + * @param requestOptions Additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging. * @return a list of DataSources */ public PagedFlux listDataSources(String select, RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.listDataSourcesWithResponse(select, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> this.listDataSourcesWithResponse(select, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } PagedFlux listDataSources(String select, RequestOptions requestOptions, Context context) { - return new PagedFlux<>( - () -> this.listDataSourcesWithResponse(select, requestOptions, context), - nextLink -> Mono.empty()); + try { + return new PagedFlux<>(() -> this.listDataSourcesWithResponse(select, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } - private Mono> listDataSourcesWithResponse(String select, - RequestOptions requestOptions, - Context context) { + private Mono> listDataSourcesWithResponse(String select, RequestOptions requestOptions, + Context context) { return restClient.dataSources() .listWithRestResponseAsync(select, requestOptions, context) .map(response -> new PagedResponseBase<>( @@ -318,8 +277,7 @@ private Mono> listDataSourcesWithResponse(String selec response.getHeaders(), response.getValue().getDataSources(), null, - deserializeHeaders(response.getHeaders())) - ); + null)); } /** @@ -329,12 +287,7 @@ private Mono> listDataSourcesWithResponse(String selec * @return a void Mono */ public Mono deleteDataSource(String dataSourceName) { - try { - return this.deleteDataSourceWithResponse(dataSourceName, null, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteDataSourceWithResponse(dataSourceName, null, null).flatMap(FluxUtil::toMono); } /** @@ -342,72 +295,31 @@ public Mono deleteDataSource(String dataSourceName) { * * @param dataSourceName The name of the data source to delete. * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a mono response */ - public Mono> deleteDataSourceWithResponse(String dataSourceName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - try { - return withContext(context -> this.deleteDataSourceWithResponse(dataSourceName, - accessCondition, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - Mono> deleteDataSourceWithResponse(String dataSourceName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient.dataSources() - .deleteWithRestResponseAsync( - dataSourceName, - requestOptions, - accessCondition, - context).map(Function.identity()); - } - - - /** - * Determines whether or not the given data source exists. - * - * @param dataSourceName the name of the data source - * @return true if the data source exists; false otherwise. - */ - public Mono dataSourceExists(String dataSourceName) { - try { - return this.dataSourceExistsWithResponse(dataSourceName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + public Mono> deleteDataSourceWithResponse(String dataSourceName, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> + deleteDataSourceWithResponse(dataSourceName, accessCondition, requestOptions, context)); } - /** - * Determines whether or not the given data source exists. - * - * @param dataSourceName the name of the data source - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return true if the data source exists; false otherwise. - */ - public Mono> dataSourceExistsWithResponse(String dataSourceName, RequestOptions requestOptions) { + Mono> deleteDataSourceWithResponse(String dataSourceName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.dataSourceExistsWithResponse(dataSourceName, requestOptions, context)); + return restClient.dataSources() + .deleteWithRestResponseAsync( + dataSourceName, + requestOptions, + accessCondition, + context).map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> dataSourceExistsWithResponse(String dataSourceName, - RequestOptions requestOptions, - Context context) { - return resourceExistsWithResponse(() -> - this.getDataSourceWithResponse(dataSourceName, requestOptions, context)); - } - /** * Creates a new Azure Cognitive Search indexer. * @@ -415,37 +327,31 @@ Mono> dataSourceExistsWithResponse(String dataSourceName, * @return the created Indexer. */ public Mono createIndexer(Indexer indexer) { - try { - return this.createIndexerWithResponse(indexer, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createIndexerWithResponse(indexer, null).map(Response::getValue); } /** * Creates a new Azure Cognitive Search indexer. * * @param indexer definition of the indexer to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the created Indexer. */ public Mono> createIndexerWithResponse(Indexer indexer, RequestOptions requestOptions) { + return withContext(context -> createIndexerWithResponse(indexer, requestOptions, context)); + } + + Mono> createIndexerWithResponse(Indexer indexer, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createIndexerWithResponse(indexer, requestOptions, context)); + return restClient.indexers() + .createWithRestResponseAsync(indexer, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createIndexerWithResponse(Indexer indexer, RequestOptions requestOptions, Context context) { - return restClient - .indexers() - .createWithRestResponseAsync(indexer, requestOptions, context) - .map(Function.identity()); - } - /** * Creates a new Azure Cognitive Search indexer or updates an indexer if it already exists. * @@ -453,12 +359,7 @@ Mono> createIndexerWithResponse(Indexer indexer, RequestOption * @return a response containing the created Indexer. */ public Mono createOrUpdateIndexer(Indexer indexer) { - try { - return this.createOrUpdateIndexerWithResponse(indexer, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createOrUpdateIndexerWithResponse(indexer, null, null).map(Response::getValue); } /** @@ -466,32 +367,29 @@ public Mono createOrUpdateIndexer(Indexer indexer) { * * @param indexer the definition of the indexer to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the created Indexer. */ - public Mono> createOrUpdateIndexerWithResponse(Indexer indexer, - AccessCondition accessCondition, - RequestOptions requestOptions) { + public Mono> createOrUpdateIndexerWithResponse(Indexer indexer, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> + createOrUpdateIndexerWithResponse(indexer, accessCondition, requestOptions, context)); + } + + Mono> createOrUpdateIndexerWithResponse(Indexer indexer, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createOrUpdateIndexerWithResponse(indexer, - accessCondition, requestOptions, context)); + return restClient.indexers() + .createOrUpdateWithRestResponseAsync(indexer.getName(), indexer, requestOptions, accessCondition, + context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createOrUpdateIndexerWithResponse(Indexer indexer, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .indexers() - .createOrUpdateWithRestResponseAsync(indexer.getName(), indexer, requestOptions, accessCondition, context) - .map(Function.identity()); - } - /** * Retrieves an indexer definition. * @@ -499,80 +397,66 @@ Mono> createOrUpdateIndexerWithResponse(Indexer indexer, * @return the indexer. */ public Mono getIndexer(String indexerName) { - try { - return this.getIndexerWithResponse(indexerName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getIndexerWithResponse(indexerName, null).map(Response::getValue); } /** * Retrieves an indexer definition. * * @param indexerName the name of the indexer to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the indexer. */ public Mono> getIndexerWithResponse(String indexerName, RequestOptions requestOptions) { + return withContext(context -> getIndexerWithResponse(indexerName, requestOptions, context)); + } + + Mono> getIndexerWithResponse(String indexerName, RequestOptions requestOptions, Context context) { try { - return withContext( - context -> this.getIndexerWithResponse(indexerName, requestOptions, context) - ); + return restClient.indexers() + .getWithRestResponseAsync(indexerName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getIndexerWithResponse(String indexerName, RequestOptions requestOptions, Context context) { - return restClient - .indexers() - .getWithRestResponseAsync(indexerName, requestOptions, context) - .map(Function.identity()); - } - /** * @return all Indexers from the Search service. */ public PagedFlux listIndexers() { - try { - return this.listIndexers(null, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return listIndexers(null, null); } /** * Lists all indexers available for an Azure Cognitive Search service. * - * @param select Selects which top-level properties of the indexers to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties. + * @param select Selects which top-level properties of the indexers to retrieve. Specified as a comma-separated list + * of JSON property names, or '*' for all properties. The default is all properties. * @param requestOptions Additional parameters for the operation. * @return a response containing all Indexers from the Search service. */ public PagedFlux listIndexers(String select, RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.listIndexersWithResponse(select, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> this.listIndexersWithResponse(select, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } PagedFlux listIndexers(String select, RequestOptions requestOptions, Context context) { - return new PagedFlux<>( - () -> this.listIndexersWithResponse(select, requestOptions, context), - nextLink -> Mono.empty()); + try { + return new PagedFlux<>(() -> this.listIndexersWithResponse(select, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } - private Mono> listIndexersWithResponse(String select, - RequestOptions requestOptions, - Context context) { - return restClient - .indexers() + private Mono> listIndexersWithResponse(String select, RequestOptions requestOptions, + Context context) { + return restClient.indexers() .listWithRestResponseAsync(select, requestOptions, context) .map(response -> new PagedResponseBase<>( response.getRequest(), @@ -580,8 +464,7 @@ private Mono> listIndexersWithResponse(String select, response.getHeaders(), response.getValue().getIndexers(), null, - deserializeHeaders(response.getHeaders())) - ); + null)); } /** @@ -591,12 +474,7 @@ private Mono> listIndexersWithResponse(String select, * @return a response signalling completion. */ public Mono deleteIndexer(String indexerName) { - try { - return this.deleteIndexerWithResponse(indexerName, null, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteIndexerWithResponse(indexerName, null, null).flatMap(FluxUtil::toMono); } /** @@ -604,20 +482,14 @@ public Mono deleteIndexer(String indexerName) { * * @param indexerName the name of the indexer to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ - public Mono> deleteIndexerWithResponse(String indexerName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - try { - return withContext(context -> this.deleteIndexerWithResponse(indexerName, - accessCondition, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + public Mono> deleteIndexerWithResponse(String indexerName, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> deleteIndexerWithResponse(indexerName, accessCondition, requestOptions, context)); } /** @@ -625,17 +497,21 @@ public Mono> deleteIndexerWithResponse(String indexerName, * * @param indexerName the name of the indexer to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context the context * @return a response signalling completion. */ Mono> deleteIndexerWithResponse(String indexerName, AccessCondition accessCondition, - RequestOptions requestOptions, Context context) { - return restClient.indexers().deleteWithRestResponseAsync( - indexerName, requestOptions, accessCondition, context) - .map(Function.identity()); + RequestOptions requestOptions, Context context) { + try { + return restClient.indexers() + .deleteWithRestResponseAsync(indexerName, requestOptions, accessCondition, context) + .map(Function.identity()); + } catch (RuntimeException ex) { + return monoError(logger, ex); + } } /** @@ -645,37 +521,31 @@ Mono> deleteIndexerWithResponse(String indexerName, AccessConditi * @return a response signalling completion. */ public Mono resetIndexer(String indexerName) { - try { - return this.resetIndexerWithResponse(indexerName, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return resetIndexerWithResponse(indexerName, null).flatMap(FluxUtil::toMono); } /** * Resets the change tracking state associated with an indexer. * * @param indexerName the name of the indexer to reset - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ public Mono> resetIndexerWithResponse(String indexerName, RequestOptions requestOptions) { + return withContext(context -> resetIndexerWithResponse(indexerName, requestOptions, context)); + } + + Mono> resetIndexerWithResponse(String indexerName, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.resetIndexerWithResponse(indexerName, requestOptions, context)); + return restClient.indexers() + .resetWithRestResponseAsync(indexerName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> resetIndexerWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { - return restClient.indexers().resetWithRestResponseAsync(indexerName, requestOptions, context) - .map(Function.identity()); - } - /** * Runs an indexer on-demand. * @@ -683,37 +553,30 @@ Mono> resetIndexerWithResponse(String indexerName, * @return a response signalling completion. */ public Mono runIndexer(String indexerName) { - try { - return this.runIndexerWithResponse(indexerName, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return runIndexerWithResponse(indexerName, null).flatMap(FluxUtil::toMono); } /** * Runs an indexer on-demand. * * @param indexerName the name of the indexer to run - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ public Mono> runIndexerWithResponse(String indexerName, RequestOptions requestOptions) { + return withContext(context -> runIndexerWithResponse(indexerName, requestOptions, context)); + } + + Mono> runIndexerWithResponse(String indexerName, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.runIndexerWithResponse(indexerName, requestOptions, context)); + return restClient.indexers().runWithRestResponseAsync(indexerName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> runIndexerWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { - return restClient.indexers().runWithRestResponseAsync(indexerName, requestOptions, context) - .map(Function.identity()); - } - /** * Returns the current status and execution history of an indexer. * @@ -721,75 +584,33 @@ Mono> runIndexerWithResponse(String indexerName, * @return the indexer execution info. */ public Mono getIndexerStatus(String indexerName) { - try { - return this.getIndexerStatusWithResponse(indexerName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getIndexerStatusWithResponse(indexerName, null).map(Response::getValue); } /** * Returns the current status and execution history of an indexer. * * @param indexerName the name of the indexer for which to retrieve status - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response with the indexer execution info. */ public Mono> getIndexerStatusWithResponse(String indexerName, - RequestOptions requestOptions) { - try { - return withContext(context -> this.getIndexerStatusWithResponse(indexerName, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - Mono> getIndexerStatusWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { - return restClient.indexers().getStatusWithRestResponseAsync( - indexerName, requestOptions, context) - .map(Function.identity()); + RequestOptions requestOptions) { + return withContext(context -> getIndexerStatusWithResponse(indexerName, requestOptions, context)); } - - /** - * Determines whether or not the given indexer exists. - * - * @param indexerName the name of the indexer - * @return true if the indexer exists; false otherwise. - */ - public Mono indexerExists(String indexerName) { + Mono> getIndexerStatusWithResponse(String indexerName, RequestOptions requestOptions, + Context context) { try { - return this.indexerExistsWithResponse(indexerName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - /** - * Determines whether or not the given indexer exists. - * - * @param indexerName the name of the indexer - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return true if the indexer exists; false otherwise. - */ - public Mono> indexerExistsWithResponse(String indexerName, RequestOptions requestOptions) { - try { - return withContext(context -> this.indexerExistsWithResponse(indexerName, requestOptions, context)); + return restClient.indexers() + .getStatusWithRestResponseAsync(indexerName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> indexerExistsWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { - return resourceExistsWithResponse(() -> this.getIndexerWithResponse(indexerName, requestOptions, context)); - } - /** * Creates a new Azure Cognitive Search index. * @@ -797,37 +618,31 @@ Mono> indexerExistsWithResponse(String indexerName, * @return the created Index. */ public Mono createIndex(Index index) { - try { - return this.createIndexWithResponse(index, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createIndexWithResponse(index, null).map(Response::getValue); } /** * Creates a new Azure Cognitive Search index. * * @param index definition of the index to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the created Index. */ public Mono> createIndexWithResponse(Index index, RequestOptions requestOptions) { + return withContext(context -> createIndexWithResponse(index, requestOptions, context)); + } + + Mono> createIndexWithResponse(Index index, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createIndexWithResponse(index, requestOptions, context)); + return restClient.indexes() + .createWithRestResponseAsync(index, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createIndexWithResponse(Index index, RequestOptions requestOptions, Context context) { - return restClient - .indexes() - .createWithRestResponseAsync(index, requestOptions, context) - .map(Function.identity()); - } - /** * Retrieves an index definition from the Azure Cognitive Search. * @@ -835,73 +650,31 @@ Mono> createIndexWithResponse(Index index, RequestOptions reques * @return the Index. */ public Mono getIndex(String indexName) { - try { - return this.getIndexWithResponse(indexName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getIndexWithResponse(indexName, null).map(Response::getValue); } /** * Retrieves an index definition from the Azure Cognitive Search. * * @param indexName the name of the index to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the Index. */ public Mono> getIndexWithResponse(String indexName, RequestOptions requestOptions) { - try { - return withContext(context -> this.getIndexWithResponse(indexName, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return withContext(context -> getIndexWithResponse(indexName, requestOptions, context)); } Mono> getIndexWithResponse(String indexName, RequestOptions requestOptions, Context context) { - return restClient - .indexes() - .getWithRestResponseAsync(indexName, requestOptions, context) - .map(Function.identity()); - } - - /** - * Determines whether or not the given index exists in the Azure Cognitive Search. - * - * @param indexName the name of the index - * @return true if the index exists; false otherwise. - */ - public Mono indexExists(String indexName) { try { - return this.indexExistsWithResponse(indexName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - /** - * Determines whether or not the given index exists in the Azure Cognitive Search. - * - * @param indexName the name of the index - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return true if the index exists; false otherwise. - */ - public Mono> indexExistsWithResponse(String indexName, RequestOptions requestOptions) { - try { - return withContext(context -> this.indexExistsWithResponse(indexName, requestOptions, context)); + return restClient.indexes() + .getWithRestResponseAsync(indexName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> indexExistsWithResponse(String indexName, - RequestOptions requestOptions, - Context context) { - return resourceExistsWithResponse(() -> this.getIndexWithResponse(indexName, requestOptions, context)); - } - /** * Returns statistics for the given index, including a document count and storage usage. * @@ -909,81 +682,70 @@ Mono> indexExistsWithResponse(String indexName, * @return the index statistics result. */ public Mono getIndexStatistics(String indexName) { - try { - return this.getIndexStatisticsWithResponse(indexName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getIndexStatisticsWithResponse(indexName, null).map(Response::getValue); } /** * Returns statistics for the given index, including a document count and storage usage. * * @param indexName the name of the index for which to retrieve statistics - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the index statistics result. */ public Mono> getIndexStatisticsWithResponse(String indexName, - RequestOptions requestOptions) { + RequestOptions requestOptions) { + return withContext(context -> getIndexStatisticsWithResponse(indexName, requestOptions, context)); + } + + Mono> getIndexStatisticsWithResponse(String indexName, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.getIndexStatisticsWithResponse(indexName, requestOptions, context)); + return restClient.indexes() + .getStatisticsWithRestResponseAsync(indexName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getIndexStatisticsWithResponse(String indexName, - RequestOptions requestOptions, - Context context) { - return restClient - .indexes() - .getStatisticsWithRestResponseAsync(indexName, requestOptions, context) - .map(Function.identity()); - } - /** * Lists all indexes available for an Azure Cognitive Search service. * * @return a reactive response emitting the list of indexes. */ public PagedFlux listIndexes() { - try { - return this.listIndexes(null, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return listIndexes(null, null); } /** * Lists all indexes available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the index definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the index definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a reactive response emitting the list of indexes. */ public PagedFlux listIndexes(String select, RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.listIndexesWithResponse(select, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> this.listIndexesWithResponse(select, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } PagedFlux listIndexes(String select, RequestOptions requestOptions, Context context) { - return new PagedFlux<>( - () -> this.listIndexesWithResponse(select, requestOptions, context), - nextLink -> Mono.empty()); + try { + return new PagedFlux<>(() -> this.listIndexesWithResponse(select, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } - private Mono> listIndexesWithResponse(String select, - RequestOptions requestOptions, Context context) { + private Mono> listIndexesWithResponse(String select, RequestOptions requestOptions, + Context context) { return restClient.indexes() .listWithRestResponseAsync(select, requestOptions, context) .map(response -> new PagedResponseBase<>( @@ -992,8 +754,7 @@ private Mono> listIndexesWithResponse(String select, response.getHeaders(), response.getValue().getIndexes(), null, - deserializeHeaders(response.getHeaders())) - ); + null)); } /** @@ -1003,13 +764,7 @@ private Mono> listIndexesWithResponse(String select, * @return the index that was created or updated. */ public Mono createOrUpdateIndex(Index index) { - try { - return this.createOrUpdateIndexWithResponse(index, - false, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createOrUpdateIndexWithResponse(index, false, null, null).map(Response::getValue); } /** @@ -1017,40 +772,33 @@ public Mono createOrUpdateIndex(Index index) { * * @param index the definition of the index to create or update * @param allowIndexDowntime allows new analyzers, tokenizers, token filters, or char filters to be added to an - * index by taking the index offline for at least a few seconds. This temporarily causes - * indexing and query requests to fail. Performance and write availability of the index - * can be impaired for several minutes after the index is updated, or longer for very - * large indexes + * index by taking the index offline for at least a few seconds. This temporarily causes indexing and query requests + * to fail. Performance and write availability of the index can be impaired for several minutes after the index is + * updated, or longer for very large indexes * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the index that was created or updated */ - public Mono> createOrUpdateIndexWithResponse(Index index, - boolean allowIndexDowntime, - AccessCondition accessCondition, - RequestOptions requestOptions) { + public Mono> createOrUpdateIndexWithResponse(Index index, boolean allowIndexDowntime, + AccessCondition accessCondition, RequestOptions requestOptions) { + return withContext(context -> + createOrUpdateIndexWithResponse(index, allowIndexDowntime, accessCondition, requestOptions, context)); + } + + Mono> createOrUpdateIndexWithResponse(Index index, boolean allowIndexDowntime, + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createOrUpdateIndexWithResponse(index, - allowIndexDowntime, accessCondition, requestOptions, context)); + return restClient.indexes() + .createOrUpdateWithRestResponseAsync(index.getName(), index, allowIndexDowntime, requestOptions, + accessCondition, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createOrUpdateIndexWithResponse(Index index, - boolean allowIndexDowntime, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .indexes() - .createOrUpdateWithRestResponseAsync(index.getName(), - index, allowIndexDowntime, requestOptions, accessCondition, context) - .map(Function.identity()); - } - /** * Deletes an Azure Cognitive Search index and all the documents it contains. * @@ -1058,12 +806,7 @@ Mono> createOrUpdateIndexWithResponse(Index index, * @return a response signalling completion. */ public Mono deleteIndex(String indexName) { - try { - return this.deleteIndexWithResponse(indexName, null, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteIndexWithResponse(indexName, null, null).flatMap(FluxUtil::toMono); } /** @@ -1071,32 +814,27 @@ public Mono deleteIndex(String indexName) { * * @param indexName the name of the index to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ - public Mono> deleteIndexWithResponse(String indexName, - AccessCondition accessCondition, - RequestOptions requestOptions) { + public Mono> deleteIndexWithResponse(String indexName, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> deleteIndexWithResponse(indexName, accessCondition, requestOptions, context)); + } + + Mono> deleteIndexWithResponse(String indexName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.deleteIndexWithResponse(indexName, - accessCondition, requestOptions, context)); + return restClient.indexes() + .deleteWithRestResponseAsync(indexName, requestOptions, accessCondition, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> deleteIndexWithResponse(String indexName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .indexes() - .deleteWithRestResponseAsync(indexName, requestOptions, accessCondition, context) - .map(Function.identity()); - } - /** * Shows how an analyzer breaks text into tokens. * @@ -1105,11 +843,7 @@ Mono> deleteIndexWithResponse(String indexName, * @return analyze result. */ public PagedFlux analyzeText(String indexName, AnalyzeRequest analyzeRequest) { - try { - return this.analyzeText(indexName, analyzeRequest, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return analyzeText(indexName, analyzeRequest, null); } /** @@ -1117,35 +851,31 @@ public PagedFlux analyzeText(String indexName, AnalyzeRequest analyze * * @param indexName the name of the index for which to test an analyzer * @param analyzeRequest the text and analyzer or analysis components to test - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing analyze result. */ - public PagedFlux analyzeText(String indexName, - AnalyzeRequest analyzeRequest, RequestOptions requestOptions) { + public PagedFlux analyzeText(String indexName, AnalyzeRequest analyzeRequest, + RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.analyzeTextWithResponse(indexName, - analyzeRequest, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> analyzeTextWithResponse(indexName, analyzeRequest, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } - PagedFlux analyzeText(String indexName, - AnalyzeRequest analyzeRequest, - RequestOptions requestOptions, - Context context) { - return new PagedFlux<>( - () -> this.analyzeTextWithResponse(indexName, analyzeRequest, requestOptions, context), - nextLink -> Mono.empty()); + PagedFlux analyzeText(String indexName, AnalyzeRequest analyzeRequest, RequestOptions requestOptions, + Context context) { + try { + return new PagedFlux<>(() -> analyzeTextWithResponse(indexName, analyzeRequest, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } - private Mono> analyzeTextWithResponse(String indexName, - AnalyzeRequest analyzeRequest, - RequestOptions requestOptions, - Context context) { + private Mono> analyzeTextWithResponse(String indexName, AnalyzeRequest analyzeRequest, + RequestOptions requestOptions, Context context) { return restClient.indexes() .analyzeWithRestResponseAsync(indexName, analyzeRequest, requestOptions, context) .map(response -> new PagedResponseBase<>( @@ -1154,7 +884,7 @@ private Mono> analyzeTextWithResponse(String indexName, response.getHeaders(), response.getValue().getTokens(), null, - deserializeHeaders(response.getHeaders()))); + null)); } /** @@ -1164,39 +894,32 @@ private Mono> analyzeTextWithResponse(String indexName, * @return the created Skillset. */ public Mono createSkillset(Skillset skillset) { - try { - return this.createSkillsetWithResponse(skillset, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createSkillsetWithResponse(skillset, null).map(Response::getValue); } /** * Creates a new skillset in an Azure Cognitive Search service. * * @param skillset definition of the skillset containing one or more cognitive skills - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the created Skillset. */ public Mono> createSkillsetWithResponse(Skillset skillset, RequestOptions requestOptions) { + return withContext(context -> createSkillsetWithResponse(skillset, requestOptions, context)); + } + + Mono> createSkillsetWithResponse(Skillset skillset, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> createSkillsetWithResponse(skillset, requestOptions, context)); + return restClient.skillsets() + .createWithRestResponseAsync(skillset, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createSkillsetWithResponse(Skillset skillset, - RequestOptions requestOptions, - Context context) { - return restClient - .skillsets() - .createWithRestResponseAsync(skillset, requestOptions, context) - .map(Function.identity()); - } - /** * Retrieves a skillset definition. * @@ -1204,83 +927,70 @@ Mono> createSkillsetWithResponse(Skillset skillset, * @return the Skillset. */ public Mono getSkillset(String skillsetName) { - try { - return this.getSkillsetWithResponse(skillsetName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getSkillsetWithResponse(skillsetName, null).map(Response::getValue); } /** * Retrieves a skillset definition. * * @param skillsetName the name of the skillset to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the Skillset. */ - public Mono> getSkillsetWithResponse(String skillsetName, - RequestOptions requestOptions) { + public Mono> getSkillsetWithResponse(String skillsetName, RequestOptions requestOptions) { + return withContext(context -> getSkillsetWithResponse(skillsetName, requestOptions, context)); + } + + Mono> getSkillsetWithResponse(String skillsetName, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> - this.getSkillsetWithResponse(skillsetName, requestOptions, context)); + return this.restClient.skillsets() + .getWithRestResponseAsync(skillsetName, requestOptions, context) + .map(result -> result); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getSkillsetWithResponse(String skillsetName, - RequestOptions requestOptions, - Context context) { - return this.restClient - .skillsets() - .getWithRestResponseAsync(skillsetName, requestOptions, context) - .map(result -> result); - } - /** * Lists all skillsets available for an Azure Cognitive Search service. * * @return a reactive response emitting the list of skillsets. */ public PagedFlux listSkillsets() { - try { - return this.listSkillsets(null, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return listSkillsets(null, null); } /** * Lists all skillsets available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the skillset definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the skillset definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a reactive response emitting the list of skillsets. */ public PagedFlux listSkillsets(String select, RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.listSkillsetsWithResponse(select, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> listSkillsetsWithResponse(select, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } PagedFlux listSkillsets(String select, RequestOptions requestOptions, Context context) { - return new PagedFlux<>( - () -> this.listSkillsetsWithResponse(select, requestOptions, context), - nextLink -> Mono.empty()); + try { + return new PagedFlux<>(() -> listSkillsetsWithResponse(select, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } private Mono> listSkillsetsWithResponse(String select, - RequestOptions requestOptions, - Context context) { + RequestOptions requestOptions, + Context context) { return this.restClient.skillsets() .listWithRestResponseAsync(select, requestOptions, context) .map(response -> new PagedResponseBase<>( @@ -1289,8 +999,7 @@ private Mono> listSkillsetsWithResponse(String select, response.getHeaders(), response.getValue().getSkillsets(), null, - deserializeHeaders(response.getHeaders())) - ); + null)); } /** @@ -1300,12 +1009,7 @@ private Mono> listSkillsetsWithResponse(String select, * @return the skillset that was created or updated. */ public Mono createOrUpdateSkillset(Skillset skillset) { - try { - return this.createOrUpdateSkillsetWithResponse(skillset, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createOrUpdateSkillsetWithResponse(skillset, null, null).map(Response::getValue); } /** @@ -1313,35 +1017,29 @@ public Mono createOrUpdateSkillset(Skillset skillset) { * * @param skillset the definition of the skillset to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the skillset that was created or updated. */ public Mono> createOrUpdateSkillsetWithResponse(Skillset skillset, - AccessCondition accessCondition, - RequestOptions requestOptions) { + AccessCondition accessCondition, RequestOptions requestOptions) { + return withContext(context -> + createOrUpdateSkillsetWithResponse(skillset, accessCondition, requestOptions, context)); + } + + Mono> createOrUpdateSkillsetWithResponse(Skillset skillset, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createOrUpdateSkillsetWithResponse(skillset, - accessCondition, - requestOptions, - context)); + return restClient.skillsets() + .createOrUpdateWithRestResponseAsync(skillset.getName(), skillset, requestOptions, accessCondition, + context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createOrUpdateSkillsetWithResponse(Skillset skillset, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .skillsets() - .createOrUpdateWithRestResponseAsync(skillset.getName(), - skillset, requestOptions, accessCondition, context) - .map(Function.identity()); - } - /** * Deletes a cognitive skillset in an Azure Cognitive Search service. * @@ -1349,12 +1047,7 @@ Mono> createOrUpdateSkillsetWithResponse(Skillset skillset, * @return a response signalling completion. */ public Mono deleteSkillset(String skillsetName) { - try { - return this.deleteSkillsetWithResponse(skillsetName, null, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteSkillsetWithResponse(skillsetName, null, null).flatMap(FluxUtil::toMono); } /** @@ -1362,69 +1055,28 @@ public Mono deleteSkillset(String skillsetName) { * * @param skillsetName the name of the skillset to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ - public Mono> deleteSkillsetWithResponse(String skillsetName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - try { - return withContext(context -> this.deleteSkillsetWithResponse(skillsetName, accessCondition, requestOptions, - context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - Mono> deleteSkillsetWithResponse(String skillsetName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .skillsets() - .deleteWithRestResponseAsync(skillsetName, requestOptions, accessCondition, context) - .map(Function.identity()); - } - - /** - * Determines whether or not the given skillset exists. - * - * @param skillsetName the name of the skillset - * @return true if the skillset exists; false otherwise. - */ - public Mono skillsetExists(String skillsetName) { - try { - return this.skillsetExistsWithResponse(skillsetName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + public Mono> deleteSkillsetWithResponse(String skillsetName, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> + deleteSkillsetWithResponse(skillsetName, accessCondition, requestOptions, context)); } - /** - * Determines whether or not the given skillset exists. - * - * @param skillsetName the name of the skillset - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return true if the skillset exists; false otherwise. - */ - public Mono> skillsetExistsWithResponse(String skillsetName, RequestOptions requestOptions) { + Mono> deleteSkillsetWithResponse(String skillsetName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.skillsetExistsWithResponse(skillsetName, requestOptions, context)); + return restClient.skillsets() + .deleteWithRestResponseAsync(skillsetName, requestOptions, accessCondition, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> skillsetExistsWithResponse(String skillsetName, - RequestOptions requestOptions, - Context context) { - return resourceExistsWithResponse(() -> - this.getSkillsetWithResponse(skillsetName, requestOptions, context)); - } - /** * Creates a new Azure Cognitive Search synonym map. * @@ -1432,40 +1084,33 @@ Mono> skillsetExistsWithResponse(String skillsetName, * @return the created {@link SynonymMap}. */ public Mono createSynonymMap(SynonymMap synonymMap) { - try { - return this.createSynonymMapWithResponse(synonymMap, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createSynonymMapWithResponse(synonymMap, null).map(Response::getValue); } /** * Creates a new Azure Cognitive Search synonym map. * * @param synonymMap the definition of the synonym map to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the created SynonymMap. */ public Mono> createSynonymMapWithResponse(SynonymMap synonymMap, - RequestOptions requestOptions) { + RequestOptions requestOptions) { + return withContext(context -> createSynonymMapWithResponse(synonymMap, requestOptions, context)); + } + + Mono> createSynonymMapWithResponse(SynonymMap synonymMap, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> this.createSynonymMapWithResponse(synonymMap, requestOptions, context)); + return restClient.synonymMaps() + .createWithRestResponseAsync(synonymMap, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createSynonymMapWithResponse(SynonymMap synonymMap, - RequestOptions requestOptions, - Context context) { - return restClient - .synonymMaps() - .createWithRestResponseAsync(synonymMap, requestOptions, context) - .map(Function.identity()); - } - /** * Retrieves a synonym map definition. * @@ -1473,83 +1118,70 @@ Mono> createSynonymMapWithResponse(SynonymMap synonymMap, * @return the {@link SynonymMap} definition */ public Mono getSynonymMap(String synonymMapName) { - try { - return this.getSynonymMapWithResponse(synonymMapName, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getSynonymMapWithResponse(synonymMapName, null).map(Response::getValue); } /** * Retrieves a synonym map definition. * * @param synonymMapName name of the synonym map to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the SynonymMap. */ public Mono> getSynonymMapWithResponse(String synonymMapName, RequestOptions requestOptions) { + return withContext(context -> getSynonymMapWithResponse(synonymMapName, requestOptions, context)); + } + + Mono> getSynonymMapWithResponse(String synonymMapName, RequestOptions requestOptions, + Context context) { try { - return withContext(context -> this.getSynonymMapWithResponse(synonymMapName, requestOptions, context)); + return restClient.synonymMaps() + .getWithRestResponseAsync(synonymMapName, requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> getSynonymMapWithResponse(String synonymMapName, - RequestOptions requestOptions, - Context context) { - return restClient - .synonymMaps() - .getWithRestResponseAsync(synonymMapName, requestOptions, context) - .map(Function.identity()); - } - /** * Lists all synonym maps available for an Azure Cognitive Search service. * * @return a reactive response emitting the list of synonym maps. */ public PagedFlux listSynonymMaps() { - try { - return this.listSynonymMaps(null, null); - } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); - } + return listSynonymMaps(null, null); } /** * Lists all synonym maps available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the synonym maps to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the synonym maps to retrieve. Specified as a comma-separated + * list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a reactive response emitting the list of synonym maps. */ public PagedFlux listSynonymMaps(String select, RequestOptions requestOptions) { try { - return new PagedFlux<>( - () -> withContext(context -> this.listSynonymMapsWithResponse(select, requestOptions, context)), - nextLink -> Mono.empty()); + return new PagedFlux<>(() -> + withContext(context -> listSynonymMapsWithResponse(select, requestOptions, context))); } catch (RuntimeException ex) { - return new PagedFlux<>(() -> monoError(logger, ex)); + return pagedFluxError(logger, ex); } } PagedFlux listSynonymMaps(String select, RequestOptions requestOptions, Context context) { - return new PagedFlux<>( - () -> this.listSynonymMapsWithResponse(select, requestOptions, context), - nextLink -> Mono.empty()); + try { + return new PagedFlux<>(() -> listSynonymMapsWithResponse(select, requestOptions, context)); + } catch (RuntimeException ex) { + return pagedFluxError(logger, ex); + } } - private Mono> listSynonymMapsWithResponse(String select, - RequestOptions requestOptions, - Context context) { - return restClient - .synonymMaps() + private Mono> listSynonymMapsWithResponse(String select, RequestOptions requestOptions, + Context context) { + return restClient.synonymMaps() .listWithRestResponseAsync(select, requestOptions, context) .map(response -> new PagedResponseBase<>( response.getRequest(), @@ -1557,8 +1189,7 @@ private Mono> listSynonymMapsWithResponse(String selec response.getHeaders(), response.getValue().getSynonymMaps(), null, - deserializeHeaders(response.getHeaders())) - ); + null)); } /** @@ -1568,12 +1199,7 @@ private Mono> listSynonymMapsWithResponse(String selec * @return the synonym map that was created or updated. */ public Mono createOrUpdateSynonymMap(SynonymMap synonymMap) { - try { - return this.createOrUpdateSynonymMapWithResponse(synonymMap, null, null) - .map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return createOrUpdateSynonymMapWithResponse(synonymMap, null, null).map(Response::getValue); } /** @@ -1581,36 +1207,29 @@ public Mono createOrUpdateSynonymMap(SynonymMap synonymMap) { * * @param synonymMap the definition of the synonym map to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response containing the synonym map that was created or updated. */ public Mono> createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap, - AccessCondition accessCondition, - RequestOptions requestOptions) { + AccessCondition accessCondition, RequestOptions requestOptions) { + return withContext(context -> + createOrUpdateSynonymMapWithResponse(synonymMap, accessCondition, requestOptions, context)); + } + + Mono> createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap, + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.createOrUpdateSynonymMapWithResponse(synonymMap, - accessCondition, requestOptions, context)); + return restClient.synonymMaps() + .createOrUpdateWithRestResponseAsync(synonymMap.getName(), synonymMap, requestOptions, accessCondition, + context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .synonymMaps() - .createOrUpdateWithRestResponseAsync(synonymMap.getName(), - synonymMap, - requestOptions, - accessCondition, - context) - .map(Function.identity()); - } - /** * Deletes an Azure Cognitive Search synonym map. * @@ -1618,12 +1237,7 @@ Mono> createOrUpdateSynonymMapWithResponse(SynonymMap synon * @return a response signalling completion. */ public Mono deleteSynonymMap(String synonymMapName) { - try { - return this.deleteSynonymMapWithResponse(synonymMapName, null, null) - .flatMap(FluxUtil::toMono); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return deleteSynonymMapWithResponse(synonymMapName, null, null).flatMap(FluxUtil::toMono); } /** @@ -1631,89 +1245,28 @@ public Mono deleteSynonymMap(String synonymMapName) { * * @param synonymMapName the name of the synonym map to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return a response signalling completion. */ - public Mono> deleteSynonymMapWithResponse(String synonymMapName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - try { - return withContext(context -> - this.deleteSynonymMapWithResponse(synonymMapName, accessCondition, requestOptions, context)); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + public Mono> deleteSynonymMapWithResponse(String synonymMapName, AccessCondition accessCondition, + RequestOptions requestOptions) { + return withContext(context -> + deleteSynonymMapWithResponse(synonymMapName, accessCondition, requestOptions, context)); } - Mono> deleteSynonymMapWithResponse(String synonymMapName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return restClient - .synonymMaps() - .deleteWithRestResponseAsync(synonymMapName, requestOptions, accessCondition, context) - .map(Function.identity()); - } - - /** - * Determines whether or not the given synonym map exists. - * - * @param synonymMapName the name of the synonym map - * @return true if the synonym map exists; false otherwise. - */ - public Mono synonymMapExists(String synonymMapName) { + Mono> deleteSynonymMapWithResponse(String synonymMapName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { try { - return this.synonymMapExistsWithResponse(synonymMapName, null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } - } - - /** - * Determines whether or not the given synonym map exists. - * - * @param synonymMapName the name of the synonym map - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @return true if the synonym map exists; false otherwise. - */ - public Mono> synonymMapExistsWithResponse(String synonymMapName, RequestOptions requestOptions) { - try { - return withContext(context -> this.synonymMapExistsWithResponse(synonymMapName, requestOptions, context)); + return restClient.synonymMaps() + .deleteWithRestResponseAsync(synonymMapName, requestOptions, accessCondition, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - Mono> synonymMapExistsWithResponse(String synonymMapName, - RequestOptions requestOptions, - Context context) { - return resourceExistsWithResponse(() -> - this.getSynonymMapWithResponse(synonymMapName, requestOptions, context)); - } - - /** - * Runs an async action and determines if a resource exists or not - * - * @param action the runnable async action - * @return true if the resource exists (service returns a '200' status code); otherwise false. - */ - private Mono> resourceExistsWithResponse(Supplier>> action) { - return action.get() - .map(i -> - (Response) new SimpleResponse<>(i, i.getStatusCode() == 200)) - .onErrorResume( - t -> t instanceof HttpResponseException - && ((HttpResponseException) t).getResponse().getStatusCode() == 404, - t -> { - HttpResponse response = ((HttpResponseException) t).getResponse(); - return Mono.just(new SimpleResponse<>(response.getRequest(), response.getStatusCode(), - response.getHeaders(), false)); - }); - } - /** * Returns service level statistics for a search service, including service counters and limits. *

@@ -1722,38 +1275,27 @@ private Mono> resourceExistsWithResponse(Supplier getServiceStatistics() { - try { - return this.getServiceStatisticsWithResponse(null).map(Response::getValue); - } catch (RuntimeException ex) { - return monoError(logger, ex); - } + return getServiceStatisticsWithResponse(null).map(Response::getValue); } /** * Returns service level statistics for a search service, including service counters and limits. * - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @return the search service statistics result. */ public Mono> getServiceStatisticsWithResponse(RequestOptions requestOptions) { + return withContext(context -> getServiceStatisticsWithResponse(requestOptions, context)); + } + + Mono> getServiceStatisticsWithResponse(RequestOptions requestOptions, Context context) { try { - return withContext(context -> this.getServiceStatisticsWithResponse(requestOptions, context)); + return restClient.getServiceStatisticsWithRestResponseAsync(requestOptions, context) + .map(Function.identity()); } catch (RuntimeException ex) { return monoError(logger, ex); } } - - Mono> getServiceStatisticsWithResponse(RequestOptions requestOptions, - Context context) { - return restClient.getServiceStatisticsWithRestResponseAsync(requestOptions, context).map(Function.identity()); - } - - - private static String deserializeHeaders(HttpHeaders headers) { - return headers.toMap().entrySet().stream().map((entry) -> - entry.getKey() + "," + entry.getValue() - ).collect(Collectors.joining(",")); - } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClient.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClient.java index 1a0099c80c00..3b8c4b86be41 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClient.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClient.java @@ -7,7 +7,6 @@ import com.azure.core.http.rest.PagedIterable; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; -import com.azure.core.util.logging.ClientLogger; import com.azure.search.models.AccessCondition; import com.azure.search.models.AnalyzeRequest; import com.azure.search.models.DataSource; @@ -22,14 +21,10 @@ import com.azure.search.models.TokenInfo; /** - * Synchronous Client to manage and query indexes, - * as well as manage other resources, on a Cognitive Search service + * Synchronous Client to manage and query indexes, as well as manage other resources, on a Cognitive Search service */ @ServiceClient(builder = SearchServiceClientBuilder.class) -public class SearchServiceClient { - - private final ClientLogger logger = new ClientLogger(SearchServiceClient.class); - +public final class SearchServiceClient { private final SearchServiceAsyncClient asyncClient; SearchServiceClient(SearchServiceAsyncClient searchServiceAsyncClient) { @@ -46,8 +41,8 @@ HttpPipeline getHttpPipeline() { } /** - * Initializes a new {@link SearchIndexClient} using the given Index name and the - * same configuration as the SearchServiceClient. + * Initializes a new {@link SearchIndexClient} using the given Index name and the same configuration as the + * SearchServiceClient. * * @param indexName the name of the Index for the client * @return a {@link SearchIndexClient} created from the service client configuration @@ -74,14 +69,14 @@ public String getEndpoint() { return this.asyncClient.getEndpoint(); } - /** + /** * Creates a new Azure Cognitive Search data source or updates a data source if it already exists * * @param dataSource The definition of the data source to create or update. * @return the data source that was created or updated. */ public DataSource createOrUpdateDataSource(DataSource dataSource) { - return asyncClient.createOrUpdateDataSource(dataSource).block(); + return createOrUpdateDataSourceWithResponse(dataSource, null, null, Context.NONE).getValue(); } /** @@ -90,17 +85,15 @@ public DataSource createOrUpdateDataSource(DataSource dataSource) { * @param dataSource the definition of the data source to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing data source that was created or updated. */ public Response createOrUpdateDataSourceWithResponse(DataSource dataSource, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.createOrUpdateDataSourceWithResponse(dataSource, - accessCondition, requestOptions, context).block(); + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { + return asyncClient.createOrUpdateDataSourceWithResponse(dataSource, accessCondition, requestOptions, context) + .block(); } /** @@ -110,22 +103,20 @@ public Response createOrUpdateDataSourceWithResponse(DataSource data * @return the data source that was created. */ public DataSource createDataSource(DataSource dataSource) { - return asyncClient.createDataSource(dataSource).block(); + return createDataSourceWithResponse(dataSource, null, Context.NONE).getValue(); } /** * Creates a new Azure Cognitive Search data source * - * @param dataSource the definition of the data source to create - * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param dataSource the definition of the data source to create doesn't match specified values + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing data source that was created. */ - public Response createDataSourceWithResponse(DataSource dataSource, - RequestOptions requestOptions, - Context context) { + public Response createDataSourceWithResponse(DataSource dataSource, RequestOptions requestOptions, + Context context) { return asyncClient.createDataSourceWithResponse(dataSource, requestOptions, context).block(); } @@ -136,21 +127,20 @@ public Response createDataSourceWithResponse(DataSource dataSource, * @return the DataSource. */ public DataSource getDataSource(String dataSourceName) { - return asyncClient.getDataSource(dataSourceName).block(); + return getDataSourceWithResponse(dataSourceName, null, Context.NONE).getValue(); } /** * Retrieves a DataSource from an Azure Cognitive Search service. * * @param dataSourceName the name of the data source to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging. + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging. * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the DataSource. */ - public Response getDataSourceWithResponse(String dataSourceName, - RequestOptions requestOptions, - Context context) { + public Response getDataSourceWithResponse(String dataSourceName, RequestOptions requestOptions, + Context context) { return asyncClient.getDataSourceWithResponse(dataSourceName, requestOptions, context).block(); } @@ -160,17 +150,16 @@ public Response getDataSourceWithResponse(String dataSourceName, * @return a list of DataSources */ public PagedIterable listDataSources() { - return new PagedIterable<>(asyncClient.listDataSources()); + return listDataSources(null, null, Context.NONE); } /** * List all DataSources from an Azure Cognitive Search service. * - * @param select Selects which top-level properties of DataSource definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties. - * @param requestOptions Additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging. + * @param select Selects which top-level properties of DataSource definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties. + * @param requestOptions Additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging. * @param context Additional context that is passed through the HTTP pipeline during the service call. * @return a response containing the list of DataSources. */ @@ -184,7 +173,7 @@ public PagedIterable listDataSources(String select, RequestOptions r * @param dataSourceName the name of the data source to be deleted */ public void deleteDataSource(String dataSourceName) { - asyncClient.deleteDataSource(dataSourceName).block(); + deleteDataSourceWithResponse(dataSourceName, null, null, Context.NONE); } /** @@ -193,42 +182,15 @@ public void deleteDataSource(String dataSourceName) { * @param dataSourceName the name of the data source to be deleted * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return an empty response */ - public Response deleteDataSourceWithResponse(String dataSourceName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.deleteDataSourceWithResponse(dataSourceName, - accessCondition, requestOptions, context).block(); - } - - /** - * Determines whether or not the given data source exists. - * - * @param dataSourceName the name of the data source - * @return true if the data source exists; false otherwise. - */ - public Boolean dataSourceExists(String dataSourceName) { - return asyncClient.dataSourceExists(dataSourceName).block(); - } - - /** - * Determines whether or not the given data source exists. - * - * @param dataSourceName the name of the data source - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @param context additional context that is passed through the HTTP pipeline during the service call - * @return true if the data source exists; false otherwise. - */ - public Response dataSourceExistsWithResponse(String dataSourceName, - RequestOptions requestOptions, Context context) { - return asyncClient - .dataSourceExistsWithResponse(dataSourceName, requestOptions, context).block(); + public Response deleteDataSourceWithResponse(String dataSourceName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { + return asyncClient.deleteDataSourceWithResponse(dataSourceName, accessCondition, requestOptions, context) + .block(); } /** @@ -238,22 +200,21 @@ public Response dataSourceExistsWithResponse(String dataSourceName, * @return the created Indexer. */ public Indexer createIndexer(Indexer indexer) { - return this.asyncClient.createIndexer(indexer).block(); + return createIndexerWithResponse(indexer, null, Context.NONE).getValue(); } /** * Creates a new Azure Cognitive Search indexer. * * @param indexer definition of the indexer to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the created Indexer. */ - public Response createIndexerWithResponse(Indexer indexer, - RequestOptions requestOptions, - Context context) { - return this.asyncClient.createIndexerWithResponse(indexer, requestOptions, context).block(); + public Response createIndexerWithResponse(Indexer indexer, RequestOptions requestOptions, + Context context) { + return asyncClient.createIndexerWithResponse(indexer, requestOptions, context).block(); } /** @@ -263,7 +224,7 @@ public Response createIndexerWithResponse(Indexer indexer, * @return a response containing the created Indexer. */ public Indexer createOrUpdateIndexer(Indexer indexer) { - return asyncClient.createOrUpdateIndexer(indexer).block(); + return createOrUpdateIndexerWithResponse(indexer, null, null, Context.NONE).getValue(); } /** @@ -272,15 +233,13 @@ public Indexer createOrUpdateIndexer(Indexer indexer) { * @param indexer The definition of the indexer to create or update. * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return A response object containing the Indexer. */ - public Response createOrUpdateIndexerWithResponse(Indexer indexer, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { + public Response createOrUpdateIndexerWithResponse(Indexer indexer, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { return asyncClient.createOrUpdateIndexerWithResponse(indexer, accessCondition, requestOptions, context).block(); } @@ -290,15 +249,14 @@ public Response createOrUpdateIndexerWithResponse(Indexer indexer, * @return all Indexers from the Search service. */ public PagedIterable listIndexers() { - return new PagedIterable<>(asyncClient.listIndexers()); + return listIndexers(null, null, Context.NONE); } /** * Lists all indexers available for an Azure Cognitive Search service. * - * @param select Selects which top-level properties of the indexers to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties. + * @param select Selects which top-level properties of the indexers to retrieve. Specified as a comma-separated list + * of JSON property names, or '*' for all properties. The default is all properties. * @param requestOptions Additional parameters for the operation. * @param context additional context that is passed through the HTTP pipeline during the service call * @return all Indexers from the Search service. @@ -314,20 +272,20 @@ public PagedIterable listIndexers(String select, RequestOptions request * @return the indexer. */ public Indexer getIndexer(String indexerName) { - return asyncClient.getIndexer(indexerName).block(); + return getIndexerWithResponse(indexerName, null, Context.NONE).getValue(); } /** * Retrieves an indexer definition. * * @param indexerName the name of the indexer to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the indexer. */ - public Response getIndexerWithResponse(String indexerName, - RequestOptions requestOptions, Context context) { + public Response getIndexerWithResponse(String indexerName, RequestOptions requestOptions, + Context context) { return asyncClient.getIndexerWithResponse(indexerName, requestOptions, context).block(); } @@ -337,7 +295,7 @@ public Response getIndexerWithResponse(String indexerName, * @param indexerName the name of the indexer to delete */ public void deleteIndexer(String indexerName) { - asyncClient.deleteIndexer(indexerName).block(); + deleteIndexerWithResponse(indexerName, null, null, Context.NONE); } /** @@ -346,15 +304,13 @@ public void deleteIndexer(String indexerName) { * @param indexerName the name of the indexer to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context the context * @return a response signalling completion. */ - public Response deleteIndexerWithResponse(String indexerName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { + public Response deleteIndexerWithResponse(String indexerName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { return asyncClient.deleteIndexerWithResponse(indexerName, accessCondition, requestOptions, context).block(); } @@ -364,15 +320,15 @@ public Response deleteIndexerWithResponse(String indexerName, * @param indexerName the name of the indexer to reset */ public void resetIndexer(String indexerName) { - asyncClient.resetIndexer(indexerName).block(); + resetIndexerWithResponse(indexerName, null, Context.NONE); } /** * Resets the change tracking state associated with an indexer. * * @param indexerName the name of the indexer to reset - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response signalling completion. */ @@ -386,21 +342,19 @@ public Response resetIndexerWithResponse(String indexerName, RequestOption * @param indexerName the name of the indexer to run */ public void runIndexer(String indexerName) { - asyncClient.runIndexer(indexerName).block(); + runIndexerWithResponse(indexerName, null, Context.NONE); } /** * Runs an indexer on-demand. * * @param indexerName the name of the indexer to run - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response signalling completion. */ - public Response runIndexerWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { + public Response runIndexerWithResponse(String indexerName, RequestOptions requestOptions, Context context) { return asyncClient.runIndexerWithResponse(indexerName, requestOptions, context).block(); } @@ -411,51 +365,23 @@ public Response runIndexerWithResponse(String indexerName, * @return a response with the indexer execution info. */ public IndexerExecutionInfo getIndexerStatus(String indexerName) { - return asyncClient.getIndexerStatus(indexerName).block(); + return getIndexerStatusWithResponse(indexerName, null, Context.NONE).getValue(); } /** * Returns the current status and execution history of an indexer. * * @param indexerName the name of the indexer for which to retrieve status - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response with the indexer execution info. */ public Response getIndexerStatusWithResponse(String indexerName, - RequestOptions requestOptions, - Context context) { + RequestOptions requestOptions, Context context) { return asyncClient.getIndexerStatusWithResponse(indexerName, requestOptions, context).block(); } - - - /** - * Determines whether or not the given indexer exists. - * - * @param indexerName the name of the indexer - * @return true if the indexer exists; false otherwise. - */ - public Boolean indexerExists(String indexerName) { - return asyncClient.indexerExists(indexerName).block(); - } - - /** - * Determines whether or not the given indexer exists. - * - * @param indexerName the name of the indexer - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @param context additional context that is passed through the HTTP pipeline during the service call - * @return true if the indexer exists; false otherwise. - */ - public Response indexerExistsWithResponse(String indexerName, - RequestOptions requestOptions, Context context) { - return asyncClient.indexerExistsWithResponse(indexerName, requestOptions, context).block(); - } - - /** * Creates a new Azure Cognitive Search index * @@ -463,15 +389,15 @@ public Response indexerExistsWithResponse(String indexerName, * @return the created Index. */ public Index createIndex(Index index) { - return asyncClient.createIndex(index).block(); + return createIndexWithResponse(index, null, Context.NONE).getValue(); } /** * Creates a new Azure Cognitive Search index * * @param index definition of the index to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the created Index. */ @@ -486,15 +412,15 @@ public Response createIndexWithResponse(Index index, RequestOptions reque * @return the Index. */ public Index getIndex(String indexName) { - return asyncClient.getIndex(indexName).block(); + return getIndexWithResponse(indexName, null, Context.NONE).getValue(); } /** * Retrieves an index definition from the Azure Cognitive Search. * * @param indexName the name of the index to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the Index. */ @@ -502,29 +428,6 @@ public Response getIndexWithResponse(String indexName, RequestOptions req return asyncClient.getIndexWithResponse(indexName, requestOptions, context).block(); } - /** - * Determines whether or not the given index exists in the Azure Cognitive Search. - * - * @param indexName the name of the index - * @return true if the index exists; false otherwise. - */ - public Boolean indexExists(String indexName) { - return asyncClient.indexExists(indexName).block(); - } - - /** - * Determines whether or not the given index exists in the Azure Cognitive Search. - * - * @param indexName the name of the index - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @param context additional context that is passed through the HTTP pipeline during the service call - * @return true if the index exists; false otherwise. - */ - public Response indexExistsWithResponse(String indexName, RequestOptions requestOptions, Context context) { - return asyncClient.indexExistsWithResponse(indexName, requestOptions, context).block(); - } - /** * Returns statistics for the given index, including a document count and storage usage. * @@ -532,21 +435,20 @@ public Response indexExistsWithResponse(String indexName, RequestOption * @return the index statistics result. */ public GetIndexStatisticsResult getIndexStatistics(String indexName) { - return asyncClient.getIndexStatistics(indexName).block(); + return getIndexStatisticsWithResponse(indexName, null, Context.NONE).getValue(); } /** * Returns statistics for the given index, including a document count and storage usage. * * @param indexName the name of the index for which to retrieve statistics - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the index statistics result. */ public Response getIndexStatisticsWithResponse(String indexName, - RequestOptions requestOptions, - Context context) { + RequestOptions requestOptions, Context context) { return asyncClient.getIndexStatisticsWithResponse(indexName, requestOptions, context).block(); } @@ -556,17 +458,16 @@ public Response getIndexStatisticsWithResponse(String * @return the list of indexes. */ public PagedIterable listIndexes() { - return new PagedIterable<>(asyncClient.listIndexes()); + return listIndexes(null, null, Context.NONE); } /** * Lists all indexes available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the index definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the index definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return the list of indexes. */ @@ -581,7 +482,7 @@ public PagedIterable listIndexes(String select, RequestOptions requestOpt * @return the index that was created or updated. */ public Index createOrUpdateIndex(Index index) { - return asyncClient.createOrUpdateIndex(index).block(); + return createOrUpdateIndexWithResponse(index, false, null, null, Context.NONE).getValue(); } /** @@ -589,24 +490,20 @@ public Index createOrUpdateIndex(Index index) { * * @param index the definition of the index to create or update * @param allowIndexDowntime allows new analyzers, tokenizers, token filters, or char filters to be added to an - * index by taking the index offline for at least a few seconds. This temporarily causes - * indexing and query requests to fail. Performance and write availability of the index - * can be impaired for several minutes after the index is updated, or longer for very - * large indexes. + * index by taking the index offline for at least a few seconds. This temporarily causes indexing and query requests + * to fail. Performance and write availability of the index can be impaired for several minutes after the index is + * updated, or longer for very large indexes. * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the Index that was created or updated. */ - public Response createOrUpdateIndexWithResponse(Index index, - boolean allowIndexDowntime, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.createOrUpdateIndexWithResponse(index, - allowIndexDowntime, accessCondition, requestOptions, context).block(); + public Response createOrUpdateIndexWithResponse(Index index, boolean allowIndexDowntime, + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { + return asyncClient.createOrUpdateIndexWithResponse(index, allowIndexDowntime, accessCondition, requestOptions, + context).block(); } /** @@ -615,7 +512,7 @@ public Response createOrUpdateIndexWithResponse(Index index, * @param indexName the name of the index to delete */ public void deleteIndex(String indexName) { - asyncClient.deleteIndex(indexName).block(); + deleteIndexWithResponse(indexName, null, null, Context.NONE); } /** @@ -624,17 +521,14 @@ public void deleteIndex(String indexName) { * @param indexName the name of the index to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the Http pipeline during the service call * @return a response signalling completion. */ - public Response deleteIndexWithResponse(String indexName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.deleteIndexWithResponse(indexName, - accessCondition, requestOptions, context).block(); + public Response deleteIndexWithResponse(String indexName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { + return asyncClient.deleteIndexWithResponse(indexName, accessCondition, requestOptions, context).block(); } /** @@ -645,7 +539,7 @@ public Response deleteIndexWithResponse(String indexName, * @return analyze result. */ public PagedIterable analyzeText(String indexName, AnalyzeRequest analyzeRequest) { - return new PagedIterable<>(asyncClient.analyzeText(indexName, analyzeRequest)); + return analyzeText(indexName, analyzeRequest, null, Context.NONE); } /** @@ -653,15 +547,13 @@ public PagedIterable analyzeText(String indexName, AnalyzeRequest ana * * @param indexName the name of the index for which to test an analyzer * @param analyzeRequest the text and analyzer or analysis components to test - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return analyze result. */ - public PagedIterable analyzeText(String indexName, - AnalyzeRequest analyzeRequest, - RequestOptions requestOptions, - Context context) { + public PagedIterable analyzeText(String indexName, AnalyzeRequest analyzeRequest, + RequestOptions requestOptions, Context context) { return new PagedIterable<>(asyncClient.analyzeText(indexName, analyzeRequest, requestOptions, context)); } @@ -669,25 +561,23 @@ public PagedIterable analyzeText(String indexName, * Creates a new skillset in an Azure Cognitive Search service. * * @param skillset definition of the skillset containing one or more cognitive skills - * * @return the created Skillset. */ public Skillset createSkillset(Skillset skillset) { - return asyncClient.createSkillset(skillset).block(); + return createSkillsetWithResponse(skillset, null, Context.NONE).getValue(); } /** * Creates a new skillset in an Azure Cognitive Search service. * * @param skillset definition of the skillset containing one or more cognitive skills - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the created Skillset. */ - public Response createSkillsetWithResponse(Skillset skillset, - RequestOptions requestOptions, - Context context) { + public Response createSkillsetWithResponse(Skillset skillset, RequestOptions requestOptions, + Context context) { return asyncClient.createSkillsetWithResponse(skillset, requestOptions, context).block(); } @@ -698,21 +588,20 @@ public Response createSkillsetWithResponse(Skillset skillset, * @return the Skillset. */ public Skillset getSkillset(String skillsetName) { - return asyncClient.getSkillset(skillsetName).block(); + return getSkillsetWithResponse(skillsetName, null, Context.NONE).getValue(); } /** * Retrieves a skillset definition. * * @param skillsetName the name of the skillset to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the Skillset. */ - public Response getSkillsetWithResponse(String skillsetName, - RequestOptions requestOptions, - Context context) { + public Response getSkillsetWithResponse(String skillsetName, RequestOptions requestOptions, + Context context) { return asyncClient.getSkillsetWithResponse(skillsetName, requestOptions, context).block(); } @@ -722,17 +611,16 @@ public Response getSkillsetWithResponse(String skillsetName, * @return the list of skillsets. */ public PagedIterable listSkillsets() { - return new PagedIterable<>(asyncClient.listSkillsets()); + return listSkillsets(null, null, Context.NONE); } /** * Lists all skillsets available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the skillset definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the skillset definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return the list of skillsets. */ @@ -747,7 +635,7 @@ public PagedIterable listSkillsets(String select, RequestOptions reque * @return the skillset that was created or updated. */ public Skillset createOrUpdateSkillset(Skillset skillset) { - return asyncClient.createOrUpdateSkillset(skillset).block(); + return createOrUpdateSkillsetWithResponse(skillset, null, null, Context.NONE).getValue(); } /** @@ -756,19 +644,15 @@ public Skillset createOrUpdateSkillset(Skillset skillset) { * @param skillset the definition of the skillset to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the skillset that was created or updated. */ - public Response createOrUpdateSkillsetWithResponse(Skillset skillset, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.createOrUpdateSkillsetWithResponse(skillset, - accessCondition, - requestOptions, - context).block(); + public Response createOrUpdateSkillsetWithResponse(Skillset skillset, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { + return asyncClient.createOrUpdateSkillsetWithResponse(skillset, accessCondition, requestOptions, context) + .block(); } /** @@ -777,7 +661,7 @@ public Response createOrUpdateSkillsetWithResponse(Skillset skillset, * @param skillsetName the name of the skillset to delete */ public void deleteSkillset(String skillsetName) { - asyncClient.deleteSkillset(skillsetName).block(); + deleteSkillsetWithResponse(skillsetName, null, null, Context.NONE); } /** @@ -786,44 +670,16 @@ public void deleteSkillset(String skillsetName) { * @param skillsetName the name of the skillset to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response signalling completion. */ - public Response deleteSkillsetWithResponse(String skillsetName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { + public Response deleteSkillsetWithResponse(String skillsetName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { return asyncClient.deleteSkillsetWithResponse(skillsetName, accessCondition, requestOptions, context).block(); } - /** - * Determines whether or not the given skillset exists. - * - * @param skillsetName the name of the skillset - * @return true if the skillset exists; false otherwise. - */ - public Boolean skillsetExists(String skillsetName) { - return asyncClient.skillsetExists(skillsetName).block(); - } - - /** - * Determines whether or not the given skillset exists. - * - * @param skillsetName the name of the skillset - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @param context additional context that is passed through the HTTP pipeline during the service call - * @return true if the skillset exists; false otherwise. - */ - public Response skillsetExistsWithResponse(String skillsetName, - RequestOptions requestOptions, - Context context) { - return asyncClient - .skillsetExistsWithResponse(skillsetName, requestOptions, context).block(); - } - /** * Creates a new Azure Cognitive Search synonym map. * @@ -831,21 +687,20 @@ public Response skillsetExistsWithResponse(String skillsetName, * @return the created {@link SynonymMap}. */ public SynonymMap createSynonymMap(SynonymMap synonymMap) { - return asyncClient.createSynonymMap(synonymMap).block(); + return createSynonymMapWithResponse(synonymMap, null, Context.NONE).getValue(); } /** * Creates a new Azure Cognitive Search synonym map. * * @param synonymMap the definition of the synonym map to create - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the created SynonymMap. */ - public Response createSynonymMapWithResponse(SynonymMap synonymMap, - RequestOptions requestOptions, - Context context) { + public Response createSynonymMapWithResponse(SynonymMap synonymMap, RequestOptions requestOptions, + Context context) { return asyncClient.createSynonymMapWithResponse(synonymMap, requestOptions, context).block(); } @@ -856,21 +711,20 @@ public Response createSynonymMapWithResponse(SynonymMap synonymMap, * @return the {@link SynonymMap} definition */ public SynonymMap getSynonymMap(String synonymMapName) { - return asyncClient.getSynonymMap(synonymMapName).block(); + return getSynonymMapWithResponse(synonymMapName, null, Context.NONE).getValue(); } /** * Retrieves a synonym map definition. * * @param synonymMapName name of the synonym map to retrieve - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context a context that is passed through the HTTP pipeline during the service call * @return a response containing the SynonymMap. */ - public Response getSynonymMapWithResponse(String synonymMapName, - RequestOptions requestOptions, - Context context) { + public Response getSynonymMapWithResponse(String synonymMapName, RequestOptions requestOptions, + Context context) { return asyncClient.getSynonymMapWithResponse(synonymMapName, requestOptions, context).block(); } @@ -880,17 +734,16 @@ public Response getSynonymMapWithResponse(String synonymMapName, * @return the list of synonym maps. */ public PagedIterable listSynonymMaps() { - return new PagedIterable<>(asyncClient.listSynonymMaps()); + return listSynonymMaps(null, null, Context.NONE); } /** * Lists all synonym maps available for an Azure Cognitive Search service. * - * @param select selects which top-level properties of the index definitions to retrieve. - * Specified as a comma-separated list of JSON property names, or '*' for all properties. - * The default is all properties - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param select selects which top-level properties of the index definitions to retrieve. Specified as a + * comma-separated list of JSON property names, or '*' for all properties. The default is all properties + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return the list of synonym maps. */ @@ -905,7 +758,7 @@ public PagedIterable listSynonymMaps(String select, RequestOptions r * @return the synonym map that was created or updated. */ public SynonymMap createOrUpdateSynonymMap(SynonymMap synonymMap) { - return asyncClient.createOrUpdateSynonymMap(synonymMap).block(); + return createOrUpdateSynonymMapWithResponse(synonymMap, null, null, Context.NONE).getValue(); } /** @@ -914,17 +767,15 @@ public SynonymMap createOrUpdateSynonymMap(SynonymMap synonymMap) { * @param synonymMap the definition of the synonym map to create or update * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return a response containing the synonym map that was created or updated. */ public Response createOrUpdateSynonymMapWithResponse(SynonymMap synonymMap, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.createOrUpdateSynonymMapWithResponse(synonymMap, - accessCondition, requestOptions, context).block(); + AccessCondition accessCondition, RequestOptions requestOptions, Context context) { + return asyncClient.createOrUpdateSynonymMapWithResponse(synonymMap, accessCondition, requestOptions, context) + .block(); } /** @@ -933,7 +784,7 @@ public Response createOrUpdateSynonymMapWithResponse(SynonymMap syno * @param synonymMapName the name of the synonym map to delete */ public void deleteSynonymMap(String synonymMapName) { - asyncClient.deleteSynonymMap(synonymMapName).block(); + deleteSynonymMapWithResponse(synonymMapName, null, null, Context.NONE); } /** @@ -942,44 +793,15 @@ public void deleteSynonymMap(String synonymMapName) { * @param synonymMapName the name of the synonym map to delete * @param accessCondition the condition where the operation will be performed if the ETag on the server matches or * doesn't match specified values - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the Http pipeline during the service call * @return a response signalling completion. */ - public Response deleteSynonymMapWithResponse(String synonymMapName, - AccessCondition accessCondition, - RequestOptions requestOptions, - Context context) { - return asyncClient.deleteSynonymMapWithResponse(synonymMapName, - accessCondition, requestOptions, context).block(); - } - - /** - * Determines whether or not the given synonym map exists. - * - * @param synonymMapName the name of the synonym map - * @return true if the synonym map exists; false otherwise. - */ - public Boolean synonymMapExists(String synonymMapName) { - return asyncClient.synonymMapExists(synonymMapName).block(); - } - - /** - * Determines whether or not the given synonym map exists. - * - * @param synonymMapName the name of the synonym map - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging - * @param context additional context that is passed through the HTTP pipeline during the service call - * @return true if the synonym map exists; false otherwise. - */ - - public Response synonymMapExistsWithResponse(String synonymMapName, - RequestOptions requestOptions, - Context context) { - return asyncClient - .synonymMapExistsWithResponse(synonymMapName, requestOptions, context).block(); + public Response deleteSynonymMapWithResponse(String synonymMapName, AccessCondition accessCondition, + RequestOptions requestOptions, Context context) { + return asyncClient.deleteSynonymMapWithResponse(synonymMapName, accessCondition, requestOptions, context) + .block(); } /** @@ -988,19 +810,19 @@ public Response synonymMapExistsWithResponse(String synonymMapName, * @return the search service statistics result. */ public ServiceStatistics getServiceStatistics() { - return asyncClient.getServiceStatistics().block(); + return getServiceStatisticsWithResponse(null, Context.NONE).getValue(); } /** * Returns service level statistics for a search service, including service counters and limits. * - * @param requestOptions additional parameters for the operation. - * Contains the tracking ID sent with the request to help with debugging + * @param requestOptions additional parameters for the operation. Contains the tracking ID sent with the request to + * help with debugging * @param context additional context that is passed through the HTTP pipeline during the service call * @return the search service statistics result. */ public Response getServiceStatisticsWithResponse(RequestOptions requestOptions, - Context context) { + Context context) { return asyncClient.getServiceStatisticsWithResponse(requestOptions, context).block(); } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClientBuilder.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClientBuilder.java index 2b55c0afdf57..060cd7097ae8 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClientBuilder.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceClientBuilder.java @@ -23,14 +23,13 @@ import java.util.Objects; /** - * This class provides a fluent builder API to help aid the configuration and instantiation of - * {@link SearchServiceClient SearchServiceClients} and {@link SearchServiceAsyncClient SearchServiceAsyncClients}. - * Call {@link #buildClient() buildClient} and {@link #buildAsyncClient() buildAsyncClient} respectively to construct - * an instance of the desired client. + * This class provides a fluent builder API to help aid the configuration and instantiation of {@link + * SearchServiceClient SearchServiceClients} and {@link SearchServiceAsyncClient SearchServiceAsyncClients}. Call {@link + * #buildClient() buildClient} and {@link #buildAsyncClient() buildAsyncClient} respectively to construct an instance of + * the desired client. * - * The following information must be provided on this builder: - * the Azure Cognitive Search service endpoint through {@code .endpoint()} - * the API key through {@code .credential()} + * The following information must be provided on this builder: the Azure Cognitive Search service endpoint through + * {@code .endpoint()} the API key through {@code .credential()} */ @ServiceClientBuilder(serviceClients = {SearchServiceClient.class, SearchServiceAsyncClient.class}) public class SearchServiceClientBuilder { diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceUrlParser.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceUrlParser.java index f2c0d702c763..993ec55283ec 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceUrlParser.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceUrlParser.java @@ -12,7 +12,7 @@ /** * This class is used internally to parse endpoint URLs for use with the underlying AutoRest clients */ -class SearchServiceUrlParser { +final class SearchServiceUrlParser { static SearchServiceUrlParts parseServiceUrlParts(String endpoint) { ClientLogger logger = new ClientLogger(SearchServiceUrlParser.class); diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceVersion.java b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceVersion.java index b155f6a34c76..845f864317ed 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceVersion.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SearchServiceVersion.java @@ -6,7 +6,7 @@ import com.azure.core.util.ServiceVersion; /** - * This ENUM includes all the supported versions of the Cognitive Search Service by this SDK + * The versions of Azure Search supported by this client library. */ public enum SearchServiceVersion implements ServiceVersion { V2019_05_06("2019-05-06"); diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SuggestOptionsHandler.java b/sdk/search/azure-search/src/main/java/com/azure/search/SuggestOptionsHandler.java index bb5de84e1dc6..3276f8c99c4d 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SuggestOptionsHandler.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SuggestOptionsHandler.java @@ -3,17 +3,17 @@ package com.azure.search; +import com.azure.core.util.CoreUtils; import com.azure.search.models.SuggestOptions; /** - * Ensure all suggest parameters are correct - * Use this whenever SuggestOptions are passed to the search service + * Ensure all suggest parameters are correct Use this whenever SuggestOptions are passed to the search service */ class SuggestOptionsHandler { /** - * Ensure all suggest parameters are correct - * Use this method whenever SuggestOptions are passed to the search service + * Ensures that all suggest parameters are correctly set. This method should be used when {@link SuggestOptions} is + * passed to the Search service. * * @param suggestOptions suggest parameters * @return SuggestOptions ensured suggest parameters @@ -22,9 +22,7 @@ static SuggestOptions ensureSuggestOptions(SuggestOptions suggestOptions) { if (suggestOptions == null) { return null; } - if (suggestOptions.getSelect() == null || suggestOptions.getSelect().isEmpty()) { - suggestOptions.setSelect("*"); - } - return suggestOptions; + + return CoreUtils.isNullOrEmpty(suggestOptions.getSelect()) ? suggestOptions.setSelect("*") : suggestOptions; } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/SuggestPagedResponse.java b/sdk/search/azure-search/src/main/java/com/azure/search/SuggestPagedResponse.java index 299f42145cc7..4d9b2fda9430 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/SuggestPagedResponse.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/SuggestPagedResponse.java @@ -3,28 +3,26 @@ package com.azure.search; -import com.azure.core.http.HttpHeaders; import com.azure.core.http.rest.Page; import com.azure.core.http.rest.PagedResponseBase; import com.azure.core.http.rest.SimpleResponse; import com.azure.search.models.SuggestDocumentsResult; import com.azure.search.models.SuggestResult; -import java.util.stream.Collectors; - /** - * Represents an HTTP response from the suggest API request - * that contains a list of items deserialized into a {@link Page}. - * Each page contains additional information returned by the API request. In the Suggest API case - * the additional information is: - * coverage - coverage value. + * Represents an HTTP response from the suggest API request that contains a list of items deserialized into a {@link + * Page}. Each page contains additional information returned by the API request. In the Suggest API case the additional + * information is: coverage - coverage value. */ -public class SuggestPagedResponse extends PagedResponseBase { +public final class SuggestPagedResponse extends PagedResponseBase { /** - * Get coverage + * The percentage of the index covered in the suggest request. + *

+ * If {@code minimumCoverage} wasn't supplied in the request this will be {@code null}. * - * @return Double + * @return The percentage of the index covered in the suggest request if {@code minimumCoverage} was set in the + * request, otherwise {@code null}. */ public Double getCoverage() { return coverage; @@ -37,19 +35,13 @@ public Double getCoverage() { * * @param documentSearchResponse an http response with the results */ - public SuggestPagedResponse(SimpleResponse documentSearchResponse) { + SuggestPagedResponse(SimpleResponse documentSearchResponse) { super(documentSearchResponse.getRequest(), documentSearchResponse.getStatusCode(), documentSearchResponse.getHeaders(), documentSearchResponse.getValue().getResults(), null, - deserializeHeaders(documentSearchResponse.getHeaders())); + null); this.coverage = documentSearchResponse.getValue().getCoverage(); } - - private static String deserializeHeaders(HttpHeaders headers) { - return headers.toMap().entrySet().stream().map((entry) -> - entry.getKey() + "," + entry.getValue() - ).collect(Collectors.joining(",")); - } } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/models/GeoPoint.java b/sdk/search/azure-search/src/main/java/com/azure/search/models/GeoPoint.java index 84af9b93d9a6..30c42a7d454f 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/models/GeoPoint.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/models/GeoPoint.java @@ -48,7 +48,7 @@ public static GeoPoint create(double latitude, double longitude) { } /** - * Create GeoPoint object from latitude, longitude and coordinae system + * Create GeoPoint object from latitude, longitude and coordinate system * @param latitude latitude value of the GeographyPoint * @param longitude longitude value of the GeographyPoint * @param coordinateSystem EPSG:4326 coordination system @@ -116,19 +116,11 @@ public String toString() { return ""; } - /** - * Retrieve coordinates - * @return List of coordinates values - */ - public List getCoordinates() { - return coordinates; - } - /** * Return latitude * @return value of latitude coordinate */ - public Double getLatitude() { + public double getLatitude() { return coordinates.get(1); } @@ -136,7 +128,7 @@ public Double getLatitude() { * Return longitude * @return value of longitude coordinate */ - public Double getLongitude() { + public double getLongitude() { return coordinates.get(0); } diff --git a/sdk/search/azure-search/src/main/java/com/azure/search/models/IndexBatch.java b/sdk/search/azure-search/src/main/java/com/azure/search/models/IndexBatch.java index 49b860bf40a0..d014de29e481 100644 --- a/sdk/search/azure-search/src/main/java/com/azure/search/models/IndexBatch.java +++ b/sdk/search/azure-search/src/main/java/com/azure/search/models/IndexBatch.java @@ -1,5 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. + package com.azure.search.models; import com.azure.core.annotation.Fluent; diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteAsyncTests.java deleted file mode 100644 index ecdf33381fe1..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteAsyncTests.java +++ /dev/null @@ -1,297 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedFluxBase; -import com.azure.search.models.AutocompleteItem; -import com.azure.search.models.AutocompleteMode; -import com.azure.search.models.AutocompleteOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.test.StepVerifier; - -import java.io.IOException; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; - -import static com.azure.search.SearchTestBase.HOTELS_INDEX_NAME; - -public class AutocompleteAsyncTests extends AutocompleteTestBase { - - private SearchIndexAsyncClient client; - - @Override - protected void initializeClient() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - uploadDocumentsJson(client, HOTELS_DATA_JSON); - } - - @Test - public void canAutocompleteThrowsWhenGivenBadSuggesterName() { - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM); - - assertHttpResponseExceptionAsync( - client.autocomplete("very po", "Invalid suggester", params, generateRequestOptions()), - HttpResponseStatus.BAD_REQUEST, - "The specified suggester name 'Invalid suggester' does not exist in this index definition" - + ".\\r\\nParameter name: name" - ); - } - - @Test - public void canAutocompleteDefaultsToOneTermMode() { - List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); - List expectedQueryPlusText = Arrays.asList("point", "police", "polite", "pool", "popular"); - - PagedFluxBase results = client.autocomplete("po", "sg"); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void canAutocompleteExcludesFieldsNotInSuggester() { - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - params.setSearchFields("HotelName"); - - PagedFluxBase results = client.autocomplete("luxu", "sg", params, generateRequestOptions()); - Assert.assertNotNull(results); - - StepVerifier.create(results.byPage()).assertNext(pageResult -> - Assert.assertEquals(0, pageResult.getItems().size()) - ).verifyComplete(); - } - - @Test - public void canAutocompleteFuzzyIsOffByDefault() { - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - - PagedFluxBase results = client.autocomplete("pi", "sg", params, generateRequestOptions()); - Assert.assertNotNull(results); - StepVerifier.create(results.byPage()).assertNext(pageResult -> - Assert.assertEquals(0, pageResult.getItems().size()) - ).verifyComplete(); - } - - @Test - public void canAutocompleteOneTerm() { - List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); - List expectedQueryPlusText = Arrays.asList("point", "police", "polite", "pool", "popular"); - - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - - PagedFluxBase results = client.autocomplete("po", "sg", params, generateRequestOptions()); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void canAutocompleteOneTermWithContext() { - List expectedText = Arrays.asList("very police", "very polite", "very popular"); - List expectedQueryPlusText = Arrays.asList("looking for very police", "looking for very polite", "looking for very popular"); - - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM_WITH_CONTEXT); - - PagedFluxBase results = client.autocomplete("looking for very po", "sg", params, generateRequestOptions()); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void canAutocompleteStaticallyTypedDocuments() { - List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); - List expectedQueryPlusText = Arrays.asList("very point", "very police", "very polite", "very pool", "very popular"); - - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - params.setUseFuzzyMatching(false); - - PagedFluxBase results = client.autocomplete("very po", "sg", params, generateRequestOptions()); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void canAutocompleteThrowsWhenRequestIsMalformed() { - assertHttpResponseExceptionAsync( - client.autocomplete("very po", ""), - HttpResponseStatus.BAD_REQUEST, - "Cannot find fields enabled for suggestions. Please provide a value for 'suggesterName' in" - + " the query.\\r\\nParameter name: suggestions" - ); - } - - @Test - public void canAutocompleteTwoTerms() { - List expectedText = Arrays.asList("point motel", "police station", "polite staff", "pool a", "popular hotel"); - List expectedQueryPlusText = Arrays.asList("point motel", "police station", "polite staff", "pool a", "popular hotel"); - - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.TWO_TERMS); - - PagedFluxBase results = client.autocomplete("po", "sg", params, generateRequestOptions()); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteCanUseHitHighlighting() { - List expectedText = Arrays.asList("pool", "popular"); - List expectedQueryPlusText = Arrays.asList("pool", "popular"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setFilter("HotelName eq 'EconoStay' or HotelName eq 'Fancy Stay'") - .setHighlightPreTag("") - .setHighlightPostTag(""); - - PagedFluxBase results = client.autocomplete("po", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteWithMultipleSelectedFields() { - List expectedText = Arrays.asList("model", "modern"); - List expectedQueryPlusText = Arrays.asList("model", "modern"); - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setSearchFields("HotelName", "Description"); - - PagedFluxBase results = client.autocomplete("mod", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteWithSelectedFields() { - List expectedText = Collections.singletonList("modern"); - List expectedQueryPlusText = Collections.singletonList("modern"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setSearchFields("HotelName") - .setFilter("HotelId eq '7'"); - - PagedFluxBase results = client.autocomplete("mod", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteTopTrimsResults() { - List expectedText = Arrays.asList("point", "police"); - List expectedQueryPlusText = Arrays.asList("point", "police"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setTop(2); - - PagedFluxBase results = client.autocomplete("po", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteWithFilter() { - List expectedText = Collections.singletonList("polite"); - List expectedQueryPlusText = Collections.singletonList("polite"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setFilter("search.in(HotelId, '6,7')"); - - PagedFluxBase results = client.autocomplete("po", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteOneTermWithContextWithFuzzy() { - List expectedText = Arrays.asList("very polite", "very police"); - List expectedQueryPlusText = Arrays.asList("very polite", "very police"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM_WITH_CONTEXT) - .setUseFuzzyMatching(true); - - PagedFluxBase results = client.autocomplete("very polit", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteOneTermWithFuzzy() { - List expectedText = Arrays.asList("model", "modern", "morel", "motel"); - List expectedQueryPlusText = Arrays.asList("model", "modern", "morel", "motel"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setUseFuzzyMatching(true); - - PagedFluxBase results = client.autocomplete("mod", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteTwoTermsWithFuzzy() { - List expectedText = Arrays.asList("model suites", "modern architecture", "modern stay", "morel coverings", "motel"); - List expectedQueryPlusText = Arrays.asList("model suites", "modern architecture", "modern stay", "morel coverings", "motel"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.TWO_TERMS) - .setUseFuzzyMatching(true); - - PagedFluxBase results = client.autocomplete("mod", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - @Test - public void testAutocompleteWithFilterAndFuzzy() { - List expectedText = Arrays.asList("modern", "motel"); - List expectedQueryPlusText = Arrays.asList("modern", "motel"); - - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM) - .setUseFuzzyMatching(true) - .setFilter("HotelId ne '6' and (HotelName eq 'Modern Stay' or Tags/any(t : t eq 'budget'))"); - - PagedFluxBase results = client.autocomplete("mod", "sg", params, generateRequestOptions()); - - Assert.assertNotNull(results); - validateResults(results, expectedText, expectedQueryPlusText); - } - - /** - * Validate the text and query plus text results - * @param results results - * @param expectedText expected text - * @param expectedQueryPlusText expected query plus text - */ - private void validateResults(PagedFluxBase results, List expectedText, List expectedQueryPlusText) { - StepVerifier.create(results.byPage()).assertNext(pageResult -> { - List textResults = new ArrayList<>(); - List queryPlusTextResults = new ArrayList<>(); - pageResult.getItems() - .forEach(res -> { - textResults.add(res.getText()); - queryPlusTextResults.add(res.getQueryPlusText()); - }); - Assert.assertEquals(expectedText, textResults); - Assert.assertEquals(expectedQueryPlusText, queryPlusTextResults); - }).verifyComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteSyncTests.java index e03c3c232f02..124e26eb2eba 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteSyncTests.java @@ -3,30 +3,31 @@ package com.azure.search; import com.azure.core.http.rest.PagedIterableBase; -import com.azure.core.http.rest.PagedResponse; import com.azure.core.util.Context; import com.azure.search.models.AutocompleteItem; import com.azure.search.models.AutocompleteMode; import com.azure.search.models.AutocompleteOptions; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; -import java.io.IOException; import java.util.Arrays; import java.util.Collections; import java.util.Iterator; import java.util.List; -import java.util.stream.Collectors; import static com.azure.search.SearchTestBase.HOTELS_INDEX_NAME; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; -public class AutocompleteSyncTests extends AutocompleteTestBase { +public class AutocompleteSyncTests extends SearchIndexClientTestBase { + private static final String HOTELS_DATA_JSON = "HotelsDataArray.json"; private SearchIndexClient client; @Override - protected void initializeClient() throws IOException { + protected void beforeTest() { + super.beforeTest(); + createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); uploadDocumentsJson(client, HOTELS_DATA_JSON); @@ -34,11 +35,10 @@ protected void initializeClient() throws IOException { @Test public void canAutocompleteThrowsWhenGivenBadSuggesterName() { - AutocompleteOptions params = new AutocompleteOptions() - .setAutocompleteMode(AutocompleteMode.ONE_TERM); + AutocompleteOptions params = new AutocompleteOptions().setAutocompleteMode(AutocompleteMode.ONE_TERM); - PagedIterableBase results = client.autocomplete( - "very po", "Invalid suggester", params, generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("very po", "Invalid suggester", params, generateRequestOptions(), Context.NONE); assertHttpResponseException( () -> results.iterableByPage().iterator().next(), @@ -51,10 +51,7 @@ public void canAutocompleteDefaultsToOneTermMode() { List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); List expectedQueryPlusText = Arrays.asList("point", "police", "polite", "pool", "popular"); - PagedIterableBase results = client.autocomplete("po", "sg"); - - Assert.assertNotNull(results); - validateResults(results.iterator(), expectedText, expectedQueryPlusText); + validateResults(client.autocomplete("po", "sg").iterator(), expectedText, expectedQueryPlusText); } @Test @@ -65,10 +62,9 @@ public void canAutocompleteOneTermWithContext() { AutocompleteOptions params = new AutocompleteOptions(); params.setAutocompleteMode(AutocompleteMode.ONE_TERM_WITH_CONTEXT); - PagedIterableBase results = client.autocomplete("looking for very po", - "sg", params, generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("looking for very po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -78,13 +74,14 @@ public void canAutocompleteExcludesFieldsNotInSuggester() { params.setAutocompleteMode(AutocompleteMode.ONE_TERM); params.setSearchFields("HotelName"); - PagedIterableBase results = client.autocomplete("luxu", "sg", params, - generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); - List> allItems = results.streamByPage().collect(Collectors.toList()); + Iterator results = client + .autocomplete("luxu", "sg", params, generateRequestOptions(), Context.NONE) + .iterableByPage() + .iterator(); + // One page, with 0 items - Assert.assertEquals(1, allItems.size()); - Assert.assertEquals(0, allItems.get(0).getItems().size()); + assertEquals(0, results.next().getValue().size()); + assertFalse(results.hasNext()); } @Test @@ -92,13 +89,14 @@ public void canAutocompleteFuzzyIsOffByDefault() { AutocompleteOptions params = new AutocompleteOptions(); params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - PagedIterableBase results = client.autocomplete("pi", "sg", params, - generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); - List> allItems = results.streamByPage().collect(Collectors.toList()); + Iterator results = client + .autocomplete("pi", "sg", params, generateRequestOptions(), Context.NONE) + .iterableByPage() + .iterator(); + // One page, with 0 items - Assert.assertEquals(1, allItems.size()); - Assert.assertEquals(0, allItems.get(0).getItems().size()); + assertEquals(0, results.next().getValue().size()); + assertFalse(results.hasNext()); } @Test @@ -106,13 +104,11 @@ public void canAutocompleteOneTerm() { List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); List expectedQueryPlusText = Arrays.asList("point", "police", "polite", "pool", "popular"); - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); + AutocompleteOptions params = new AutocompleteOptions().setAutocompleteMode(AutocompleteMode.ONE_TERM); - PagedIterableBase results = client.autocomplete("po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -121,14 +117,13 @@ public void canAutocompleteStaticallyTypedDocuments() { List expectedText = Arrays.asList("point", "police", "polite", "pool", "popular"); List expectedQueryPlusText = Arrays.asList("very point", "very police", "very polite", "very pool", "very popular"); - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.ONE_TERM); - params.setUseFuzzyMatching(false); + AutocompleteOptions params = new AutocompleteOptions() + .setAutocompleteMode(AutocompleteMode.ONE_TERM) + .setUseFuzzyMatching(false); - PagedIterableBase results = client.autocomplete("very po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("very po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -147,13 +142,12 @@ public void canAutocompleteTwoTerms() { List expectedText = Arrays.asList("point motel", "police station", "polite staff", "pool a", "popular hotel"); List expectedQueryPlusText = Arrays.asList("point motel", "police station", "polite staff", "pool a", "popular hotel"); - AutocompleteOptions params = new AutocompleteOptions(); - params.setAutocompleteMode(AutocompleteMode.TWO_TERMS); + AutocompleteOptions params = new AutocompleteOptions() + .setAutocompleteMode(AutocompleteMode.TWO_TERMS); - PagedIterableBase results = client.autocomplete("po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -168,10 +162,9 @@ public void testAutocompleteCanUseHitHighlighting() { .setHighlightPreTag("") .setHighlightPostTag(""); - PagedIterableBase results = client.autocomplete("po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -184,10 +177,9 @@ public void testAutocompleteWithMultipleSelectedFields() { .setAutocompleteMode(AutocompleteMode.ONE_TERM) .setSearchFields("HotelName", "Description"); - PagedIterableBase results = client.autocomplete("mod", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("mod", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -201,10 +193,9 @@ public void testAutocompleteWithSelectedFields() { .setSearchFields("HotelName") .setFilter("HotelId eq '7'"); - PagedIterableBase results = client.autocomplete("mod", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("mod", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -217,10 +208,9 @@ public void testAutocompleteTopTrimsResults() { .setAutocompleteMode(AutocompleteMode.ONE_TERM) .setTop(2); - PagedIterableBase results = client.autocomplete("po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -233,10 +223,9 @@ public void testAutocompleteWithFilter() { .setAutocompleteMode(AutocompleteMode.ONE_TERM) .setFilter("search.in(HotelId, '6,7')"); - PagedIterableBase results = client.autocomplete("po", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("po", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -249,10 +238,9 @@ public void testAutocompleteOneTermWithContextWithFuzzy() { .setAutocompleteMode(AutocompleteMode.ONE_TERM_WITH_CONTEXT) .setUseFuzzyMatching(true); - PagedIterableBase results = client.autocomplete("very polit", - "sg", params, generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("very polit", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -265,10 +253,9 @@ public void testAutocompleteOneTermWithFuzzy() { .setAutocompleteMode(AutocompleteMode.ONE_TERM) .setUseFuzzyMatching(true); - PagedIterableBase results = client.autocomplete("mod", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("mod", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -281,10 +268,9 @@ public void testAutocompleteTwoTermsWithFuzzy() { .setAutocompleteMode(AutocompleteMode.TWO_TERMS) .setUseFuzzyMatching(true); - PagedIterableBase results = client.autocomplete("mod", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("mod", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -298,10 +284,9 @@ public void testAutocompleteWithFilterAndFuzzy() { .setUseFuzzyMatching(true) .setFilter("HotelId ne '6' and (HotelName eq 'Modern Stay' or Tags/any(t : t eq 'budget'))"); - PagedIterableBase results = client.autocomplete("mod", "sg", params, - generateRequestOptions(), Context.NONE); + PagedIterableBase results = client + .autocomplete("mod", "sg", params, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); validateResults(results.iterator(), expectedText, expectedQueryPlusText); } @@ -312,12 +297,13 @@ public void testAutocompleteWithFilterAndFuzzy() { * @param expectedText expected text * @param expectedQueryPlusText expected query plus text */ - private void validateResults(Iterator iterator, List expectedText, List expectedQueryPlusText) { + private void validateResults(Iterator iterator, List expectedText, + List expectedQueryPlusText) { int index = 0; while (iterator.hasNext()) { AutocompleteItem item = iterator.next(); - Assert.assertEquals(expectedText.get(index), item.getText()); - Assert.assertEquals(expectedQueryPlusText.get(index), item.getQueryPlusText()); + assertEquals(expectedText.get(index), item.getText()); + assertEquals(expectedQueryPlusText.get(index), item.getQueryPlusText()); index++; } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteTestBase.java deleted file mode 100644 index dcc13185f380..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/AutocompleteTestBase.java +++ /dev/null @@ -1,78 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import org.junit.jupiter.api.Test; - -import java.io.IOException; - -public abstract class AutocompleteTestBase extends SearchIndexClientTestBase { - - static final String HOTELS_DATA_JSON = "HotelsDataArray.json"; - - @Override - protected void beforeTest() { - super.beforeTest(); - try { - initializeClient(); - } catch (IOException e) { - e.printStackTrace(); - } - } - - protected abstract void initializeClient() throws IOException; - - @Test - public abstract void canAutocompleteThrowsWhenGivenBadSuggesterName(); - - @Test - public abstract void canAutocompleteDefaultsToOneTermMode(); - - @Test - public abstract void canAutocompleteExcludesFieldsNotInSuggester(); - - @Test - public abstract void canAutocompleteFuzzyIsOffByDefault(); - - @Test - public abstract void canAutocompleteOneTerm(); - - @Test - public abstract void canAutocompleteOneTermWithContext(); - - @Test - public abstract void canAutocompleteStaticallyTypedDocuments(); - - @Test - public abstract void canAutocompleteThrowsWhenRequestIsMalformed(); - - @Test - public abstract void canAutocompleteTwoTerms(); - - @Test - public abstract void testAutocompleteCanUseHitHighlighting(); - - @Test - public abstract void testAutocompleteWithMultipleSelectedFields(); - - @Test - public abstract void testAutocompleteWithSelectedFields(); - - @Test - public abstract void testAutocompleteTopTrimsResults(); - - @Test - public abstract void testAutocompleteWithFilter(); - - @Test - public abstract void testAutocompleteOneTermWithContextWithFuzzy(); - - @Test - public abstract void testAutocompleteOneTermWithFuzzy(); - - @Test - public abstract void testAutocompleteTwoTermsWithFuzzy(); - - @Test - public abstract void testAutocompleteWithFilterAndFuzzy(); -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerAsyncTests.java deleted file mode 100644 index 989e3134f369..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerAsyncTests.java +++ /dev/null @@ -1,302 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedFluxBase; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.AnalyzeRequest; -import com.azure.search.models.AnalyzerName; -import com.azure.search.models.CharFilterName; -import com.azure.search.models.CustomAnalyzer; -import com.azure.search.models.DataType; -import com.azure.search.models.Field; -import com.azure.search.models.Index; -import com.azure.search.models.PatternAnalyzer; -import com.azure.search.models.PatternReplaceCharFilter; -import com.azure.search.models.RegexFlags; -import com.azure.search.models.SearchOptions; -import com.azure.search.models.SearchResult; -import com.azure.search.models.StopAnalyzer; -import com.azure.search.models.TokenFilterName; -import com.azure.search.models.TokenizerName; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.test.StepVerifier; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; -import java.util.stream.Collectors; - -public class CustomAnalyzerAsyncTests extends CustomAnalyzerTestsBase { - private SearchServiceAsyncClient searchServiceClient; - - @Override - protected void beforeTest() { - super.beforeTest(); - searchServiceClient = getSearchServiceClientBuilder().buildAsyncClient(); - } - - @Test - public void canSearchWithCustomAnalyzer() { - final String customAnalyzerName = "my_email_analyzer"; - final String customCharFilterName = "my_email_filter"; - - Index index = new Index() - .setName("testindex") - .setFields(Arrays.asList( - new Field() - .setName("id") - .setType(DataType.EDM_STRING) - .setKey(true), - new Field() - .setName("message") - .setType(DataType.EDM_STRING) - .setAnalyzer(customAnalyzerName) - .setSearchable(true) - )) - .setAnalyzers(Collections.singletonList( - new CustomAnalyzer() - .setTokenizer(TokenizerName.STANDARD.toString()) - .setCharFilters(Collections.singletonList(customCharFilterName)) - .setName(customAnalyzerName) - )) - .setCharFilters(Collections.singletonList( - new PatternReplaceCharFilter() - .setPattern("@") - .setReplacement("_") - .setName(customCharFilterName) - )); - - searchServiceClient.createIndex(index).block(); - - SearchIndexAsyncClient searchIndexClient = searchServiceClient.getIndexClient(index.getName()); - - Document document1 = new Document(); - document1.put("id", "1"); - document1.put("message", "My email is someone@somewhere.something."); - Document document2 = new Document(); - document2.put("id", "2"); - document2.put("message", "His email is someone@nowhere.nothing."); - List documents = Arrays.asList( - document1, - document2 - ); - - searchIndexClient.uploadDocuments(documents).block(); - waitForIndexing(); - - PagedFluxBase results = - searchIndexClient.search("someone@somewhere.something", new SearchOptions(), generateRequestOptions()); - - StepVerifier.create(results.collectList()) - .assertNext(firstPage -> - Assert.assertEquals("1", firstPage.get(0).getDocument().get("id")) - ) - .verifyComplete(); - } - - @Test - public void canUseAllAnalyzerNamesInIndexDefinition() { - Index index = prepareIndexWithAllAnalyzerNames(); - - StepVerifier - .create(searchServiceClient.createIndex(index)) - .assertNext(res -> - assertIndexesEqual(index, res) - ) - .verifyComplete(); - - // Add language analyzers to searchAnalyzer and indexAnalyzer properties and expect failure - try { - new Field() - .setName("field") - .setType(DataType.EDM_STRING) - .setSearchAnalyzer(AnalyzerName.EN_LUCENE.toString()); - } catch (Exception ex) { - Assert.assertEquals(IllegalArgumentException.class, ex.getClass()); - Assert.assertEquals("Only non-language analyzer can be used as search analyzer.", ex.getMessage()); - } - try { - new Field() - .setName("field") - .setType(DataType.EDM_STRING) - .setIndexAnalyzer(AnalyzerName.AR_MICROSOFT.toString()); - } catch (Exception ex) { - Assert.assertEquals(IllegalArgumentException.class, ex.getClass()); - Assert.assertEquals("Only non-language analyzer can be used as index analyzer.", ex.getMessage()); - } - } - - @Test - public void canAnalyze() { - Index index = createTestIndex(); - searchServiceClient.createIndex(index).block(); - - AnalyzeRequest request = new AnalyzeRequest() - .setText("One two") - .setAnalyzer(AnalyzerName.WHITESPACE); - StepVerifier - .create(searchServiceClient.analyzeText(index.getName(), request)) - .assertNext(firstTokenInfo -> assertTokenInfoEqual("One", 0, 3, 0, firstTokenInfo)) - .assertNext(secondTokenInfo -> assertTokenInfoEqual("two", 4, 7, 1, secondTokenInfo)) - .expectNextCount(0L) - .verifyComplete(); - - request = new AnalyzeRequest() - .setText("One's ") - .setTokenizer(TokenizerName.WHITESPACE) - .setTokenFilters(Collections.singletonList(TokenFilterName.APOSTROPHE)) - .setCharFilters(Collections.singletonList(CharFilterName.HTML_STRIP)); - StepVerifier - .create(searchServiceClient.analyzeText(index.getName(), request)) - .assertNext(onlyTokenInfo -> { - // End offset is based on the original token, not the one emitted by the filters. - assertTokenInfoEqual("One", 0, 5, 0, onlyTokenInfo); - }) - .verifyComplete(); - - StepVerifier - .create(searchServiceClient.analyzeText(index.getName(), request, generateRequestOptions())) - .assertNext(onlyTokenInfo -> { - // End offset is based on the original token, not the one emitted by the filters. - assertTokenInfoEqual("One", 0, 5, 0, onlyTokenInfo); - }) - .verifyComplete(); - } - - @Test - public void canAnalyzeWithAllPossibleNames() { - Index index = createTestIndex(); - searchServiceClient.createIndex(index).block(); - - AnalyzerName.values() - .stream() - .map(an -> new AnalyzeRequest() - .setText("One two") - .setAnalyzer(an)) - .forEach(r -> - searchServiceClient.analyzeText(index.getName(), r) - ); - - TokenizerName.values() - .stream() - .map(tn -> new AnalyzeRequest() - .setText("One two") - .setTokenizer(tn)) - .forEach(r -> searchServiceClient.analyzeText(index.getName(), r)); - - AnalyzeRequest request = new AnalyzeRequest() - .setText("One two") - .setTokenizer(TokenizerName.WHITESPACE) - .setTokenFilters(new ArrayList<>(TokenFilterName.values())) - .setCharFilters(new ArrayList<>(CharFilterName.values())); - searchServiceClient.analyzeText(index.getName(), request); - } - - @Test - public void addingCustomAnalyzerThrowsHttpExceptionByDefault() { - Index index = createTestIndex() - .setAnalyzers(Collections.singletonList( - new StopAnalyzer().setName("a1") - )); - searchServiceClient.createIndex(index).block(); - - addAnalyzerToIndex(index, new StopAnalyzer().setName("a2")); - - assertHttpResponseExceptionAsync( - searchServiceClient.createOrUpdateIndex(index), - HttpResponseStatus.BAD_REQUEST, - "Index update not allowed because it would cause downtime." - ); - } - - @Test - public void canAddCustomAnalyzerWithIndexDowntime() { - Index index = createTestIndex() - .setAnalyzers(Collections.singletonList( - new StopAnalyzer().setName("a1") - )); - searchServiceClient.createIndex(index).block(); - - addAnalyzerToIndex(index, new StopAnalyzer().setName("a2")); - - StepVerifier - .create(searchServiceClient.createOrUpdateIndexWithResponse(index, - true, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> assertAnalysisComponentsEqual(index, res.getValue())) - .verifyComplete(); - } - - @Test - public void canCreateAllAnalysisComponents() { - Index index = prepareIndexWithAllAnalysisComponentTypes(); - - StepVerifier - .create(searchServiceClient.createIndex(index)) - .assertNext(res -> assertAnalysisComponentsEqual(index, res)) - .verifyComplete(); - searchServiceClient.deleteIndex(index.getName()).block(); - - // We have to split up analysis components into two indexes, one where any components with optional properties - // have defaults that are zero or null, and another where we need to specify the default values we - // expect to get back from the REST API. - Index indexWithSpecialDefaults = createIndexWithSpecialDefaults(); - Index expectedIndexWithSpecialDefaults = createExpectedIndexWithSpecialDefaults(indexWithSpecialDefaults); - - List splittedIndexWithSpecialDefaults = splitIndex(indexWithSpecialDefaults); - List splittedExpectedIndexWithSpecialDefaults = splitIndex(expectedIndexWithSpecialDefaults); - for (int j = 0; j < splittedIndexWithSpecialDefaults.size(); j++) { - Index expected = splittedExpectedIndexWithSpecialDefaults.get(j); - - StepVerifier - .create(searchServiceClient.createIndex(expected)) - .assertNext(res -> assertAnalysisComponentsEqual(expected, res)) - .verifyComplete(); - searchServiceClient.deleteIndex(expected.getName()).block(); - } - } - - @Test - public void canUseAllAnalysisComponentNames() { - Index index = prepareIndexWithAllAnalysisComponentNames(); - - StepVerifier - .create(searchServiceClient.createIndex(index)) - .assertNext(res -> assertCustomAnalysisComponentsEqual(index, res)) - .verifyComplete(); - } - - @Test - public void canUseAllRegexFlags() { - Index index = createTestIndex() - .setAnalyzers(RegexFlags.values() - .stream() - .map(rf -> new PatternAnalyzer() - .setLowerCaseTerms(true) - .setPattern(".*") - .setFlags(rf) - .setName(generateName())) - .collect(Collectors.toList())); - - StepVerifier - .create(searchServiceClient.createIndex(index)) - .assertNext(res -> assertAnalysisComponentsEqual(index, res)) - .verifyComplete(); - } - - @Test - public void canUseAllAnalysisComponentOptions() { - List indexes = prepareIndexesWithAllAnalysisComponentOptions(); - - indexes.forEach(expectedIndex -> { - StepVerifier - .create(searchServiceClient.createIndex(expectedIndex)) - .assertNext(res -> assertAnalysisComponentsEqual(expectedIndex, res)) - .verifyComplete(); - searchServiceClient.deleteIndex(expectedIndex.getName()).block(); - }); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerSyncTests.java index a13be56347af..e12fd968d5e7 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerSyncTests.java @@ -6,33 +6,90 @@ import com.azure.core.util.Context; import com.azure.search.models.AccessCondition; import com.azure.search.models.AnalyzeRequest; +import com.azure.search.models.Analyzer; import com.azure.search.models.AnalyzerName; +import com.azure.search.models.AsciiFoldingTokenFilter; +import com.azure.search.models.CharFilter; import com.azure.search.models.CharFilterName; +import com.azure.search.models.CjkBigramTokenFilter; +import com.azure.search.models.CjkBigramTokenFilterScripts; +import com.azure.search.models.ClassicTokenizer; +import com.azure.search.models.CommonGramTokenFilter; import com.azure.search.models.CustomAnalyzer; import com.azure.search.models.DataType; +import com.azure.search.models.DictionaryDecompounderTokenFilter; +import com.azure.search.models.EdgeNGramTokenFilterSide; +import com.azure.search.models.EdgeNGramTokenFilterV2; +import com.azure.search.models.EdgeNGramTokenizer; +import com.azure.search.models.ElisionTokenFilter; import com.azure.search.models.Field; import com.azure.search.models.Index; +import com.azure.search.models.KeepTokenFilter; +import com.azure.search.models.KeywordMarkerTokenFilter; +import com.azure.search.models.KeywordTokenizerV2; +import com.azure.search.models.LengthTokenFilter; +import com.azure.search.models.LimitTokenFilter; +import com.azure.search.models.MappingCharFilter; +import com.azure.search.models.MicrosoftLanguageStemmingTokenizer; +import com.azure.search.models.MicrosoftLanguageTokenizer; +import com.azure.search.models.MicrosoftStemmingTokenizerLanguage; +import com.azure.search.models.MicrosoftTokenizerLanguage; +import com.azure.search.models.NGramTokenFilterV2; +import com.azure.search.models.NGramTokenizer; +import com.azure.search.models.PathHierarchyTokenizerV2; import com.azure.search.models.PatternAnalyzer; +import com.azure.search.models.PatternCaptureTokenFilter; import com.azure.search.models.PatternReplaceCharFilter; +import com.azure.search.models.PatternReplaceTokenFilter; +import com.azure.search.models.PatternTokenizer; +import com.azure.search.models.PhoneticEncoder; +import com.azure.search.models.PhoneticTokenFilter; import com.azure.search.models.RegexFlags; import com.azure.search.models.SearchOptions; import com.azure.search.models.SearchResult; +import com.azure.search.models.ShingleTokenFilter; +import com.azure.search.models.SnowballTokenFilter; +import com.azure.search.models.SnowballTokenFilterLanguage; +import com.azure.search.models.StandardAnalyzer; +import com.azure.search.models.StandardTokenizerV2; +import com.azure.search.models.StemmerOverrideTokenFilter; +import com.azure.search.models.StemmerTokenFilter; +import com.azure.search.models.StemmerTokenFilterLanguage; import com.azure.search.models.StopAnalyzer; +import com.azure.search.models.StopwordsList; +import com.azure.search.models.StopwordsTokenFilter; +import com.azure.search.models.SynonymTokenFilter; +import com.azure.search.models.TokenCharacterKind; +import com.azure.search.models.TokenFilter; import com.azure.search.models.TokenFilterName; import com.azure.search.models.TokenInfo; +import com.azure.search.models.Tokenizer; import com.azure.search.models.TokenizerName; +import com.azure.search.models.TruncateTokenFilter; +import com.azure.search.models.UaxUrlEmailTokenizer; +import com.azure.search.models.UniqueTokenFilter; +import com.azure.search.models.WordDelimiterTokenFilter; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import org.unitils.reflectionassert.ReflectionAssert; import java.util.ArrayList; import java.util.Arrays; +import java.util.Collection; import java.util.Collections; +import java.util.Comparator; +import java.util.HashSet; import java.util.Iterator; import java.util.List; +import java.util.concurrent.atomic.AtomicInteger; import java.util.stream.Collectors; -public class CustomAnalyzerSyncTests extends CustomAnalyzerTestsBase { +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; + +public class CustomAnalyzerSyncTests extends SearchServiceTestBase { + private static final String NAME_PREFIX = "azsmnet"; + private SearchServiceClient searchServiceClient; @Override @@ -82,20 +139,18 @@ public void canSearchWithCustomAnalyzer() { Document document2 = new Document(); document2.put("id", "2"); document2.put("message", "His email is someone@nowhere.nothing."); - List documents = Arrays.asList( - document1, - document2 - ); + List documents = Arrays.asList(document1, document2); searchIndexClient.uploadDocuments(documents); waitForIndexing(); - Iterator iterator = searchIndexClient.search("someone@somewhere.something", - new SearchOptions(), generateRequestOptions(), Context.NONE) + Iterator iterator = searchIndexClient + .search("someone@somewhere.something", new SearchOptions(), generateRequestOptions(), Context.NONE) .iterator(); SearchResult searchResult = iterator.next(); - Assert.assertEquals("1", searchResult.getDocument().get("id")); + assertEquals("1", searchResult.getDocument().get("id")); + assertFalse(iterator.hasNext()); } @Test @@ -103,7 +158,7 @@ public void canUseAllAnalyzerNamesInIndexDefinition() { Index index = prepareIndexWithAllAnalyzerNames(); Index res = searchServiceClient.createIndex(index); - assertIndexesEqual(index, res); + TestHelpers.assertIndexesEqual(index, res); // Add language analyzers to searchAnalyzer and indexAnalyzer properties and expect failure try { @@ -112,8 +167,8 @@ public void canUseAllAnalyzerNamesInIndexDefinition() { .setType(DataType.EDM_STRING) .setSearchAnalyzer(AnalyzerName.EN_LUCENE.toString()); } catch (Exception ex) { - Assert.assertEquals(IllegalArgumentException.class, ex.getClass()); - Assert.assertEquals("Only non-language analyzer can be used as search analyzer.", ex.getMessage()); + assertEquals(IllegalArgumentException.class, ex.getClass()); + assertEquals("Only non-language analyzer can be used as search analyzer.", ex.getMessage()); } try { new Field() @@ -121,8 +176,8 @@ public void canUseAllAnalyzerNamesInIndexDefinition() { .setType(DataType.EDM_STRING) .setIndexAnalyzer(AnalyzerName.AR_MICROSOFT.toString()); } catch (Exception ex) { - Assert.assertEquals(IllegalArgumentException.class, ex.getClass()); - Assert.assertEquals("Only non-language analyzer can be used as index analyzer.", ex.getMessage()); + assertEquals(IllegalArgumentException.class, ex.getClass()); + assertEquals("Only non-language analyzer can be used as index analyzer.", ex.getMessage()); } } @@ -135,10 +190,10 @@ public void canAnalyze() { .setText("One two") .setAnalyzer(AnalyzerName.WHITESPACE); PagedIterable results = searchServiceClient.analyzeText(index.getName(), request); - Iterator iterator = results.stream().iterator(); + Iterator iterator = results.iterator(); assertTokenInfoEqual("One", 0, 3, 0, iterator.next()); assertTokenInfoEqual("two", 4, 7, 1, iterator.next()); - Assert.assertFalse(iterator.hasNext()); + assertFalse(iterator.hasNext()); request = new AnalyzeRequest() .setText("One's ") @@ -147,15 +202,15 @@ public void canAnalyze() { .setCharFilters(Collections.singletonList(CharFilterName.HTML_STRIP)); results = searchServiceClient.analyzeText(index.getName(), request); // End offset is based on the original token, not the one emitted by the filters. - iterator = results.stream().iterator(); + iterator = results.iterator(); assertTokenInfoEqual("One", 0, 5, 0, iterator.next()); - Assert.assertFalse(iterator.hasNext()); + assertFalse(iterator.hasNext()); results = searchServiceClient.analyzeText(index.getName(), request, generateRequestOptions(), Context.NONE); // End offset is based on the original token, not the one emitted by the filters. - iterator = results.stream().iterator(); + iterator = results.iterator(); assertTokenInfoEqual("One", 0, 5, 0, iterator.next()); - Assert.assertFalse(iterator.hasNext()); + assertFalse(iterator.hasNext()); } @Test @@ -273,4 +328,705 @@ public void canUseAllAnalysisComponentOptions() { searchServiceClient.deleteIndex(createdIndex.getName()); }); } + + void addAnalyzerToIndex(Index index, Analyzer analyzer) { + List analyzers = new ArrayList<>(index.getAnalyzers()); + analyzers.add(analyzer); + + index.setAnalyzers(analyzers); + } + + void assertAnalysisComponentsEqual(Index expected, Index actual) { + // Compare analysis components directly so that test failures show better comparisons. + // Analyzers + assertAnalyzersEqual(expected.getAnalyzers(), actual.getAnalyzers()); + + // Tokenizer + assertTokenizersEqual(expected.getTokenizers(), actual.getTokenizers()); + + // Char filter + assertCharFiltersEqual(expected.getCharFilters(), actual.getCharFilters()); + } + + void assertCustomAnalysisComponentsEqual(Index expected, Index actual) { + // Compare analysis components directly so that test failures show better comparisons. + // Analyzers - Sort according to their Tokenizers before comparing: + List expectedAnalyzers = expected.getAnalyzers(); + List actualAnalyzers = actual.getAnalyzers(); + + if (expectedAnalyzers != null && actualAnalyzers != null) { + Comparator customAnalyzerComparator = Comparator + .comparing((Analyzer a) -> ((CustomAnalyzer) a).getTokenizer()); + + expectedAnalyzers.sort(customAnalyzerComparator); + actualAnalyzers.sort(customAnalyzerComparator); + + assertAnalyzersEqual(expectedAnalyzers, actualAnalyzers); + } + + // Tokenizer + assertTokenizersEqual(expected.getTokenizers(), actual.getTokenizers()); + + // Char filter + assertCharFiltersEqual(expected.getCharFilters(), actual.getCharFilters()); + } + + private void assertAnalyzersEqual(List expected, List actual) { + if (expected != null && actual != null) { + assertEquals(expected.size(), actual.size()); + for (int i = 0; i < expected.size(); i++) { + + ReflectionAssert.assertLenientEquals( + expected.get(i).setName("none"), actual.get(i).setName("none")); + } + } + } + + private void assertTokenizersEqual(List expected, List actual) { + if (expected != null && actual != null) { + assertEquals(expected.size(), actual.size()); + for (int i = 0; i < expected.size(); i++) { + ReflectionAssert.assertLenientEquals( + expected.get(i).setName("none"), actual.get(i).setName("none")); + } + } + } + + private void assertCharFiltersEqual(List expected, List actual) { + if (expected != null && actual != null) { + assertEquals(expected.size(), actual.size()); + for (int i = 0; i < expected.size(); i++) { + ReflectionAssert.assertLenientEquals( + expected.get(i).setName("none"), actual.get(i).setName("none")); + } + } + } + + String generateName() { + return testResourceNamer.randomName(NAME_PREFIX, 24); + } + + List prepareIndexesWithAllAnalysisComponentOptions() { + Index index = createTestIndex(); + + // Set tokenizers + List tokenizers = new ArrayList<>(); + tokenizers.add( + new EdgeNGramTokenizer() + .setMinGram(1) + .setMaxGram(2) + .setTokenChars(Arrays.asList(TokenCharacterKind.values())) + .setName(generateName()) + ); + tokenizers.addAll( + Arrays.stream(MicrosoftStemmingTokenizerLanguage.values()) + .map(mtl -> new MicrosoftLanguageStemmingTokenizer() + .setMaxTokenLength(200) + .setIsSearchTokenizer(false) + .setLanguage(mtl) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + index.setTokenizers(tokenizers); + + // Set token filters + List tokenFilters = new ArrayList<>(); + tokenFilters.add(new CjkBigramTokenFilter() + .setIgnoreScripts(Arrays.asList(CjkBigramTokenFilterScripts.values())) + .setOutputUnigrams(true) + .setName(generateName())); + tokenFilters.addAll( + Arrays.stream(EdgeNGramTokenFilterSide.values()) + .map(s -> new EdgeNGramTokenFilterV2() + .setMinGram(1) + .setMaxGram(2) + .setSide(s) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + tokenFilters.addAll( + Arrays.stream(PhoneticEncoder.values()) + .map(pe -> new PhoneticTokenFilter() + .setEncoder(pe) + .setReplaceOriginalTokens(false) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + tokenFilters.addAll( + Arrays.stream(SnowballTokenFilterLanguage.values()) + .map(l -> new SnowballTokenFilter() + .setLanguage(l) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + tokenFilters.addAll( + Arrays.stream(StemmerTokenFilterLanguage.values()) + .map(l -> new StemmerTokenFilter() + .setLanguage(l) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + tokenFilters.addAll( + Arrays.stream(StopwordsList.values()) + .map(l -> new StopwordsTokenFilter() + .setStopwordsList(l) + .setIgnoreCase(false) + .setRemoveTrailingStopWords(true) + .setName(generateName()) + ) + .collect(Collectors.toList()) + ); + index.setTokenFilters(tokenFilters); + + return splitIndex(index); + } + + Index prepareIndexWithAllAnalyzerNames() { + List allAnalyzerNames = new ArrayList<>(AnalyzerName.values()); + allAnalyzerNames.sort(Comparator.comparing(AnalyzerName::toString)); + + List fields = new ArrayList<>(); + int fieldNumber = 0; + + // All analyzer names can be set on the analyzer property. + for (int i = 0; i < allAnalyzerNames.size(); i++) { + DataType fieldType = (i % 2 == 0) ? DataType.EDM_STRING : DataType.Collection(DataType.EDM_STRING); + fields.add(new Field() + .setName("field" + (fieldNumber++)) + .setType(fieldType) + .setAnalyzer(allAnalyzerNames.get(i).toString())); + } + + List searchAnalyzersAndIndexAnalyzers = getAnalyzersAllowedForSearchAnalyzerAndIndexAnalyzer(); + + for (int i = 0; i < searchAnalyzersAndIndexAnalyzers.size(); i++) { + DataType fieldType = (i % 2 == 0) ? DataType.EDM_STRING : DataType.Collection(DataType.EDM_STRING); + fields.add(new Field() + .setName("field" + (fieldNumber++)) + .setType(fieldType) + .setSearchable(true) + .setSearchAnalyzer(searchAnalyzersAndIndexAnalyzers.get(i).toString()) + .setIndexAnalyzer(searchAnalyzersAndIndexAnalyzers.get(i).toString())); + } + + fields.add(new Field() + .setName("id") + .setType(DataType.EDM_STRING) + .setKey(true)); + + return new Index() + .setName("hotel") + .setFields(fields); + } + + Index prepareIndexWithAllAnalysisComponentNames() { + Analyzer analyzerWithAllTokenFilterAndCharFilters = + new CustomAnalyzer() + .setTokenizer(TokenizerName.LOWERCASE.toString()) + .setTokenFilters(TokenFilterName.values() + .stream() + .map(TokenFilterName::toString) + .sorted() + .collect(Collectors.toList())) + .setCharFilters(CharFilterName.values() + .stream() + .map(CharFilterName::toString) + .sorted() + .collect(Collectors.toList())) + .setName("abc"); + + Index index = createTestIndex(); + List analyzers = new ArrayList<>(); + analyzers.add(analyzerWithAllTokenFilterAndCharFilters); + analyzers.addAll(TokenizerName.values() + .stream() + .sorted(Comparator.comparing(TokenizerName::toString)) + .map(tn -> new CustomAnalyzer() + .setTokenizer(tn.toString()) + .setName(generateName())) + .collect(Collectors.toList())); + + analyzers.sort(Comparator.comparing(Analyzer::getName)); + index.setAnalyzers(analyzers); + + return index; + } + + /** + * Custom analysis components (analyzer/tokenzier/tokenFilter/charFilter) count in index must be between 0 and 50. + * Split an Index into indexes, each of which has a total analysis components count within the limit. + */ + List splitIndex(Index index) { + Collection> analyzersLists = splitAnalysisComponents(index.getAnalyzers()); + List indexes = analyzersLists + .stream() + .map(a -> createTestIndex().setAnalyzers(a)).collect(Collectors.toList()); + + Collection> tokenizersLists = splitAnalysisComponents(index.getTokenizers()); + indexes.addAll(tokenizersLists + .stream() + .map(t -> createTestIndex().setTokenizers(t)) + .collect(Collectors.toList())); + + Collection> tokenFiltersLists = splitAnalysisComponents(index.getTokenFilters()); + indexes.addAll(tokenFiltersLists + .stream() + .map(tf -> createTestIndex().setTokenFilters(tf)) + .collect(Collectors.toList())); + + Collection> charFiltersLists = splitAnalysisComponents(index.getCharFilters()); + indexes.addAll(charFiltersLists + .stream() + .map(cf -> createTestIndex().setCharFilters(cf)) + .collect(Collectors.toList())); + + return indexes; + } + + /** + * Custom analysis components (analyzer/tokenzier/tokenFilter/charFilter) count in index must be between 0 and 50. + * Split a list of analysis components into lists within the limit. + */ + private Collection> splitAnalysisComponents(List list) { + final int analysisComponentLimit = 50; + Collection> lists = new HashSet<>(); + + if (list != null && !list.isEmpty()) { + if (list.size() > analysisComponentLimit) { + AtomicInteger counter = new AtomicInteger(); + lists = list.stream() + .collect(Collectors.groupingBy(it -> counter.getAndIncrement() / analysisComponentLimit)) + .values(); + } else { + lists.add(list); + } + } + + return lists; + } + + Index prepareIndexWithAllAnalysisComponentTypes() { + final String customTokenizerName = "my_tokenizer"; + final String customTokenFilterName = "my_tokenfilter"; + final String customCharFilterName = "my_charfilter"; + + return createTestIndex() + .setAnalyzers(Arrays.asList( + new CustomAnalyzer() + .setTokenizer(customTokenizerName) + .setTokenFilters(Collections.singletonList(customTokenFilterName)) + .setCharFilters(Collections.singletonList(customCharFilterName)) + .setName(generateName()), + new CustomAnalyzer() + .setTokenizer(TokenizerName.EDGE_NGRAM.toString()) + .setName(generateName()), + new PatternAnalyzer() + .setLowerCaseTerms(false) + .setPattern("abc") + .setFlags(RegexFlags.DOTALL) + .setStopwords(Collections.singletonList("the")) + .setName(generateName()), + new StandardAnalyzer() + .setMaxTokenLength(100) + .setStopwords(Collections.singletonList("the")) + .setName(generateName()), + new StopAnalyzer() + .setStopwords(Collections.singletonList("the")) + .setName(generateName()), + new StopAnalyzer() + .setName(generateName()) + )) + .setTokenizers(Arrays.asList( + new EdgeNGramTokenizer() + .setMinGram(1) + .setMaxGram(2) + .setName(customTokenizerName), + new EdgeNGramTokenizer() + .setMinGram(2) + .setMaxGram(4) + .setTokenChars(Collections.singletonList(TokenCharacterKind.LETTER)) + .setName(generateName()), + new NGramTokenizer() + .setMinGram(2) + .setMaxGram(4) + .setTokenChars(Collections.singletonList(TokenCharacterKind.LETTER)) + .setName(generateName()), + new ClassicTokenizer() + .setMaxTokenLength(100) + .setName(generateName()), + new KeywordTokenizerV2() + .setMaxTokenLength(100) + .setName(generateName()), + new MicrosoftLanguageStemmingTokenizer() + .setMaxTokenLength(100) + .setIsSearchTokenizer(true) + .setLanguage(MicrosoftStemmingTokenizerLanguage.CROATIAN) + .setName(generateName()), + new MicrosoftLanguageTokenizer() + .setMaxTokenLength(100) + .setIsSearchTokenizer(true) + .setLanguage(MicrosoftTokenizerLanguage.THAI) + .setName(generateName()), + new PathHierarchyTokenizerV2() + .setDelimiter(":") + .setReplacement("_") + .setMaxTokenLength(300) + .setReverseTokenOrder(true) + .setNumberOfTokensToSkip(2) + .setName(generateName()), + new PatternTokenizer() + .setPattern(".*") + .setFlags(RegexFlags.MULTILINE) + .setGroup(0) + .setName(generateName()), + new StandardTokenizerV2() + .setMaxTokenLength(100) + .setName(generateName()), + new UaxUrlEmailTokenizer() + .setMaxTokenLength(100) + .setName(generateName()) + )) + .setTokenFilters(Arrays.asList( + new CjkBigramTokenFilter() + .setName(customTokenFilterName), // One custom token filter for CustomAnalyzer above. + new CjkBigramTokenFilter() + .setIgnoreScripts(Collections.singletonList(CjkBigramTokenFilterScripts.HAN)) + .setOutputUnigrams(true) + .setName(generateName()), + new CjkBigramTokenFilter() + .setName(generateName()), + new AsciiFoldingTokenFilter() + .setPreserveOriginal(true) + .setName(generateName()), + new AsciiFoldingTokenFilter() + .setName(generateName()), + new CommonGramTokenFilter() + .setCommonWords(Arrays.asList("hello", "goodbye")) + .setIgnoreCase(true) + .setUseQueryMode(true) + .setName(generateName()), + new CommonGramTokenFilter() + .setCommonWords(Collections.singletonList("at")) + .setName(generateName()), + new DictionaryDecompounderTokenFilter() + .setWordList(Collections.singletonList("Schadenfreude")) + .setMinWordSize(10) + .setMinSubwordSize(5) + .setMaxSubwordSize(13) + .setOnlyLongestMatch(true) + .setName(generateName()), + new EdgeNGramTokenFilterV2() + .setMinGram(2) + .setMaxGram(10) + .setSide(EdgeNGramTokenFilterSide.BACK) + .setName(generateName()), + new ElisionTokenFilter() + .setArticles(Collections.singletonList("a")) + .setName(generateName()), + new ElisionTokenFilter() + .setName(generateName()), + new KeepTokenFilter() + .setKeepWords(Collections.singletonList("aloha")) + .setName(generateName()), + new KeepTokenFilter() + .setKeepWords(Arrays.asList("e", "komo", "mai")) + .setName(generateName()), + new KeywordMarkerTokenFilter() + .setKeywords(Arrays.asList("key", "words")) + .setName(generateName()), + new KeywordMarkerTokenFilter() + .setKeywords(Collections.singletonList("essential")) + .setName(generateName()), + new LengthTokenFilter() + .setMin(5) + .setMax(10) + .setName(generateName()), + new LimitTokenFilter() + .setMaxTokenCount(10) + .setConsumeAllTokens(true) + .setName(generateName()), + new NGramTokenFilterV2() + .setMinGram(2) + .setMaxGram(3) + .setName(generateName()), + new PatternCaptureTokenFilter() + .setPatterns(Collections.singletonList(".*")) + .setPreserveOriginal(false) + .setName(generateName()), + new PatternReplaceTokenFilter() + .setPattern("abc") + .setReplacement("123") + .setName(generateName()), + new PhoneticTokenFilter() + .setEncoder(PhoneticEncoder.SOUNDEX) + .setReplaceOriginalTokens(false) + .setName(generateName()), + new ShingleTokenFilter() + .setMaxShingleSize(10) + .setMinShingleSize(5) + .setOutputUnigrams(false) + .setOutputUnigramsIfNoShingles(true) + .setTokenSeparator(" ") + .setFilterToken("|") + .setName(generateName()), + new SnowballTokenFilter() + .setLanguage(SnowballTokenFilterLanguage.ENGLISH) + .setName(generateName()), + new StemmerOverrideTokenFilter() + .setRules(Collections.singletonList("ran => run")) + .setName(generateName()), + new StemmerTokenFilter() + .setLanguage(StemmerTokenFilterLanguage.FRENCH) + .setName(generateName()), + new StopwordsTokenFilter() + .setStopwords(Arrays.asList("a", "the")) + .setIgnoreCase(true) + .setRemoveTrailingStopWords(false) + .setName(generateName()), + new StopwordsTokenFilter() + .setStopwordsList(StopwordsList.ITALIAN) + .setIgnoreCase(true) + .setRemoveTrailingStopWords(false) + .setName(generateName()), + new SynonymTokenFilter() + .setSynonyms(Collections.singletonList("great, good")) + .setIgnoreCase(true) + .setExpand(false) + .setName(generateName()), + new TruncateTokenFilter() + .setLength(10) + .setName(generateName()), + new UniqueTokenFilter() + .setOnlyOnSamePosition(true) + .setName(generateName()), + new UniqueTokenFilter() + .setName(generateName()), + new WordDelimiterTokenFilter() + .setGenerateWordParts(false) + .setGenerateNumberParts(false) + .setCatenateWords(true) + .setCatenateNumbers(true) + .setCatenateAll(true) + .setSplitOnCaseChange(false) + .setPreserveOriginal(true) + .setSplitOnNumerics(false) + .setStemEnglishPossessive(false) + .setProtectedWords(Collections.singletonList("protected")) + .setName(generateName()) + )) + .setCharFilters(Arrays.asList( + new MappingCharFilter() + .setMappings(Collections.singletonList("a => b")) // One custom char filter for CustomeAnalyer above. + .setName(customCharFilterName), + new MappingCharFilter() + .setMappings(Arrays.asList("s => $", "S => $")) + .setName(generateName()), + new PatternReplaceCharFilter() + .setPattern("abc") + .setReplacement("123") + .setName(generateName()) + )); + } + + Index createIndexWithSpecialDefaults() { + int i = 0; + + return createTestIndex() + .setAnalyzers(Arrays.asList( + new PatternAnalyzer() + .setName(generateSimpleName(i++)), + new StandardAnalyzer() + .setName(generateSimpleName(i++)) + )) + .setTokenizers(Arrays.asList( + new EdgeNGramTokenizer() + .setName(generateSimpleName(i++)), + new NGramTokenizer() + .setName(generateSimpleName(i++)), + new ClassicTokenizer() + .setName(generateSimpleName(i++)), + new KeywordTokenizerV2() + .setName(generateSimpleName(i++)), + new MicrosoftLanguageStemmingTokenizer() + .setName(generateSimpleName(i++)), + new MicrosoftLanguageTokenizer() + .setName(generateSimpleName(i++)), + new PathHierarchyTokenizerV2() + .setName(generateSimpleName(i++)), + new PatternTokenizer() + .setName(generateSimpleName(i++)), + new StandardTokenizerV2() + .setName(generateSimpleName(i++)), + new UaxUrlEmailTokenizer() + .setName(generateSimpleName(i++)) + )) + .setTokenFilters(Arrays.asList( + new DictionaryDecompounderTokenFilter() + .setWordList(Collections.singletonList("Bahnhof")) + .setName(generateSimpleName(i++)), + new EdgeNGramTokenFilterV2() + .setName(generateSimpleName(i++)), + new LengthTokenFilter() + .setName(generateSimpleName(i++)), + new LimitTokenFilter() + .setName(generateSimpleName(i++)), + new NGramTokenFilterV2() + .setName(generateSimpleName(i++)), + new PatternCaptureTokenFilter() + .setPatterns(Collections.singletonList("[a-z]*")) + .setName(generateSimpleName(i++)), + new PhoneticTokenFilter() + .setName(generateSimpleName(i++)), + new ShingleTokenFilter() + .setName(generateSimpleName(i++)), + new StopwordsTokenFilter() + .setName(generateSimpleName(i++)), + new SynonymTokenFilter() + .setSynonyms(Collections.singletonList("mutt, canine => dog")) + .setName(generateSimpleName(i++)), + new TruncateTokenFilter() + .setName(generateSimpleName(i++)), + new WordDelimiterTokenFilter() + .setName(generateSimpleName(i)) + )); + } + + Index createExpectedIndexWithSpecialDefaults(Index index) { + int i = 0; + + return createTestIndex() + .setName(index.getName()) + .setAnalyzers(Arrays.asList( + new PatternAnalyzer() + .setLowerCaseTerms(true) + .setPattern("\\W+") + .setName(generateSimpleName(i++)), + new StandardAnalyzer() + .setMaxTokenLength(255) + .setName(generateSimpleName(i++)) + )) + .setTokenizers(Arrays.asList( + new EdgeNGramTokenizer() + .setMinGram(1) + .setMaxGram(2) + .setName(generateSimpleName(i++)), + new NGramTokenizer() + .setMinGram(1) + .setMaxGram(2) + .setName(generateSimpleName(i++)), + new ClassicTokenizer() + .setMaxTokenLength(255) + .setName(generateSimpleName(i++)), + new KeywordTokenizerV2() + .setMaxTokenLength(256) + .setName(generateSimpleName(i++)), + new MicrosoftLanguageStemmingTokenizer() + .setMaxTokenLength(255) + .setIsSearchTokenizer(false) + .setLanguage(MicrosoftStemmingTokenizerLanguage.ENGLISH) + .setName(generateSimpleName(i++)), + new MicrosoftLanguageTokenizer() + .setMaxTokenLength(255) + .setIsSearchTokenizer(false) + .setLanguage(MicrosoftTokenizerLanguage.ENGLISH) + .setName(generateSimpleName(i++)), + new PathHierarchyTokenizerV2() + .setDelimiter("/") + .setReplacement("/") + .setMaxTokenLength(300) + .setName(generateSimpleName(i++)), + new PatternTokenizer() + .setPattern("\\W+") + .setGroup(-1) + .setName(generateSimpleName(i++)), + new StandardTokenizerV2() + .setMaxTokenLength(255) + .setName(generateSimpleName(i++)), + new UaxUrlEmailTokenizer() + .setMaxTokenLength(255) + .setName(generateSimpleName(i++)) + )) + .setTokenFilters(Arrays.asList( + new DictionaryDecompounderTokenFilter() + .setWordList(Collections.singletonList("Bahnhof")) + .setMinWordSize(5) + .setMinSubwordSize(2) + .setMaxSubwordSize(15) + .setName(generateSimpleName(i++)), + new EdgeNGramTokenFilterV2() + .setMinGram(1) + .setMaxGram(2) + .setSide(EdgeNGramTokenFilterSide.FRONT) + .setName(generateSimpleName(i++)), + new LengthTokenFilter() + .setMax(300) + .setName(generateSimpleName(i++)), + new LimitTokenFilter() + .setMaxTokenCount(1) + .setName(generateSimpleName(i++)), + new NGramTokenFilterV2() + .setMinGram(1) + .setMaxGram(2) + .setName(generateSimpleName(i++)), + new PatternCaptureTokenFilter() + .setPatterns(Collections.singletonList("[a-z]*")) + .setPreserveOriginal(true) + .setName(generateSimpleName(i++)), + new PhoneticTokenFilter() + .setEncoder(PhoneticEncoder.METAPHONE) + .setReplaceOriginalTokens(true) + .setName(generateSimpleName(i++)), + new ShingleTokenFilter() + .setMaxShingleSize(2) + .setMinShingleSize(2) + .setOutputUnigrams(true) + .setTokenSeparator(" ") + .setFilterToken("_") + .setName(generateSimpleName(i++)), + new StopwordsTokenFilter() + .setStopwordsList(StopwordsList.ENGLISH) + .setRemoveTrailingStopWords(true) + .setName(generateSimpleName(i++)), + new SynonymTokenFilter() + .setExpand(true) + .setSynonyms(Collections.singletonList("mutt, canine => dog")) + .setName(generateSimpleName(i++)), + new TruncateTokenFilter() + .setLength(300) + .setName(generateSimpleName(i++)), + new WordDelimiterTokenFilter() + .setGenerateWordParts(true) + .setGenerateNumberParts(true) + .setSplitOnCaseChange(true) + .setSplitOnNumerics(true) + .setStemEnglishPossessive(true) + .setName(generateSimpleName(i)) + )); + } + + void assertTokenInfoEqual(String expectedToken, Integer expectedStartOffset, Integer expectedEndOffset, + Integer expectedPosition, TokenInfo actual) { + assertEquals(expectedToken, actual.getToken()); + assertEquals(expectedStartOffset, actual.getStartOffset()); + assertEquals(expectedEndOffset, actual.getEndOffset()); + assertEquals(expectedPosition, actual.getPosition()); + } + + private String generateSimpleName(int n) { + return String.format("a%d", n); + } + + private List getAnalyzersAllowedForSearchAnalyzerAndIndexAnalyzer() { + // Only non-language analyzer names can be set on the searchAnalyzer and indexAnalyzer properties. + // ASSUMPTION: Only language analyzers end in .lucene or .microsoft. + return AnalyzerName.values() + .stream() + .filter(an -> !an.toString().endsWith(".lucene") && !an.toString().endsWith(".microsoft")) + .collect(Collectors.toList()); + } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerTestsBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerTestsBase.java deleted file mode 100644 index 9798801c0d3f..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/CustomAnalyzerTestsBase.java +++ /dev/null @@ -1,821 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.Analyzer; -import com.azure.search.models.AnalyzerName; -import com.azure.search.models.AsciiFoldingTokenFilter; -import com.azure.search.models.CharFilter; -import com.azure.search.models.CharFilterName; -import com.azure.search.models.CjkBigramTokenFilter; -import com.azure.search.models.CjkBigramTokenFilterScripts; -import com.azure.search.models.ClassicTokenizer; -import com.azure.search.models.CommonGramTokenFilter; -import com.azure.search.models.CustomAnalyzer; -import com.azure.search.models.DataType; -import com.azure.search.models.DictionaryDecompounderTokenFilter; -import com.azure.search.models.EdgeNGramTokenFilterSide; -import com.azure.search.models.EdgeNGramTokenFilterV2; -import com.azure.search.models.EdgeNGramTokenizer; -import com.azure.search.models.ElisionTokenFilter; -import com.azure.search.models.Field; -import com.azure.search.models.Index; -import com.azure.search.models.KeepTokenFilter; -import com.azure.search.models.KeywordMarkerTokenFilter; -import com.azure.search.models.KeywordTokenizerV2; -import com.azure.search.models.LengthTokenFilter; -import com.azure.search.models.LimitTokenFilter; -import com.azure.search.models.MappingCharFilter; -import com.azure.search.models.MicrosoftLanguageStemmingTokenizer; -import com.azure.search.models.MicrosoftLanguageTokenizer; -import com.azure.search.models.MicrosoftStemmingTokenizerLanguage; -import com.azure.search.models.MicrosoftTokenizerLanguage; -import com.azure.search.models.NGramTokenFilterV2; -import com.azure.search.models.NGramTokenizer; -import com.azure.search.models.PathHierarchyTokenizerV2; -import com.azure.search.models.PatternAnalyzer; -import com.azure.search.models.PatternCaptureTokenFilter; -import com.azure.search.models.PatternReplaceCharFilter; -import com.azure.search.models.PatternReplaceTokenFilter; -import com.azure.search.models.PatternTokenizer; -import com.azure.search.models.PhoneticEncoder; -import com.azure.search.models.PhoneticTokenFilter; -import com.azure.search.models.RegexFlags; -import com.azure.search.models.ShingleTokenFilter; -import com.azure.search.models.SnowballTokenFilter; -import com.azure.search.models.SnowballTokenFilterLanguage; -import com.azure.search.models.StandardAnalyzer; -import com.azure.search.models.StandardTokenizerV2; -import com.azure.search.models.StemmerOverrideTokenFilter; -import com.azure.search.models.StemmerTokenFilter; -import com.azure.search.models.StemmerTokenFilterLanguage; -import com.azure.search.models.StopAnalyzer; -import com.azure.search.models.StopwordsList; -import com.azure.search.models.StopwordsTokenFilter; -import com.azure.search.models.SynonymTokenFilter; -import com.azure.search.models.TokenCharacterKind; -import com.azure.search.models.TokenFilter; -import com.azure.search.models.TokenFilterName; -import com.azure.search.models.TokenInfo; -import com.azure.search.models.Tokenizer; -import com.azure.search.models.TokenizerName; -import com.azure.search.models.TruncateTokenFilter; -import com.azure.search.models.UaxUrlEmailTokenizer; -import com.azure.search.models.UniqueTokenFilter; -import com.azure.search.models.WordDelimiterTokenFilter; -import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import org.unitils.reflectionassert.ReflectionAssert; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collection; -import java.util.Collections; -import java.util.Comparator; -import java.util.HashSet; -import java.util.List; -import java.util.concurrent.atomic.AtomicInteger; -import java.util.stream.Collectors; - -public abstract class CustomAnalyzerTestsBase extends SearchServiceTestBase { - private static final String NAME_PREFIX = "azsmnet"; - - @Override - protected void beforeTest() { - super.beforeTest(); - } - - @Test - public abstract void canSearchWithCustomAnalyzer(); - - @Test - public abstract void canUseAllAnalyzerNamesInIndexDefinition(); - - @Test - public abstract void canAnalyze(); - - @Test - public abstract void canAnalyzeWithAllPossibleNames(); - - @Test - public abstract void addingCustomAnalyzerThrowsHttpExceptionByDefault(); - - @Test - public abstract void canAddCustomAnalyzerWithIndexDowntime(); - - @Test - public abstract void canCreateAllAnalysisComponents(); - - @Test - public abstract void canUseAllAnalysisComponentNames(); - - @Test - public abstract void canUseAllRegexFlags(); - - @Test - public abstract void canUseAllAnalysisComponentOptions(); - - void addAnalyzerToIndex(Index index, Analyzer analyzer) { - List analyzers = new ArrayList<>(index.getAnalyzers()); - analyzers.add(analyzer); - - index.setAnalyzers(analyzers); - } - - void assertAnalysisComponentsEqual(Index expected, Index actual) { - // Compare analysis components directly so that test failures show better comparisons. - // Analyzers - assertAnalyzersEqual(expected.getAnalyzers(), actual.getAnalyzers()); - - // Tokenizer - assertTokenizersEqual(expected.getTokenizers(), actual.getTokenizers()); - - // Char filter - assertCharFiltersEqual(expected.getCharFilters(), actual.getCharFilters()); - } - - void assertCustomAnalysisComponentsEqual(Index expected, Index actual) { - // Compare analysis components directly so that test failures show better comparisons. - // Analyzers - Sort according to their Tokenizers before comparing: - List expectedAnalyzers = expected.getAnalyzers(); - List actualAnalyzers = actual.getAnalyzers(); - - if (expectedAnalyzers != null && actualAnalyzers != null) { - Comparator customAnalyzerComparator = Comparator - .comparing((Analyzer a) -> ((CustomAnalyzer) a).getTokenizer()); - - expectedAnalyzers.sort(customAnalyzerComparator); - actualAnalyzers.sort(customAnalyzerComparator); - - assertAnalyzersEqual(expectedAnalyzers, actualAnalyzers); - } - - // Tokenizer - assertTokenizersEqual(expected.getTokenizers(), actual.getTokenizers()); - - // Char filter - assertCharFiltersEqual(expected.getCharFilters(), actual.getCharFilters()); - } - - private void assertAnalyzersEqual(List expected, List actual) { - if (expected != null && actual != null) { - Assert.assertEquals(expected.size(), actual.size()); - for (int i = 0; i < expected.size(); i++) { - ReflectionAssert.assertLenientEquals( - expected.get(i).setName("none"), actual.get(i).setName("none")); - } - } - } - - private void assertTokenizersEqual(List expected, List actual) { - if (expected != null && actual != null) { - Assert.assertEquals(expected.size(), actual.size()); - for (int i = 0; i < expected.size(); i++) { - ReflectionAssert.assertLenientEquals( - expected.get(i).setName("none"), actual.get(i).setName("none")); - } - } - } - - private void assertCharFiltersEqual(List expected, List actual) { - if (expected != null && actual != null) { - Assert.assertEquals(expected.size(), actual.size()); - for (int i = 0; i < expected.size(); i++) { - ReflectionAssert.assertLenientEquals( - expected.get(i).setName("none"), actual.get(i).setName("none")); - } - } - } - - String generateName() { - return SdkContext.randomResourceName(NAME_PREFIX, 24); - } - - List prepareIndexesWithAllAnalysisComponentOptions() { - Index index = createTestIndex(); - - // Set tokenizers - List tokenizers = new ArrayList<>(); - tokenizers.add( - new EdgeNGramTokenizer() - .setMinGram(1) - .setMaxGram(2) - .setTokenChars(Arrays.asList(TokenCharacterKind.values())) - .setName(generateName()) - ); - tokenizers.addAll( - Arrays.stream(MicrosoftStemmingTokenizerLanguage.values()) - .map(mtl -> new MicrosoftLanguageStemmingTokenizer() - .setMaxTokenLength(200) - .setIsSearchTokenizer(false) - .setLanguage(mtl) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - index.setTokenizers(tokenizers); - - // Set token filters - List tokenFilters = new ArrayList<>(); - tokenFilters.add(new CjkBigramTokenFilter() - .setIgnoreScripts(Arrays.asList(CjkBigramTokenFilterScripts.values())) - .setOutputUnigrams(true) - .setName(generateName())); - tokenFilters.addAll( - Arrays.stream(EdgeNGramTokenFilterSide.values()) - .map(s -> new EdgeNGramTokenFilterV2() - .setMinGram(1) - .setMaxGram(2) - .setSide(s) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - tokenFilters.addAll( - Arrays.stream(PhoneticEncoder.values()) - .map(pe -> new PhoneticTokenFilter() - .setEncoder(pe) - .setReplaceOriginalTokens(false) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - tokenFilters.addAll( - Arrays.stream(SnowballTokenFilterLanguage.values()) - .map(l -> new SnowballTokenFilter() - .setLanguage(l) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - tokenFilters.addAll( - Arrays.stream(StemmerTokenFilterLanguage.values()) - .map(l -> new StemmerTokenFilter() - .setLanguage(l) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - tokenFilters.addAll( - Arrays.stream(StopwordsList.values()) - .map(l -> new StopwordsTokenFilter() - .setStopwordsList(l) - .setIgnoreCase(false) - .setRemoveTrailingStopWords(true) - .setName(generateName()) - ) - .collect(Collectors.toList()) - ); - index.setTokenFilters(tokenFilters); - - return splitIndex(index); - } - - Index prepareIndexWithAllAnalyzerNames() { - List allAnalyzerNames = new ArrayList<>(AnalyzerName.values()); - allAnalyzerNames.sort(Comparator.comparing(AnalyzerName::toString)); - - List fields = new ArrayList<>(); - int fieldNumber = 0; - - // All analyzer names can be set on the analyzer property. - for (int i = 0; i < allAnalyzerNames.size(); i++) { - DataType fieldType = (i % 2 == 0) ? DataType.EDM_STRING : DataType.Collection(DataType.EDM_STRING); - fields.add(new Field() - .setName("field" + (fieldNumber++)) - .setType(fieldType) - .setAnalyzer(allAnalyzerNames.get(i).toString())); - } - - List searchAnalyzersAndIndexAnalyzers = getAnalyzersAllowedForSearchAnalyzerAndIndexAnalyzer(); - - for (int i = 0; i < searchAnalyzersAndIndexAnalyzers.size(); i++) { - DataType fieldType = (i % 2 == 0) ? DataType.EDM_STRING : DataType.Collection(DataType.EDM_STRING); - fields.add(new Field() - .setName("field" + (fieldNumber++)) - .setType(fieldType) - .setSearchable(true) - .setSearchAnalyzer(searchAnalyzersAndIndexAnalyzers.get(i).toString()) - .setIndexAnalyzer(searchAnalyzersAndIndexAnalyzers.get(i).toString())); - } - - fields.add(new Field() - .setName("id") - .setType(DataType.EDM_STRING) - .setKey(true)); - - return new Index() - .setName("hotel") - .setFields(fields); - } - - Index prepareIndexWithAllAnalysisComponentNames() { - Analyzer analyzerWithAllTokenFilterAndCharFilters = - new CustomAnalyzer() - .setTokenizer(TokenizerName.LOWERCASE.toString()) - .setTokenFilters(TokenFilterName.values() - .stream() - .map(TokenFilterName::toString) - .sorted() - .collect(Collectors.toList())) - .setCharFilters(CharFilterName.values() - .stream() - .map(CharFilterName::toString) - .sorted() - .collect(Collectors.toList())) - .setName("abc"); - - Index index = createTestIndex(); - List analyzers = new ArrayList<>(); - analyzers.add(analyzerWithAllTokenFilterAndCharFilters); - analyzers.addAll(TokenizerName.values() - .stream() - .sorted(Comparator.comparing(TokenizerName::toString)) - .map(tn -> new CustomAnalyzer() - .setTokenizer(tn.toString()) - .setName(generateName())) - .collect(Collectors.toList())); - - analyzers.sort(Comparator.comparing(Analyzer::getName)); - index.setAnalyzers(analyzers); - - return index; - } - - /** - * Custom analysis components (analyzer/tokenzier/tokenFilter/charFilter) count in index must be between 0 and 50. - * Split an Index into indexes, each of which has a total analysis components count within the limit. - */ - List splitIndex(Index index) { - Collection> analyzersLists = splitAnalysisComponents(index.getAnalyzers()); - List indexes = analyzersLists - .stream() - .map(a -> createTestIndex().setAnalyzers(a)).collect(Collectors.toList()); - - Collection> tokenizersLists = splitAnalysisComponents(index.getTokenizers()); - indexes.addAll(tokenizersLists - .stream() - .map(t -> createTestIndex().setTokenizers(t)) - .collect(Collectors.toList())); - - Collection> tokenFiltersLists = splitAnalysisComponents(index.getTokenFilters()); - indexes.addAll(tokenFiltersLists - .stream() - .map(tf -> createTestIndex().setTokenFilters(tf)) - .collect(Collectors.toList())); - - Collection> charFiltersLists = splitAnalysisComponents(index.getCharFilters()); - indexes.addAll(charFiltersLists - .stream() - .map(cf -> createTestIndex().setCharFilters(cf)) - .collect(Collectors.toList())); - - return indexes; - } - - /** - * Custom analysis components (analyzer/tokenzier/tokenFilter/charFilter) count in index must be between 0 and 50. - * Split a list of analysis components into lists within the limit. - */ - private Collection> splitAnalysisComponents(List list) { - final int analysisComponentLimit = 50; - Collection> lists = new HashSet<>(); - - if (list != null && !list.isEmpty()) { - if (list.size() > analysisComponentLimit) { - AtomicInteger counter = new AtomicInteger(); - lists = list.stream() - .collect(Collectors.groupingBy(it -> counter.getAndIncrement() / analysisComponentLimit)) - .values(); - } else { - lists.add(list); - } - } - - return lists; - } - - Index prepareIndexWithAllAnalysisComponentTypes() { - final String customTokenizerName = "my_tokenizer"; - final String customTokenFilterName = "my_tokenfilter"; - final String customCharFilterName = "my_charfilter"; - - return createTestIndex() - .setAnalyzers(Arrays.asList( - new CustomAnalyzer() - .setTokenizer(customTokenizerName) - .setTokenFilters(Collections.singletonList(customTokenFilterName)) - .setCharFilters(Collections.singletonList(customCharFilterName)) - .setName(generateName()), - new CustomAnalyzer() - .setTokenizer(TokenizerName.EDGE_NGRAM.toString()) - .setName(generateName()), - new PatternAnalyzer() - .setLowerCaseTerms(false) - .setPattern("abc") - .setFlags(RegexFlags.DOTALL) - .setStopwords(Collections.singletonList("the")) - .setName(generateName()), - new StandardAnalyzer() - .setMaxTokenLength(100) - .setStopwords(Collections.singletonList("the")) - .setName(generateName()), - new StopAnalyzer() - .setStopwords(Collections.singletonList("the")) - .setName(generateName()), - new StopAnalyzer() - .setName(generateName()) - )) - .setTokenizers(Arrays.asList( - new EdgeNGramTokenizer() - .setMinGram(1) - .setMaxGram(2) - .setName(customTokenizerName), - new EdgeNGramTokenizer() - .setMinGram(2) - .setMaxGram(4) - .setTokenChars(Collections.singletonList(TokenCharacterKind.LETTER)) - .setName(generateName()), - new NGramTokenizer() - .setMinGram(2) - .setMaxGram(4) - .setTokenChars(Collections.singletonList(TokenCharacterKind.LETTER)) - .setName(generateName()), - new ClassicTokenizer() - .setMaxTokenLength(100) - .setName(generateName()), - new KeywordTokenizerV2() - .setMaxTokenLength(100) - .setName(generateName()), - new MicrosoftLanguageStemmingTokenizer() - .setMaxTokenLength(100) - .setIsSearchTokenizer(true) - .setLanguage(MicrosoftStemmingTokenizerLanguage.CROATIAN) - .setName(generateName()), - new MicrosoftLanguageTokenizer() - .setMaxTokenLength(100) - .setIsSearchTokenizer(true) - .setLanguage(MicrosoftTokenizerLanguage.THAI) - .setName(generateName()), - new PathHierarchyTokenizerV2() - .setDelimiter(":") - .setReplacement("_") - .setMaxTokenLength(300) - .setReverseTokenOrder(true) - .setNumberOfTokensToSkip(2) - .setName(generateName()), - new PatternTokenizer() - .setPattern(".*") - .setFlags(RegexFlags.MULTILINE) - .setGroup(0) - .setName(generateName()), - new StandardTokenizerV2() - .setMaxTokenLength(100) - .setName(generateName()), - new UaxUrlEmailTokenizer() - .setMaxTokenLength(100) - .setName(generateName()) - )) - .setTokenFilters(Arrays.asList( - new CjkBigramTokenFilter() - .setName(customTokenFilterName), // One custom token filter for CustomAnalyzer above. - new CjkBigramTokenFilter() - .setIgnoreScripts(Collections.singletonList(CjkBigramTokenFilterScripts.HAN)) - .setOutputUnigrams(true) - .setName(generateName()), - new CjkBigramTokenFilter() - .setName(generateName()), - new AsciiFoldingTokenFilter() - .setPreserveOriginal(true) - .setName(generateName()), - new AsciiFoldingTokenFilter() - .setName(generateName()), - new CommonGramTokenFilter() - .setCommonWords(Arrays.asList("hello", "goodbye")) - .setIgnoreCase(true) - .setUseQueryMode(true) - .setName(generateName()), - new CommonGramTokenFilter() - .setCommonWords(Collections.singletonList("at")) - .setName(generateName()), - new DictionaryDecompounderTokenFilter() - .setWordList(Collections.singletonList("Schadenfreude")) - .setMinWordSize(10) - .setMinSubwordSize(5) - .setMaxSubwordSize(13) - .setOnlyLongestMatch(true) - .setName(generateName()), - new EdgeNGramTokenFilterV2() - .setMinGram(2) - .setMaxGram(10) - .setSide(EdgeNGramTokenFilterSide.BACK) - .setName(generateName()), - new ElisionTokenFilter() - .setArticles(Collections.singletonList("a")) - .setName(generateName()), - new ElisionTokenFilter() - .setName(generateName()), - new KeepTokenFilter() - .setKeepWords(Collections.singletonList("aloha")) - .setName(generateName()), - new KeepTokenFilter() - .setKeepWords(Arrays.asList("e", "komo", "mai")) - .setName(generateName()), - new KeywordMarkerTokenFilter() - .setKeywords(Arrays.asList("key", "words")) - .setName(generateName()), - new KeywordMarkerTokenFilter() - .setKeywords(Collections.singletonList("essential")) - .setName(generateName()), - new LengthTokenFilter() - .setMin(5) - .setMax(10) - .setName(generateName()), - new LimitTokenFilter() - .setMaxTokenCount(10) - .setConsumeAllTokens(true) - .setName(generateName()), - new NGramTokenFilterV2() - .setMinGram(2) - .setMaxGram(3) - .setName(generateName()), - new PatternCaptureTokenFilter() - .setPatterns(Collections.singletonList(".*")) - .setPreserveOriginal(false) - .setName(generateName()), - new PatternReplaceTokenFilter() - .setPattern("abc") - .setReplacement("123") - .setName(generateName()), - new PhoneticTokenFilter() - .setEncoder(PhoneticEncoder.SOUNDEX) - .setReplaceOriginalTokens(false) - .setName(generateName()), - new ShingleTokenFilter() - .setMaxShingleSize(10) - .setMinShingleSize(5) - .setOutputUnigrams(false) - .setOutputUnigramsIfNoShingles(true) - .setTokenSeparator(" ") - .setFilterToken("|") - .setName(generateName()), - new SnowballTokenFilter() - .setLanguage(SnowballTokenFilterLanguage.ENGLISH) - .setName(generateName()), - new StemmerOverrideTokenFilter() - .setRules(Collections.singletonList("ran => run")) - .setName(generateName()), - new StemmerTokenFilter() - .setLanguage(StemmerTokenFilterLanguage.FRENCH) - .setName(generateName()), - new StopwordsTokenFilter() - .setStopwords(Arrays.asList("a", "the")) - .setIgnoreCase(true) - .setRemoveTrailingStopWords(false) - .setName(generateName()), - new StopwordsTokenFilter() - .setStopwordsList(StopwordsList.ITALIAN) - .setIgnoreCase(true) - .setRemoveTrailingStopWords(false) - .setName(generateName()), - new SynonymTokenFilter() - .setSynonyms(Collections.singletonList("great, good")) - .setIgnoreCase(true) - .setExpand(false) - .setName(generateName()), - new TruncateTokenFilter() - .setLength(10) - .setName(generateName()), - new UniqueTokenFilter() - .setOnlyOnSamePosition(true) - .setName(generateName()), - new UniqueTokenFilter() - .setName(generateName()), - new WordDelimiterTokenFilter() - .setGenerateWordParts(false) - .setGenerateNumberParts(false) - .setCatenateWords(true) - .setCatenateNumbers(true) - .setCatenateAll(true) - .setSplitOnCaseChange(false) - .setPreserveOriginal(true) - .setSplitOnNumerics(false) - .setStemEnglishPossessive(false) - .setProtectedWords(Collections.singletonList("protected")) - .setName(generateName()) - )) - .setCharFilters(Arrays.asList( - new MappingCharFilter() - .setMappings(Collections.singletonList("a => b")) // One custom char filter for CustomeAnalyer above. - .setName(customCharFilterName), - new MappingCharFilter() - .setMappings(Arrays.asList("s => $", "S => $")) - .setName(generateName()), - new PatternReplaceCharFilter() - .setPattern("abc") - .setReplacement("123") - .setName(generateName()) - )); - } - - Index createIndexWithSpecialDefaults() { - int i = 0; - - return createTestIndex() - .setAnalyzers(Arrays.asList( - new PatternAnalyzer() - .setName(generateSimpleName(i++)), - new StandardAnalyzer() - .setName(generateSimpleName(i++)) - )) - .setTokenizers(Arrays.asList( - new EdgeNGramTokenizer() - .setName(generateSimpleName(i++)), - new NGramTokenizer() - .setName(generateSimpleName(i++)), - new ClassicTokenizer() - .setName(generateSimpleName(i++)), - new KeywordTokenizerV2() - .setName(generateSimpleName(i++)), - new MicrosoftLanguageStemmingTokenizer() - .setName(generateSimpleName(i++)), - new MicrosoftLanguageTokenizer() - .setName(generateSimpleName(i++)), - new PathHierarchyTokenizerV2() - .setName(generateSimpleName(i++)), - new PatternTokenizer() - .setName(generateSimpleName(i++)), - new StandardTokenizerV2() - .setName(generateSimpleName(i++)), - new UaxUrlEmailTokenizer() - .setName(generateSimpleName(i++)) - )) - .setTokenFilters(Arrays.asList( - new DictionaryDecompounderTokenFilter() - .setWordList(Collections.singletonList("Bahnhof")) - .setName(generateSimpleName(i++)), - new EdgeNGramTokenFilterV2() - .setName(generateSimpleName(i++)), - new LengthTokenFilter() - .setName(generateSimpleName(i++)), - new LimitTokenFilter() - .setName(generateSimpleName(i++)), - new NGramTokenFilterV2() - .setName(generateSimpleName(i++)), - new PatternCaptureTokenFilter() - .setPatterns(Collections.singletonList("[a-z]*")) - .setName(generateSimpleName(i++)), - new PhoneticTokenFilter() - .setName(generateSimpleName(i++)), - new ShingleTokenFilter() - .setName(generateSimpleName(i++)), - new StopwordsTokenFilter() - .setName(generateSimpleName(i++)), - new SynonymTokenFilter() - .setSynonyms(Collections.singletonList("mutt, canine => dog")) - .setName(generateSimpleName(i++)), - new TruncateTokenFilter() - .setName(generateSimpleName(i++)), - new WordDelimiterTokenFilter() - .setName(generateSimpleName(i)) - )); - } - - Index createExpectedIndexWithSpecialDefaults(Index index) { - int i = 0; - - return createTestIndex() - .setName(index.getName()) - .setAnalyzers(Arrays.asList( - new PatternAnalyzer() - .setLowerCaseTerms(true) - .setPattern("\\W+") - .setName(generateSimpleName(i++)), - new StandardAnalyzer() - .setMaxTokenLength(255) - .setName(generateSimpleName(i++)) - )) - .setTokenizers(Arrays.asList( - new EdgeNGramTokenizer() - .setMinGram(1) - .setMaxGram(2) - .setName(generateSimpleName(i++)), - new NGramTokenizer() - .setMinGram(1) - .setMaxGram(2) - .setName(generateSimpleName(i++)), - new ClassicTokenizer() - .setMaxTokenLength(255) - .setName(generateSimpleName(i++)), - new KeywordTokenizerV2() - .setMaxTokenLength(256) - .setName(generateSimpleName(i++)), - new MicrosoftLanguageStemmingTokenizer() - .setMaxTokenLength(255) - .setIsSearchTokenizer(false) - .setLanguage(MicrosoftStemmingTokenizerLanguage.ENGLISH) - .setName(generateSimpleName(i++)), - new MicrosoftLanguageTokenizer() - .setMaxTokenLength(255) - .setIsSearchTokenizer(false) - .setLanguage(MicrosoftTokenizerLanguage.ENGLISH) - .setName(generateSimpleName(i++)), - new PathHierarchyTokenizerV2() - .setDelimiter("/") - .setReplacement("/") - .setMaxTokenLength(300) - .setName(generateSimpleName(i++)), - new PatternTokenizer() - .setPattern("\\W+") - .setGroup(-1) - .setName(generateSimpleName(i++)), - new StandardTokenizerV2() - .setMaxTokenLength(255) - .setName(generateSimpleName(i++)), - new UaxUrlEmailTokenizer() - .setMaxTokenLength(255) - .setName(generateSimpleName(i++)) - )) - .setTokenFilters(Arrays.asList( - new DictionaryDecompounderTokenFilter() - .setWordList(Collections.singletonList("Bahnhof")) - .setMinWordSize(5) - .setMinSubwordSize(2) - .setMaxSubwordSize(15) - .setName(generateSimpleName(i++)), - new EdgeNGramTokenFilterV2() - .setMinGram(1) - .setMaxGram(2) - .setSide(EdgeNGramTokenFilterSide.FRONT) - .setName(generateSimpleName(i++)), - new LengthTokenFilter() - .setMax(300) - .setName(generateSimpleName(i++)), - new LimitTokenFilter() - .setMaxTokenCount(1) - .setName(generateSimpleName(i++)), - new NGramTokenFilterV2() - .setMinGram(1) - .setMaxGram(2) - .setName(generateSimpleName(i++)), - new PatternCaptureTokenFilter() - .setPatterns(Collections.singletonList("[a-z]*")) - .setPreserveOriginal(true) - .setName(generateSimpleName(i++)), - new PhoneticTokenFilter() - .setEncoder(PhoneticEncoder.METAPHONE) - .setReplaceOriginalTokens(true) - .setName(generateSimpleName(i++)), - new ShingleTokenFilter() - .setMaxShingleSize(2) - .setMinShingleSize(2) - .setOutputUnigrams(true) - .setTokenSeparator(" ") - .setFilterToken("_") - .setName(generateSimpleName(i++)), - new StopwordsTokenFilter() - .setStopwordsList(StopwordsList.ENGLISH) - .setRemoveTrailingStopWords(true) - .setName(generateSimpleName(i++)), - new SynonymTokenFilter() - .setExpand(true) - .setSynonyms(Collections.singletonList("mutt, canine => dog")) - .setName(generateSimpleName(i++)), - new TruncateTokenFilter() - .setLength(300) - .setName(generateSimpleName(i++)), - new WordDelimiterTokenFilter() - .setGenerateWordParts(true) - .setGenerateNumberParts(true) - .setSplitOnCaseChange(true) - .setSplitOnNumerics(true) - .setStemEnglishPossessive(true) - .setName(generateSimpleName(i)) - )); - } - - void assertTokenInfoEqual(String expectedToken, - Integer expectedStartOffset, - Integer expectedEndOffset, - Integer expectedPosition, - TokenInfo actual) { - Assert.assertEquals(expectedToken, actual.getToken()); - Assert.assertEquals(expectedStartOffset, actual.getStartOffset()); - Assert.assertEquals(expectedEndOffset, actual.getEndOffset()); - Assert.assertEquals(expectedPosition, actual.getPosition()); - } - - private String generateSimpleName(int n) { - return String.format("a%d", n); - } - - private List getAnalyzersAllowedForSearchAnalyzerAndIndexAnalyzer() { - // Only non-language analyzer names can be set on the searchAnalyzer and indexAnalyzer properties. - // ASSUMPTION: Only language analyzers end in .lucene or .microsoft. - return AnalyzerName.values() - .stream() - .filter(an -> !an.toString().endsWith(".lucene") && !an.toString().endsWith(".microsoft")) - .collect(Collectors.toList()); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceAsyncTests.java deleted file mode 100644 index be80415648ee..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceAsyncTests.java +++ /dev/null @@ -1,392 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -package com.azure.search; - -import com.azure.core.http.rest.PagedFlux; -import com.azure.core.http.rest.Response; -import com.azure.core.util.FluxUtil; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.DataContainer; -import com.azure.search.models.DataSource; -import com.azure.search.models.DataSourceCredentials; -import com.azure.search.models.DataSourceType; -import com.azure.search.models.HighWaterMarkChangeDetectionPolicy; -import com.azure.search.models.RequestOptions; -import com.azure.search.models.SoftDeleteColumnDeletionDetectionPolicy; -import com.azure.search.models.SqlIntegratedChangeTrackingPolicy; -import com.azure.search.test.AccessConditionAsyncTests; -import com.azure.search.test.AccessOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.http.HttpStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -public class DataSourceAsyncTests extends DataSourceTestBase { - private SearchServiceAsyncClient client; - - // commonly used lambda definitions - private BiFunction> createOrUpdateDataSourceFunc = - (DataSource ds, AccessOptions ac) -> - createOrUpdateDataSource(ds, ac.getAccessCondition(), ac.getRequestOptions()); - - private Supplier newDataSourceFunc = - () -> createTestBlobDataSource(null); - - private Function mutateDataSourceFunc = - (DataSource ds) -> ds.setDescription("somethingnew"); - - private BiFunction> deleteDataSourceFunc = - (String name, AccessOptions ac) -> - deleteDataSource(name, ac.getAccessCondition(), ac.getRequestOptions()); - - @Override - protected void beforeTest() { - super.beforeTest(); - client = getSearchServiceClientBuilder().buildAsyncClient(); - } - - private Mono createOrUpdateDataSource(DataSource dataSource, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.createOrUpdateDataSourceWithResponse(dataSource, accessCondition, requestOptions) - .map(Response::getValue); - } - - private Mono deleteDataSource(String name, AccessCondition accessCondition, RequestOptions requestOptions) { - return client.deleteDataSourceWithResponse(name, accessCondition, requestOptions).flatMap(FluxUtil::toMono); - } - - @Test - public void canCreateAndListDataSources() { - DataSource dataSource1 = createTestBlobDataSource(null); - DataSource dataSource2 = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - - client.createOrUpdateDataSource(dataSource1).block(); - client.createOrUpdateDataSource(dataSource2).block(); - - StepVerifier - .create(client.listDataSources()) - .assertNext(ds1 -> Assert.assertEquals(dataSource1.getName(), ds1.getName())) - .assertNext(ds2 -> Assert.assertEquals(dataSource2.getName(), ds2.getName())) - .verifyComplete(); - } - - @Test - public void canCreateAndListDataSourcesWithResponse() { - DataSource dataSource1 = createTestBlobDataSource(null); - DataSource dataSource2 = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - - client.createOrUpdateDataSourceWithResponse(dataSource1, new AccessCondition(), new RequestOptions()).block(); - client.createOrUpdateDataSourceWithResponse(dataSource2, new AccessCondition(), new RequestOptions()).block(); - - StepVerifier - .create(client.listDataSources("name", new RequestOptions())) - .assertNext(ds1 -> Assert.assertEquals(dataSource1.getName(), ds1.getName())) - .assertNext(ds2 -> Assert.assertEquals(dataSource2.getName(), ds2.getName())) - .verifyComplete(); - } - - @Test - public void deleteDataSourceIsIdempotent() { - DataSource dataSource1 = createTestBlobDataSource(null); - - // Try to delete before the data source exists, expect a NOT FOUND return status code - StepVerifier - .create(client.deleteDataSourceWithResponse(dataSource1.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpStatus.SC_NOT_FOUND, res.getStatusCode())) - .verifyComplete(); - - client.createOrUpdateDataSource(dataSource1).block(); - - // Delete twice, expect the first to succeed (with NO CONTENT status code) and the second to return NOT FOUND - StepVerifier - .create(client.deleteDataSourceWithResponse(dataSource1.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpStatus.SC_NO_CONTENT, res.getStatusCode())) - .verifyComplete(); - - // Again, expect to fail - StepVerifier - .create(client.deleteDataSourceWithResponse(dataSource1.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpStatus.SC_NOT_FOUND, res.getStatusCode())) - .verifyComplete(); - } - - @Test - public void canUpdateDataSource() { - DataSource initial = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - - // Create the data source - client.createOrUpdateDataSource(initial).block(); - - DataSource updatedExpected = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME) - .setName(initial.getName()) - .setContainer(new DataContainer().setName("somethingdifferent")) - .setDescription("somethingdifferent") - .setDataChangeDetectionPolicy(new HighWaterMarkChangeDetectionPolicy().setHighWaterMarkColumnName("rowversion")) - .setDataDeletionDetectionPolicy(new SoftDeleteColumnDeletionDetectionPolicy().setSoftDeleteColumnName("isDeleted")); - - StepVerifier.create(client.createOrUpdateDataSource(updatedExpected)) - .assertNext(updatedActual -> { - updatedExpected.getCredentials().setConnectionString(null); // Create doesn't return connection strings. - assertDataSourcesEqual(updatedExpected, updatedActual); - }) - .verifyComplete(); - } - - @Test - public void createOrUpdateDataSourceIfNotExistsFailsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - createOrUpdateDataSourceFunc, - newDataSourceFunc, - mutateDataSourceFunc); - } - - @Test - public void createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - createOrUpdateDataSourceFunc, - newDataSourceFunc); - } - - @Test - public void canCreateAndDeleteDatasource() { - DataSource dataSource = createTestBlobDataSource(null); - - StepVerifier - .create(client.deleteDataSource(dataSource.getName()) - .then(client.dataSourceExists(dataSource.getName()))) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void deleteDataSourceIfExistsWorksOnlyWhenResourceExists() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExistsAsync( - deleteDataSourceFunc, - createOrUpdateDataSourceFunc, - newDataSourceFunc, - BLOB_DATASOURCE_TEST_NAME); - } - - @Test - public void deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - deleteDataSourceFunc, - newDataSourceFunc, - createOrUpdateDataSourceFunc, - mutateDataSourceFunc, - BLOB_DATASOURCE_TEST_NAME); - } - - @Test - public void updateDataSourceIfExistsFailsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.updateIfExistsFailsOnNoResourceAsync( - newDataSourceFunc, - createOrUpdateDataSourceFunc); - } - - @Test - public void updateDataSourceIfExistsSucceedsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.updateIfExistsSucceedsOnExistingResourceAsync( - newDataSourceFunc, - createOrUpdateDataSourceFunc, - mutateDataSourceFunc); - } - - @Test - public void updateDataSourceIfNotChangedFailsWhenResourceChanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.updateIfNotChangedFailsWhenResourceChangedAsync( - newDataSourceFunc, - createOrUpdateDataSourceFunc, - mutateDataSourceFunc); - } - - @Test - public void updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - newDataSourceFunc, - createOrUpdateDataSourceFunc, - mutateDataSourceFunc); - } - - @Test - public void existsReturnsFalseForNonExistingDatasource() { - StepVerifier - .create(client.dataSourceExists("inExistentDataSourceName")) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingDatasource() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - - StepVerifier - .create(client.createOrUpdateDataSource(dataSource) - .then(client.dataSourceExists(dataSource.getName()))) - .assertNext(Assert::assertTrue) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingDatasourceWithResponse() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - - StepVerifier - .create(client.createOrUpdateDataSource(dataSource) - .then(client.dataSourceExistsWithResponse(dataSource.getName(), generateRequestOptions()))) - .assertNext(res -> Assert.assertTrue(res.getValue())) - .verifyComplete(); - } - - @Test - public void createDataSourceFailsWithUsefulMessageOnUserError() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME) - .setType(DataSourceType.fromString("thistypedoesnotexist")); - - assertHttpResponseExceptionAsync( - client.createOrUpdateDataSource(dataSource), - HttpResponseStatus.BAD_REQUEST, - "Data source type 'thistypedoesnotexist' is not supported" - ); - } - - @Test - public void createDataSourceReturnsCorrectDefinition() { - SoftDeleteColumnDeletionDetectionPolicy deletionDetectionPolicy = - new SoftDeleteColumnDeletionDetectionPolicy() - .setSoftDeleteColumnName("isDeleted") - .setSoftDeleteMarkerValue("1"); - - HighWaterMarkChangeDetectionPolicy changeDetectionPolicy = - new HighWaterMarkChangeDetectionPolicy() - .setHighWaterMarkColumnName("fakecolumn"); - - // AzureSql - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, null, null)); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, deletionDetectionPolicy, null)); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, null, new SqlIntegratedChangeTrackingPolicy())); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, deletionDetectionPolicy, changeDetectionPolicy)); - - // Cosmos - createAndValidateDataSource(createTestCosmosDataSource(null, false)); - createAndValidateDataSource(createTestCosmosDataSource(null, true)); - createAndValidateDataSource(createTestCosmosDataSource(deletionDetectionPolicy, false)); - createAndValidateDataSource(createTestCosmosDataSource(deletionDetectionPolicy, false)); - - // Azure Blob Storage - createAndValidateDataSource(createTestBlobDataSource(null)); - createAndValidateDataSource(createTestBlobDataSource(deletionDetectionPolicy)); - - // Azure Table Storage - createAndValidateDataSource(createTestTableStorageDataSource(null)); - createAndValidateDataSource(createTestBlobDataSource(deletionDetectionPolicy)); - } - - - private void createAndValidateDataSource(DataSource expectedDataSource) { - DataSource actualDataSource = client.createOrUpdateDataSource(expectedDataSource).block(); - assert actualDataSource != null; - - expectedDataSource.setCredentials(new DataSourceCredentials().setConnectionString(null)); - assertDataSourcesEqual(expectedDataSource, actualDataSource); - // we delete the data source because otherwise we will hit the quota limits during the tests - client.deleteDataSource(actualDataSource.getName()).block(); - } - - @Test - public void getDataSourceReturnsCorrectDefinition() { - client = getSearchServiceClientBuilder().buildAsyncClient(); - - createGetAndValidateDataSource(createTestBlobDataSource(null)); - createGetAndValidateDataSource(createTestTableStorageDataSource(null)); - createGetAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME)); - createGetAndValidateDataSource(createTestCosmosDataSource(null, false)); - } - - private void createGetAndValidateDataSource(DataSource expectedDataSource) { - client.createOrUpdateDataSource(expectedDataSource).block(); - String dataSourceName = expectedDataSource.getName(); - // Get doesn't return connection strings. - expectedDataSource.setCredentials(new DataSourceCredentials().setConnectionString(null)); - - DataSource actualDataSource = client.getDataSource(dataSourceName).block(); - assert actualDataSource != null; - assertDataSourcesEqual(expectedDataSource, actualDataSource); - - actualDataSource = client.getDataSourceWithResponse(dataSourceName, generateRequestOptions()).block().getValue(); - assert actualDataSource != null; - assertDataSourcesEqual(expectedDataSource, actualDataSource); - - client.deleteDataSource(dataSourceName).block(); - } - - @Test - public void getDataSourceThrowsOnNotFound() { - client = getSearchServiceClientBuilder().buildAsyncClient(); - assertHttpResponseExceptionAsync( - client.getDataSource("thisdatasourcedoesnotexist"), - HttpResponseStatus.NOT_FOUND, - "No data source with the name 'thisdatasourcedoesnotexist' was found in service" - ); - } - - @Test - public void canCreateDataSource() { - DataSource expectedDataSource = createTestBlobDataSource(null); - - StepVerifier.create(client.createDataSource(expectedDataSource)) - .assertNext(actualDataSource -> { - Assert.assertNotNull(actualDataSource); - Assert.assertEquals(expectedDataSource.getName(), actualDataSource.getName()); - }) - .verifyComplete(); - - PagedFlux dataSourcesList = client.listDataSources(); - StepVerifier.create(dataSourcesList.collectList()) - .assertNext(result -> { - Assert.assertNotNull(result); - Assert.assertEquals(1, result.size()); - Assert.assertEquals(expectedDataSource.getName(), result.get(0).getName()); - }) - .verifyComplete(); - } - - @Test - public void canCreateDataSourceWithResponse() { - DataSource expectedDataSource = createTestBlobDataSource(null); - StepVerifier.create(client.createDataSourceWithResponse(expectedDataSource, new RequestOptions(), null)) - .assertNext(response -> { - Assert.assertNotNull(response); - Assert.assertNotNull(response.getValue()); - Assert.assertEquals(expectedDataSource.getName(), response.getValue().getName()); - Assert.assertEquals(HttpStatus.SC_CREATED, response.getStatusCode()); - }) - .verifyComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceSyncTests.java index 32892caecdce..03c1481cb8a9 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceSyncTests.java @@ -3,11 +3,12 @@ package com.azure.search; -import com.azure.core.http.rest.PagedIterable; +import com.azure.core.exception.HttpResponseException; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; import com.azure.search.models.AccessCondition; import com.azure.search.models.DataContainer; +import com.azure.search.models.DataDeletionDetectionPolicy; import com.azure.search.models.DataSource; import com.azure.search.models.DataSourceCredentials; import com.azure.search.models.DataSourceType; @@ -18,36 +19,41 @@ import com.azure.search.test.AccessConditionTests; import com.azure.search.test.AccessOptions; import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.http.HttpStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; -import java.util.List; +import java.net.HttpURLConnection; +import java.util.Iterator; import java.util.function.BiConsumer; import java.util.function.BiFunction; import java.util.function.Function; import java.util.function.Supplier; -import java.util.stream.Collectors; -public class DataSourceSyncTests extends DataSourceTestBase { +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertThrows; + +public class DataSourceSyncTests extends SearchServiceTestBase { + private static final String FAKE_DESCRIPTION = "Some data source"; + private static final String FAKE_STORAGE_CONNECTION_STRING = + "DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;"; + private static final String FAKE_COSMOS_CONNECTION_STRING = + "AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase"; + private SearchServiceClient client; // commonly used lambda definitions - private BiFunction createOrUpdateDataSourceFunc = - (DataSource ds, AccessOptions ac) -> - createOrUpdateDataSource(ds, ac.getAccessCondition(), ac.getRequestOptions()); + private BiFunction createOrUpdateDataSourceFunc = + (DataSource ds, AccessOptions ac) -> + createOrUpdateDataSource(ds, ac.getAccessCondition(), ac.getRequestOptions()); - private Supplier newDataSourceFunc = - () -> createTestBlobDataSource(null); + private Supplier newDataSourceFunc = () -> createTestBlobDataSource(null); private Function mutateDataSourceFunc = (DataSource ds) -> ds.setDescription("somethingnew"); - private BiConsumer deleteDataSourceFunc = - (String name, AccessOptions ac) -> - client.deleteDataSourceWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); + private BiConsumer deleteDataSourceFunc = (String name, AccessOptions ac) -> + client.deleteDataSourceWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); @Override protected void beforeTest() { @@ -56,8 +62,8 @@ protected void beforeTest() { } private DataSource createOrUpdateDataSource(DataSource datasource, - AccessCondition accessCondition, - RequestOptions requestOptions) { + AccessCondition accessCondition, + RequestOptions requestOptions) { return client.createOrUpdateDataSourceWithResponse(datasource, accessCondition, requestOptions, Context.NONE) .getValue(); } @@ -65,35 +71,33 @@ private DataSource createOrUpdateDataSource(DataSource datasource, @Test public void canCreateAndListDataSources() { DataSource dataSource1 = createTestBlobDataSource(null); - DataSource dataSource2 = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource2 = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource1); client.createOrUpdateDataSource(dataSource2); - PagedIterable results = client.listDataSources(); - List resultList = results.stream().collect(Collectors.toList()); + Iterator results = client.listDataSources().iterator(); - Assert.assertEquals(2, resultList.size()); - Assert.assertEquals(dataSource1.getName(), resultList.get(0).getName()); - Assert.assertEquals(dataSource2.getName(), resultList.get(1).getName()); + assertEquals(dataSource1.getName(), results.next().getName()); + assertEquals(dataSource2.getName(), results.next().getName()); + assertFalse(results.hasNext()); } @Test public void canCreateAndListDataSourcesWithResponse() { DataSource dataSource1 = createTestBlobDataSource(null); - DataSource dataSource2 = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource2 = createTestSqlDataSourceObject(); client.createOrUpdateDataSourceWithResponse( dataSource1, new AccessCondition(), new RequestOptions(), Context.NONE); client.createOrUpdateDataSourceWithResponse( dataSource2, new AccessCondition(), new RequestOptions(), Context.NONE); - PagedIterable results = client.listDataSources("name", new RequestOptions(), Context.NONE); - List resultList = results.stream().collect(Collectors.toList()); + Iterator results = client.listDataSources("name", new RequestOptions(), Context.NONE).iterator(); - Assert.assertEquals(2, resultList.size()); - Assert.assertEquals(dataSource1.getName(), resultList.get(0).getName()); - Assert.assertEquals(dataSource2.getName(), resultList.get(1).getName()); + assertEquals(dataSource1.getName(), results.next().getName()); + assertEquals(dataSource2.getName(), results.next().getName()); + assertFalse(results.hasNext()); } @Test @@ -101,7 +105,7 @@ public void canCreateAndDeleteDatasource() { DataSource dataSource = createTestBlobDataSource(null); client.deleteDataSource(dataSource.getName()); - Assert.assertFalse(client.dataSourceExists(dataSource.getName())); + assertThrows(HttpResponseException.class, () -> client.getDataSource(dataSource.getName())); } @Test @@ -111,7 +115,7 @@ public void deleteDataSourceIsIdempotent() { // Try to delete before the data source exists, expect a NOT FOUND return status code Response result = client.deleteDataSourceWithResponse(dataSource.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NOT_FOUND, result.getStatusCode()); // Create the data source client.createOrUpdateDataSource(dataSource); @@ -119,18 +123,18 @@ public void deleteDataSourceIsIdempotent() { // Delete twice, expect the first to succeed (with NO CONTENT status code) and the second to return NOT FOUND result = client.deleteDataSourceWithResponse(dataSource.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NO_CONTENT, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NO_CONTENT, result.getStatusCode()); // Again, expect to fail result = client.deleteDataSourceWithResponse(dataSource.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NOT_FOUND, result.getStatusCode()); } @Test public void createDataSourceFailsWithUsefulMessageOnUserError() { client = getSearchServiceClientBuilder().buildClient(); - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); dataSource.setType(DataSourceType.fromString("thistypedoesnotexist")); assertHttpResponseException( @@ -142,124 +146,71 @@ public void createDataSourceFailsWithUsefulMessageOnUserError() { @Test public void canUpdateDataSource() { - DataSource initial = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource initial = createTestSqlDataSourceObject(); // Create the data source client.createOrUpdateDataSource(initial); - DataSource updatedExpected = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME) + DataSource updatedExpected = createTestSqlDataSourceObject() .setName(initial.getName()) .setContainer(new DataContainer().setName("somethingdifferent")) .setDescription("somethingdifferent") - .setDataChangeDetectionPolicy(new HighWaterMarkChangeDetectionPolicy().setHighWaterMarkColumnName("rowversion")) - .setDataDeletionDetectionPolicy(new SoftDeleteColumnDeletionDetectionPolicy().setSoftDeleteColumnName("isDeleted")); + .setDataChangeDetectionPolicy(new HighWaterMarkChangeDetectionPolicy() + .setHighWaterMarkColumnName("rowversion")) + .setDataDeletionDetectionPolicy(new SoftDeleteColumnDeletionDetectionPolicy() + .setSoftDeleteColumnName("isDeleted")); DataSource updatedActual = client.createOrUpdateDataSource(updatedExpected); updatedExpected.getCredentials().setConnectionString(null); // Create doesn't return connection strings. - assertDataSourcesEqual(updatedExpected, updatedActual); + TestHelpers.assertDataSourcesEqual(updatedExpected, updatedActual); } @Test public void createOrUpdateDataSourceIfNotExistsFailsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResource( - createOrUpdateDataSourceFunc, - newDataSourceFunc, - mutateDataSourceFunc); + AccessConditionTests.createOrUpdateIfNotExistsFailsOnExistingResource(createOrUpdateDataSourceFunc, + newDataSourceFunc, mutateDataSourceFunc); } @Test public void createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResource( - createOrUpdateDataSourceFunc, + AccessConditionTests.createOrUpdateIfNotExistsSucceedsOnNoResource(createOrUpdateDataSourceFunc, newDataSourceFunc); } @Test public void deleteDataSourceIfExistsWorksOnlyWhenResourceExists() { - AccessConditionTests act = new AccessConditionTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExists( - deleteDataSourceFunc, - createOrUpdateDataSourceFunc, - newDataSourceFunc, - BLOB_DATASOURCE_TEST_NAME); + AccessConditionTests.deleteIfExistsWorksOnlyWhenResourceExists(deleteDataSourceFunc, + createOrUpdateDataSourceFunc, newDataSourceFunc, BLOB_DATASOURCE_TEST_NAME); } @Test public void deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.deleteIfNotChangedWorksOnlyOnCurrentResource( - deleteDataSourceFunc, - newDataSourceFunc, - createOrUpdateDataSourceFunc, - BLOB_DATASOURCE_TEST_NAME); + AccessConditionTests.deleteIfNotChangedWorksOnlyOnCurrentResource(deleteDataSourceFunc, newDataSourceFunc, + createOrUpdateDataSourceFunc, BLOB_DATASOURCE_TEST_NAME); } @Test public void updateDataSourceIfExistsFailsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.updateIfExistsFailsOnNoResource( - newDataSourceFunc, - createOrUpdateDataSourceFunc); + AccessConditionTests.updateIfExistsFailsOnNoResource(newDataSourceFunc, createOrUpdateDataSourceFunc); } @Test public void updateDataSourceIfExistsSucceedsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.updateIfExistsSucceedsOnExistingResource( - newDataSourceFunc, - createOrUpdateDataSourceFunc, + AccessConditionTests.updateIfExistsSucceedsOnExistingResource(newDataSourceFunc, createOrUpdateDataSourceFunc, mutateDataSourceFunc); } @Test public void updateDataSourceIfNotChangedFailsWhenResourceChanged() { - AccessConditionTests act = new AccessConditionTests(); - - act.updateIfNotChangedFailsWhenResourceChanged( - newDataSourceFunc, - createOrUpdateDataSourceFunc, + AccessConditionTests.updateIfNotChangedFailsWhenResourceChanged(newDataSourceFunc, createOrUpdateDataSourceFunc, mutateDataSourceFunc); } @Test public void updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionTests act = new AccessConditionTests(); - - act.updateIfNotChangedSucceedsWhenResourceUnchanged( - newDataSourceFunc, - createOrUpdateDataSourceFunc, - mutateDataSourceFunc); - } - - @Test - public void existsReturnsFalseForNonExistingDatasource() { - Assert.assertFalse(client.dataSourceExists("inExistentDataSourceName")); - } - - @Test - public void existsReturnsTrueForExistingDatasource() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource(dataSource); - - Assert.assertTrue(client.dataSourceExists(dataSource.getName())); - } - - @Test - public void existsReturnsTrueForExistingDatasourceWithResponse() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource(dataSource); - - Assert.assertTrue(client.dataSourceExistsWithResponse(dataSource.getName(), generateRequestOptions(), - Context.NONE).getValue()); + AccessConditionTests.updateIfNotChangedSucceedsWhenResourceUnchanged(newDataSourceFunc, + createOrUpdateDataSourceFunc, mutateDataSourceFunc); } @Test @@ -274,10 +225,12 @@ public void createDataSourceReturnsCorrectDefinition() { .setHighWaterMarkColumnName("fakecolumn"); // AzureSql - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, null, null)); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, deletionDetectionPolicy, null)); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, null, new SqlIntegratedChangeTrackingPolicy())); - createAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME, deletionDetectionPolicy, changeDetectionPolicy)); + createAndValidateDataSource(createTestSqlDataSourceObject(null, null)); + createAndValidateDataSource(createTestSqlDataSourceObject(deletionDetectionPolicy, null)); + createAndValidateDataSource(createTestSqlDataSourceObject(null, new + SqlIntegratedChangeTrackingPolicy())); + createAndValidateDataSource(createTestSqlDataSourceObject(deletionDetectionPolicy, + changeDetectionPolicy)); // Cosmos createAndValidateDataSource(createTestCosmosDataSource(null, false)); @@ -290,7 +243,7 @@ public void createDataSourceReturnsCorrectDefinition() { createAndValidateDataSource(createTestBlobDataSource(deletionDetectionPolicy)); // Azure Table Storage - createAndValidateDataSource(createTestTableStorageDataSource(null)); + createAndValidateDataSource(createTestTableStorageDataSource()); createAndValidateDataSource(createTestBlobDataSource(deletionDetectionPolicy)); } @@ -298,7 +251,7 @@ private void createAndValidateDataSource(DataSource expectedDataSource) { DataSource actualDataSource = client.createOrUpdateDataSource(expectedDataSource); expectedDataSource.setCredentials(new DataSourceCredentials().setConnectionString(null)); - assertDataSourcesEqual(expectedDataSource, actualDataSource); + TestHelpers.assertDataSourcesEqual(expectedDataSource, actualDataSource); // we delete the data source because otherwise we will hit the quota limits during the tests client.deleteDataSource(actualDataSource.getName()); @@ -309,8 +262,8 @@ public void getDataSourceReturnsCorrectDefinition() { client = getSearchServiceClientBuilder().buildClient(); createGetAndValidateDataSource(createTestBlobDataSource(null)); - createGetAndValidateDataSource(createTestTableStorageDataSource(null)); - createGetAndValidateDataSource(createTestSqlDataSourceObject(SQL_DATASOURCE_NAME)); + createGetAndValidateDataSource(createTestTableStorageDataSource()); + createGetAndValidateDataSource(createTestSqlDataSourceObject()); createGetAndValidateDataSource(createTestCosmosDataSource(null, false)); } @@ -320,11 +273,11 @@ private void createGetAndValidateDataSource(DataSource expectedDataSource) { expectedDataSource.setCredentials(new DataSourceCredentials().setConnectionString(null)); // Get doesn't return connection strings. DataSource actualDataSource = client.getDataSource(dataSourceName); - assertDataSourcesEqual(expectedDataSource, actualDataSource); + TestHelpers.assertDataSourcesEqual(expectedDataSource, actualDataSource); actualDataSource = client.getDataSourceWithResponse(dataSourceName, generateRequestOptions(), Context.NONE) .getValue(); - assertDataSourcesEqual(expectedDataSource, actualDataSource); + TestHelpers.assertDataSourcesEqual(expectedDataSource, actualDataSource); client.deleteDataSource(dataSourceName); } @@ -343,24 +296,59 @@ public void getDataSourceThrowsOnNotFound() { public void canCreateDataSource() { DataSource expectedDataSource = createTestBlobDataSource(null); DataSource actualDataSource = client.createDataSource(expectedDataSource); - Assert.assertNotNull(actualDataSource); - Assert.assertEquals(expectedDataSource.getName(), actualDataSource.getName()); - - PagedIterable dataSources = client.listDataSources(); - Assert.assertNotNull(dataSources); - List dataSourceList = dataSources.stream().collect(Collectors.toList()); - Assert.assertNotNull(dataSourceList); - Assert.assertEquals(1, dataSourceList.size()); - Assert.assertEquals(expectedDataSource.getName(), dataSourceList.get(0).getName()); + assertNotNull(actualDataSource); + assertEquals(expectedDataSource.getName(), actualDataSource.getName()); + + Iterator dataSources = client.listDataSources().iterator(); + assertEquals(expectedDataSource.getName(), dataSources.next().getName()); + assertFalse(dataSources.hasNext()); } @Test public void canCreateDataSourceWithResponse() { DataSource expectedDataSource = createTestBlobDataSource(null); - Response response = client.createDataSourceWithResponse(expectedDataSource, new RequestOptions(), null); - Assert.assertNotNull(response); - Assert.assertNotNull(response.getValue()); - Assert.assertEquals(expectedDataSource.getName(), response.getValue().getName()); - Assert.assertEquals(HttpStatus.SC_CREATED, response.getStatusCode()); + Response response = client + .createDataSourceWithResponse(expectedDataSource, new RequestOptions(), null); + assertNotNull(response); + assertNotNull(response.getValue()); + assertEquals(expectedDataSource.getName(), response.getValue().getName()); + assertEquals(HttpURLConnection.HTTP_CREATED, response.getStatusCode()); + } + + @Test + public void canUpdateConnectionData() { + // Note: since connection string is not returned when queried from the service, actually saving the + // datasource, retrieving it and verifying the change, won't work. + // Hence, we only validate that the properties on the local items can change. + + // Create an initial dataSource + DataSource initial = createTestBlobDataSource(null); + assertEquals(initial.getCredentials().getConnectionString(), + FAKE_STORAGE_CONNECTION_STRING); + + // tweak the connection string and verify it was changed + String newConnString = + "DefaultEndpointsProtocol=https;AccountName=NotaRealYetDifferentAccount;AccountKey=AnotherFakeKey;"; + initial.setCredentials(new DataSourceCredentials().setConnectionString(newConnString)); + + assertEquals(initial.getCredentials().getConnectionString(), newConnString); + } + + DataSource createTestBlobDataSource(DataDeletionDetectionPolicy deletionDetectionPolicy) { + return DataSources.azureBlobStorage(BLOB_DATASOURCE_TEST_NAME, FAKE_STORAGE_CONNECTION_STRING, "fakecontainer", + "/fakefolder/", FAKE_DESCRIPTION, deletionDetectionPolicy); + } + + DataSource createTestTableStorageDataSource() { + return DataSources.azureTableStorage("azs-java-test-tablestorage", FAKE_STORAGE_CONNECTION_STRING, "faketable", + "fake query", FAKE_DESCRIPTION, null); + } + + DataSource createTestCosmosDataSource(DataDeletionDetectionPolicy deletionDetectionPolicy, + boolean useChangeDetection) { + + return DataSources.cosmos("azs-java-test-cosmos", FAKE_COSMOS_CONNECTION_STRING, "faketable", + "SELECT ... FROM x where x._ts > @HighWaterMark", useChangeDetection, FAKE_DESCRIPTION, + deletionDetectionPolicy); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceTestBase.java deleted file mode 100644 index cba9d865c328..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourceTestBase.java +++ /dev/null @@ -1,157 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -package com.azure.search; - -import com.azure.search.models.DataDeletionDetectionPolicy; -import com.azure.search.models.DataSource; -import com.azure.search.models.DataSourceCredentials; -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; - -public abstract class DataSourceTestBase extends SearchServiceTestBase { - - private static final String FAKE_DESCRIPTION = "Some data source"; - private static final String FAKE_STORAGE_CONNECTION_STRING = - "DefaultEndpointsProtocol=https;AccountName=NotaRealAccount;AccountKey=fake;"; - private static final String FAKE_COSMOS_CONNECTION_STRING = - "AccountEndpoint=https://NotaRealAccount.documents.azure.com;AccountKey=fake;Database=someFakeDatabase"; - - @Override - protected void beforeTest() { - super.beforeTest(); - } - - @Test - public abstract void canCreateAndListDataSources(); - - @Test - public abstract void canCreateAndListDataSourcesWithResponse(); - - @Test - public abstract void createDataSourceFailsWithUsefulMessageOnUserError(); - - @Test - public abstract void createDataSourceReturnsCorrectDefinition(); - - @Test - public abstract void deleteDataSourceIsIdempotent(); - - @Test - public abstract void canUpdateDataSource(); - - @Test - public abstract void createOrUpdateDataSourceIfNotExistsFailsOnExistingResource(); - - @Test - public abstract void createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource(); - - @Test - public abstract void getDataSourceReturnsCorrectDefinition(); - - @Test - public abstract void getDataSourceThrowsOnNotFound(); - - @Test - public abstract void deleteDataSourceIfExistsWorksOnlyWhenResourceExists(); - - @Test - public abstract void deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource(); - - @Test - public abstract void updateDataSourceIfExistsFailsOnNoResource(); - - @Test - public abstract void updateDataSourceIfExistsSucceedsOnExistingResource(); - - @Test - public abstract void updateDataSourceIfNotChangedFailsWhenResourceChanged(); - - @Test - public abstract void updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged(); - - @Test - public abstract void existsReturnsFalseForNonExistingDatasource(); - - @Test - public abstract void existsReturnsTrueForExistingDatasource(); - - @Test - public abstract void existsReturnsTrueForExistingDatasourceWithResponse(); - - @Test - public abstract void canCreateAndDeleteDatasource(); - - @Test - public abstract void canCreateDataSource(); - - @Test - public abstract void canCreateDataSourceWithResponse(); - - @Test - public void canUpdateConnectionData() { - // Note: since connection string is not returned when queried from the service, actually saving the - // datasource, retrieving it and verifying the change, won't work. - // Hence, we only validate that the properties on the local items can change. - - // Create an initial dataSource - DataSource initial = createTestBlobDataSource(null); - Assert.assertEquals(initial.getCredentials().getConnectionString(), - FAKE_STORAGE_CONNECTION_STRING); - - // tweak the connection string and verify it was changed - String newConnString = - "DefaultEndpointsProtocol=https;AccountName=NotaRealYetDifferentAccount;AccountKey=AnotherFakeKey;"; - initial.setCredentials(new DataSourceCredentials().setConnectionString(newConnString)); - - Assert.assertEquals(initial.getCredentials().getConnectionString(), newConnString); - } - - DataSource createTestBlobDataSource(DataDeletionDetectionPolicy deletionDetectionPolicy) { - return DataSources.azureBlobStorage( - BLOB_DATASOURCE_TEST_NAME, - FAKE_STORAGE_CONNECTION_STRING, - "fakecontainer", - "/fakefolder/", - FAKE_DESCRIPTION, - deletionDetectionPolicy - ); - } - - DataSource createTestTableStorageDataSource(DataDeletionDetectionPolicy deletionDetectionPolicy) { - return DataSources.azureTableStorage( - "azs-java-test-tablestorage", - FAKE_STORAGE_CONNECTION_STRING, - "faketable", - "fake query", - FAKE_DESCRIPTION, - deletionDetectionPolicy - ); - } - - DataSource createTestCosmosDataSource( - DataDeletionDetectionPolicy deletionDetectionPolicy, - boolean useChangeDetection) { - - return DataSources.cosmos( - "azs-java-test-cosmos", - FAKE_COSMOS_CONNECTION_STRING, - "faketable", - "SELECT ... FROM x where x._ts > @HighWaterMark", - useChangeDetection, - FAKE_DESCRIPTION, - deletionDetectionPolicy - ); - } - - void assertDataSourcesEqual(DataSource updatedExpected, DataSource actualDataSource) { - // Using assertReflectionEquals also checks the etag, however we do not care - // for that value, hence, we change both to the same value to make sure it - // won't fail the assertion - updatedExpected.setETag("none"); - actualDataSource.setETag("none"); - assertReflectionEquals(updatedExpected, actualDataSource); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourcesTest.java b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourcesTest.java index f4eb05825d93..db0d8707e0d2 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/DataSourcesTest.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/DataSourcesTest.java @@ -8,8 +8,6 @@ import com.azure.search.models.DataSourceCredentials; import com.azure.search.models.DataSourceType; import com.azure.search.models.HighWaterMarkChangeDetectionPolicy; -import org.apache.commons.lang3.StringUtils; -import org.junit.Assert; import org.junit.jupiter.api.Test; /** @@ -26,10 +24,10 @@ public void canCreateSqlDataSource() { .setCredentials(new DataSourceCredentials() .setConnectionString("connectionString")) .setContainer(new DataContainer().setName("table")); - DataSource actual = DataSources.azureSql( - "sql", "connectionString", "table"); - Assert.assertTrue(assertDataSourceEqual(actual, expected)); + DataSource actual = DataSources.azureSql("sql", "connectionString", "table"); + + TestHelpers.assertDataSourcesEqual(expected, actual); } @Test @@ -39,13 +37,13 @@ public void canCreateStorageBlobDataSource() { .setName("storageBlob") .setType(DataSourceType.AZURE_BLOB) .setCredentials(new DataSourceCredentials() - .setConnectionString("connectionString")) + .setConnectionString("connectionString")) .setContainer(new DataContainer() .setName("container")); - DataSource actual = DataSources.azureBlobStorage( - "storageBlob", "connectionString", "container"); - Assert.assertTrue(assertDataSourceEqual(actual, expected)); + DataSource actual = DataSources.azureBlobStorage("storageBlob", "connectionString", "container"); + + TestHelpers.assertDataSourcesEqual(expected, actual); } @Test @@ -57,11 +55,11 @@ public void canCreateStorageTableDataSource() { .setCredentials(new DataSourceCredentials() .setConnectionString("connectionString")) .setContainer(new DataContainer() - .setName("table")); - DataSource actual = DataSources.azureTableStorage( - "storageTable", "connectionString", "table"); + .setName("table")); + + DataSource actual = DataSources.azureTableStorage("storageTable", "connectionString", "table"); - Assert.assertTrue(assertDataSourceEqual(actual, expected)); + TestHelpers.assertDataSourcesEqual(expected, actual); } @Test @@ -74,10 +72,10 @@ public void canCreateCosmosDataSource() { .setConnectionString("connectionString")) .setContainer(new DataContainer() .setName("collection")); - DataSource actual = DataSources.cosmos( - "cosmos", "connectionString", "collection", false); - Assert.assertTrue(assertDataSourceEqual(actual, expected)); + DataSource actual = DataSources.cosmos("cosmos", "connectionString", "collection", false); + + TestHelpers.assertDataSourcesEqual(expected, actual); } @Test @@ -91,24 +89,9 @@ public void canCreateCosmosDataSourceWithMinimalOverload() { .setContainer(new DataContainer() .setName("collection")) .setDataChangeDetectionPolicy(new HighWaterMarkChangeDetectionPolicy().setHighWaterMarkColumnName("_ts")); - DataSource actual = DataSources.cosmos( - "cosmos", "connectionString", "collection"); - - Assert.assertTrue(assertDataSourceEqual(actual, expected)); - } - - private boolean assertDataSourceEqual(DataSource actual, DataSource expected) { - return StringUtils.equals(actual.getName(), expected.getName()) - && StringUtils.equals(actual.getType().toString(), expected.getType().toString()) - && StringUtils.equals(actual.getCredentials().getConnectionString(), expected.getCredentials().getConnectionString()) - && StringUtils.equals(actual.getContainer().getName(), expected.getContainer().getName()) - && StringUtils.equals(actual.getContainer().getQuery(), expected.getContainer().getQuery()) - && StringUtils.equals(actual.getDescription(), expected.getDescription()) - && ((actual.getDataChangeDetectionPolicy() == null && expected.getDataChangeDetectionPolicy() == null) - || actual.getDataChangeDetectionPolicy().getClass().equals(expected.getDataChangeDetectionPolicy().getClass())) + DataSource actual = DataSources.cosmos("cosmos", "connectionString", "collection"); - && ((actual.getDataDeletionDetectionPolicy() == null && expected.getDataDeletionDetectionPolicy() == null) - || actual.getDataDeletionDetectionPolicy().getClass().equals(expected.getDataDeletionDetectionPolicy().getClass())); + TestHelpers.assertDataSourcesEqual(expected, actual); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/DocumentConverterTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/DocumentConverterTests.java index 7708e1a294da..31f5ac585028 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/DocumentConverterTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/DocumentConverterTests.java @@ -7,18 +7,21 @@ import com.azure.core.util.serializer.SerializerEncoding; import com.azure.search.implementation.SerializationUtil; import com.azure.search.models.GeoPoint; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.io.IOException; import java.time.OffsetDateTime; import java.time.ZoneOffset; +import java.util.ArrayList; import java.util.Arrays; +import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.stream.Collectors; +import static org.junit.jupiter.api.Assertions.assertEquals; + /** * Functional tests that ensure expected behavior of deserializing a document. */ @@ -56,90 +59,66 @@ private void cleanupODataAnnotation(Document document) { @Test public void annotationsAreExcludedFromDocument() { String json = "{ \"@search.score\": 3.14, \"field1\": \"value1\", \"field2\": 123, \"@search.someOtherAnnotation\": { \"a\": \"b\" }, \"field3\": 2.78 }"; - Document expectedDoc = new Document() { - { - put("field1", "value1"); - put("field2", 123); - put("field3", 2.78); - } - }; + Document expectedDoc = new Document(); + expectedDoc.put("field1", "value1"); + expectedDoc.put("field2", 123); + expectedDoc.put("field3", 2.78); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void canReadNullValues() { String json = "{\"field1\": null,\"field2\": [ \"hello\", null ], \"field3\": [ null, 123, null ], \"field4\": [ null, { \"name\": \"Bob\" } ]}"; - Document expectedDoc = new Document() { - { - put("field1", null); - put("field2", Arrays.asList("hello", null)); - put("field3", Arrays.asList(null, 123, null)); - put("field4", Arrays.asList(null, new Document() { - { - put("name", "Bob"); - } - })); - } - }; + Document expectedDoc = new Document(); + expectedDoc.put("field1", null); + expectedDoc.put("field2", Arrays.asList("hello", null)); + expectedDoc.put("field3", Arrays.asList(null, 123, null)); + expectedDoc.put("field4", Arrays.asList(null, new Document(Collections.singletonMap("name", "Bob")))); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void canReadPrimitiveTypes() { - Map values = new HashMap() { - { - put("123", 123); - put("9999999999999", 9_999_999_999_999L); - put("3.14", 3.14); - put("\"hello\"", "hello"); - put("true", true); - put("false", false); - } - }; + Map values = new HashMap<>(); + values.put("123", 123); + values.put("9999999999999", 9_999_999_999_999L); + values.put("3.14", 3.14); + values.put("\"hello\"", "hello"); + values.put("true", true); + values.put("false", false); for (Map.Entry entry : values.entrySet()) { String jsonValue = entry.getKey(); Object expectedObject = entry.getValue(); String json = "{\"field\" :".concat(jsonValue).concat("}"); - Document expectedDoc = new Document() { - { - put("field", expectedObject); - } - }; + Document expectedDoc = new Document(Collections.singletonMap("field", expectedObject)); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } } @Test public void canReadArraysOfPrimitiveTypes() { - Map values = new HashMap() { - { - put("[\"hello\", \"goodbye\"]", Arrays.asList("hello", "goodbye")); - put("[123, 456]", Arrays.asList(123, 456)); - put("[9999999999999, -12]", Arrays.asList(9_999_999_999_999L, -12)); - put("[3.14, 2.78]", Arrays.asList(3.14, 2.78)); - put("[true, false]", Arrays.asList(true, false)); - } - }; + Map values = new HashMap<>(); + values.put("[\"hello\", \"goodbye\"]", Arrays.asList("hello", "goodbye")); + values.put("[123, 456]", Arrays.asList(123, 456)); + values.put("[9999999999999, -12]", Arrays.asList(9_999_999_999_999L, -12)); + values.put("[3.14, 2.78]", Arrays.asList(3.14, 2.78)); + values.put("[true, false]", Arrays.asList(true, false)); for (Map.Entry entry : values.entrySet()) { String jsonArray = entry.getKey(); Object expectedArray = entry.getValue(); String json = "{\"field\" :".concat(jsonArray).concat("}"); - Document expectedDoc = new Document() { - { - put("field", expectedArray); - } - }; + Document expectedDoc = new Document(Collections.singletonMap("field", expectedArray)); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } } @@ -147,146 +126,148 @@ public void canReadArraysOfPrimitiveTypes() { @Test public void canReadGeoPoint() { String json = "{ \"field\": { \"type\": \"Point\", \"coordinates\": [-122.131577, 47.678581] } }"; - Document expectedDoc = new Document() { - { - put("field", GeoPoint.create(47.678581, -122.131577)); - } - }; + Document expectedDoc = new Document(Collections.singletonMap("field", GeoPoint.create(47.678581, -122.131577))); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void canReadGeoPointCollection() { String json = "{ \"field\": [{ \"type\": \"Point\", \"coordinates\": [-122.131577, 47.678581] }, { \"type\": \"Point\", \"coordinates\": [-121, 49] }]}"; - Document expectedDoc = new Document() { - { - put("field", Arrays.asList( - GeoPoint.create(47.678581, -122.131577), - GeoPoint.create(49, -121)) - ); - } - }; + Document expectedDoc = new Document(Collections.singletonMap("field", + Arrays.asList(GeoPoint.create(47.678581, -122.131577), GeoPoint.create(49, -121)))); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void canReadComplexObject() { String json = "{\"name\" : \"Boots\", \"details\": {\"sku\" : 123, \"seasons\" : [\"fall\", \"winter\"]}}"; - Document expectedDoc = new Document() { - { - put("name", "Boots"); - put("details", new Document() { - { - put("sku", 123); - put("seasons", Arrays.asList("fall", "winter")); - } - }); - } - }; + Document innerDoc = new Document(); + innerDoc.put("sku", 123); + innerDoc.put("seasons", Arrays.asList("fall", "winter")); + + Document expectedDoc = new Document(); + expectedDoc.put("name", "Boots"); + expectedDoc.put("details", innerDoc); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void canReadComplexCollection() { String json = "{\"stores\" : [{\"name\" : \"North\", \"address\" : {\"city\" : \"Vancouver\", \"country\": \"Canada\"}, \"location\": {\"type\" : \"Point\", \"coordinates\": [-121, 49]}},{\"name\" : \"South\", \"address\" : {\"city\": \"Seattle\", \"country\" : \"USA\"}, \"location\" : {\"type\" : \"Point\", \"coordinates\": [-122.5, 47.6]}}]}"; - Document expectedDoc = new Document() { - { - put("stores", Arrays.asList( - new Document() { - { - put("name", "North"); - put("address", new Document() { - { - put("city", "Vancouver"); - put("country", "Canada"); - } - } - ); - put("location", new Document() { - { - put("type", "Point"); - put("coordinates", Arrays.asList(-121, 49)); - } - } - ); - } - }, - new Document() { - { - put("name", "South"); - put("address", new Document() { - { - put("city", "Seattle"); - put("country", "USA"); - } - }); - put("location", new Document() { - { - put("type", "Point"); - put("coordinates", Arrays.asList(-122.5, 47.6)); - } - }); - } - } - )); - } - }; + + Document storeAddress1 = new Document(); + storeAddress1.put("city", "Vancouver"); + storeAddress1.put("country", "Canada"); + + Document storeLocation1 = new Document(); + storeLocation1.put("type", "Point"); + storeLocation1.put("coordinates", Arrays.asList(-121, 49)); + + Document store1 = new Document(); + store1.put("name", "North"); + store1.put("address", storeAddress1); + store1.put("location", storeLocation1); + + Document storeAddress2 = new Document(); + storeAddress2.put("city", "Seattle"); + storeAddress2.put("country", "USA"); + + Document storeLocation2 = new Document(); + storeLocation2.put("type", "Point"); + storeLocation2.put("coordinates", Arrays.asList(-122.5, 47.6)); + + Document store2 = new Document(); + store2.put("name", "South"); + store2.put("address", storeAddress2); + store2.put("location", storeLocation2); + + Document expectedDoc = new Document(Collections.singletonMap("stores", Arrays.asList(store1, store2))); + + Document actualDoc = deserialize(json); + assertEquals(expectedDoc, actualDoc); + } + + @Test + public void canReadArraysOfMixedTypes() { + // Azure Cognitive Search won't return payloads like this; This test is only for pinning purposes. + String json = "{\"field\": [\"hello\", 123, 3.14, { \"type\": \"Point\", \"coordinates\": [-122.131577, 47.678581] }, { \"name\": \"Arthur\", \"quest\": null }] }"; + + GeoPoint point = GeoPoint.create(47.678581, -122.131577); + Document innerDoc = new Document(); + innerDoc.put("name", "Arthur"); + innerDoc.put("quest", null); + List value = Arrays.asList("hello", 123, 3.14, point, innerDoc); + + Document expectedDoc = new Document(); + expectedDoc.put("field", value); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void dateTimeStringsAreReadAsDateTime() { String json = "{\"field1\":\"".concat(testDateString).concat("\",\"field2\" : [\"").concat(testDateString).concat("\", \"").concat(testDateString).concat("\"]}"); - Document expectedDoc = new Document() { - { - put("field1", testDate); - put("field2", Arrays.asList(testDate, testDate)); - } - }; + Document expectedDoc = new Document(); + expectedDoc.put("field1", testDate); + expectedDoc.put("field2", Arrays.asList(testDate, testDate)); + + Document actualDoc = deserialize(json); + assertEquals(expectedDoc, actualDoc); + } + + @Test + public void emptyArraysReadAsObjectArrays() { + String json = "{ \"field\": [] }"; + + // With no elements, we can't tell what type of collection it is, so we default to object. + Document expectedDoc = new Document(); + expectedDoc.put("field", new ArrayList<>()); + + Document actualDoc = deserialize(json); + assertEquals(expectedDoc, actualDoc); + } + + @Test + public void arraysWithOnlyNullsReadAsStringArrays() { + String json = "{ \"field\": [null, null] }"; + + // With only null elements, we can't tell what type of collection it is. For backward compatibility, we assume type string. + // This shouldn't happen in practice anyway since Azure Cognitive Search generally doesn't allow nulls in collections. + Document expectedDoc = new Document(); + List emptyStringList = Arrays.asList(null, null); + expectedDoc.put("field", emptyStringList); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void specialDoublesAreReadAsStrings() { String json = "{\"field1\" : \"NaN\", \"field2\": \"INF\", \"field3\": \"-INF\", \"field4\": [\"NaN\", \"INF\", \"-INF\"], \"field5\": {\"value\":\"-INF\"}}"; - Document expectedDoc = new Document() { - { - put("field1", "NaN"); - put("field2", "INF"); - put("field3", "-INF"); - put("field4", Arrays.asList("NaN", "INF", "-INF")); - put("field5", new Document() { - { - put("value", "-INF"); - } - }); - } - }; + Document expectedDoc = new Document(); + expectedDoc.put("field1", "NaN"); + expectedDoc.put("field2", "INF"); + expectedDoc.put("field3", "-INF"); + expectedDoc.put("field4", Arrays.asList("NaN", "INF", "-INF")); + expectedDoc.put("field5", new Document(Collections.singletonMap("value", "-INF"))); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test public void dateTimeStringsInArraysAreReadAsDateTime() { String json = "{ \"field\": [ \"hello\", \"".concat(testDateString).concat("\", \"123\" ] }}"); - Document expectedDoc = new Document() { - { - put("field", Arrays.asList("hello", testDate, "123")); - } - }; + Document expectedDoc = new Document(Collections.singletonMap("field", Arrays.asList("hello", testDate, "123"))); Document actualDoc = deserialize(json); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexBatchTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexBatchTests.java index 1db3b8bd6eaa..383b606b6ddf 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexBatchTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/IndexBatchTests.java @@ -5,14 +5,15 @@ import com.azure.search.models.IndexAction; import com.azure.search.models.IndexActionType; import com.azure.search.models.IndexBatch; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; -import java.util.LinkedList; import java.util.List; +import java.util.stream.Collectors; + +import static org.junit.jupiter.api.Assertions.assertEquals; public class IndexBatchTests { @@ -46,15 +47,10 @@ public void uploadDocuments() { doc3.put("Id", "3"); List docs = Arrays.asList(doc1, doc2, doc3); - List> indexActions = new LinkedList<>(); + List> indexActions = docs.stream() + .map(doc -> new IndexAction().setActionType(IndexActionType.UPLOAD).setDocument(doc)) + .collect(Collectors.toList()); - for (Document doc : docs) { - indexActions.add( - new IndexAction() - .setActionType(IndexActionType.UPLOAD) - .setDocument(doc) - ); - } IndexBatch expectedBatch = new IndexBatch() .actions(indexActions); @@ -94,15 +90,10 @@ public void mergeDocuments() { doc3.put("Id", "3"); List docs = Arrays.asList(doc1, doc2, doc3); - List> indexActions = new LinkedList<>(); + List> indexActions = docs.stream() + .map(doc -> new IndexAction().setActionType(IndexActionType.MERGE).setDocument(doc)) + .collect(Collectors.toList()); - for (Document doc : docs) { - indexActions.add( - new IndexAction() - .setActionType(IndexActionType.MERGE) - .setDocument(doc) - ); - } IndexBatch expectedBatch = new IndexBatch() .actions(indexActions); @@ -142,15 +133,10 @@ public void mergeOrUploadDocuments() { doc3.put("Id", "3"); List docs = Arrays.asList(doc1, doc2, doc3); - List> indexActions = new LinkedList<>(); + List> indexActions = docs.stream() + .map(doc -> new IndexAction().setActionType(IndexActionType.MERGE_OR_UPLOAD).setDocument(doc)) + .collect(Collectors.toList()); - for (Document doc : docs) { - indexActions.add( - new IndexAction() - .setActionType(IndexActionType.MERGE_OR_UPLOAD) - .setDocument(doc) - ); - } IndexBatch expectedBatch = new IndexBatch() .actions(indexActions); @@ -190,15 +176,10 @@ public void deleteDocuments() { doc3.put("Id", "3"); List docs = Arrays.asList(doc1, doc2, doc3); - List> indexActions = new LinkedList<>(); + List> indexActions = docs.stream() + .map(doc -> new IndexAction().setActionType(IndexActionType.DELETE).setDocument(doc)) + .collect(Collectors.toList()); - for (Document doc : docs) { - indexActions.add( - new IndexAction() - .setActionType(IndexActionType.DELETE) - .setDocument(doc) - ); - } IndexBatch expectedBatch = new IndexBatch() .actions(indexActions); @@ -213,7 +194,7 @@ public void canBuildIndexBatchWithMultipleActionsAndSingleDocument() { Document documentToMerge = new Document(); documentToMerge.put("Id", "merge"); - Document documentToMergeOrUpload = new Document(); + Document documentToMergeOrUpload = new Document(); documentToMergeOrUpload.put("Id", "mergeOrUpload"); Document documentToUpload = new Document(); @@ -349,14 +330,14 @@ public void canBuildIndexBatchWithMultipleActionsAndMultipleDocuments() { } private void validate(IndexBatch expected, IndexBatch actual) { - Assert.assertEquals(expected.getActions().size(), actual.getActions().size()); + assertEquals(expected.getActions().size(), actual.getActions().size()); for (int i = 0; i < actual.getActions().size(); i++) { IndexAction expectedIndexAction = expected.getActions().get(i); IndexAction actualIndexAction = actual.getActions().get(i); - Assert.assertEquals(expectedIndexAction.getActionType(), actualIndexAction.getActionType()); - Assert.assertEquals(expectedIndexAction.getDocument(), actualIndexAction.getDocument()); + assertEquals(expectedIndexAction.getActionType(), actualIndexAction.getActionType()); + assertEquals(expectedIndexAction.getDocument(), actualIndexAction.getDocument()); } } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementAsyncTests.java deleted file mode 100644 index 7b593ea9da47..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementAsyncTests.java +++ /dev/null @@ -1,606 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.Response; -import com.azure.core.util.Context; -import com.azure.core.util.FluxUtil; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.AnalyzerName; -import com.azure.search.models.CorsOptions; -import com.azure.search.models.DataType; -import com.azure.search.models.Field; -import com.azure.search.models.Index; -import com.azure.search.models.MagnitudeScoringFunction; -import com.azure.search.models.MagnitudeScoringParameters; -import com.azure.search.models.RequestOptions; -import com.azure.search.models.ScoringFunctionAggregation; -import com.azure.search.models.ScoringFunctionInterpolation; -import com.azure.search.models.ScoringProfile; -import com.azure.search.models.Suggester; -import com.azure.search.models.SynonymMap; -import com.azure.search.test.AccessConditionAsyncTests; -import com.azure.search.test.AccessOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -public class IndexManagementAsyncTests extends IndexManagementTestBase { - private SearchServiceAsyncClient client; - - // commonly used lambda definitions - private BiFunction> createOrUpdateIndexAsyncFunc = - (Index index, AccessOptions ac) -> createOrUpdateIndex(index, ac.getAccessCondition(), ac.getRequestOptions()); - - private Supplier newIndexFunc = this::createTestIndex; - - private Function mutateIndexFunc = this::mutateCorsOptionsInIndex; - - private BiFunction> deleteIndexAsyncFunc = - (String name, AccessOptions ac) -> deleteIndex(name, ac.getAccessCondition(), ac.getRequestOptions()); - - private Mono createOrUpdateIndex(Index index, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.createOrUpdateIndexWithResponse( - index, - false, - accessCondition, - requestOptions, - Context.NONE).map(Response::getValue); - } - - private Mono deleteIndex(String indexName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.deleteIndexWithResponse(indexName, accessCondition, requestOptions) - .flatMap(FluxUtil::toMono); - } - - @Override - protected void beforeTest() { - super.beforeTest(); - client = getSearchServiceClientBuilder().buildAsyncClient(); - } - - @Test - public void createIndexReturnsCorrectDefinition() { - Index index = createTestIndex(); - StepVerifier - .create(client.createIndex(index)) - .assertNext(createdIndex -> assertIndexesEqual(index, createdIndex)) - .verifyComplete(); - } - - @Test - public void createIndexReturnsCorrectDefinitionWithResponse() { - Index index = createTestIndex(); - StepVerifier - .create(client.createIndexWithResponse(index.setName("hotel2"), generateRequestOptions())) - .assertNext(createdIndex -> assertIndexesEqual(index, createdIndex.getValue())) - .verifyComplete(); - } - - @Test - public void createIndexReturnsCorrectDefaultValues() { - Index index = createTestIndex() - .setCorsOptions(new CorsOptions().setAllowedOrigins("*")) - .setScoringProfiles(Collections.singletonList(new ScoringProfile() - .setName("MyProfile") - .setFunctions(Collections.singletonList(new MagnitudeScoringFunction() - .setParameters(new MagnitudeScoringParameters() - .setBoostingRangeStart(1) - .setBoostingRangeEnd(4)) - .setFieldName("Rating") - .setBoost(2.0)) - ) - )); - - StepVerifier - .create(client.createIndex(index)) - .assertNext(indexResponse -> { - ScoringProfile scoringProfile = indexResponse.getScoringProfiles().get(0); - Assert.assertNull(indexResponse.getCorsOptions().getMaxAgeInSeconds()); - Assert.assertEquals(ScoringFunctionAggregation.SUM, scoringProfile.getFunctionAggregation()); - Assert.assertNotNull(scoringProfile.getFunctions().get(0)); - Assert.assertEquals(ScoringFunctionInterpolation.LINEAR, scoringProfile.getFunctions().get(0).getInterpolation()); - }) - .verifyComplete(); - } - - @Test - public void createIndexFailsWithUsefulMessageOnUserError() { - Index index = new Index() - .setName(HOTEL_INDEX_NAME) - .setFields(Collections.singletonList( - new Field() - .setName("HotelId") - .setType(DataType.EDM_STRING) - .setKey(false) - )); - - assertHttpResponseExceptionAsync( - client.createIndex(index), - HttpResponseStatus.BAD_REQUEST, - String.format("The request is invalid. Details: index : Found 0 key fields in index '%s'. " - + "Each index must have exactly one key field.", HOTEL_INDEX_NAME)); - } - - @Test - public void getIndexReturnsCorrectDefinition() { - Index index = createTestIndex(); - - StepVerifier - .create(client.createIndex(index) - .then(client.getIndex(index.getName()))) - .assertNext(res -> assertIndexesEqual(index, res)) - .verifyComplete(); - } - - @Test - public void getIndexReturnsCorrectDefinitionWithResponse() { - Index index = createTestIndex(); - - StepVerifier - .create(client.createIndex(index) - .then(client.getIndexWithResponse(index.getName(), generateRequestOptions()))) - .assertNext(res -> assertIndexesEqual(index, res.getValue())) - .verifyComplete(); - } - - @Test - public void getIndexThrowsOnNotFound() { - assertHttpResponseExceptionAsync( - client.getIndex("thisindexdoesnotexist"), - HttpResponseStatus.NOT_FOUND, - "No index with the name 'thisindexdoesnotexist' was found in the service" - ); - } - - @Test - public void existsReturnsTrueForExistingIndex() { - Index index = createTestIndex(); - - StepVerifier - .create(client.createIndex(index) - .then(client.indexExists(index.getName()))) - .assertNext(Assert::assertTrue) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingIndexWithResponse() { - Index index = createTestIndex(); - - StepVerifier - .create(client.createIndex(index) - .then(client.indexExistsWithResponse(index.getName(), generateRequestOptions()))) - .assertNext(res -> Assert.assertTrue(res.getValue())) - .verifyComplete(); - } - - @Test - public void existsReturnsFalseForNonExistingIndex() { - StepVerifier - .create(client.indexExists("invalidindex")) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void deleteIndexIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - deleteIndexAsyncFunc, - newIndexFunc, - createOrUpdateIndexAsyncFunc, - mutateIndexFunc, - HOTEL_INDEX_NAME); - } - - @Test - public void deleteIndexIfExistsWorksOnlyWhenResourceExists() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExistsAsync( - deleteIndexAsyncFunc, - createOrUpdateIndexAsyncFunc, - newIndexFunc, - HOTEL_INDEX_NAME); - } - - @Test - public void deleteIndexIsIdempotent() { - Index index = new Index() - .setName(HOTEL_INDEX_NAME) - .setFields(Collections.singletonList( - new Field() - .setName("HotelId") - .setType(DataType.EDM_STRING) - .setKey(true) - )); - StepVerifier - .create(client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(indexResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), indexResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.createIndexWithResponse(index, generateRequestOptions())) - .assertNext(indexResponse -> - Assert.assertEquals(HttpResponseStatus.CREATED.code(), indexResponse.getStatusCode()) - ) - .verifyComplete(); - - // Delete the same index twice - StepVerifier - .create(client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(indexResponse -> - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), indexResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(indexResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), indexResponse.getStatusCode()) - ) - .verifyComplete(); - } - - @Test - public void canCreateAndDeleteIndex() { - Index index = createTestIndex(); - - StepVerifier - .create( - client.createIndex(index) - .then(client.deleteIndex(index.getName())) - .then(client.indexExists(index.getName()))) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void canCreateAndListIndexes() { - Index index1 = createTestIndex(); - Index index2 = createTestIndex().setName("hotels2"); - - StepVerifier - .create( - client.createIndex(index1) - .then(client.createIndex(index2)) - .then(client.listIndexes().collectList())) - .assertNext(result -> { - Assert.assertEquals(2, result.size()); - Assert.assertEquals(index1.getName(), result.get(0).getName()); - Assert.assertEquals(index2.getName(), result.get(1).getName()); - }) - .verifyComplete(); - } - - @Test - public void canListIndexesWithSelectedField() { - Index index1 = createTestIndex(); - Index index2 = createTestIndex().setName("hotels2"); - - - StepVerifier - .create(client.createIndex(index1) - .then(client.createIndex(index2)) - .thenMany(client.listIndexes("name", generateRequestOptions()))) - .assertNext(resultIndex1 -> { - Assert.assertEquals(index1.getName(), resultIndex1.getName()); - indexeWithSelectedFieldAssertions(resultIndex1); - }) - .assertNext(resultIndex2 -> { - Assert.assertEquals(index2.getName(), resultIndex2.getName()); - indexeWithSelectedFieldAssertions(resultIndex2); - }) - .verifyComplete(); - - } - - @Test - public void canAddSynonymFieldProperty() { - String synonymMapName = "names"; - SynonymMap synonymMap = new SynonymMap().setName(synonymMapName).setSynonyms("hotel,motel"); - - Index index = new Index() - .setName(HOTEL_INDEX_NAME) - .setFields(Arrays.asList( - new Field() - .setName("HotelId") - .setType(DataType.EDM_STRING) - .setKey(true), - new Field() - .setName("HotelName") - .setType(DataType.EDM_STRING) - .setSynonymMaps(Collections.singletonList(synonymMapName)) - )); - - StepVerifier - .create(client.createSynonymMap(synonymMap) - .then(client.createIndex(index))) - .assertNext(createdIndex -> { - List actualSynonym = index.getFields().get(1).getSynonymMaps(); - List expectedSynonym = createdIndex.getFields().get(1).getSynonymMaps(); - Assert.assertEquals(actualSynonym, expectedSynonym); - }) - .verifyComplete(); - } - - @Test - public void canUpdateSynonymFieldProperty() { - String synonymMapName = "names"; - SynonymMap synonymMap = new SynonymMap() - .setName(synonymMapName) - .setSynonyms("hotel,motel"); - client.createSynonymMap(synonymMap).block(); - - // Create an index - Index index = createTestIndex(); - Field hotelNameField = getFieldByName(index, "HotelName"); - hotelNameField.setSynonymMaps(Collections.singletonList(synonymMapName)); - client.createIndex(index).block(); - - // Update an existing index - Index existingIndex = client.getIndex(index.getName()).block(); - assert existingIndex != null; - hotelNameField = getFieldByName(existingIndex, "HotelName"); - hotelNameField.setSynonymMaps(Collections.emptyList()); - - StepVerifier - .create(client.createOrUpdateIndexWithResponse(existingIndex, - true, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> - assertIndexesEqual(existingIndex, res.getValue()) - ) - .verifyComplete(); - } - - @Test - public void canUpdateIndexDefinition() { - Index fullFeaturedIndex = createTestIndex(); - - // Start out with no scoring profiles and different CORS options. - Index initialIndex = createTestIndex(); - initialIndex.setName(fullFeaturedIndex.getName()) - .setScoringProfiles(new ArrayList<>()) - .setDefaultScoringProfile(null) - .setCorsOptions(initialIndex.getCorsOptions().setAllowedOrigins("*")); - - Index index = client.createIndex(initialIndex).block(); - assert index != null; - - // Now update the index. - String[] allowedOrigins = fullFeaturedIndex.getCorsOptions() - .getAllowedOrigins() - .toArray(new String[0]); - index.setScoringProfiles(fullFeaturedIndex.getScoringProfiles()) - .setDefaultScoringProfile(fullFeaturedIndex.getDefaultScoringProfile()) - .setCorsOptions(index.getCorsOptions().setAllowedOrigins(allowedOrigins)); - - StepVerifier - .create(client.createOrUpdateIndex(index)) - .assertNext(res -> assertIndexesEqual(fullFeaturedIndex, res)) - .verifyComplete(); - - // Modify the fields on an existing index - Index existingIndex = client.getIndex(fullFeaturedIndex.getName()).block(); - assert existingIndex != null; - - SynonymMap synonymMap = client.createSynonymMap(new SynonymMap() - .setName("names") - .setSynonyms("hotel,motel") - ).block(); - assert synonymMap != null; - - Field tagsField = getFieldByName(existingIndex, "Description_Custom"); - tagsField.setRetrievable(false) - .setSearchAnalyzer(AnalyzerName.WHITESPACE.toString()) - .setSynonymMaps(Collections.singletonList(synonymMap.getName())); - - Field hotelWebSiteField = new Field() - .setName("HotelWebsite") - .setType(DataType.EDM_STRING) - .setSearchable(Boolean.TRUE) - .setFilterable(Boolean.TRUE); - addFieldToIndex(existingIndex, hotelWebSiteField); - - Field hotelNameField = getFieldByName(existingIndex, "HotelName"); - hotelNameField.setRetrievable(false); - - StepVerifier - .create(client - .createOrUpdateIndexWithResponse(existingIndex, true, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> assertIndexesEqual(existingIndex, res.getValue())) - .verifyComplete(); - } - - @Test - public void canUpdateSuggesterWithNewIndexFields() { - Index index = createTestIndex(); - client.createIndex(index).block(); - - Index existingIndex = client.getIndex(index.getName()).block(); - assert existingIndex != null; - - existingIndex.getFields().addAll(Arrays.asList( - new Field() - .setName("HotelAmenities") - .setType(DataType.EDM_STRING), - new Field() - .setName("HotelRewards") - .setType(DataType.EDM_STRING))); - existingIndex.setSuggesters(Collections.singletonList(new Suggester() - .setName("Suggestion") - .setSourceFields(Arrays.asList("HotelAmenities", "HotelRewards")) - )); - - StepVerifier - .create(client.createOrUpdateIndexWithResponse(existingIndex, - true, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> assertIndexesEqual(existingIndex, res.getValue())) - .verifyComplete(); - } - - @Test - public void createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields() { - Index index = createTestIndex(); - String existingFieldName = "Category"; - - Mono updatedIndex = client.createIndex(index) - .then(client.getIndex(index.getName())) - .flatMap(existingIndex -> { - existingIndex.setSuggesters(Collections.singletonList(new Suggester() - .setName("Suggestion") - .setSourceFields(Collections.singletonList(existingFieldName)) - )); - return client.createOrUpdateIndex(existingIndex); - }); - - assertHttpResponseExceptionAsync(updatedIndex, - HttpResponseStatus.BAD_REQUEST, - String.format("Fields that were already present in an index (%s) cannot be referenced by a new suggester." - + " Only new fields added in the same index update operation are allowed.", existingFieldName)); - } - - @Test - public void createOrUpdateIndexCreatesWhenIndexDoesNotExist() { - Index expected = createTestIndex(); - - StepVerifier - .create(client.createOrUpdateIndex(expected)) - .assertNext(res -> assertIndexesEqual(expected, res)) - .verifyComplete(); - - StepVerifier - .create(client.createOrUpdateIndex(expected.setName("hotel1"))) - .assertNext(res -> assertIndexesEqual(expected, res)) - .verifyComplete(); - - StepVerifier - .create(client.createOrUpdateIndex(expected.setName("hotel2"))) - .assertNext(res -> Assert.assertEquals(expected.getName(), res.getName())) - .verifyComplete(); - } - - @Test - public void createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse() { - Index expected = createTestIndex(); - - StepVerifier - .create(client.createOrUpdateIndexWithResponse(expected, false, new AccessCondition(), - generateRequestOptions())) - .assertNext(res -> assertIndexesEqual(expected, res.getValue())) - .verifyComplete(); - - StepVerifier - .create(client.createOrUpdateIndexWithResponse(expected.setName("hotel1"), - false, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> assertIndexesEqual(expected, res.getValue())) - .verifyComplete(); - - StepVerifier - .create(client.createOrUpdateIndexWithResponse(expected.setName("hotel2"), - false, new AccessCondition(), generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpResponseStatus.CREATED.code(), res.getStatusCode())) - .verifyComplete(); - } - - @Test - public void createOrUpdateIndexIfNotExistsFailsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - createOrUpdateIndexAsyncFunc, - newIndexFunc, - mutateIndexFunc); - } - - @Test - public void createOrUpdateIndexIfNotExistsSucceedsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - createOrUpdateIndexAsyncFunc, - newIndexFunc); - } - - @Test - public void createOrUpdateIndexIfExistsSucceedsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsSucceedsOnExistingResourceAsync( - newIndexFunc, - createOrUpdateIndexAsyncFunc, - mutateIndexFunc); - } - - @Test - public void createOrUpdateIndexIfExistsFailsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsFailsOnNoResourceAsync( - newIndexFunc, - createOrUpdateIndexAsyncFunc); - } - - @Test - public void createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - newIndexFunc, - createOrUpdateIndexAsyncFunc, - mutateIndexFunc); - } - - @Test - public void createOrUpdateIndexIfNotChangedFailsWhenResourceChanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedFailsWhenResourceChangedAsync( - newIndexFunc, - createOrUpdateIndexAsyncFunc, - mutateIndexFunc); - } - - @Test - public void canCreateAndGetIndexStats() { - Index testIndex = createTestIndex(); - - StepVerifier - .create(client.createOrUpdateIndex(testIndex) - .flatMap(index -> client.getIndexStatistics(index.getName()))) - .assertNext(stats -> { - Assert.assertEquals(0, stats.getDocumentCount()); - Assert.assertEquals(0, stats.getStorageSize()); - }) - .verifyComplete(); - } - - @Test - public void canCreateAndGetIndexStatsWithResponse() { - Index testIndex = createTestIndex(); - - StepVerifier - .create(client.createOrUpdateIndex(testIndex) - .flatMap(index -> client.getIndexStatisticsWithResponse(index.getName(), generateRequestOptions()))) - .assertNext(stats -> { - Assert.assertEquals(0, stats.getValue().getDocumentCount()); - Assert.assertEquals(0, stats.getValue().getStorageSize()); - }) - .verifyComplete(); - - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementSyncTests.java index a81132af9391..eb7ae1581652 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementSyncTests.java @@ -24,7 +24,6 @@ import com.azure.search.test.AccessConditionTests; import com.azure.search.test.AccessOptions; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.util.ArrayList; @@ -37,15 +36,21 @@ import java.util.function.Supplier; import java.util.stream.Collectors; -public class IndexManagementSyncTests extends IndexManagementTestBase { +import static com.azure.search.TestHelpers.generateIfNotChangedAccessCondition; +import static com.azure.search.TestHelpers.getETag; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertThrows; +import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.junit.jupiter.api.Assertions.fail; + +public class IndexManagementSyncTests extends SearchServiceTestBase { private SearchServiceClient client; // commonly used lambda definitions - private BiFunction createOrUpdateIndexFunc = - (Index index, AccessOptions ac) -> - createOrUpdateIndex(index, ac.getAccessCondition(), ac.getRequestOptions()); + private BiFunction createOrUpdateIndexFunc = (Index index, AccessOptions ac) -> + createOrUpdateIndex(index, ac.getAccessCondition(), ac.getRequestOptions()); private Supplier newIndexFunc = this::createTestIndex; @@ -55,15 +60,9 @@ public class IndexManagementSyncTests extends IndexManagementTestBase { (String name, AccessOptions ac) -> client.deleteIndexWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); - private Index createOrUpdateIndex(Index index, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.createOrUpdateIndexWithResponse( - index, - false, - accessCondition, - requestOptions, - Context.NONE).getValue(); + private Index createOrUpdateIndex(Index index, AccessCondition accessCondition, RequestOptions requestOptions) { + return client.createOrUpdateIndexWithResponse(index, false, accessCondition, requestOptions, Context.NONE) + .getValue(); } @Override @@ -77,7 +76,7 @@ public void createIndexReturnsCorrectDefinition() { Index index = createTestIndex(); Index createdIndex = client.createIndex(index); - assertIndexesEqual(index, createdIndex); + TestHelpers.assertIndexesEqual(index, createdIndex); } @Test @@ -86,7 +85,7 @@ public void createIndexReturnsCorrectDefinitionWithResponse() { Response createIndexResponse = client.createIndexWithResponse(index.setName("hotel2"), generateRequestOptions(), Context.NONE); - assertIndexesEqual(index, createIndexResponse.getValue()); + TestHelpers.assertIndexesEqual(index, createIndexResponse.getValue()); } @Test @@ -106,10 +105,10 @@ public void createIndexReturnsCorrectDefaultValues() { Index indexResponse = client.createIndex(index); ScoringProfile scoringProfile = indexResponse.getScoringProfiles().get(0); - Assert.assertNull(indexResponse.getCorsOptions().getMaxAgeInSeconds()); - Assert.assertEquals(ScoringFunctionAggregation.SUM, scoringProfile.getFunctionAggregation()); - Assert.assertNotNull(scoringProfile.getFunctions().get(0)); - Assert.assertEquals(ScoringFunctionInterpolation.LINEAR, scoringProfile.getFunctions().get(0).getInterpolation()); + assertNull(indexResponse.getCorsOptions().getMaxAgeInSeconds()); + assertEquals(ScoringFunctionAggregation.SUM, scoringProfile.getFunctionAggregation()); + assertNotNull(scoringProfile.getFunctions().get(0)); + assertEquals(ScoringFunctionInterpolation.LINEAR, scoringProfile.getFunctions().get(0).getInterpolation()); } @Test @@ -128,11 +127,11 @@ public void createIndexFailsWithUsefulMessageOnUserError() { try { client.createIndex(index); - Assert.fail("createOrUpdateIndex did not throw an expected Exception"); + fail("createOrUpdateIndex did not throw an expected Exception"); } catch (Exception ex) { - Assert.assertEquals(HttpResponseException.class, ex.getClass()); - Assert.assertEquals(HttpResponseStatus.BAD_REQUEST.code(), ((HttpResponseException) ex).getResponse().getStatusCode()); - Assert.assertTrue(ex.getMessage().contains(expectedMessage)); + assertEquals(HttpResponseException.class, ex.getClass()); + assertEquals(HttpResponseStatus.BAD_REQUEST.code(), ((HttpResponseException) ex).getResponse().getStatusCode()); + assertTrue(ex.getMessage().contains(expectedMessage)); } } @@ -142,7 +141,7 @@ public void getIndexReturnsCorrectDefinition() { client.createIndex(index); Index createdIndex = client.getIndex(index.getName()); - assertIndexesEqual(index, createdIndex); + TestHelpers.assertIndexesEqual(index, createdIndex); } @Test @@ -152,7 +151,7 @@ public void getIndexReturnsCorrectDefinitionWithResponse() { Response getIndexResponse = client.getIndexWithResponse(index.getName(), generateRequestOptions(), Context.NONE); - assertIndexesEqual(index, getIndexResponse.getValue()); + TestHelpers.assertIndexesEqual(index, getIndexResponse.getValue()); } @Test @@ -165,46 +164,41 @@ public void getIndexThrowsOnNotFound() { } @Test - public void existsReturnsTrueForExistingIndex() { - Index index = createTestIndex(); - client.createIndex(index); + public void deleteIndexIfNotChangedWorksOnlyOnCurrentResource() { + Index indexToCreate = createTestIndex(); + AccessOptions accessOptions = new AccessOptions(null); - Assert.assertTrue(client.indexExists(index.getName())); - } + // Create the resource in the search service + Index originalIndex = createOrUpdateIndexFunc.apply(indexToCreate, accessOptions); - @Test - public void existsReturnsTrueForExistingIndexWithResponse() { - Index index = createTestIndex(); - client.createIndex(index); + // Get the eTag for the newly created resource + String eTagStale = getETag(originalIndex); - Assert.assertTrue(client.indexExistsWithResponse(index.getName(), generateRequestOptions(), Context.NONE).getValue()); - } + // Update the resource, the eTag will be changed + Index updatedIndex = createOrUpdateIndexFunc.apply(originalIndex + .setCorsOptions(new CorsOptions().setAllowedOrigins("https://test.com/")), accessOptions); - @Test - public void existsReturnsFalseForNonExistingIndex() { - Assert.assertFalse(client.indexExists("invalidindex")); - } + try { + accessOptions = new AccessOptions(generateIfNotChangedAccessCondition(eTagStale)); + deleteIndexFunc.accept(HOTEL_INDEX_NAME, accessOptions); + fail("deleteFunc should have failed due to selected AccessCondition"); + } catch (Exception exc) { + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + } - @Test - public void deleteIndexIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionTests act = new AccessConditionTests(); + // Get the new eTag + String eTagCurrent = getETag(updatedIndex); + accessOptions = new AccessOptions(generateIfNotChangedAccessCondition(eTagCurrent)); - act.deleteIfNotChangedWorksOnlyOnCurrentResource( - deleteIndexFunc, - newIndexFunc, - createOrUpdateIndexFunc, - HOTEL_INDEX_NAME); + // Delete should succeed + deleteIndexFunc.accept(HOTEL_INDEX_NAME, accessOptions); } @Test public void deleteIndexIfExistsWorksOnlyWhenResourceExists() { - AccessConditionTests act = new AccessConditionTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExists( - deleteIndexFunc, - createOrUpdateIndexFunc, - newIndexFunc, - HOTEL_INDEX_NAME); + AccessConditionTests.deleteIfExistsWorksOnlyWhenResourceExists(deleteIndexFunc, createOrUpdateIndexFunc, + newIndexFunc, HOTEL_INDEX_NAME); } @Test @@ -218,17 +212,17 @@ public void deleteIndexIsIdempotent() { .setKey(true) )); Response deleteResponse = client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); Response createResponse = client.createIndexWithResponse(index, generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createResponse.getStatusCode()); // Delete the same index twice deleteResponse = client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); deleteResponse = client.deleteIndexWithResponse(index.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); } @Test @@ -236,7 +230,8 @@ public void canCreateAndDeleteIndex() { Index index = createTestIndex(); client.createIndex(index); client.deleteIndex(index.getName()); - Assert.assertFalse(client.indexExists(index.getName())); + + assertThrows(HttpResponseException.class, () -> client.getIndex(index.getName())); } @Test @@ -250,9 +245,9 @@ public void canCreateAndListIndexes() { PagedIterable actual = client.listIndexes(); List result = actual.stream().collect(Collectors.toList()); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(index1.getName(), result.get(0).getName()); - Assert.assertEquals(index2.getName(), result.get(1).getName()); + assertEquals(2, result.size()); + assertEquals(index1.getName(), result.get(0).getName()); + assertEquals(index2.getName(), result.get(1).getName()); } @Test @@ -268,21 +263,21 @@ public void canListIndexesWithSelectedField() { List result = selectedFieldListResponse.stream().collect(Collectors.toList()); result.forEach(res -> { - Assert.assertNotNull(res.getName()); - Assert.assertNull(res.getFields()); - Assert.assertNull(res.getDefaultScoringProfile()); - Assert.assertNull(res.getCorsOptions()); - Assert.assertNull(res.getScoringProfiles()); - Assert.assertNull(res.getSuggesters()); - Assert.assertNull(res.getAnalyzers()); - Assert.assertNull(res.getTokenizers()); - Assert.assertNull(res.getTokenFilters()); - Assert.assertNull(res.getCharFilters()); + assertNotNull(res.getName()); + assertNull(res.getFields()); + assertNull(res.getDefaultScoringProfile()); + assertNull(res.getCorsOptions()); + assertNull(res.getScoringProfiles()); + assertNull(res.getSuggesters()); + assertNull(res.getAnalyzers()); + assertNull(res.getTokenizers()); + assertNull(res.getTokenFilters()); + assertNull(res.getCharFilters()); }); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(result.get(0).getName(), index1.getName()); - Assert.assertEquals(result.get(1).getName(), index2.getName()); + assertEquals(2, result.size()); + assertEquals(result.get(0).getName(), index1.getName()); + assertEquals(result.get(1).getName(), index2.getName()); } @Test @@ -308,7 +303,7 @@ public void canAddSynonymFieldProperty() { List actualSynonym = index.getFields().get(1).getSynonymMaps(); List expectedSynonym = createdIndex.getFields().get(1).getSynonymMaps(); - Assert.assertEquals(actualSynonym, expectedSynonym); + assertEquals(actualSynonym, expectedSynonym); } @Test @@ -333,7 +328,7 @@ public void canUpdateSynonymFieldProperty() { Index updatedIndex = client.createOrUpdateIndexWithResponse(existingIndex, true, new AccessCondition(), generateRequestOptions(), Context.NONE).getValue(); - assertIndexesEqual(existingIndex, updatedIndex); + TestHelpers.assertIndexesEqual(existingIndex, updatedIndex); } @Test @@ -359,7 +354,7 @@ public void canUpdateIndexDefinition() { Index updatedIndex = client.createOrUpdateIndex(index); - assertIndexesEqual(fullFeaturedIndex, updatedIndex); + TestHelpers.assertIndexesEqual(fullFeaturedIndex, updatedIndex); // Modify the fields on an existing index Index existingIndex = client.getIndex(fullFeaturedIndex.getName()); @@ -386,7 +381,7 @@ public void canUpdateIndexDefinition() { updatedIndex = client.createOrUpdateIndexWithResponse(existingIndex, true, new AccessCondition(), generateRequestOptions(), Context.NONE).getValue(); - assertIndexesEqual(existingIndex, updatedIndex); + TestHelpers.assertIndexesEqual(existingIndex, updatedIndex); } @Test @@ -411,7 +406,7 @@ public void canUpdateSuggesterWithNewIndexFields() { Index updatedIndex = client.createOrUpdateIndexWithResponse(existingIndex, true, new AccessCondition(), generateRequestOptions(), Context.NONE).getValue(); - assertIndexesEqual(existingIndex, updatedIndex); + TestHelpers.assertIndexesEqual(existingIndex, updatedIndex); } @Test @@ -430,7 +425,7 @@ public void createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexField () -> client.createOrUpdateIndex(existingIndex), HttpResponseStatus.BAD_REQUEST, String.format("Fields that were already present in an index (%s) cannot be " - + "referenced by a new suggester. Only new fields added in the same index update operation are allowed.", + + "referenced by a new suggester. Only new fields added in the same index update operation are allowed.", existingFieldName) ); } @@ -440,13 +435,13 @@ public void createOrUpdateIndexCreatesWhenIndexDoesNotExist() { Index expected = createTestIndex(); Index actual = client.createOrUpdateIndex(expected); - assertIndexesEqual(expected, actual); + TestHelpers.assertIndexesEqual(expected, actual); actual = client.createOrUpdateIndex(expected.setName("hotel1")); - assertIndexesEqual(expected, actual); + TestHelpers.assertIndexesEqual(expected, actual); Index res = client.createOrUpdateIndex(expected.setName("hotel2")); - Assert.assertEquals(expected.getName(), res.getName()); + assertEquals(expected.getName(), res.getName()); } @Test @@ -455,69 +450,49 @@ public void createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse() { Index actual = client.createOrUpdateIndexWithResponse(expected, false, new AccessCondition(), generateRequestOptions(), Context.NONE).getValue(); - assertIndexesEqual(expected, actual); + TestHelpers.assertIndexesEqual(expected, actual); actual = client.createOrUpdateIndexWithResponse(expected.setName("hotel1"), false, new AccessCondition(), generateRequestOptions(), Context.NONE).getValue(); - assertIndexesEqual(expected, actual); + TestHelpers.assertIndexesEqual(expected, actual); Response createOrUpdateResponse = client.createOrUpdateIndexWithResponse(expected.setName("hotel2"), false, new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); } @Test public void createOrUpdateIndexIfNotExistsFailsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResource( - createOrUpdateIndexFunc, - newIndexFunc, + AccessConditionTests.createOrUpdateIfNotExistsFailsOnExistingResource(createOrUpdateIndexFunc, newIndexFunc, mutateIndexFunc); } @Test public void createOrUpdateIndexIfNotExistsSucceedsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResource( - createOrUpdateIndexFunc, - newIndexFunc); + AccessConditionTests.createOrUpdateIfNotExistsSucceedsOnNoResource(createOrUpdateIndexFunc, newIndexFunc); } @Test public void createOrUpdateIndexIfExistsSucceedsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsSucceedsOnExistingResource( - newIndexFunc, - createOrUpdateIndexFunc, + AccessConditionTests.updateIfExistsSucceedsOnExistingResource(newIndexFunc, createOrUpdateIndexFunc, mutateIndexFunc); } @Test public void createOrUpdateIndexIfExistsFailsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsFailsOnNoResource( - newIndexFunc, - createOrUpdateIndexFunc); + AccessConditionTests.updateIfExistsFailsOnNoResource(newIndexFunc, createOrUpdateIndexFunc); } @Test public void createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchanged( - newIndexFunc, - createOrUpdateIndexFunc, + AccessConditionTests.updateIfNotChangedSucceedsWhenResourceUnchanged(newIndexFunc, createOrUpdateIndexFunc, mutateIndexFunc); } @Test public void createOrUpdateIndexIfNotChangedFailsWhenResourceChanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedFailsWhenResourceChanged( - newIndexFunc, - createOrUpdateIndexFunc, + AccessConditionTests.updateIfNotChangedFailsWhenResourceChanged(newIndexFunc, createOrUpdateIndexFunc, mutateIndexFunc); } @@ -526,8 +501,8 @@ public void canCreateAndGetIndexStats() { Index index = createTestIndex(); client.createOrUpdateIndex(index); GetIndexStatisticsResult indexStatistics = client.getIndexStatistics(index.getName()); - Assert.assertEquals(0, indexStatistics.getDocumentCount()); - Assert.assertEquals(0, indexStatistics.getStorageSize()); + assertEquals(0, indexStatistics.getDocumentCount()); + assertEquals(0, indexStatistics.getStorageSize()); } @Test @@ -537,7 +512,19 @@ public void canCreateAndGetIndexStatsWithResponse() { Response indexStatisticsResponse = client.getIndexStatisticsWithResponse(index.getName(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(0, indexStatisticsResponse.getValue().getDocumentCount()); - Assert.assertEquals(0, indexStatisticsResponse.getValue().getStorageSize()); + assertEquals(0, indexStatisticsResponse.getValue().getDocumentCount()); + assertEquals(0, indexStatisticsResponse.getValue().getStorageSize()); + } + + Index mutateCorsOptionsInIndex(Index index) { + index.getCorsOptions().setAllowedOrigins("*"); + return index; + } + + Field getFieldByName(Index index, String name) { + return index.getFields() + .stream() + .filter(f -> f.getName().equals(name)) + .findFirst().get(); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementTestBase.java deleted file mode 100644 index f9116eeba4a0..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexManagementTestBase.java +++ /dev/null @@ -1,141 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.Field; -import com.azure.search.models.Index; -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; - -public abstract class IndexManagementTestBase extends SearchServiceTestBase { - - @Test - public abstract void createIndexReturnsCorrectDefinition(); - - @Test - public abstract void createIndexReturnsCorrectDefinitionWithResponse(); - - @Test - public abstract void createIndexReturnsCorrectDefaultValues(); - - @Test - public abstract void createIndexFailsWithUsefulMessageOnUserError(); - - @Test - public abstract void getIndexReturnsCorrectDefinition(); - - @Test - public abstract void getIndexReturnsCorrectDefinitionWithResponse(); - - @Test - public abstract void getIndexThrowsOnNotFound(); - - @Test - public abstract void existsReturnsTrueForExistingIndex(); - - @Test - public abstract void existsReturnsTrueForExistingIndexWithResponse(); - - @Test - public abstract void existsReturnsFalseForNonExistingIndex(); - - @Test - public abstract void deleteIndexIfNotChangedWorksOnlyOnCurrentResource(); - - @Test - public abstract void deleteIndexIfExistsWorksOnlyWhenResourceExists(); - - @Test - public abstract void deleteIndexIsIdempotent(); - - @Test - public abstract void canCreateAndDeleteIndex(); - - @Test - public abstract void canCreateAndListIndexes(); - - @Test - public abstract void canListIndexesWithSelectedField(); - - @Test - public abstract void canAddSynonymFieldProperty(); - - @Test - public abstract void canUpdateSynonymFieldProperty(); - - @Test - public abstract void canUpdateIndexDefinition(); - - @Test - public abstract void canUpdateSuggesterWithNewIndexFields(); - - @Test - public abstract void createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields(); - - @Test - public abstract void createOrUpdateIndexCreatesWhenIndexDoesNotExist(); - - @Test - public abstract void createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse(); - - @Test - public abstract void createOrUpdateIndexIfNotExistsFailsOnExistingResource(); - - @Test - public abstract void createOrUpdateIndexIfNotExistsSucceedsOnNoResource(); - - @Test - public abstract void createOrUpdateIndexIfExistsSucceedsOnExistingResource(); - - @Test - public abstract void createOrUpdateIndexIfExistsFailsOnNoResource(); - - @Test - public abstract void createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged(); - - @Test - public abstract void createOrUpdateIndexIfNotChangedFailsWhenResourceChanged(); - - @Test - public abstract void canCreateAndGetIndexStats(); - - @Test - public abstract void canCreateAndGetIndexStatsWithResponse(); - - protected void assertIndexesEqual(Index expected, Index actual) { - expected.setETag("none"); - actual.setETag("none"); - - // we ignore defaults as when properties are not set they are returned from the service with - // default values - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); - } - - Index mutateCorsOptionsInIndex(Index index) { - index.getCorsOptions().setAllowedOrigins("*"); - return index; - } - - Field getFieldByName(Index index, String name) { - return index.getFields() - .stream() - .filter(f -> f.getName().equals(name)) - .findFirst().get(); - } - - void indexeWithSelectedFieldAssertions(Index actualIndex) { - Assert.assertNull(actualIndex.getFields()); - Assert.assertNull(actualIndex.getDefaultScoringProfile()); - Assert.assertNull(actualIndex.getCorsOptions()); - Assert.assertNull(actualIndex.getScoringProfiles()); - Assert.assertNull(actualIndex.getSuggesters()); - Assert.assertNull(actualIndex.getAnalyzers()); - Assert.assertNull(actualIndex.getTokenizers()); - Assert.assertNull(actualIndex.getTokenFilters()); - Assert.assertNull(actualIndex.getCharFilters()); - } - -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementAsyncTests.java deleted file mode 100644 index e8223a09a42f..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementAsyncTests.java +++ /dev/null @@ -1,676 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedFlux; -import com.azure.core.http.rest.Response; -import com.azure.core.util.FluxUtil; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.DataSource; -import com.azure.search.models.Index; -import com.azure.search.models.Indexer; -import com.azure.search.models.IndexerExecutionStatus; -import com.azure.search.models.IndexerStatus; -import com.azure.search.models.IndexingParameters; -import com.azure.search.models.RequestOptions; -import com.azure.search.models.Skillset; -import com.azure.search.test.AccessConditionAsyncTests; -import com.azure.search.test.AccessOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.http.HttpStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.util.Arrays; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Collections; -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -public class IndexersManagementAsyncTests extends IndexersManagementTestBase { - private SearchServiceAsyncClient client; - - // commonly used lambda definitions - private BiFunction> createOrUpdateIndexerAsyncFunc = - (Indexer indexer, AccessOptions ac) -> - createOrUpdateIndexer(indexer, ac.getAccessCondition(), ac.getRequestOptions()); - - private Supplier newIndexerFunc = - () -> createBaseTestIndexerObject("name", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - - private Function mutateIndexerFunc = - (Indexer indexer) -> indexer.setDescription("ABrandNewDescription"); - - private BiFunction> deleteIndexerAsyncFunc = - (String name, AccessOptions ac) -> - deleteIndexer(name, ac.getAccessCondition(), ac.getRequestOptions()); - - private Mono createOrUpdateIndexer(Indexer indexer, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.createOrUpdateIndexerWithResponse( - indexer, - accessCondition, - requestOptions) - .map(Response::getValue); - } - - private Mono deleteIndexer(String indexerName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.deleteIndexerWithResponse(indexerName, accessCondition, requestOptions).flatMap(FluxUtil::toMono); - } - - private void createDataSourceAndIndex(String dataSourceName, String indexName) { - // Create DataSource - DataSource dataSource = createTestSqlDataSourceObject(dataSourceName); - client.createOrUpdateDataSource(dataSource).block(); - - // Create an index - Index index = createTestIndexForLiveDatasource(indexName); - client.createIndex(index).block(); - } - - private List prepareIndexersForCreateAndListIndexers() { - // Create DataSource and Index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - // Create two indexers - Indexer indexer1 = createBaseTestIndexerObject("indexer1", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - Indexer indexer2 = createBaseTestIndexerObject("indexer2", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - client.createIndexer(indexer1).block(); - client.createIndexer(indexer2).block(); - - return Arrays.asList(indexer1, indexer2); - } - - private Indexer createTestDataSourceAndIndexer() { - // Create DataSource and Index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - // Create the indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - - client.createIndexer(indexer).block(); - - return indexer; - } - - /** - * Creates the index and indexer in the search service and then update the indexer - * - * @param updatedIndexer the indexer to be updated - * @param dataSourceName the data source name for this indexer - */ - private void createUpdateAndValidateIndexer(Indexer updatedIndexer, String dataSourceName) { - updatedIndexer.setDataSourceName(dataSourceName); - - // Create an index - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); - client.createIndex(index).block(); - - Indexer initial = - createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDataSourceName(dataSourceName) - .setIsDisabled(true); - - // create this indexer in the service - client.createIndexer(initial).block(); - - // update the indexer in the service - Indexer indexerResponse = client.createOrUpdateIndexer(updatedIndexer).block(); - - // verify the returned updated indexer is as expected - assert indexerResponse != null; - setSameStartTime(updatedIndexer, indexerResponse); - assertIndexersEqual(updatedIndexer, indexerResponse); - } - - /** - * Creates the index and indexer in the search service and then retrieves the indexer and validates it - * - * @param indexer the indexer to be created - */ - private void createAndValidateIndexer(Indexer indexer) { - // Create an index - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); - client.createIndex(index).block(); - - // create this indexer in the service - Indexer indexerResponse = client.createIndexer(indexer).block(); - - // verify the returned updated indexer is as expected - assert indexerResponse != null; - setSameStartTime(indexer, indexerResponse); - assertIndexersEqual(indexer, indexerResponse); - } - - @Override - protected void beforeTest() { - super.beforeTest(); - client = getSearchServiceClientBuilder().buildAsyncClient(); - } - - @Test - public void canResetIndexerAndGetIndexerStatus() { - Indexer indexer = createTestDataSourceAndIndexer(); - - StepVerifier.create(client.resetIndexer(indexer.getName()) - .then(client.getIndexerStatus(indexer.getName()))) - .assertNext(indexerStatus -> { - Assert.assertEquals(IndexerStatus.RUNNING, indexerStatus.getStatus()); - Assert.assertEquals(IndexerExecutionStatus.RESET, indexerStatus.getLastResult().getStatus()); - }) - .verifyComplete(); - } - - @Test - public void canResetIndexerAndGetIndexerStatusWithResponse() { - Indexer indexer = createTestDataSourceAndIndexer(); - - StepVerifier.create(client.resetIndexerWithResponse(indexer.getName(), generateRequestOptions()) - .then(client.getIndexerStatusWithResponse(indexer.getName(), generateRequestOptions()))) - .assertNext(indexerStatus -> { - Assert.assertEquals(IndexerStatus.RUNNING, indexerStatus.getValue().getStatus()); - Assert.assertEquals(IndexerExecutionStatus.RESET, indexerStatus.getValue().getLastResult().getStatus()); - }) - .verifyComplete(); - } - - @Test - public void createIndexerReturnsCorrectDefinition() { - Indexer expectedIndexer = - createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setIsDisabled(true) - .setDataSourceName(SQL_DATASOURCE_NAME) - .setParameters( - new IndexingParameters() - .setBatchSize(50) - .setMaxFailedItems(10) - .setMaxFailedItemsPerBatch(10)); - - Indexer actualIndexer = client.createIndexer(expectedIndexer).block(); - assert actualIndexer != null; - - IndexingParameters ip = new IndexingParameters(); - Map config = new HashMap<>(); - ip.setConfiguration(config); - expectedIndexer.setParameters(ip); // Get returns empty dictionary. - setSameStartTime(expectedIndexer, actualIndexer); - - assertIndexersEqual(expectedIndexer, actualIndexer); - } - - public void canCreateAndListIndexers() { - List indexers = prepareIndexersForCreateAndListIndexers(); - - PagedFlux returnedIndexersList = client.listIndexers(); - StepVerifier - .create(returnedIndexersList.collectList()) - .assertNext(indexersRes -> { - Assert.assertEquals(2, indexersRes.size()); - assertIndexersEqual(indexers.get(0), indexersRes.get(0)); - assertIndexersEqual(indexers.get(1), indexersRes.get(1)); - }) - .verifyComplete(); - } - - @Test - public void canCreateAndListIndexerNames() { - List indexers = prepareIndexersForCreateAndListIndexers(); - - PagedFlux returnedIndexersList = client.listIndexers("name", generateRequestOptions()); - StepVerifier - .create(returnedIndexersList.collectList()) - .assertNext(indexersRes -> { - Assert.assertEquals(2, indexersRes.size()); - Assert.assertEquals(indexers.get(0).getName(), indexersRes.get(0).getName()); - Assert.assertEquals(indexers.get(1).getName(), indexersRes.get(1).getName()); - - // Assert all other fields than "name" are null: - assertAllIndexerFieldsNullExceptName(indexersRes.get(0)); - assertAllIndexerFieldsNullExceptName(indexersRes.get(1)); - }) - .verifyComplete(); - } - - @Test - public void createIndexerFailsWithUsefulMessageOnUserError() { - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDataSourceName("thisdatasourcedoesnotexist"); - - assertHttpResponseExceptionAsync( - client.createIndexer(indexer), - HttpResponseStatus.BAD_REQUEST, - "This indexer refers to a data source 'thisdatasourcedoesnotexist' that doesn't exist" - ); - } - - @Test - public void canRunIndexer() { - Indexer indexer = createTestDataSourceAndIndexer(); - client.runIndexer(indexer.getName()); - - StepVerifier.create(client.getIndexerStatus(indexer.getName())) - .assertNext(indexerExecutionInfo -> Assert.assertEquals( - IndexerStatus.RUNNING, indexerExecutionInfo.getStatus())) - .verifyComplete(); - } - - @Test - public void canRunIndexerWithResponse() { - Indexer indexer = createTestDataSourceAndIndexer(); - - StepVerifier.create(client.runIndexerWithResponse(indexer.getName(), generateRequestOptions())) - .assertNext(response -> Assert.assertEquals(HttpStatus.SC_ACCEPTED, response.getStatusCode())) - .verifyComplete(); - - StepVerifier.create(client.getIndexerStatus(indexer.getName())) - .assertNext(indexerExecutionInfo -> Assert.assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus())) - .verifyComplete(); - } - - @Test - public void canRunIndexerAndGetIndexerStatus() { - // When an indexer is created, the execution info may not be available immediately. Hence, a - // pipeline policy that injects a "mock_status" query string is added to the client, which results in service - // returning a well-known mock response - client = getSearchServiceClientBuilderWithHttpPipelinePolicies( - Collections.singletonList(MOCK_STATUS_PIPELINE_POLICY)) - .buildAsyncClient(); - - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - - StepVerifier.create(client.createIndexer(indexer) - .then(client.getIndexerStatus(indexer.getName()))) - .assertNext(indexerExecutionInfo -> Assert.assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus())); - - client.runIndexerWithResponse(indexer.getName(), new RequestOptions()) - .subscribe(indexerRunResponse -> - Assert.assertEquals(HttpResponseStatus.ACCEPTED.code(), indexerRunResponse.getStatusCode())); - - StepVerifier - .create(client.getIndexerStatus(indexer.getName())) - .assertNext(indexerExecutionInfo -> assertValidIndexerExecutionInfo(indexerExecutionInfo)); - - } - - @Test - public void createOrUpdateIndexerIfNotExistsFailsOnExistingResource() { - // Prepare data source and index - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - act.createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - createOrUpdateIndexerAsyncFunc, - newIndexerFunc, - mutateIndexerFunc); - } - - @Test - public void canUpdateIndexer() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer updatedExpected = createIndexerWithDifferentDescription(); - - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canUpdateIndexerFieldMapping() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer updatedExpected = createIndexerWithDifferentFieldMapping(); - - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canCreateIndexerWithFieldMapping() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer indexer = createIndexerWithDifferentFieldMapping() - .setDataSourceName(SQL_DATASOURCE_NAME); - - createAndValidateIndexer(indexer); - } - - @Test - public void canUpdateIndexerDisabled() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer updatedExpected = createDisabledIndexer(); - - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canUpdateIndexerSchedule() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer updatedExpected = createIndexerWithDifferentSchedule(); - - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canCreateIndexerWithSchedule() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer indexer = createIndexerWithDifferentSchedule() - .setDataSourceName(SQL_DATASOURCE_NAME); - - createAndValidateIndexer(indexer); - } - - @Test - public void canUpdateIndexerBatchSizeMaxFailedItems() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - - Indexer updatedExpected = createIndexerWithDifferentIndexingParameters(indexer); - - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canCreateIndexerWithBatchSizeMaxFailedItems() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - Indexer updatedExpected = createIndexerWithDifferentIndexingParameters(indexer) - .setDataSourceName(SQL_DATASOURCE_NAME); - - createAndValidateIndexer(updatedExpected); - } - - // This test currently does not pass on our Dogfood account, as the - // Storage resource provider is not returning an answer. - @Test - public void canUpdateIndexerBlobParams() { - // Create the needed Azure blob resources and data source object - DataSource blobDataSource = createBlobDataSource(); - - // Create the data source within the search service - client.createOrUpdateDataSource((blobDataSource)).block(); - - // modify the indexer's blob params - Indexer updatedExpected = createIndexerWithStorageConfig(); - - createUpdateAndValidateIndexer(updatedExpected, BLOB_DATASOURCE_NAME); - } - - // This test currently does not pass on our Dogfood account, as the - // Storage resource provider is not returning an answer. - @Test - public void canCreateIndexerWithBlobParams() { - // Create the needed Azure blob resources and data source object - DataSource blobDataSource = createBlobDataSource(); - - // Create the data source within the search service - DataSource dataSource = client.createOrUpdateDataSource((blobDataSource)).block(); - - // modify the indexer's blob params - Indexer indexer = createIndexerWithStorageConfig() - .setDataSourceName(dataSource.getName()); - - createAndValidateIndexer(indexer); - } - - @Test - public void canCreateAndDeleteIndexer() { - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - indexer.setDataSourceName(SQL_DATASOURCE_NAME); - client.createIndexer(indexer).block(); - - client.deleteIndexer(indexer.getName()).block(); - StepVerifier - .create(client.indexerExists(indexer.getName())) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void canCreateAndDeleteIndexerWithResponse() { - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - indexer.setDataSourceName(SQL_DATASOURCE_NAME); - client.createIndexer(indexer).block(); - - client.deleteIndexerWithResponse(indexer.getName(), new AccessCondition(), new RequestOptions()).block(); - StepVerifier - .create(client.indexerExistsWithResponse(indexer.getName(), new RequestOptions())) - .assertNext(res -> Assert.assertFalse(res.getValue())) - .verifyComplete(); - } - - @Test - public void deleteIndexerIsIdempotent() { - // Create Datasource - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - // Create the indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - indexer.setDataSourceName(SQL_DATASOURCE_NAME); - - // Try delete before the indexer even exists. - Response result = client.deleteIndexerWithResponse( - indexer.getName(), new AccessCondition(), generateRequestOptions()) - .block(); - - assert result != null; - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); - - // Actually create the indexer - client.createIndexer(indexer).block(); - - // Now delete twice. - result = client.deleteIndexerWithResponse(indexer.getName(), new AccessCondition(), generateRequestOptions()) - .block(); - assert result != null; - Assert.assertEquals(HttpStatus.SC_NO_CONTENT, result.getStatusCode()); - - result = client.deleteIndexerWithResponse(indexer.getName(), new AccessCondition(), generateRequestOptions()) - .block(); - assert result != null; - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); - } - - @Test - public void canCreateAndGetIndexer() { - String indexerName = "indexer"; - - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource((dataSource)).block(); - - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); - client.createIndex(index).block(); - - Indexer indexer = - createBaseTestIndexerObject(indexerName, TARGET_INDEX_NAME).setDataSourceName(dataSource.getName()); - - client.createIndexer(indexer).block(); - Indexer indexerResult = client.getIndexer(indexerName).block(); - assertIndexersEqual(indexer, indexerResult); - - indexerResult = client.getIndexerWithResponse(indexerName, generateRequestOptions()) - .block().getValue(); - assertIndexersEqual(indexer, indexerResult); - } - - @Test - public void getIndexerThrowsOnNotFound() { - assertHttpResponseExceptionAsync( - client.getIndexer("thisindexerdoesnotexist"), - HttpResponseStatus.NOT_FOUND, - "Indexer 'thisindexerdoesnotexist' was not found" - ); - } - - @Test - public void createOrUpdateIndexerIfNotExistsSucceedsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - act.createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - createOrUpdateIndexerAsyncFunc, - newIndexerFunc); - } - - @Test - public void deleteIndexerIfExistsWorksOnlyWhenResourceExists() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - String indexerName = "name"; - act.deleteIfExistsWorksOnlyWhenResourceExistsAsync( - deleteIndexerAsyncFunc, - createOrUpdateIndexerAsyncFunc, - newIndexerFunc, - indexerName); - } - - @Test - public void deleteIndexerIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - String indexerName = "name"; - act.deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - deleteIndexerAsyncFunc, - newIndexerFunc, - createOrUpdateIndexerAsyncFunc, - mutateIndexerFunc, - indexerName); - } - - @Test - public void updateIndexerIfExistsFailsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsFailsOnNoResourceAsync( - newIndexerFunc, - createOrUpdateIndexerAsyncFunc); - } - - @Test - public void updateIndexerIfExistsSucceedsOnExistingResource() { - // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsSucceedsOnExistingResourceAsync( - newIndexerFunc, - createOrUpdateIndexerAsyncFunc, - mutateIndexerFunc); - } - - @Test - public void updateIndexerIfNotChangedFailsWhenResourceChanged() { - // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedFailsWhenResourceChangedAsync( - newIndexerFunc, - createOrUpdateIndexerAsyncFunc, - mutateIndexerFunc); - } - - @Test - public void updateIndexerIfNotChangedSucceedsWhenResourceUnchanged() { - // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - newIndexerFunc, - createOrUpdateIndexerAsyncFunc, - mutateIndexerFunc); - } - - @Test - public void canUpdateIndexerSkillset() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource(dataSource).block(); - - // Create a new skillset - Skillset skillset = createSkillsetObject(); - client.createSkillset(skillset).block(); - - Indexer updatedExpected = createIndexerWithDifferentSkillset(skillset.getName()); - createUpdateAndValidateIndexer(updatedExpected, SQL_DATASOURCE_NAME); - } - - @Test - public void canCreateIndexerWithSkillset() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); - client.createOrUpdateDataSource(dataSource).block(); - - // Create a new skillset - Skillset skillset = createSkillsetObject(); - client.createSkillset(skillset).block(); - - Indexer indexer = createIndexerWithDifferentSkillset(skillset.getName()) - .setDataSourceName(dataSource.getName()); - - createAndValidateIndexer(indexer); - } - - @Test - public void existsReturnsTrueForExistingIndexer() { - Indexer indexer = createTestDataSourceAndIndexer(); - - StepVerifier.create(client.indexerExists(indexer.getName())) - .expectNext(true) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingIndexerWithResponse() { - Indexer indexer = createTestDataSourceAndIndexer(); - - StepVerifier - .create(client.indexerExistsWithResponse(indexer.getName(), generateRequestOptions())) - .assertNext(res -> Assert.assertTrue(res.getValue())) - .verifyComplete(); - } - - @Test - public void existsReturnsFalseForNonExistingIndexer() { - - StepVerifier.create(client.indexerExists("invalidindex")) - .expectNext(false) - .verifyComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementSyncTests.java index 9d7c97a3807b..5d64f895451e 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementSyncTests.java @@ -2,50 +2,71 @@ // Licensed under the MIT License. package com.azure.search; +import com.azure.core.exception.HttpResponseException; +import com.azure.core.http.policy.HttpPipelinePolicy; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; +import com.azure.core.util.CoreUtils; import com.azure.search.models.AccessCondition; import com.azure.search.models.DataSource; +import com.azure.search.models.DataType; +import com.azure.search.models.Field; +import com.azure.search.models.FieldMapping; import com.azure.search.models.Index; import com.azure.search.models.Indexer; import com.azure.search.models.IndexerExecutionInfo; +import com.azure.search.models.IndexerExecutionResult; import com.azure.search.models.IndexerExecutionStatus; +import com.azure.search.models.IndexerLimits; import com.azure.search.models.IndexerStatus; import com.azure.search.models.IndexingParameters; +import com.azure.search.models.IndexingSchedule; +import com.azure.search.models.InputFieldMappingEntry; +import com.azure.search.models.OcrSkill; +import com.azure.search.models.OutputFieldMappingEntry; import com.azure.search.models.RequestOptions; +import com.azure.search.models.Skill; import com.azure.search.models.Skillset; import com.azure.search.test.AccessConditionTests; import com.azure.search.test.AccessOptions; +import com.azure.search.test.CustomQueryPipelinePolicy; import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.commons.lang3.StringUtils; -import org.apache.http.HttpStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import java.net.HttpURLConnection; +import java.time.Duration; +import java.time.OffsetDateTime; import java.util.Arrays; +import java.util.Collections; import java.util.HashMap; +import java.util.Iterator; import java.util.List; -import java.util.Map; -import java.util.Collections; import java.util.function.BiConsumer; import java.util.function.BiFunction; import java.util.function.Function; import java.util.function.Supplier; -import java.util.stream.Collectors; -public class IndexersManagementSyncTests extends IndexersManagementTestBase { +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertThrows; + +public class IndexersManagementSyncTests extends SearchServiceTestBase { + private static final String TARGET_INDEX_NAME = "indexforindexers"; + private static final HttpPipelinePolicy MOCK_STATUS_PIPELINE_POLICY = + new CustomQueryPipelinePolicy("mock_status", "inProgress"); + private SearchServiceClient client; // commonly used lambda definitions - private BiFunction createOrUpdateIndexerFunc = - (Indexer indexer, AccessOptions ac) -> - createOrUpdateIndexer(indexer, ac.getAccessCondition(), ac.getRequestOptions()); + private BiFunction createOrUpdateIndexerFunc = + (Indexer indexer, AccessOptions ac) -> + createOrUpdateIndexer(indexer, ac.getAccessCondition(), ac.getRequestOptions()); private Supplier newIndexerFunc = - () -> createBaseTestIndexerObject("name", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); + () -> createBaseTestIndexerObject("name").setDataSourceName(SQL_DATASOURCE_NAME); private Function mutateIndexerFunc = (Indexer indexer) -> indexer.setDescription("ABrandNewDescription"); @@ -55,25 +76,23 @@ public class IndexersManagementSyncTests extends IndexersManagementTestBase { client.deleteIndexerWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); - private void createDataSourceAndIndex(String dataSourceName, String indexName) { + private void createDataSourceAndIndex() { // Create DataSource - DataSource dataSource = createTestSqlDataSourceObject(dataSourceName); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); // Create an index - Index index = createTestIndexForLiveDatasource(indexName); + Index index = createTestIndexForLiveDatasource(); client.createIndex(index); } private List prepareIndexersForCreateAndListIndexers() { // Create DataSource and Index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); // Create two indexers - Indexer indexer1 = createBaseTestIndexerObject("indexer1", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); - Indexer indexer2 = createBaseTestIndexerObject("indexer2", TARGET_INDEX_NAME) - .setDataSourceName(SQL_DATASOURCE_NAME); + Indexer indexer1 = createBaseTestIndexerObject("indexer1").setDataSourceName(SQL_DATASOURCE_NAME); + Indexer indexer2 = createBaseTestIndexerObject("indexer2").setDataSourceName(SQL_DATASOURCE_NAME); client.createIndexer(indexer1); client.createIndexer(indexer2); @@ -82,10 +101,10 @@ private List prepareIndexersForCreateAndListIndexers() { private Indexer createTestDataSourceAndIndexer() { // Create DataSource and Index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); // Create the indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) + Indexer indexer = createBaseTestIndexerObject("indexer") .setDataSourceName(SQL_DATASOURCE_NAME); client.createIndexer(indexer); @@ -102,13 +121,12 @@ private void createUpdateAndValidateIndexer(Indexer updatedIndexer, String dataS updatedIndexer.setDataSourceName(dataSourceName); // Create an index - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); + Index index = createTestIndexForLiveDatasource(); client.createIndex(index); - Indexer initial = - createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDataSourceName(dataSourceName) - .setIsDisabled(true); + Indexer initial = createBaseTestIndexerObject("indexer") + .setDataSourceName(dataSourceName) + .setIsDisabled(true); // create this indexer in the service client.createIndexer(initial); @@ -118,7 +136,7 @@ private void createUpdateAndValidateIndexer(Indexer updatedIndexer, String dataS // verify the returned updated indexer is as expected setSameStartTime(updatedIndexer, indexerResponse); - assertIndexersEqual(updatedIndexer, indexerResponse); + TestHelpers.assertIndexersEqual(updatedIndexer, indexerResponse); } /** @@ -128,7 +146,7 @@ private void createUpdateAndValidateIndexer(Indexer updatedIndexer, String dataS */ private void createAndValidateIndexer(Indexer indexer) { // Create an index - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); + Index index = createTestIndexForLiveDatasource(); client.createIndex(index); // create this indexer in the service @@ -136,7 +154,7 @@ private void createAndValidateIndexer(Indexer indexer) { // verify the returned updated indexer is as expected setSameStartTime(indexer, indexerResponse); - assertIndexersEqual(indexer, indexerResponse); + TestHelpers.assertIndexersEqual(indexer, indexerResponse); } @Override @@ -145,8 +163,7 @@ protected void beforeTest() { client = getSearchServiceClientBuilder().buildClient(); } - private Indexer createOrUpdateIndexer(Indexer indexer, - AccessCondition accessCondition, + private Indexer createOrUpdateIndexer(Indexer indexer, AccessCondition accessCondition, RequestOptions requestOptions) { return client.createOrUpdateIndexerWithResponse( indexer, accessCondition, requestOptions, Context.NONE) @@ -156,7 +173,7 @@ private Indexer createOrUpdateIndexer(Indexer indexer, @Test public void createIndexerReturnsCorrectDefinition() { Indexer expectedIndexer = - createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) + createBaseTestIndexerObject("indexer") .setIsDisabled(true) .setDataSourceName(SQL_DATASOURCE_NAME) .setParameters( @@ -167,13 +184,11 @@ public void createIndexerReturnsCorrectDefinition() { Indexer actualIndexer = client.createIndexer(expectedIndexer); - IndexingParameters ip = new IndexingParameters(); - Map config = new HashMap<>(); - ip.setConfiguration(config); - expectedIndexer.setParameters(ip); // Get returns empty dictionary. + expectedIndexer.setParameters(new IndexingParameters() + .setConfiguration(Collections.emptyMap())); setSameStartTime(expectedIndexer, actualIndexer); - assertIndexersEqual(expectedIndexer, actualIndexer); + TestHelpers.assertIndexersEqual(expectedIndexer, actualIndexer); } @Test @@ -181,46 +196,47 @@ public void canCreateAndListIndexers() { // Create the data source, note it a valid DS with actual // connection string - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); // Create an index - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); + Index index = createTestIndexForLiveDatasource(); client.createIndex(index); // Create two indexers - Indexer indexer1 = createBaseTestIndexerObject("indexer1", TARGET_INDEX_NAME) + Indexer indexer1 = createBaseTestIndexerObject("indexer1") .setDataSourceName(dataSource.getName()); - Indexer indexer2 = createBaseTestIndexerObject("indexer2", TARGET_INDEX_NAME) + Indexer indexer2 = createBaseTestIndexerObject("indexer2") .setDataSourceName(dataSource.getName()); client.createIndexer(indexer1); client.createIndexer(indexer2); - List indexers = client.listIndexers().stream().collect(Collectors.toList()); - Assert.assertEquals(2, indexers.size()); - assertIndexersEqual(indexer1, indexers.get(0)); - assertIndexersEqual(indexer2, indexers.get(1)); + Iterator indexers = client.listIndexers().iterator(); + TestHelpers.assertIndexersEqual(indexer1, indexers.next()); + TestHelpers.assertIndexersEqual(indexer2, indexers.next()); + assertFalse(indexers.hasNext()); } @Test public void canCreateAndListIndexerNames() { List indexers = prepareIndexersForCreateAndListIndexers(); - List indexersRes = client.listIndexers("name", generateRequestOptions(), Context.NONE) - .stream().collect(Collectors.toList()); + Iterator indexersRes = client.listIndexers("name", generateRequestOptions(), Context.NONE).iterator(); + + Indexer actualIndexer = indexersRes.next(); + assertEquals(indexers.get(0).getName(), actualIndexer.getName()); + assertAllIndexerFieldsNullExceptName(actualIndexer); - Assert.assertEquals(2, indexersRes.size()); - Assert.assertEquals(indexers.get(0).getName(), indexersRes.get(0).getName()); - Assert.assertEquals(indexers.get(1).getName(), indexersRes.get(1).getName()); + actualIndexer = indexersRes.next(); + assertEquals(indexers.get(1).getName(), actualIndexer.getName()); + assertAllIndexerFieldsNullExceptName(actualIndexer); - // Assert all other fields than "name" are null: - assertAllIndexerFieldsNullExceptName(indexersRes.get(0)); - assertAllIndexerFieldsNullExceptName(indexersRes.get(1)); + assertFalse(indexersRes.hasNext()); } @Test public void createIndexerFailsWithUsefulMessageOnUserError() { - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) + Indexer indexer = createBaseTestIndexerObject("indexer") .setDataSourceName("thisdatasourcedoesnotexist"); assertHttpResponseException( @@ -235,8 +251,8 @@ public void canResetIndexerAndGetIndexerStatus() { client.resetIndexer(indexer.getName()); IndexerExecutionInfo indexerStatus = client.getIndexerStatus(indexer.getName()); - Assert.assertEquals(IndexerStatus.RUNNING, indexerStatus.getStatus()); - Assert.assertEquals(IndexerExecutionStatus.RESET, indexerStatus.getLastResult().getStatus()); + assertEquals(IndexerStatus.RUNNING, indexerStatus.getStatus()); + assertEquals(IndexerExecutionStatus.RESET, indexerStatus.getLastResult().getStatus()); } @Test @@ -246,8 +262,8 @@ public void canResetIndexerAndGetIndexerStatusWithResponse() { client.resetIndexerWithResponse(indexer.getName(), generateRequestOptions(), Context.NONE); IndexerExecutionInfo indexerStatusResponse = client.getIndexerStatusWithResponse(indexer.getName(), generateRequestOptions(), Context.NONE).getValue(); - Assert.assertEquals(IndexerStatus.RUNNING, indexerStatusResponse.getStatus()); - Assert.assertEquals(IndexerExecutionStatus.RESET, indexerStatusResponse.getLastResult().getStatus()); + assertEquals(IndexerStatus.RUNNING, indexerStatusResponse.getStatus()); + assertEquals(IndexerExecutionStatus.RESET, indexerStatusResponse.getLastResult().getStatus()); } @Test @@ -256,7 +272,7 @@ public void canRunIndexer() { client.runIndexer(indexer.getName()); IndexerExecutionInfo indexerExecutionInfo = client.getIndexerStatus(indexer.getName()); - Assert.assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); + assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); } @Test @@ -265,8 +281,8 @@ public void canRunIndexerWithResponse() { Response response = client.runIndexerWithResponse(indexer.getName(), generateRequestOptions(), Context.NONE); IndexerExecutionInfo indexerExecutionInfo = client.getIndexerStatus(indexer.getName()); - Assert.assertEquals(HttpStatus.SC_ACCEPTED, response.getStatusCode()); - Assert.assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); + assertEquals(HttpURLConnection.HTTP_ACCEPTED, response.getStatusCode()); + assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); } @Test @@ -278,19 +294,19 @@ public void canRunIndexerAndGetIndexerStatus() { Collections.singletonList(MOCK_STATUS_PIPELINE_POLICY)) .buildClient(); - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) + Indexer indexer = createBaseTestIndexerObject("indexer") .setDataSourceName(SQL_DATASOURCE_NAME); client.createIndexer(indexer); IndexerExecutionInfo indexerExecutionInfo = client.getIndexerStatus(indexer.getName()); - Assert.assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); + assertEquals(IndexerStatus.RUNNING, indexerExecutionInfo.getStatus()); Response indexerRunResponse = client.runIndexerWithResponse(indexer.getName(), new RequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.ACCEPTED.code(), indexerRunResponse.getStatusCode()); + assertEquals(HttpResponseStatus.ACCEPTED.code(), indexerRunResponse.getStatusCode()); indexerExecutionInfo = client.getIndexerStatus(indexer.getName()); @@ -300,11 +316,9 @@ public void canRunIndexerAndGetIndexerStatus() { @Test public void createOrUpdateIndexerIfNotExistsFailsOnExistingResource() { // Prepare data source and index - AccessConditionTests act = new AccessConditionTests(); + createDataSourceAndIndex(); - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - - act.createOrUpdateIfNotExistsFailsOnExistingResource( + AccessConditionTests.createOrUpdateIfNotExistsFailsOnExistingResource( createOrUpdateIndexerFunc, newIndexerFunc, mutateIndexerFunc); @@ -312,7 +326,7 @@ public void createOrUpdateIndexerIfNotExistsFailsOnExistingResource() { @Test public void canUpdateIndexer() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer updatedExpected = createIndexerWithDifferentDescription(); @@ -322,7 +336,7 @@ public void canUpdateIndexer() { @Test public void canUpdateIndexerFieldMapping() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer updatedExpected = createIndexerWithDifferentFieldMapping(); @@ -332,7 +346,7 @@ public void canUpdateIndexerFieldMapping() { @Test public void canCreateIndexerWithFieldMapping() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer indexer = createIndexerWithDifferentFieldMapping() @@ -343,7 +357,7 @@ public void canCreateIndexerWithFieldMapping() { @Test public void canUpdateIndexerDisabled() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer updatedExpected = createDisabledIndexer(); @@ -353,7 +367,7 @@ public void canUpdateIndexerDisabled() { @Test public void canUpdateIndexerSchedule() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer updatedExpected = createIndexerWithDifferentSchedule(); @@ -363,7 +377,7 @@ public void canUpdateIndexerSchedule() { @Test public void canCreateIndexerWithSchedule() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); Indexer indexer = createIndexerWithDifferentSchedule() @@ -374,10 +388,10 @@ public void canCreateIndexerWithSchedule() { @Test public void canUpdateIndexerBatchSizeMaxFailedItems() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); + Indexer indexer = createBaseTestIndexerObject("indexer"); Indexer updatedExpected = createIndexerWithDifferentIndexingParameters(indexer); @@ -386,10 +400,10 @@ public void canUpdateIndexerBatchSizeMaxFailedItems() { @Test public void canCreateIndexerWithBatchSizeMaxFailedItems() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); + Indexer indexer = createBaseTestIndexerObject("indexer"); Indexer updatedExpected = createIndexerWithDifferentIndexingParameters(indexer) .setDataSourceName(SQL_DATASOURCE_NAME); @@ -431,40 +445,39 @@ public void canCreateIndexerWithBlobParams() { @Test public void canCreateAndDeleteIndexer() { - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); + createDataSourceAndIndex(); + Indexer indexer = createBaseTestIndexerObject("indexer"); indexer.setDataSourceName(SQL_DATASOURCE_NAME); client.createIndexer(indexer); client.deleteIndexer(indexer.getName()); - Assert.assertFalse(client.indexerExists(indexer.getName())); + assertThrows(HttpResponseException.class, () -> client.getIndexer(indexer.getName())); } @Test public void canCreateAndDeleteIndexerWithResponse() { - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); + createDataSourceAndIndex(); + Indexer indexer = createBaseTestIndexerObject("indexer"); indexer.setDataSourceName(SQL_DATASOURCE_NAME); client.createIndexerWithResponse(indexer, new RequestOptions(), Context.NONE); client.deleteIndexerWithResponse(indexer.getName(), new AccessCondition(), new RequestOptions(), Context.NONE); - Assert.assertFalse(client.indexerExistsWithResponse(indexer.getName(), new RequestOptions(), Context.NONE) - .getValue()); + assertThrows(HttpResponseException.class, () -> client.getIndexer(indexer.getName())); } @Test public void deleteIndexerIsIdempotent() { // Create Datasource - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); // Create the indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); + Indexer indexer = createBaseTestIndexerObject("indexer"); indexer.setDataSourceName(SQL_DATASOURCE_NAME); // Try delete before the indexer even exists. Response result = client.deleteIndexerWithResponse( indexer.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NOT_FOUND, result.getStatusCode()); // Actually create the indexer client.createIndexer(indexer); @@ -472,31 +485,31 @@ public void deleteIndexerIsIdempotent() { // Now delete twice. result = client.deleteIndexerWithResponse( indexer.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NO_CONTENT, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NO_CONTENT, result.getStatusCode()); result = client.deleteIndexerWithResponse( indexer.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpStatus.SC_NOT_FOUND, result.getStatusCode()); + assertEquals(HttpURLConnection.HTTP_NOT_FOUND, result.getStatusCode()); } @Test public void canCreateAndGetIndexer() { String indexerName = "indexer"; - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); - Index index = createTestIndexForLiveDatasource(TARGET_INDEX_NAME); + Index index = createTestIndexForLiveDatasource(); client.createIndex(index); - Indexer indexer = createBaseTestIndexerObject(indexerName, TARGET_INDEX_NAME) + Indexer indexer = createBaseTestIndexerObject(indexerName) .setDataSourceName(dataSource.getName()); client.createIndexer(indexer); Indexer indexerResult = client.getIndexer(indexerName); - assertIndexersEqual(indexer, indexerResult); + TestHelpers.assertIndexersEqual(indexer, indexerResult); indexerResult = client.getIndexerWithResponse(indexerName, generateRequestOptions(), Context.NONE).getValue(); - assertIndexersEqual(indexer, indexerResult); + TestHelpers.assertIndexersEqual(indexer, indexerResult); } @Test @@ -509,95 +522,68 @@ public void getIndexerThrowsOnNotFound() { @Test public void createOrUpdateIndexerIfNotExistsSucceedsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - Indexer indexerResult = act.createOrUpdateIfNotExistsSucceedsOnNoResource( - createOrUpdateIndexerFunc, - newIndexerFunc); + Indexer indexerResult = AccessConditionTests + .createOrUpdateIfNotExistsSucceedsOnNoResource(createOrUpdateIndexerFunc, newIndexerFunc); - Assert.assertTrue(StringUtils.isNoneEmpty(indexerResult.getETag())); + assertFalse(CoreUtils.isNullOrEmpty(indexerResult.getETag())); } @Test public void deleteIndexerIfExistsWorksOnlyWhenResourceExists() { - AccessConditionTests act = new AccessConditionTests(); - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - String indexerName = "name"; - act.deleteIfExistsWorksOnlyWhenResourceExists( - deleteIndexerFunc, - createOrUpdateIndexerFunc, - newIndexerFunc, - indexerName); + AccessConditionTests.deleteIfExistsWorksOnlyWhenResourceExists(deleteIndexerFunc, createOrUpdateIndexerFunc, + newIndexerFunc, "name"); } @Test public void deleteIndexerIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionTests act = new AccessConditionTests(); - // Prepare data source and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - String indexerName = "name"; - act.deleteIfNotChangedWorksOnlyOnCurrentResource( - deleteIndexerFunc, - newIndexerFunc, - createOrUpdateIndexerFunc, - indexerName); + AccessConditionTests.deleteIfNotChangedWorksOnlyOnCurrentResource(deleteIndexerFunc, newIndexerFunc, + createOrUpdateIndexerFunc, "name"); } @Test public void updateIndexerIfExistsFailsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsFailsOnNoResource( - newIndexerFunc, - createOrUpdateIndexerFunc); + AccessConditionTests.updateIfExistsFailsOnNoResource(newIndexerFunc, createOrUpdateIndexerFunc); } @Test public void updateIndexerIfExistsSucceedsOnExistingResource() { // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsSucceedsOnExistingResource( - newIndexerFunc, - createOrUpdateIndexerFunc, + AccessConditionTests.updateIfExistsSucceedsOnExistingResource(newIndexerFunc, createOrUpdateIndexerFunc, mutateIndexerFunc); } @Test public void updateIndexerIfNotChangedFailsWhenResourceChanged() { // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedFailsWhenResourceChanged( - newIndexerFunc, - createOrUpdateIndexerFunc, + AccessConditionTests.updateIfNotChangedFailsWhenResourceChanged(newIndexerFunc, createOrUpdateIndexerFunc, mutateIndexerFunc); } @Test public void updateIndexerIfNotChangedSucceedsWhenResourceUnchanged() { // Prepare datasource and index - createDataSourceAndIndex(SQL_DATASOURCE_NAME, TARGET_INDEX_NAME); + createDataSourceAndIndex(); - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchanged( - newIndexerFunc, - createOrUpdateIndexerFunc, + AccessConditionTests.updateIfNotChangedSucceedsWhenResourceUnchanged(newIndexerFunc, createOrUpdateIndexerFunc, mutateIndexerFunc); } @Test public void canUpdateIndexerSkillset() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); // Create a new skillset object @@ -613,7 +599,7 @@ public void canUpdateIndexerSkillset() { @Test public void canCreateIndexerWithSkillset() { - DataSource dataSource = createTestSqlDataSourceObject(SQL_DATASOURCE_NAME); + DataSource dataSource = createTestSqlDataSourceObject(); client.createOrUpdateDataSource(dataSource); // Create a new skillset object @@ -630,23 +616,272 @@ public void canCreateIndexerWithSkillset() { createAndValidateIndexer(indexer); } - @Test - public void existsReturnsTrueForExistingIndexer() { - Indexer indexer = createTestDataSourceAndIndexer(); + /** + * Create a new valid skillset object + * @return the newly created skillset object + */ + Skillset createSkillsetObject() { + List inputs = Arrays.asList( + new InputFieldMappingEntry() + .setName("url") + .setSource("/document/url"), + new InputFieldMappingEntry() + .setName("queryString") + .setSource("/document/queryString") + ); + + List outputs = Collections.singletonList( + new OutputFieldMappingEntry() + .setName("text") + .setTargetName("mytext") + ); + + List skills = Collections.singletonList( + new OcrSkill() + .setShouldDetectOrientation(true) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext("/document") + .setInputs(inputs) + .setOutputs(outputs) + ); + return new Skillset() + .setName("ocr-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Indexer createBaseTestIndexerObject(String indexerName) { + return new Indexer() + .setName(indexerName) + .setTargetIndexName(IndexersManagementSyncTests.TARGET_INDEX_NAME) + .setSchedule(new IndexingSchedule().setInterval(Duration.ofDays(1))); + } - Assert.assertTrue(client.indexerExists(indexer.getName())); + /** + * This index contains fields that are declared on the live data source + * we use to test the indexers + * + * @return the newly created Index object + */ + Index createTestIndexForLiveDatasource() { + return new Index() + .setName(IndexersManagementSyncTests.TARGET_INDEX_NAME) + .setFields(Arrays.asList( + new Field() + .setName("county_name") + .setType(DataType.EDM_STRING) + .setSearchable(Boolean.FALSE) + .setFilterable(Boolean.TRUE), + new Field() + .setName("state") + .setType(DataType.EDM_STRING) + .setSearchable(Boolean.TRUE) + .setFilterable(Boolean.TRUE), + new Field() + .setName("feature_id") + .setType(DataType.EDM_STRING) + .setKey(Boolean.TRUE) + .setSearchable(Boolean.TRUE) + .setFilterable(Boolean.FALSE))); } - @Test - public void existsReturnsTrueForExistingIndexerWithResponse() { - Indexer indexer = createTestDataSourceAndIndexer(); - Assert.assertTrue( - client.indexerExistsWithResponse(indexer.getName(), generateRequestOptions(), Context.NONE).getValue()); + /** + * Create a new indexer and change its description property + * + * @return the created indexer + */ + Indexer createIndexerWithDifferentDescription() { + // create a new indexer object with a modified description + return createBaseTestIndexerObject("indexer") + .setDescription("somethingdifferent"); } - @Test - public void existsReturnsFalseForNonExistingIndexer() { - Assert.assertFalse(client.indexerExists("invalidindex")); + /** + * Create a new indexer and change its field mappings property + * + * @return the created indexer + */ + Indexer createIndexerWithDifferentFieldMapping() { + // create a new indexer object + Indexer indexer = createBaseTestIndexerObject("indexer"); + + // Create field mappings + List fieldMappings = Collections.singletonList(new FieldMapping() + .setSourceFieldName("state_alpha") + .setTargetFieldName("state")); + + // modify the indexer + indexer.setFieldMappings(fieldMappings); + + return indexer; + } + + /** + * Create a new indexer and set the Disabled property to true + * + * @return the created indexer + */ + Indexer createDisabledIndexer() { + // create a new indexer object + Indexer indexer = createBaseTestIndexerObject("indexer"); + + // modify it + indexer.setIsDisabled(false); + + return indexer; + } + + /** + * Create a new indexer and change its schedule property + * + * @return the created indexer + */ + Indexer createIndexerWithDifferentSchedule() { + // create a new indexer object + Indexer indexer = createBaseTestIndexerObject("indexer"); + + IndexingSchedule is = new IndexingSchedule() + .setInterval(Duration.ofMinutes(10)); + + // modify the indexer + indexer.setSchedule(is); + + return indexer; + } + + /** + * Create a new indexer and change its skillset + * + * @return the created indexer + */ + Indexer createIndexerWithDifferentSkillset(String skillsetName) { + // create a new indexer object + return createBaseTestIndexerObject("indexer") + .setSkillsetName(skillsetName); + } + + /** + * Create a new indexer and change its indexing parameters + * + * @return the created indexer + */ + Indexer createIndexerWithDifferentIndexingParameters(Indexer indexer) { + // create a new indexer object + IndexingParameters ip = new IndexingParameters() + .setMaxFailedItems(121) + .setMaxFailedItemsPerBatch(11) + .setBatchSize(20); + + // modify the indexer + indexer.setParameters(ip); + + return indexer; + } + + Indexer createIndexerWithStorageConfig() { + // create an indexer object + Indexer updatedExpected = + createBaseTestIndexerObject("indexer"); + + // just adding some(valid) config values for blobs + HashMap config = new HashMap<>(); + config.put("indexedFileNameExtensions", ".pdf,.docx"); + config.put("excludedFileNameExtensions", ".xlsx"); + config.put("dataToExtract", "storageMetadata"); + config.put("failOnUnsupportedContentType", false); + + IndexingParameters ip = new IndexingParameters() + .setConfiguration(config); + + // modify it + updatedExpected.setParameters(ip); + + return updatedExpected; + } + + void setSameStartTime(Indexer expected, Indexer actual) { + // There ought to be a start time in the response; We just can't know what it is because it would + // make the test timing-dependent. + expected.getSchedule().setStartTime(actual.getSchedule().getStartTime()); + } + + void assertAllIndexerFieldsNullExceptName(Indexer indexer) { + assertNull(indexer.getParameters()); + assertNull(indexer.getDataSourceName()); + assertNull(indexer.getDescription()); + assertNull(indexer.getETag()); + assertNull(indexer.getFieldMappings()); + assertNull(indexer.getOutputFieldMappings()); + assertNull(indexer.getSchedule()); + assertNull(indexer.getSkillsetName()); + assertNull(indexer.getTargetIndexName()); + } + + void assertStartAndEndTimeValid(IndexerExecutionResult result) { + assertNotNull(result.getStartTime()); + assertNotEquals(OffsetDateTime.now(), result.getStartTime()); + assertNotNull(result.getEndTime()); + assertNotEquals(OffsetDateTime.now(), result.getEndTime()); + } + + void assertValidIndexerExecutionInfo(IndexerExecutionInfo indexerExecutionInfo) { + assertEquals(IndexerExecutionStatus.IN_PROGRESS, indexerExecutionInfo.getLastResult().getStatus()); + assertEquals(3, indexerExecutionInfo.getExecutionHistory().size()); + + IndexerLimits limits = indexerExecutionInfo.getLimits(); + assertNotNull(limits); + assertEquals(100000, limits.getMaxDocumentContentCharactersToExtract(), 0); + assertEquals(1000, limits.getMaxDocumentExtractionSize(), 0); + + IndexerExecutionResult newestResult = indexerExecutionInfo.getExecutionHistory().get(0); + IndexerExecutionResult middleResult = indexerExecutionInfo.getExecutionHistory().get(1); + IndexerExecutionResult oldestResult = indexerExecutionInfo.getExecutionHistory().get(2); + + assertEquals(IndexerExecutionStatus.TRANSIENT_FAILURE, newestResult.getStatus()); + assertEquals("The indexer could not connect to the data source", + newestResult.getErrorMessage()); + assertStartAndEndTimeValid(newestResult); + + assertEquals(IndexerExecutionStatus.RESET, middleResult.getStatus()); + assertStartAndEndTimeValid(middleResult); + + assertEquals(IndexerExecutionStatus.SUCCESS, oldestResult.getStatus()); + assertEquals(124876, oldestResult.getItemCount()); + assertEquals(2, oldestResult.getFailedItemCount()); + assertEquals("100", oldestResult.getInitialTrackingState()); + assertEquals("200", oldestResult.getFinalTrackingState()); + assertStartAndEndTimeValid(oldestResult); + + assertEquals(2, oldestResult.getErrors().size()); + assertEquals("1", oldestResult.getErrors().get(0).getKey()); + assertEquals("Key field contains unsafe characters", + oldestResult.getErrors().get(0).getErrorMessage()); + assertEquals("DocumentExtraction.AzureBlob.MyDataSource", + oldestResult.getErrors().get(0).getName()); + assertEquals("The file could not be parsed.", oldestResult.getErrors().get(0).getDetails()); + assertEquals("https://go.microsoft.com/fwlink/?linkid=2049388", + oldestResult.getErrors().get(0).getDocumentationLink()); + + assertEquals("121713", oldestResult.getErrors().get(1).getKey()); + assertEquals("Item is too large", oldestResult.getErrors().get(1).getErrorMessage()); + assertEquals("DocumentExtraction.AzureBlob.DataReader", + oldestResult.getErrors().get(1).getName()); + assertEquals("Blob size cannot exceed 256 MB.", oldestResult.getErrors().get(1).getDetails()); + assertEquals("https://go.microsoft.com/fwlink/?linkid=2049388", + oldestResult.getErrors().get(1).getDocumentationLink()); + + + assertEquals(1, oldestResult.getWarnings().size()); + assertEquals("2", oldestResult.getWarnings().get(0).getKey()); + assertEquals("Document was truncated to 50000 characters.", + oldestResult.getWarnings().get(0).getMessage()); + assertEquals("Enrichment.LanguageDetectionSkill.#4", + oldestResult.getWarnings().get(0).getName()); + assertEquals("Try to split the input into smaller chunks using Split skill.", + oldestResult.getWarnings().get(0).getDetails()); + assertEquals("https://go.microsoft.com/fwlink/?linkid=2099692", + oldestResult.getWarnings().get(0).getDocumentationLink()); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementTestBase.java deleted file mode 100644 index 8b06814de2f5..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexersManagementTestBase.java +++ /dev/null @@ -1,430 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.policy.HttpPipelinePolicy; -import com.azure.search.models.IndexingSchedule; -import com.azure.search.models.Index; -import com.azure.search.models.Indexer; -import com.azure.search.models.InputFieldMappingEntry; -import com.azure.search.models.OutputFieldMappingEntry; -import com.azure.search.models.Skill; -import com.azure.search.models.IndexingParameters; -import com.azure.search.models.OcrSkill; -import com.azure.search.models.Skillset; -import com.azure.search.models.DataType; -import com.azure.search.models.Field; -import com.azure.search.models.FieldMapping; -import com.azure.search.models.IndexerExecutionResult; -import com.azure.search.models.IndexerExecutionInfo; -import com.azure.search.models.IndexerLimits; -import com.azure.search.models.IndexerExecutionStatus; -import com.azure.search.test.CustomQueryPipelinePolicy; - -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -import java.time.Duration; -import java.time.OffsetDateTime; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; - -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; - -public abstract class IndexersManagementTestBase extends SearchServiceTestBase { - static final String TARGET_INDEX_NAME = "indexforindexers"; - static final HttpPipelinePolicy MOCK_STATUS_PIPELINE_POLICY = new CustomQueryPipelinePolicy("mock_status", - "inProgress"); - - @Test - public abstract void createIndexerReturnsCorrectDefinition(); - - @Test - public abstract void canCreateAndListIndexers(); - - @Test - public abstract void canCreateAndListIndexerNames(); - - @Test - public abstract void createIndexerFailsWithUsefulMessageOnUserError(); - - @Test - public abstract void canResetIndexerAndGetIndexerStatus(); - - @Test - public abstract void canResetIndexerAndGetIndexerStatusWithResponse(); - - @Test - public abstract void canRunIndexer(); - - @Test - public abstract void canUpdateIndexer(); - - @Test - public abstract void canUpdateIndexerFieldMapping(); - - @Test - public abstract void canCreateIndexerWithFieldMapping(); - - @Test - public abstract void canUpdateIndexerDisabled(); - - @Test - public abstract void canUpdateIndexerSchedule(); - - @Test - public abstract void canCreateIndexerWithSchedule(); - - @Test - public abstract void canUpdateIndexerBatchSizeMaxFailedItems(); - - @Test - public abstract void canCreateIndexerWithBatchSizeMaxFailedItems(); - - @Test - public abstract void canUpdateIndexerBlobParams(); - - @Test - public abstract void canCreateIndexerWithBlobParams(); - - @Test - public abstract void canUpdateIndexerSkillset(); - - @Test - public abstract void canCreateIndexerWithSkillset(); - - @Test - public abstract void deleteIndexerIsIdempotent(); - - @Test - public abstract void canCreateAndDeleteIndexer(); - - @Test - public abstract void canCreateAndDeleteIndexerWithResponse(); - - @Test - public abstract void canCreateAndGetIndexer(); - - @Test - public abstract void getIndexerThrowsOnNotFound(); - - @Test - public abstract void createOrUpdateIndexerIfNotExistsFailsOnExistingResource(); - - @Test - public abstract void createOrUpdateIndexerIfNotExistsSucceedsOnNoResource(); - - @Test - public abstract void deleteIndexerIfExistsWorksOnlyWhenResourceExists(); - - @Test - public abstract void deleteIndexerIfNotChangedWorksOnlyOnCurrentResource(); - - @Test - public abstract void updateIndexerIfExistsFailsOnNoResource(); - - @Test - public abstract void updateIndexerIfExistsSucceedsOnExistingResource(); - - @Test - public abstract void updateIndexerIfNotChangedFailsWhenResourceChanged(); - - @Test - public abstract void updateIndexerIfNotChangedSucceedsWhenResourceUnchanged(); - - @Test - public abstract void existsReturnsTrueForExistingIndexer(); - - @Test - public abstract void existsReturnsTrueForExistingIndexerWithResponse(); - - @Test - public abstract void existsReturnsFalseForNonExistingIndexer(); - - @Test - public abstract void canRunIndexerWithResponse(); - - @Test - public abstract void canRunIndexerAndGetIndexerStatus(); - - /** - * Create a new valid skillset object - * @return the newly created skillset object - */ - Skillset createSkillsetObject() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry() - .setName("queryString") - .setSource("/document/queryString") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - - List skills = Collections.singletonList( - new OcrSkill() - .setShouldDetectOrientation(true) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext("/document") - .setInputs(inputs) - .setOutputs(outputs) - ); - return new Skillset() - .setName("ocr-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - void assertIndexersEqual(Indexer expected, Indexer actual) { - expected.setETag("none"); - actual.setETag("none"); - - // we ignore defaults as when properties are not set they are returned from the service with - // default values - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); - } - - Indexer createBaseTestIndexerObject(String indexerName, String targetIndexName) { - return new Indexer() - .setName(indexerName) - .setTargetIndexName(targetIndexName) - .setSchedule(new IndexingSchedule().setInterval(Duration.ofDays(1))); - } - - /** - * This index contains fields that are declared on the live data source - * we use to test the indexers - * - * @return the newly created Index object - */ - Index createTestIndexForLiveDatasource(String indexName) { - return new Index() - .setName(indexName) - .setFields(Arrays.asList( - new Field() - .setName("county_name") - .setType(DataType.EDM_STRING) - .setSearchable(Boolean.FALSE) - .setFilterable(Boolean.TRUE), - new Field() - .setName("state") - .setType(DataType.EDM_STRING) - .setSearchable(Boolean.TRUE) - .setFilterable(Boolean.TRUE), - new Field() - .setName("feature_id") - .setType(DataType.EDM_STRING) - .setKey(Boolean.TRUE) - .setSearchable(Boolean.TRUE) - .setFilterable(Boolean.FALSE))); - } - - - /** - * Create a new indexer and change its description property - * - * @return the created indexer - */ - Indexer createIndexerWithDifferentDescription() { - // create a new indexer object with a modified description - return createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setDescription("somethingdifferent"); - } - - /** - * Create a new indexer and change its field mappings property - * - * @return the created indexer - */ - Indexer createIndexerWithDifferentFieldMapping() { - // create a new indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - - // Create field mappings - List fieldMappings = Collections.singletonList(new FieldMapping() - .setSourceFieldName("state_alpha") - .setTargetFieldName("state")); - - // modify the indexer - indexer.setFieldMappings(fieldMappings); - - return indexer; - } - - /** - * Create a new indexer and set the Disabled property to true - * - * @return the created indexer - */ - Indexer createDisabledIndexer() { - // create a new indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - - // modify it - indexer.setIsDisabled(false); - - return indexer; - } - - /** - * Create a new indexer and change its schedule property - * - * @return the created indexer - */ - Indexer createIndexerWithDifferentSchedule() { - // create a new indexer object - Indexer indexer = createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - - IndexingSchedule is = new IndexingSchedule() - .setInterval(Duration.ofMinutes(10)); - - // modify the indexer - indexer.setSchedule(is); - - return indexer; - } - - /** - * Create a new indexer and change its skillset - * - * @return the created indexer - */ - Indexer createIndexerWithDifferentSkillset(String skillsetName) { - // create a new indexer object - return createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME) - .setSkillsetName(skillsetName); - } - - /** - * Create a new indexer and change its indexing parameters - * - * @return the created indexer - */ - Indexer createIndexerWithDifferentIndexingParameters(Indexer indexer) { - // create a new indexer object - IndexingParameters ip = new IndexingParameters() - .setMaxFailedItems(121) - .setMaxFailedItemsPerBatch(11) - .setBatchSize(20); - - // modify the indexer - indexer.setParameters(ip); - - return indexer; - } - - Indexer createIndexerWithStorageConfig() { - // create an indexer object - Indexer updatedExpected = - createBaseTestIndexerObject("indexer", TARGET_INDEX_NAME); - - // just adding some(valid) config values for blobs - HashMap config = new HashMap<>(); - config.put("indexedFileNameExtensions", ".pdf,.docx"); - config.put("excludedFileNameExtensions", ".xlsx"); - config.put("dataToExtract", "storageMetadata"); - config.put("failOnUnsupportedContentType", false); - - IndexingParameters ip = new IndexingParameters() - .setConfiguration(config); - - // modify it - updatedExpected.setParameters(ip); - - return updatedExpected; - } - - void setSameStartTime(Indexer expected, Indexer actual) { - // There ought to be a start time in the response; We just can't know what it is because it would - // make the test timing-dependent. - expected.getSchedule().setStartTime(actual.getSchedule().getStartTime()); - } - - void assertAllIndexerFieldsNullExceptName(Indexer indexer) { - Assert.assertNull(indexer.getParameters()); - Assert.assertNull(indexer.getDataSourceName()); - Assert.assertNull(indexer.getDescription()); - Assert.assertNull(indexer.getETag()); - Assert.assertNull(indexer.getFieldMappings()); - Assert.assertNull(indexer.getOutputFieldMappings()); - Assert.assertNull(indexer.getSchedule()); - Assert.assertNull(indexer.getSkillsetName()); - Assert.assertNull(indexer.getTargetIndexName()); - } - - void assertStartAndEndTimeValid(IndexerExecutionResult result) { - Assert.assertNotNull(result.getStartTime()); - Assert.assertNotEquals(OffsetDateTime.now(), result.getStartTime()); - Assert.assertNotNull(result.getEndTime()); - Assert.assertNotEquals(OffsetDateTime.now(), result.getEndTime()); - } - - void assertValidIndexerExecutionInfo(IndexerExecutionInfo indexerExecutionInfo) { - Assert.assertEquals(IndexerExecutionStatus.IN_PROGRESS, indexerExecutionInfo.getLastResult().getStatus()); - Assert.assertEquals(3, indexerExecutionInfo.getExecutionHistory().size()); - - IndexerLimits limits = indexerExecutionInfo.getLimits(); - Assert.assertNotNull(limits); - Assert.assertEquals(100000, limits.getMaxDocumentContentCharactersToExtract(), 0); - Assert.assertEquals(1000, limits.getMaxDocumentExtractionSize(), 0); - - IndexerExecutionResult newestResult = indexerExecutionInfo.getExecutionHistory().get(0); - IndexerExecutionResult middleResult = indexerExecutionInfo.getExecutionHistory().get(1); - IndexerExecutionResult oldestResult = indexerExecutionInfo.getExecutionHistory().get(2); - - Assert.assertEquals(IndexerExecutionStatus.TRANSIENT_FAILURE, newestResult.getStatus()); - Assert.assertEquals("The indexer could not connect to the data source", - newestResult.getErrorMessage()); - assertStartAndEndTimeValid(newestResult); - - Assert.assertEquals(IndexerExecutionStatus.RESET, middleResult.getStatus()); - assertStartAndEndTimeValid(middleResult); - - Assert.assertEquals(IndexerExecutionStatus.SUCCESS, oldestResult.getStatus()); - Assert.assertEquals(124876, oldestResult.getItemCount()); - Assert.assertEquals(2, oldestResult.getFailedItemCount()); - Assert.assertEquals("100", oldestResult.getInitialTrackingState()); - Assert.assertEquals("200", oldestResult.getFinalTrackingState()); - assertStartAndEndTimeValid(oldestResult); - - Assert.assertEquals(2, oldestResult.getErrors().size()); - Assert.assertEquals("1", oldestResult.getErrors().get(0).getKey()); - Assert.assertEquals("Key field contains unsafe characters", - oldestResult.getErrors().get(0).getErrorMessage()); - Assert.assertEquals("DocumentExtraction.AzureBlob.MyDataSource", - oldestResult.getErrors().get(0).getName()); - Assert.assertEquals("The file could not be parsed.", oldestResult.getErrors().get(0).getDetails()); - Assert.assertEquals("https://go.microsoft.com/fwlink/?linkid=2049388", - oldestResult.getErrors().get(0).getDocumentationLink()); - - Assert.assertEquals("121713", oldestResult.getErrors().get(1).getKey()); - Assert.assertEquals("Item is too large", oldestResult.getErrors().get(1).getErrorMessage()); - Assert.assertEquals("DocumentExtraction.AzureBlob.DataReader", - oldestResult.getErrors().get(1).getName()); - Assert.assertEquals("Blob size cannot exceed 256 MB.", oldestResult.getErrors().get(1).getDetails()); - Assert.assertEquals("https://go.microsoft.com/fwlink/?linkid=2049388", - oldestResult.getErrors().get(1).getDocumentationLink()); - - - Assert.assertEquals(1, oldestResult.getWarnings().size()); - Assert.assertEquals("2", oldestResult.getWarnings().get(0).getKey()); - Assert.assertEquals("Document was truncated to 50000 characters.", - oldestResult.getWarnings().get(0).getMessage()); - Assert.assertEquals("Enrichment.LanguageDetectionSkill.#4", - oldestResult.getWarnings().get(0).getName()); - Assert.assertEquals("Try to split the input into smaller chunks using Split skill.", - oldestResult.getWarnings().get(0).getDetails()); - Assert.assertEquals("https://go.microsoft.com/fwlink/?linkid=2099692", - oldestResult.getWarnings().get(0).getDocumentationLink()); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexingAsyncTests.java deleted file mode 100644 index 57efe89b7184..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingAsyncTests.java +++ /dev/null @@ -1,970 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.Response; -import com.azure.search.models.DataType; -import com.azure.search.models.Field; -import com.azure.search.models.GeoPoint; -import com.azure.search.models.Index; -import com.azure.search.models.IndexBatch; -import com.azure.search.models.IndexDocumentsResult; -import com.azure.search.models.IndexingResult; -import com.azure.search.test.environment.models.Author; -import com.azure.search.test.environment.models.Book; -import com.azure.search.test.environment.models.Hotel; -import com.azure.search.test.environment.models.HotelAddress; -import com.azure.search.test.environment.models.HotelRoom; -import com.azure.search.test.environment.models.LoudHotel; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.text.DateFormat; -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.time.LocalDateTime; -import java.time.OffsetDateTime; -import java.time.ZoneOffset; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; - -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; - -public class IndexingAsyncTests extends IndexingTestBase { - private SearchIndexAsyncClient client; - - @Test - public void countingDocsOfNewIndexGivesZero() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Mono result = client.getDocumentCount(); - Long expected = 0L; - - StepVerifier.create(result) - .expectNext(expected) - .verifyComplete(); - } - - @Test - public void indexDoesNotThrowWhenAllActionsSucceed() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - String expectedHotelId = "1"; - Long expectedHotelCount = 1L; - - List hotels = new ArrayList<>(); - hotels.add(new Hotel() - .hotelId(expectedHotelId) - ); - Mono asyncResult = client.uploadDocuments(hotels); - - StepVerifier.create(asyncResult).assertNext(res -> { - List result = res.getResults(); - this.assertIndexActionSucceeded(expectedHotelId, result.get(0), 201); - }).verifyComplete(); - - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()). - expectNext(expectedHotelCount). - verifyComplete(); - } - - @Test - public void canIndexWithPascalCaseFields() { - setupIndexFromJsonFile(BOOKS_INDEX_JSON); - client = getSearchIndexClientBuilder(BOOKS_INDEX_NAME).buildAsyncClient(); - - List books = new ArrayList<>(); - books.add(new Book() - .ISBN("123") - .title("Lord of the Rings") - .author(new Author() - .firstName("J.R.R") - .lastName("Tolkien")) - ); - - Mono asyncResult = client.uploadDocuments(books); - - StepVerifier.create(asyncResult).assertNext(res -> { - List result = res.getResults(); - this.assertIndexActionSucceeded("123", result.get(0), 201); - }).verifyComplete(); - - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()). - expectNext(1L). - verifyComplete(); - } - - @Test - public void canIndexStaticallyTypedDocuments() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - Hotel hotel1 = prepareStaticallyTypedHotel("1"); - Hotel hotel2 = prepareStaticallyTypedHotel("2"); - Hotel hotel3 = prepareStaticallyTypedHotel("3"); - Hotel nonExistingHotel = prepareStaticallyTypedHotel("nonExistingHotel"); // merging with a non existing document - Hotel randomHotel = prepareStaticallyTypedHotel("randomId"); // deleting a non existing document - - IndexBatch batch = new IndexBatch() - .addUploadAction(hotel1) - .addDeleteAction(randomHotel) - .addMergeAction(nonExistingHotel) - .addMergeOrUploadAction(hotel3) - .addUploadAction(hotel2); - - Mono response = client.index(batch); - - StepVerifier.create(response) - .verifyErrorSatisfies(err -> { - Assert.assertEquals(IndexBatchException.class, err.getClass()); - - List indexingResults = ((IndexBatchException) err).getIndexingResults(); - - Assert.assertEquals(batch.getActions().size(), indexingResults.size()); - - assertSuccessfulIndexResult(indexingResults.get(0), "1", 201); - assertSuccessfulIndexResult(indexingResults.get(1), "randomId", 200); - assertFailedIndexResult(indexingResults.get(2), "nonExistingHotel", 404, "Document not found."); - assertSuccessfulIndexResult(indexingResults.get(3), "3", 201); - assertSuccessfulIndexResult(indexingResults.get(4), "2", 201); - }); - - StepVerifier.create(client.getDocument(hotel1.hotelId())) - .assertNext(result -> { - Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(hotel1, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - - StepVerifier.create(client.getDocument(hotel2.hotelId())) - .assertNext(result -> { - Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(hotel2, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - - StepVerifier.create(client.getDocument(hotel3.hotelId())) - .assertNext(result -> { - Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(hotel3, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - } - - @Test - public void canIndexDynamicDocuments() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - Document hotel1 = prepareDynamicallyTypedHotel("1"); - Document hotel2 = prepareDynamicallyTypedHotel("2"); - Document hotel3 = prepareDynamicallyTypedHotel("3"); - Document nonExistingHotel = prepareDynamicallyTypedHotel("nonExistingHotel"); // merging with a non existing document - Document randomHotel = prepareDynamicallyTypedHotel("randomId"); // deleting a non existing document - - IndexBatch batch = new IndexBatch() - .addUploadAction(hotel1) - .addDeleteAction(randomHotel) - .addMergeAction(nonExistingHotel) - .addMergeOrUploadAction(hotel3) - .addUploadAction(hotel2); - - Mono response = client.index(batch); - - StepVerifier.create(response) - .verifyErrorSatisfies(err -> { - Assert.assertEquals(IndexBatchException.class, err.getClass()); - - List results = ((IndexBatchException) err).getIndexingResults(); - - assertSuccessfulIndexResult(results.get(0), "1", 201); - assertSuccessfulIndexResult(results.get(1), "randomId", 200); - assertFailedIndexResult(results.get(2), "nonExistingHotel", 404, "Document not found."); - assertSuccessfulIndexResult(results.get(3), "3", 201); - assertSuccessfulIndexResult(results.get(4), "2", 201); - Assert.assertEquals(batch.getActions().size(), results.size()); - }); - - StepVerifier.create(client.getDocument(hotel1.get("HotelId").toString())) - .expectNext(hotel1) - .verifyComplete(); - - StepVerifier.create(client.getDocument(hotel2.get("HotelId").toString())) - .expectNext(hotel2) - .verifyComplete(); - - StepVerifier.create(client.getDocument(hotel3.get("HotelId").toString())) - .expectNext(hotel3) - .verifyComplete(); - } - - @Test - public void indexWithInvalidDocumentThrowsException() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List docs = Collections.singletonList(new Document()); - - assertHttpResponseExceptionAsync( - client.uploadDocuments(docs), - HttpResponseStatus.BAD_REQUEST, - "The request is invalid. Details: actions : 0: Document key cannot be missing or empty." - ); - } - - @Test - public void canUseIndexWithReservedName() { - Index indexWithReservedName = new Index() - .setName("prototype") - .setFields(Collections.singletonList(new Field() - .setName("ID") - .setType(DataType.EDM_STRING) - .setKey(Boolean.TRUE) - )); - - if (!interceptorManager.isPlaybackMode()) { - SearchServiceClient searchServiceClient = getSearchServiceClientBuilder().buildClient(); - searchServiceClient.createOrUpdateIndex(indexWithReservedName); - } - - client = getSearchIndexClientBuilder(indexWithReservedName.getName()).buildAsyncClient(); - - List> docs = new ArrayList<>(); - - Map doc = new HashMap<>(); - doc.put("ID", "1"); - docs.add(doc); - - client.uploadDocuments(docs) - .block(); - - StepVerifier - .create(client.getDocument("1")) - .assertNext(Assert::assertNotNull) - .verifyComplete(); - } - - @Test - public void canRoundtripBoundaryValues() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List boundaryConditionDocs = getBoundaryValues(); - - client.uploadDocuments(boundaryConditionDocs).block(); - - waitForIndexing(); - - for (Hotel expected : boundaryConditionDocs) { - StepVerifier.create(client.getDocument(expected.hotelId())) - .assertNext(d -> { - Hotel actual = convertToType(d, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - } - - } - - @Test - public void dynamicDocumentDateTimesRoundTripAsUtc() { - setupIndexFromJsonFile(BOOKS_INDEX_JSON); - client = getSearchIndexClientBuilder(BOOKS_INDEX_NAME).buildAsyncClient(); - - OffsetDateTime utcTime = OffsetDateTime.of( - LocalDateTime.of(2010, 1, 1, 0, 0, 0), - ZoneOffset.UTC - ); - OffsetDateTime utcTimeMinusEight = OffsetDateTime.of( - // UTC-8 - LocalDateTime.of(2010, 1, 1, 0, 0, 0), - ZoneOffset.ofHours(-8) - ); - - List> books = new ArrayList<>(); - - Map book1 = new HashMap<>(); - book1.put("ISBN", "1"); - book1.put("PublishDate", utcTime); - books.add(book1); - - Map book2 = new HashMap<>(); - book2.put("ISBN", "2"); - book2.put("PublishDate", utcTimeMinusEight); - books.add(book2); - - client.uploadDocuments(books) - .block(); - waitForIndexing(); - - Mono actualBook1 = client.getDocument("1"); - Mono actualBook2 = client.getDocument("2"); - - StepVerifier - .create(actualBook1) - .assertNext(res -> Assert.assertEquals(utcTime, res.get("PublishDate"))) - .verifyComplete(); - - // Azure Cognitive Search normalizes to UTC, so we compare instants - StepVerifier - .create(actualBook2) - .assertNext(res -> Assert.assertEquals(utcTimeMinusEight.withOffsetSameInstant(ZoneOffset.UTC), ((OffsetDateTime) res.get("PublishDate")).withOffsetSameInstant(ZoneOffset.UTC))) - .verifyComplete(); - } - - @Test - public void mergeDocumentWithoutExistingKeyThrowsIndexingException() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List hotels = new ArrayList<>(); - hotels.add(prepareStaticallyTypedHotel("1")); - - Mono documentIndexResult = client.mergeDocuments(hotels); - - StepVerifier - .create(documentIndexResult) - .verifyErrorSatisfies(err -> { - Assert.assertEquals(IndexBatchException.class, err.getClass()); - - List indexingResults = ((IndexBatchException) err).getIndexingResults(); - assertFailedIndexResult(indexingResults.get(0), "1", HttpResponseStatus.NOT_FOUND.code(), "Document not found."); - Assert.assertEquals(1, indexingResults.size()); - }); - } - - @Test - public void staticallyTypedDateTimesRoundTripAsUtc() { - setupIndexFromJsonFile(BOOKS_INDEX_JSON); - client = getSearchIndexClientBuilder(BOOKS_INDEX_NAME).buildAsyncClient(); - - List books = Arrays.asList( - new Book() - .ISBN("1") - .publishDate(OffsetDateTime.of( - LocalDateTime.of(2010, 1, 1, 0, 0, 0), - ZoneOffset.UTC - )), - new Book() - .ISBN("2") - .publishDate(OffsetDateTime.of( - LocalDateTime.of(2010, 1, 1, 0, 0, 0), - ZoneOffset.ofHours(-8) - )) - ); - client.uploadDocuments(books).block(); - - Mono actualBook1 = client.getDocument("1"); - StepVerifier - .create(actualBook1) - .assertNext(res -> Assert.assertEquals(books.get(0).publishDate(), convertToType(res, Book.class).publishDate())) - .verifyComplete(); - - // Azure Cognitive Search normalizes to UTC, so we compare instants - Mono actualBook2 = client.getDocument("2"); - StepVerifier - .create(actualBook2) - .assertNext(res -> Assert.assertEquals(books.get(1).publishDate().withOffsetSameInstant(ZoneOffset.UTC), convertToType(res, Book.class).publishDate().withOffsetSameInstant(ZoneOffset.UTC))) - .verifyComplete(); - } - - @Test - public void canMergeStaticallyTypedDocuments() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); - Hotel originalDoc = new Hotel() - .hotelId("1") - .hotelName("Secret Point Motel") - .description("The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.") - .descriptionFr("L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.") - .category("Boutique") - .tags(Arrays.asList("pool", "air conditioning", "concierge")) - .parkingIncluded(false) - .smokingAllowed(true) - .lastRenovationDate(dateFormat.parse("2010-06-27T00:00:00Z")) - .rating(4) - .location(GeoPoint.create(40.760586, -73.975403)) - .address(new HotelAddress() - .streetAddress("677 5th Ave") - .city("New York") - .stateProvince("NY") - .country("USA") - .postalCode("10022")) - .rooms(Arrays.asList( - new HotelRoom() - .description("Budget Room, 1 Queen Bed (Cityside)") - .descriptionFr("Chambre Économique, 1 grand lit (côté ville)") - .type("Budget Room") - .baseRate(9.69) - .bedOptions("1 Queen Bed") - .sleepsCount(2) - .smokingAllowed(true) - .tags(Collections.singletonList("vcr/dvd")), - new HotelRoom() - .description("Budget Room, 1 King Bed (Mountain View)") - .descriptionFr("Chambre Économique, 1 très grand lit (Mountain View)") - .type("Budget Room") - .baseRate(8.09) - .bedOptions("1 King Bed") - .sleepsCount(2) - .smokingAllowed(true) - .tags(Arrays.asList("vcr/dvd", "jacuzzi tub")) - )); - - // Update category, tags, parking included, rating, and rooms. Erase description, last renovation date, location and address. - Hotel updatedDoc = new Hotel() - .hotelId("1") - .hotelName("Secret Point Motel") - .description(null) - .category("Economy") - .tags(Arrays.asList("pool", "air conditioning")) - .parkingIncluded(true) - .lastRenovationDate(null) - .rating(3) - .location(null) - .address(new HotelAddress()) - .rooms(Collections.singletonList( - new HotelRoom() - .description(null) - .type("Budget Room") - .baseRate(10.5) - .bedOptions("1 Queen Bed") - .sleepsCount(2) - .tags(Arrays.asList("vcr/dvd", "balcony")) - )); - - // Fields whose values get updated are updated, and whose values get erased remain the same. - Hotel expectedDoc = new Hotel() - .hotelId("1") - .hotelName("Secret Point Motel") - .description("The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.") - .descriptionFr("L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.") - .category("Economy") - .tags(Arrays.asList("pool", "air conditioning")) - .parkingIncluded(true) - .smokingAllowed(true) - .lastRenovationDate(dateFormat.parse("2010-06-27T00:00:00Z")) - .rating(3) - .location(GeoPoint.create(40.760586, -73.975403)) - .address(new HotelAddress() - .streetAddress("677 5th Ave") - .city("New York") - .stateProvince("NY") - .country("USA") - .postalCode("10022")) - .rooms(Collections.singletonList( - new HotelRoom() - .description(null) - .type("Budget Room") - .baseRate(10.5) - .bedOptions("1 Queen Bed") - .sleepsCount(2) - .tags(Arrays.asList("vcr/dvd", "balcony")) - )); - - List originalDocs = new ArrayList<>(); - originalDocs.add(originalDoc); - - client.uploadDocuments(originalDocs).block(); - - List updatedDocs = new ArrayList<>(); - updatedDocs.add(updatedDoc); - client.mergeDocuments(updatedDocs).block(); - - StepVerifier.create(client.getDocument("1")) - .assertNext(result -> assertReflectionEquals(expectedDoc, convertToType(result, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - - client.mergeDocuments(originalDocs).block(); - - // Verify - StepVerifier.create(client.getDocument("1")) - .assertNext(result -> assertReflectionEquals(originalDoc, convertToType(result, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void canDeleteBatchByKeys() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - client.uploadDocuments(Arrays.asList( - new Hotel().hotelId("1"), - new Hotel().hotelId("2") - )).block(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(2L) - .verifyComplete(); - - IndexBatch deleteBatch = new IndexBatch() - .addDeleteAction("HotelId", "1", "2"); - Mono documentIndexResult = client.index(deleteBatch); - - StepVerifier.create(documentIndexResult) - .assertNext(res -> { - Assert.assertEquals(2, res.getResults().size()); - assertIndexActionSucceeded("1", res.getResults().get(0), 200); - assertIndexActionSucceeded("2", res.getResults().get(1), 200); - }) - .verifyComplete(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(0L) - .verifyComplete(); - } - - @Test - public void indexDoesNotThrowWhenDeletingDocumentWithExtraFields() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List hotels = new ArrayList<>(); - Hotel hotel = new Hotel() - .hotelId("1") - .category("Luxury"); - hotels.add(hotel); - - client.uploadDocuments(hotels).block(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(1L) - .verifyComplete(); - - hotel.category("ignored"); - Mono documentIndexResult = client.deleteDocuments(hotels); - - StepVerifier.create(documentIndexResult) - .assertNext(res -> { - Assert.assertEquals(1, res.getResults().size()); - assertIndexActionSucceeded("1", res.getResults().get(0), 200); - }) - .verifyComplete(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(0L) - .verifyComplete(); - } - - @Test - public void indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List docs = new ArrayList<>(); - - Document document = new Document(); - document.put("HotelId", "1"); - document.put("Category", "Luxury"); - docs.add(document); - - client.uploadDocuments(docs).block(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(1L) - .verifyComplete(); - - document.put("Category", "ignored"); - Mono documentIndexResult = client.deleteDocuments(docs); - - StepVerifier.create(documentIndexResult) - .assertNext(res -> { - Assert.assertEquals(1, res.getResults().size()); - assertIndexActionSucceeded("1", res.getResults().get(0), 200); - }) - .verifyComplete(); - waitForIndexing(); - - StepVerifier.create(client.getDocumentCount()) - .expectNext(0L) - .verifyComplete(); - } - - @Test - public void canSetExplicitNullsInStaticallyTypedDocument() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); - - LoudHotel originalDoc = new LoudHotel() - .HOTELID("1") - .HOTELNAME("Secret Point Motel") - .DESCRIPTION("The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.") - .DESCRIPTIONFRENCH("L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.") - .CATEGORY("Boutique") - .TAGS(Arrays.asList("pool", "air conditioning", "concierge")) - .PARKINGINCLUDED(false) - .SMOKINGALLOWED(false) - .LASTRENOVATIONDATE(dateFormat.parse("1970-01-18T05:00:00Z")) - .RATING(4) - .LOCATION(GeoPoint.create(40.760586, -73.975403)) - .ADDRESS(new HotelAddress() - .streetAddress("677 5th Ave") - .city("New York") - .stateProvince("NY") - .country("USA") - .postalCode("10022") - ).ROOMS(Arrays.asList( - new HotelRoom() - .description("Budget Room, 1 Queen Bed (Cityside)") - .descriptionFr("Chambre Économique, 1 grand lit (côté ville)") - .type("Budget Room") - .baseRate(9.69) - .bedOptions("1 Queen Bed") - .sleepsCount(2) - .smokingAllowed(true) - .tags(Collections.singletonList("vcr/dvd")), - new HotelRoom() - .description("Budget Room, 1 King Bed (Mountain View)") - .descriptionFr("Chambre Économique, 1 très grand lit (Mountain View)") - .type("Budget Room") - .baseRate(8.09) - .bedOptions("1 King Bed") - .sleepsCount(2) - .smokingAllowed(true) - .tags(Arrays.asList("vcr/dvd", "jacuzzi tub")) - )); - - LoudHotel updatedDoc = new LoudHotel() - .HOTELID("1") - .DESCRIPTION(null) // This property has JsonInclude.Include.ALWAYS, so this will null out the field. - .CATEGORY(null) // This property doesn't have JsonInclude.Include.ALWAYS, so this should have no effect. - .TAGS(Arrays.asList("pool", "air conditioning")) - .PARKINGINCLUDED(true) - .LASTRENOVATIONDATE(dateFormat.parse("1970-01-18T05:00:00Z")) - .RATING(3) - .LOCATION(null) // This property has JsonInclude.Include.ALWAYS, so this will null out the field. - .ADDRESS(new HotelAddress()) - .ROOMS(Collections.singletonList( - new HotelRoom() - .description(null) - .type("Budget Room") - .baseRate(10.5) - .smokingAllowed(false) - .tags(Arrays.asList("vcr/dvd", "balcony")) - )); - - LoudHotel expectedDoc = new LoudHotel() - .HOTELID("1") - .HOTELNAME("Secret Point Motel") - .DESCRIPTION(null) - .DESCRIPTIONFRENCH("L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique.") - .CATEGORY("Boutique") - .TAGS(Arrays.asList("pool", "air conditioning")) - .PARKINGINCLUDED(true) - .SMOKINGALLOWED(false) - .LASTRENOVATIONDATE(dateFormat.parse("1970-01-18T05:00:00Z")) - .RATING(3) - .LOCATION(null) - .ADDRESS(new HotelAddress() - .streetAddress("677 5th Ave") - .city("New York") - .stateProvince("NY") - .country("USA") - .postalCode("10022") - ).ROOMS(Collections.singletonList( - // Regardless of NullValueHandling, this should look like the merged doc with unspecified fields as null - // because we don't support partial updates for complex collections. - new HotelRoom() - .description(null) - .descriptionFr(null) - .type("Budget Room") - .baseRate(10.5) - .bedOptions(null) - .sleepsCount(null) - .smokingAllowed(false) - .tags(Arrays.asList("vcr/dvd", "balcony")) - )); - - List originalDocs = new ArrayList<>(); - originalDocs.add(originalDoc); - client.uploadDocuments(originalDocs).block(); - waitForIndexing(); - - List updatedDocs = new ArrayList<>(); - updatedDocs.add(updatedDoc); - client.mergeDocuments(updatedDocs).block(); - waitForIndexing(); - - Mono mono = client.getDocument("1"); - - StepVerifier.create(mono) - .assertNext(result -> { - LoudHotel actual = convertToType(result, LoudHotel.class); - assertReflectionEquals(expectedDoc, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - - client.uploadDocuments(originalDocs).block(); - waitForIndexing(); - - mono = client.getDocument("1"); - StepVerifier.create(mono) - .assertNext(result -> { - LoudHotel actual = convertToType(result, LoudHotel.class); - assertReflectionEquals(originalDoc, actual, IGNORE_DEFAULTS); - }) - .verifyComplete(); - } - - @Test - public void canMergeDynamicDocuments() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - Document originalDoc = new Document(); - originalDoc.put("HotelId", "1"); - originalDoc.put("HotelName", "Secret Point Motel"); - originalDoc.put("Description", "The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities."); - originalDoc.put("Description_fr", "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique."); - originalDoc.put("Category", "Boutique"); - originalDoc.put("Tags", Arrays.asList("pool", "air conditioning", "concierge")); - originalDoc.put("ParkingIncluded", false); - originalDoc.put("SmokingAllowed", true); - originalDoc.put("LastRenovationDate", OffsetDateTime.parse("2010-06-27T00:00:00Z")); - originalDoc.put("Rating", 4); - originalDoc.put("Location", GeoPoint.create(40.760586, -73.965403)); - - Document originalAddress = new Document(); - originalAddress.put("StreetAddress", "677 5th Ave"); - originalAddress.put("City", "New York"); - originalAddress.put("StateProvince", "NY"); - originalAddress.put("PostalCode", "10022"); - originalAddress.put("Country", "USA"); - originalDoc.put("Address", originalAddress); - - Document originalRoom1 = new Document(); - originalRoom1.put("Description", "Budget Room, 1 Queen Bed (Cityside)"); - originalRoom1.put("Description_fr", "Chambre Économique, 1 grand lit (côté ville)"); - originalRoom1.put("Type", "Budget Room"); - originalRoom1.put("BaseRate", 9.69); - originalRoom1.put("BedOptions", "1 Queen Bed"); - originalRoom1.put("SleepsCount", 2); - originalRoom1.put("SmokingAllowed", true); - originalRoom1.put("Tags", Collections.singletonList("vcr/dvd")); - - Document originalRoom2 = new Document(); - originalRoom2.put("Description", "Budget Room, 1 King Bed (Mountain View)"); - originalRoom2.put("Description_fr", "Chambre Économique, 1 très grand lit (Mountain View)"); - originalRoom2.put("Type", "Budget Room"); - originalRoom2.put("BaseRate", 8.09); - originalRoom2.put("BedOptions", "1 King Bed"); - originalRoom2.put("SleepsCount", 2); - originalRoom2.put("SmokingAllowed", true); - originalRoom2.put("Tags", Arrays.asList("vcr/dvd", "jacuzzi tub")); - - originalDoc.put("Rooms", Arrays.asList(originalRoom1, originalRoom2)); - - Document updatedDoc = new Document(); - updatedDoc.put("HotelId", "1"); - updatedDoc.put("Description", null); - updatedDoc.put("Category", "Economy"); - updatedDoc.put("Tags", Arrays.asList("pool", "air conditioning")); - updatedDoc.put("ParkingIncluded", true); - updatedDoc.put("LastRenovationDate", null); - updatedDoc.put("Rating", 3); - updatedDoc.put("Location", null); - updatedDoc.put("Address", new Document()); - - Document updatedRoom1 = new Document(); - updatedRoom1.put("Description", null); - updatedRoom1.put("Type", "Budget Room"); - updatedRoom1.put("BaseRate", 10.5); - updatedRoom1.put("BedOptions", "1 Queen Bed"); - updatedRoom1.put("SleepsCount", 2); - updatedRoom1.put("SmokingAllowed", true); - updatedRoom1.put("Tags", Arrays.asList("vcr/dvd", "balcony")); - updatedDoc.put("Rooms", Collections.singletonList(updatedRoom1)); - - Document expectedDoc = new Document(); - expectedDoc.put("HotelId", "1"); - expectedDoc.put("HotelName", "Secret Point Motel"); - expectedDoc.put("Description", null); - expectedDoc.put("Description_fr", "L'hôtel est idéalement situé sur la principale artère commerciale de la ville en plein cœur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'intérêt qui font de New York l'une des villes les plus attractives et cosmopolites de l'Amérique."); - expectedDoc.put("Category", "Economy"); - expectedDoc.put("Tags", Arrays.asList("pool", "air conditioning")); - expectedDoc.put("ParkingIncluded", true); - expectedDoc.put("SmokingAllowed", true); - expectedDoc.put("LastRenovationDate", null); - expectedDoc.put("Rating", 3); - expectedDoc.put("Location", null); - - LinkedHashMap expectedAddress = new LinkedHashMap<>(); - expectedAddress.put("StreetAddress", "677 5th Ave"); - expectedAddress.put("City", "New York"); - expectedAddress.put("StateProvince", "NY"); - expectedAddress.put("PostalCode", "10022"); - expectedAddress.put("Country", "USA"); - expectedDoc.put("Address", expectedAddress); - - // This should look like the merged doc with unspecified fields as null because we don't support - // partial updates for complex collections. - LinkedHashMap expectedRoom = new LinkedHashMap<>(); - expectedRoom.put("Description", null); - expectedRoom.put("Description_fr", null); - expectedRoom.put("Type", "Budget Room"); - expectedRoom.put("BaseRate", 10.5); - expectedRoom.put("BedOptions", "1 Queen Bed"); - expectedRoom.put("SleepsCount", 2); - expectedRoom.put("SmokingAllowed", true); - expectedRoom.put("Tags", Arrays.asList("vcr/dvd", "balcony")); - - List> expectedRooms = new ArrayList<>(); - expectedRooms.add(expectedRoom); - expectedDoc.put("Rooms", expectedRooms); - - List originalDocs = new ArrayList<>(); - originalDocs.add(originalDoc); - client.mergeOrUploadDocuments(originalDocs).block(); - waitForIndexing(); - - List updatedDocs = new ArrayList<>(); - updatedDocs.add(updatedDoc); - client.mergeDocuments(updatedDocs).block(); - waitForIndexing(); - - Mono actualMono = client.getDocument("1"); - StepVerifier.create(actualMono) - .expectNext(expectedDoc) - .verifyComplete(); - - client.mergeOrUploadDocuments(originalDocs).block(); - waitForIndexing(); - - actualMono = client.getDocument("1"); - StepVerifier.create(actualMono) - .expectNext(originalDoc) - .verifyComplete(); - } - - @Test - public void canIndexAndAccessResponse() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - - List hotelsToUpload = new ArrayList<>(); - hotelsToUpload.add(new Hotel() - .hotelId("1")); - hotelsToUpload.add(new Hotel() - .hotelId("2")); - - List hotelsToMerge = new ArrayList<>(); - hotelsToMerge.add(new Hotel() - .hotelId("1") - .rating(5)); - - List hotelsToMergeOrUpload = new ArrayList<>(); - hotelsToMergeOrUpload.add(new Hotel() - .hotelId("3") - .rating(4)); - hotelsToMergeOrUpload.add(new Hotel() - .hotelId("4") - .rating(1)); - - List hotelsToDelete = new ArrayList<>(); - hotelsToDelete.add(new Hotel() - .hotelId("4")); - - IndexBatch batch = new IndexBatch() - .addUploadAction(hotelsToUpload) - .addMergeOrUploadAction(hotelsToMergeOrUpload); - - Mono> indexResponse = client.uploadDocumentsWithResponse(hotelsToUpload); - StepVerifier.create(indexResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - IndexDocumentsResult result = res.getValue(); - Assert.assertEquals(2, result.getResults().size()); - }) - .expectComplete(); - waitForIndexing(); - - Mono> updateResponse = client.mergeDocumentsWithResponse(hotelsToMerge); - StepVerifier.create(updateResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - IndexDocumentsResult result = res.getValue(); - Assert.assertEquals(1, result.getResults().size()); - }) - .expectComplete(); - waitForIndexing(); - - Mono> mergeOrUploadResponse = client.mergeOrUploadDocumentsWithResponse(hotelsToMergeOrUpload); - StepVerifier.create(mergeOrUploadResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - IndexDocumentsResult result = res.getValue(); - Assert.assertEquals(2, result.getResults().size()); - }) - .expectComplete(); - waitForIndexing(); - - Mono> deleteResponse = client.deleteDocumentsWithResponse(hotelsToDelete); - StepVerifier.create(deleteResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - IndexDocumentsResult result = res.getValue(); - Assert.assertEquals(1, result.getResults().size()); - }) - .expectComplete(); - waitForIndexing(); - - Mono> batchResponse = client.indexWithResponse(batch); - StepVerifier.create(batchResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - IndexDocumentsResult result = res.getValue(); - Assert.assertEquals(4, result.getResults().size()); - }) - .expectComplete(); - waitForIndexing(); - - Mono> documentResponse = client.getDocumentWithResponse("3", null, - generateRequestOptions()); - StepVerifier.create(documentResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - Document doc = res.getValue(); - Assert.assertEquals(4, doc.get("Rating")); - }) - .expectComplete(); - - Mono> countResponse = client.getDocumentCountWithResponse(); - StepVerifier.create(countResponse) - .assertNext(res -> { - Assert.assertEquals(200, res.getStatusCode()); - - Long count = res.getValue(); - Assert.assertEquals(4L, count.longValue()); - }) - .expectComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexingSyncTests.java index 132c4f89367c..04578c23e5d7 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/IndexingSyncTests.java @@ -18,7 +18,6 @@ import com.azure.search.test.environment.models.HotelRoom; import com.azure.search.test.environment.models.LoudHotel; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.text.DateFormat; @@ -35,10 +34,18 @@ import java.util.List; import java.util.Map; -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.junit.jupiter.api.Assertions.fail; + +public class IndexingSyncTests extends SearchIndexClientTestBase { + private static final String INDEX_NAME = "hotels"; + private static final String BOOKS_INDEX_NAME = "books"; + private static final String BOOKS_INDEX_JSON = "BooksIndexData.json"; -public class IndexingSyncTests extends IndexingTestBase { private SearchIndexClient client; @Test @@ -46,10 +53,7 @@ public void countingDocsOfNewIndexGivesZero() { createHotelIndex(); client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); - Long actual = client.getDocumentCount(); - Long expected = 0L; - - Assert.assertEquals(expected, actual); + assertEquals(0L, client.getDocumentCount()); } @Test @@ -58,18 +62,13 @@ public void indexDoesNotThrowWhenAllActionsSucceed() { client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); String expectedHotelId = "1"; - Long expectedHotelCount = 1L; - - List hotels = new ArrayList<>(); - hotels.add(new Hotel() - .hotelId(expectedHotelId) - ); + List hotels = Collections.singletonList(new Hotel().hotelId(expectedHotelId)); List result = client.uploadDocuments(hotels).getResults(); this.assertIndexActionSucceeded(expectedHotelId, result.get(0), 201); waitForIndexing(); - Assert.assertEquals(expectedHotelCount, client.getDocumentCount()); + assertEquals(1L, client.getDocumentCount()); } @Test @@ -86,12 +85,11 @@ public void canIndexWithPascalCaseFields() { .lastName("Tolkien")) ); - List result = client.uploadDocuments(books) - .getResults(); + List result = client.uploadDocuments(books).getResults(); this.assertIndexActionSucceeded("123", result.get(0), 201); waitForIndexing(); - Assert.assertEquals(1L, client.getDocumentCount().longValue()); + assertEquals(1L, client.getDocumentCount()); } @Test @@ -104,7 +102,7 @@ public void canDeleteBatchByKeys() { new Hotel().hotelId("2") )); waitForIndexing(); - Assert.assertEquals(2, client.getDocumentCount().intValue()); + assertEquals(2, client.getDocumentCount()); IndexBatch deleteBatch = new IndexBatch() .addDeleteAction("HotelId", "1", "2"); @@ -112,11 +110,11 @@ public void canDeleteBatchByKeys() { IndexDocumentsResult documentIndexResult = client.index(deleteBatch); waitForIndexing(); - Assert.assertEquals(2, documentIndexResult.getResults().size()); + assertEquals(2, documentIndexResult.getResults().size()); assertIndexActionSucceeded("1", documentIndexResult.getResults().get(0), 200); assertIndexActionSucceeded("2", documentIndexResult.getResults().get(1), 200); - Assert.assertEquals(0, client.getDocumentCount().intValue()); + assertEquals(0, client.getDocumentCount()); } @Test @@ -132,15 +130,15 @@ public void indexDoesNotThrowWhenDeletingDocumentWithExtraFields() { client.uploadDocuments(hotels); waitForIndexing(); - Assert.assertEquals(1, client.getDocumentCount().intValue()); + assertEquals(1, client.getDocumentCount()); hotel.category("ignored"); IndexDocumentsResult documentIndexResult = client.deleteDocuments(hotels); waitForIndexing(); - Assert.assertEquals(1, documentIndexResult.getResults().size()); + assertEquals(1, documentIndexResult.getResults().size()); assertIndexActionSucceeded("1", documentIndexResult.getResults().get(0), 200); - Assert.assertEquals(0, client.getDocumentCount().intValue()); + assertEquals(0, client.getDocumentCount()); } @Test @@ -159,17 +157,18 @@ public void indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields() { client.uploadDocuments(docs); waitForIndexing(); - Assert.assertEquals(1, client.getDocumentCount().intValue()); + assertEquals(1, client.getDocumentCount()); document.put("Category", "ignored"); IndexDocumentsResult documentIndexResult = client.deleteDocuments(docs); waitForIndexing(); - Assert.assertEquals(1, documentIndexResult.getResults().size()); + assertEquals(1, documentIndexResult.getResults().size()); assertIndexActionSucceeded("1", documentIndexResult.getResults().get(0), 200); - Assert.assertEquals(0, client.getDocumentCount().intValue()); + assertEquals(0, client.getDocumentCount()); } + @Test public void canIndexStaticallyTypedDocuments() throws ParseException { createHotelIndex(); client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); @@ -189,28 +188,28 @@ public void canIndexStaticallyTypedDocuments() throws ParseException { try { client.index(batch); - Assert.fail("indexing did not throw an expected Exception"); + fail("indexing did not throw an expected Exception"); } catch (IndexBatchException ex) { List results = ex.getIndexingResults(); - Assert.assertEquals(results.size(), batch.getActions().size()); + assertEquals(results.size(), batch.getActions().size()); assertSuccessfulIndexResult(results.get(0), "1", 201); assertSuccessfulIndexResult(results.get(1), "randomId", 200); - assertFailedIndexResult(results.get(2), "nonExistingHotel", 404, "Document not found."); + assertFailedIndexResult(results.get(2), "nonExistingHotel", 404); assertSuccessfulIndexResult(results.get(3), "3", 201); assertSuccessfulIndexResult(results.get(4), "2", 201); } catch (Exception ex) { - Assert.fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); + fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); } Hotel actualHotel1 = convertToType(client.getDocument(hotel1.hotelId()), Hotel.class); - assertReflectionEquals(hotel1, actualHotel1, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(hotel1, actualHotel1); Hotel actualHotel2 = convertToType(client.getDocument(hotel2.hotelId()), Hotel.class); - assertReflectionEquals(hotel2, actualHotel2, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(hotel2, actualHotel2); Hotel actualHotel3 = convertToType(client.getDocument(hotel3.hotelId()), Hotel.class); - assertReflectionEquals(hotel3, actualHotel3, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(hotel3, actualHotel3); } @Test @@ -233,28 +232,28 @@ public void canIndexDynamicDocuments() { try { client.index(batch); - Assert.fail("indexing did not throw an expected Exception"); + fail("indexing did not throw an expected Exception"); } catch (IndexBatchException ex) { List results = ex.getIndexingResults(); - Assert.assertEquals(results.size(), batch.getActions().size()); + assertEquals(results.size(), batch.getActions().size()); assertSuccessfulIndexResult(results.get(0), "1", 201); assertSuccessfulIndexResult(results.get(1), "randomId", 200); - assertFailedIndexResult(results.get(2), "nonExistingHotel", 404, "Document not found."); + assertFailedIndexResult(results.get(2), "nonExistingHotel", 404); assertSuccessfulIndexResult(results.get(3), "3", 201); assertSuccessfulIndexResult(results.get(4), "2", 201); } catch (Exception ex) { - Assert.fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); + fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); } Document actualHotel1 = client.getDocument(hotel1.get("HotelId").toString()); - Assert.assertEquals(hotel1, actualHotel1); + assertEquals(hotel1, actualHotel1); Document actualHotel2 = client.getDocument(hotel2.get("HotelId").toString()); - Assert.assertEquals(hotel2, actualHotel2); + assertEquals(hotel2, actualHotel2); Document actualHotel3 = client.getDocument(hotel3.get("HotelId").toString()); - Assert.assertEquals(hotel3, actualHotel3); + assertEquals(hotel3, actualHotel3); } @Test @@ -298,7 +297,7 @@ public void canUseIndexWithReservedName() { client.uploadDocuments(docs); Document actual = client.getDocument("1"); - Assert.assertNotNull(actual); + assertNotNull(actual); } @Test @@ -314,7 +313,7 @@ public void canRoundtripBoundaryValues() throws ParseException { for (Hotel expected : boundaryConditionDocs) { Document doc = client.getDocument(expected.hotelId()); Hotel actual = convertToType(doc, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(expected, actual); } } @@ -349,11 +348,11 @@ public void dynamicDocumentDateTimesRoundTripAsUtc() { waitForIndexing(); Document actualBook1 = client.getDocument("1"); - Assert.assertEquals(utcTime, actualBook1.get("PublishDate")); + assertEquals(utcTime, actualBook1.get("PublishDate")); // Azure Cognitive Search normalizes to UTC, so we compare instants Document actualBook2 = client.getDocument("2"); - Assert.assertEquals(utcTimeMinusEight.withOffsetSameInstant(ZoneOffset.UTC), ((OffsetDateTime) actualBook2.get("PublishDate")).withOffsetSameInstant(ZoneOffset.UTC)); + assertEquals(utcTimeMinusEight.withOffsetSameInstant(ZoneOffset.UTC), ((OffsetDateTime) actualBook2.get("PublishDate")).withOffsetSameInstant(ZoneOffset.UTC)); } @Test @@ -379,11 +378,11 @@ public void staticallyTypedDateTimesRoundTripAsUtc() { client.uploadDocuments(books); Document actualBook1 = client.getDocument("1"); - Assert.assertEquals(books.get(0).publishDate(), convertToType(actualBook1, Book.class).publishDate()); + assertEquals(books.get(0).publishDate(), convertToType(actualBook1, Book.class).publishDate()); // Azure Cognitive Search normalizes to UTC, so we compare instants Document actualBook2 = client.getDocument("2"); - Assert.assertEquals(books.get(1).publishDate().withOffsetSameInstant(ZoneOffset.UTC), convertToType(actualBook2, Book.class).publishDate().withOffsetSameInstant(ZoneOffset.UTC)); + assertEquals(books.get(1).publishDate().withOffsetSameInstant(ZoneOffset.UTC), convertToType(actualBook2, Book.class).publishDate().withOffsetSameInstant(ZoneOffset.UTC)); } @Test @@ -492,10 +491,10 @@ public void canMergeStaticallyTypedDocuments() throws ParseException { List updatedDocs = new ArrayList<>(); updatedDocs.add(updatedDoc); client.mergeDocuments(updatedDocs); - assertReflectionEquals(expectedDoc, convertToType(client.getDocument("1"), Hotel.class), IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(expectedDoc, convertToType(client.getDocument("1"), Hotel.class)); client.mergeDocuments(originalDocs); - assertReflectionEquals(originalDoc, convertToType(client.getDocument("1"), Hotel.class), IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(originalDoc, convertToType(client.getDocument("1"), Hotel.class)); } @Test @@ -509,13 +508,13 @@ public void mergeDocumentWithoutExistingKeyThrowsIndexingException() throws Pars try { client.mergeDocuments(hotels); - Assert.fail("merge did not throw an expected Exception"); + fail("merge did not throw an expected Exception"); } catch (IndexBatchException ex) { List results = ex.getIndexingResults(); - assertFailedIndexResult(results.get(0), "1", HttpResponseStatus.NOT_FOUND.code(), "Document not found."); - Assert.assertEquals(1, results.size()); + assertFailedIndexResult(results.get(0), "1", HttpResponseStatus.NOT_FOUND.code()); + assertEquals(1, results.size()); } catch (Exception ex) { - Assert.fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); + fail(String.format("indexing failed with an unexpected Exception: %s", ex.getMessage())); } } @@ -628,14 +627,14 @@ public void canSetExplicitNullsInStaticallyTypedDocument() throws ParseException Document result = client.getDocument("1"); LoudHotel actualDoc = convertToType(result, LoudHotel.class); - assertReflectionEquals(expectedDoc, actualDoc, IGNORE_DEFAULTS); + TestHelpers.assertLoudHotelsEqual(expectedDoc, actualDoc); client.uploadDocuments(originalDocs); waitForIndexing(); result = client.getDocument("1"); actualDoc = convertToType(result, LoudHotel.class); - assertReflectionEquals(originalDoc, actualDoc, IGNORE_DEFAULTS); + TestHelpers.assertLoudHotelsEqual(originalDoc, actualDoc); } @Test @@ -755,13 +754,13 @@ public void canMergeDynamicDocuments() { waitForIndexing(); Document actualDoc = client.getDocument("1"); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); client.mergeOrUploadDocuments(originalDocs); waitForIndexing(); actualDoc = client.getDocument("1"); - Assert.assertEquals(originalDoc, actualDoc); + assertEquals(originalDoc, actualDoc); } @Test @@ -799,48 +798,221 @@ public void canIndexAndAccessResponse() { Response indexResponse = client.uploadDocumentsWithResponse(hotelsToUpload, Context.NONE); waitForIndexing(); - Assert.assertEquals(200, indexResponse.getStatusCode()); + assertEquals(200, indexResponse.getStatusCode()); IndexDocumentsResult result = indexResponse.getValue(); - Assert.assertEquals(2, result.getResults().size()); + assertEquals(2, result.getResults().size()); Response updateResponse = client.mergeDocumentsWithResponse(hotelsToMerge, Context.NONE); waitForIndexing(); - Assert.assertEquals(200, updateResponse.getStatusCode()); + assertEquals(200, updateResponse.getStatusCode()); result = updateResponse.getValue(); - Assert.assertEquals(1, result.getResults().size()); + assertEquals(1, result.getResults().size()); Response mergeOrUploadResponse = client.mergeOrUploadDocumentsWithResponse( hotelsToMergeOrUpload, Context.NONE); waitForIndexing(); - Assert.assertEquals(200, mergeOrUploadResponse.getStatusCode()); + assertEquals(200, mergeOrUploadResponse.getStatusCode()); result = mergeOrUploadResponse.getValue(); - Assert.assertEquals(2, result.getResults().size()); + assertEquals(2, result.getResults().size()); Response deleteResponse = client.deleteDocumentsWithResponse(hotelsToDelete, Context.NONE); waitForIndexing(); - Assert.assertEquals(200, deleteResponse.getStatusCode()); + assertEquals(200, deleteResponse.getStatusCode()); result = deleteResponse.getValue(); - Assert.assertEquals(1, result.getResults().size()); + assertEquals(1, result.getResults().size()); Response batchResponse = client.indexWithResponse(batch, Context.NONE); waitForIndexing(); - Assert.assertEquals(200, batchResponse.getStatusCode()); + assertEquals(200, batchResponse.getStatusCode()); result = batchResponse.getValue(); - Assert.assertEquals(4, result.getResults().size()); + assertEquals(4, result.getResults().size()); Response documentResponse = client.getDocumentWithResponse("3", null, generateRequestOptions(), Context.NONE); - Assert.assertEquals(200, documentResponse.getStatusCode()); + assertEquals(200, documentResponse.getStatusCode()); Document doc = documentResponse.getValue(); - Assert.assertEquals(4, doc.get("Rating")); + assertEquals(4, doc.get("Rating")); Response countResponse = client.getDocumentCountWithResponse(Context.NONE); - Assert.assertEquals(200, countResponse.getStatusCode()); + assertEquals(200, countResponse.getStatusCode()); Long count = countResponse.getValue(); - Assert.assertEquals(4L, count.longValue()); + assertEquals(4L, count.longValue()); + } + + Hotel prepareStaticallyTypedHotel(String hotelId) throws ParseException { + DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); + return new Hotel() + .hotelId(hotelId) + .hotelName("Fancy Stay") + .description("Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.") + .descriptionFr("Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.") + .category("Luxury") + .tags(Arrays.asList("pool", + "view", + "wifi", + "concierge")) + .parkingIncluded(false) + .smokingAllowed(false) + .lastRenovationDate(dateFormat.parse("2010-06-27T00:00:00Z")) + .rating(5) + .location(GeoPoint.create(47.678581, -122.131577)) + .address( + new HotelAddress() + .streetAddress("1 Microsoft Way") + .city("Redmond") + .stateProvince("Washington") + .postalCode("98052") + .country("United States") + ); + } + + Document prepareDynamicallyTypedHotel(String hotelId) { + + Document room1 = new Document(); + room1.put("Description", "Budget Room, 1 Queen Bed"); + room1.put("Description_fr", null); + room1.put("Type", "Budget Room"); + room1.put("BaseRate", 149.99); + room1.put("BedOptions", "1 Queen Bed"); + room1.put("SleepsCount", 2); + room1.put("SmokingAllowed", true); + room1.put("Tags", Arrays.asList("vcr/dvd", "great view")); + + Document room2 = new Document(); + room2.put("Description", "Budget Room, 1 King Bed"); + room2.put("Description_fr", null); + room2.put("Type", "Budget Room"); + room2.put("BaseRate", 249.99); + room2.put("BedOptions", "1 King Bed"); + room2.put("SleepsCount", 2); + room2.put("SmokingAllowed", true); + room2.put("Tags", Arrays.asList("vcr/dvd", "seaside view")); + + List rooms = Arrays.asList(room1, room2); + + Document address = new Document(); + address.put("StreetAddress", "One Microsoft way"); + address.put("City", "Redmond"); + address.put("StateProvince", "Washington"); + address.put("PostalCode", "98052"); + address.put("Country", "US"); + + // TODO (alzimmer): Determine if this should be used to create the hotel document. + Document location = new Document(); + location.put("type", "Point"); + location.put("coordinates", Arrays.asList(-122.131577, 47.678581)); + location.put("crs", null); + + Document hotel = new Document(); + hotel.put("HotelId", hotelId); + hotel.put("HotelName", "Fancy Stay Hotel"); + hotel.put("Description", "Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel."); + hotel.put("Description_fr", null); + hotel.put("Address", address); + hotel.put("Location", null); + hotel.put("Category", "Luxury"); + hotel.put("Tags", Arrays.asList("pool", "view", "wifi", "concierge")); + hotel.put("LastRenovationDate", OffsetDateTime.parse("2019-01-30T00:00:00Z")); + hotel.put("ParkingIncluded", true); + hotel.put("SmokingAllowed", true); + hotel.put("Rating", 5); + hotel.put("Rooms", rooms); + + return hotel; + } + + void assertSuccessfulIndexResult(IndexingResult result, String key, int statusCode) { + assertEquals(result.getKey(), key); + assertEquals(result.getStatusCode(), statusCode); + assertTrue(result.isSucceeded()); + } + + void assertFailedIndexResult(IndexingResult result, String key, int statusCode) { + assertEquals(result.getKey(), key); + assertEquals(result.getStatusCode(), statusCode); + assertEquals(result.getErrorMessage(), "Document not found."); + assertFalse(result.isSucceeded()); + } + + void assertIndexActionSucceeded(String key, IndexingResult result, int expectedStatusCode) { + assertEquals(key, result.getKey()); + assertTrue(result.isSucceeded()); + assertNull(result.getErrorMessage()); + assertEquals(expectedStatusCode, result.getStatusCode()); + } + + List getBoundaryValues() throws ParseException { + return Arrays.asList( + // Minimum values + new Hotel() + .hotelId("1") + .category("") + .lastRenovationDate(DATE_FORMAT.parse("0001-01-01T00:00:00Z")) + .location(GeoPoint.create(-90, -180)) // South pole, date line from the west + .parkingIncluded(false) + .rating(Integer.MIN_VALUE) + .tags(Collections.emptyList()) + .address(new HotelAddress()) + .rooms(Collections.singletonList( + new HotelRoom() + .baseRate(Double.MIN_VALUE) + )), + // Maximum values + new Hotel() + .hotelId("2") + .category("test") // No meaningful string max since there is no length limit (other than payload size or term length). + .lastRenovationDate(DATE_FORMAT.parse("9999-12-31T11:59:59Z")) + .location(GeoPoint.create(90, 180)) // North pole, date line from the east + .parkingIncluded(true) + .rating(Integer.MAX_VALUE) + .tags(Collections.singletonList("test")) // No meaningful string max; see above. + .address(new HotelAddress() + .city("Maximum")) + .rooms(Collections.singletonList( + new HotelRoom() + .baseRate(Double.MAX_VALUE) + )), + // Other boundary values #1 + new Hotel() + .hotelId("3") + .category(null) + .lastRenovationDate(null) + .location(GeoPoint.create(0, 0)) // Equator, meridian + .parkingIncluded(null) + .rating(null) + .tags(Collections.emptyList()) + .address(new HotelAddress() + .city("Maximum")) + .rooms(Collections.singletonList( + new HotelRoom() + .baseRate(Double.NEGATIVE_INFINITY) + )), + // Other boundary values #2 + new Hotel() + .hotelId("4") + .location(null) + .tags(Collections.emptyList()) + .rooms(Collections.singletonList( + new HotelRoom() + .baseRate(Double.POSITIVE_INFINITY) + )), + // Other boundary values #3 + new Hotel() + .hotelId("5") + .tags(Collections.emptyList()) + .rooms(Collections.singletonList( + new HotelRoom() + .baseRate(Double.NaN) + )), + // Other boundary values #4 + new Hotel() + .hotelId("6") + .category(null) + .tags(Collections.emptyList()) + .rooms(Collections.emptyList())); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/IndexingTestBase.java deleted file mode 100644 index 9d87d5907f7a..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/IndexingTestBase.java +++ /dev/null @@ -1,251 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.GeoPoint; -import com.azure.search.models.IndexingResult; -import com.azure.search.test.environment.models.Hotel; -import com.azure.search.test.environment.models.HotelAddress; -import com.azure.search.test.environment.models.HotelRoom; -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -import java.text.DateFormat; -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.time.OffsetDateTime; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; - -public abstract class IndexingTestBase extends SearchIndexClientTestBase { - static final String INDEX_NAME = "hotels"; - static final String BOOKS_INDEX_NAME = "books"; - static final String BOOKS_INDEX_JSON = "BooksIndexData.json"; - - @Test - public abstract void countingDocsOfNewIndexGivesZero(); - - @Test - public abstract void indexDoesNotThrowWhenAllActionsSucceed(); - - @Test - public abstract void canIndexWithPascalCaseFields(); - - @Test - public abstract void canIndexStaticallyTypedDocuments() throws ParseException; - - @Test - public abstract void canIndexDynamicDocuments(); - - @Test - public abstract void canDeleteBatchByKeys(); - - @Test - public abstract void indexDoesNotThrowWhenDeletingDocumentWithExtraFields(); - - @Test - public abstract void indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields(); - - Hotel prepareStaticallyTypedHotel(String hotelId) throws ParseException { - DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); - return new Hotel() - .hotelId(hotelId) - .hotelName("Fancy Stay") - .description("Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.") - .descriptionFr("Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.") - .category("Luxury") - .tags(Arrays.asList("pool", - "view", - "wifi", - "concierge")) - .parkingIncluded(false) - .smokingAllowed(false) - .lastRenovationDate(dateFormat.parse("2010-06-27T00:00:00Z")) - .rating(5) - .location(GeoPoint.create(47.678581, -122.131577)) - .address( - new HotelAddress() - .streetAddress("1 Microsoft Way") - .city("Redmond") - .stateProvince("Washington") - .postalCode("98052") - .country("United States") - ); - } - - Document prepareDynamicallyTypedHotel(String hotelId) { - - Document room1 = new Document(); - room1.put("Description", "Budget Room, 1 Queen Bed"); - room1.put("Description_fr", null); - room1.put("Type", "Budget Room"); - room1.put("BaseRate", 149.99); - room1.put("BedOptions", "1 Queen Bed"); - room1.put("SleepsCount", 2); - room1.put("SmokingAllowed", true); - room1.put("Tags", Arrays.asList("vcr/dvd", "great view")); - - Document room2 = new Document(); - room2.put("Description", "Budget Room, 1 King Bed"); - room2.put("Description_fr", null); - room2.put("Type", "Budget Room"); - room2.put("BaseRate", 249.99); - room2.put("BedOptions", "1 King Bed"); - room2.put("SleepsCount", 2); - room2.put("SmokingAllowed", true); - room2.put("Tags", Arrays.asList("vcr/dvd", "seaside view")); - - List rooms = Arrays.asList(room1, room2); - - Document address = new Document(); - address.put("StreetAddress", "One Microsoft way"); - address.put("City", "Redmond"); - address.put("StateProvince", "Washington"); - address.put("PostalCode", "98052"); - address.put("Country", "US"); - - Document location = new Document(); - location.put("type", "Point"); - location.put("coordinates", Arrays.asList(-122.131577, 47.678581)); - location.put("crs", null); - - Document hotel = new Document(); - hotel.put("HotelId", hotelId); - hotel.put("HotelName", "Fancy Stay Hotel"); - hotel.put("Description", "Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel."); - hotel.put("Description_fr", null); - hotel.put("Address", address); - hotel.put("Location", null); - hotel.put("Category", "Luxury"); - hotel.put("Tags", Arrays.asList("pool", "view", "wifi", "concierge")); - hotel.put("LastRenovationDate", OffsetDateTime.parse("2019-01-30T00:00:00Z")); - hotel.put("ParkingIncluded", true); - hotel.put("SmokingAllowed", true); - hotel.put("Rating", 5); - hotel.put("Rooms", rooms); - - return hotel; - } - - void assertSuccessfulIndexResult(IndexingResult result, String key, int statusCode) { - Assert.assertEquals(result.getKey(), key); - Assert.assertEquals(result.getStatusCode(), statusCode); - Assert.assertTrue(result.isSucceeded()); - } - - void assertFailedIndexResult(IndexingResult result, String key, int statusCode, String errorMessage) { - Assert.assertEquals(result.getKey(), key); - Assert.assertEquals(result.getStatusCode(), statusCode); - Assert.assertEquals(result.getErrorMessage(), errorMessage); - Assert.assertFalse(result.isSucceeded()); - } - - @Test - public abstract void indexWithInvalidDocumentThrowsException(); - - @Test - public abstract void canUseIndexWithReservedName(); - - @Test - public abstract void canRoundtripBoundaryValues() throws ParseException; - - @Test - public abstract void dynamicDocumentDateTimesRoundTripAsUtc(); - - @Test - public abstract void staticallyTypedDateTimesRoundTripAsUtc(); - - @Test - public abstract void mergeDocumentWithoutExistingKeyThrowsIndexingException() throws ParseException; - - @Test - public abstract void canMergeStaticallyTypedDocuments() throws ParseException; - - @Test - public abstract void canSetExplicitNullsInStaticallyTypedDocument() throws ParseException; - - @Test - public abstract void canMergeDynamicDocuments(); - - @Test - public abstract void canIndexAndAccessResponse(); - - void assertIndexActionSucceeded(String key, IndexingResult result, int expectedStatusCode) { - Assert.assertEquals(key, result.getKey()); - Assert.assertTrue(result.isSucceeded()); - Assert.assertNull(result.getErrorMessage()); - Assert.assertEquals(expectedStatusCode, result.getStatusCode()); - } - - List getBoundaryValues() throws ParseException { - return Arrays.asList( - // Minimum values - new Hotel() - .hotelId("1") - .category("") - .lastRenovationDate(DATE_FORMAT.parse("0001-01-01T00:00:00Z")) - .location(GeoPoint.create(-90, -180)) // South pole, date line from the west - .parkingIncluded(false) - .rating(Integer.MIN_VALUE) - .tags(Collections.emptyList()) - .address(new HotelAddress()) - .rooms(Collections.singletonList( - new HotelRoom() - .baseRate(Double.MIN_VALUE) - )), - // Maximum values - new Hotel() - .hotelId("2") - .category("test") // No meaningful string max since there is no length limit (other than payload size or term length). - .lastRenovationDate(DATE_FORMAT.parse("9999-12-31T11:59:59Z")) - .location(GeoPoint.create(90, 180)) // North pole, date line from the east - .parkingIncluded(true) - .rating(Integer.MAX_VALUE) - .tags(Collections.singletonList("test")) // No meaningful string max; see above. - .address(new HotelAddress() - .city("Maximum")) - .rooms(Collections.singletonList( - new HotelRoom() - .baseRate(Double.MAX_VALUE) - )), - // Other boundary values #1 - new Hotel() - .hotelId("3") - .category(null) - .lastRenovationDate(null) - .location(GeoPoint.create(0, 0)) // Equator, meridian - .parkingIncluded(null) - .rating(null) - .tags(Collections.emptyList()) - .address(new HotelAddress() - .city("Maximum")) - .rooms(Collections.singletonList( - new HotelRoom() - .baseRate(Double.NEGATIVE_INFINITY) - )), - // Other boundary values #2 - new Hotel() - .hotelId("4") - .location(null) - .tags(Collections.emptyList()) - .rooms(Collections.singletonList( - new HotelRoom() - .baseRate(Double.POSITIVE_INFINITY) - )), - // Other boundary values #3 - new Hotel() - .hotelId("5") - .tags(Collections.emptyList()) - .rooms(Collections.singletonList( - new HotelRoom() - .baseRate(Double.NaN) - )), - // Other boundary values #4 - new Hotel() - .hotelId("6") - .category(null) - .tags(Collections.emptyList()) - .rooms(Collections.emptyList())); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/LookupAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/LookupAsyncTests.java deleted file mode 100644 index 7f154c1a5416..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/LookupAsyncTests.java +++ /dev/null @@ -1,381 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.GeoPoint; -import com.azure.search.test.environment.models.Hotel; -import com.azure.search.test.environment.models.HotelAddress; -import com.azure.search.test.environment.models.HotelRoom; -import com.azure.search.test.environment.models.ModelWithPrimitiveCollections; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.text.ParseException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.List; - -import static java.lang.Double.NEGATIVE_INFINITY; -import static java.lang.Double.NaN; -import static java.lang.Double.POSITIVE_INFINITY; -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; - -public class LookupAsyncTests extends LookupTestBase { - private SearchIndexAsyncClient client; - - @Test - public void canGetStaticallyTypedDocument() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Hotel expected = prepareExpectedHotel(); - uploadDocument(client, expected); - - Mono result = client.getDocument(expected.hotelId()); - - StepVerifier.create(result) - .assertNext(res -> assertReflectionEquals(expected, convertToType(res, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void canGetStaticallyTypedDocumentWithNullOrEmptyValues() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Hotel expected = prepareEmptyHotel(); - uploadDocument(client, expected); - - Mono result = client.getDocument(expected.hotelId()); - - StepVerifier.create(result) - .assertNext(res -> assertReflectionEquals(expected, convertToType(res, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void canGetStaticallyTypedDocumentWithPascalCaseFields() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Hotel expected = preparePascalCaseFieldsHotel(); - uploadDocument(client, expected); - - Mono result = client.getDocument(expected.hotelId()); - - StepVerifier.create(result) - .assertNext(res -> assertReflectionEquals(expected, convertToType(res, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void canRoundtripStaticallyTypedPrimitiveCollections() { - String indexName = setupIndexWithDataTypes(); - - client = getSearchIndexClientBuilder(indexName).buildAsyncClient(); - ModelWithPrimitiveCollections expected = preparePrimitivesModel(); - uploadDocument(client, expected); - - Mono result = client.getDocument(expected.key()); - - StepVerifier.create(result) - .assertNext(res -> assertReflectionEquals(expected, convertToType(res, ModelWithPrimitiveCollections.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void getStaticallyTypedDocumentSetsUnselectedFieldsToNull() throws ParseException { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Hotel indexedDoc = prepareSelectedFieldsHotel(); - - Hotel expected = new Hotel() - .hotelName("Countryside Hotel") - .description( - "Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, " - + "washer & dryer, 24/7 support, bowling alley, fitness center and more.") - .address(new HotelAddress().city("Durham")) - .rooms(Arrays.asList(new HotelRoom().baseRate(2.44), new HotelRoom().baseRate(7.69))); - - uploadDocument(client, indexedDoc); - - List selectedFields = Arrays.asList("Description", "HotelName", "Address/City", "Rooms/BaseRate"); - Mono result = client.getDocument(indexedDoc.hotelId(), selectedFields, generateRequestOptions()); - - StepVerifier.create(result) - .assertNext(res -> assertReflectionEquals(expected, convertToType(res, Hotel.class), IGNORE_DEFAULTS)) - .verifyComplete(); - } - - @Test - public void canGetDynamicDocumentWithNullOrEmptyValues() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Document expectedDoc = new Document() { - { - put("HotelId", "1"); - put("HotelName", null); - put("Tags", new ArrayList<>()); - put("ParkingIncluded", null); - put("LastRenovationDate", null); - put("Rating", null); - put("Location", null); - put("Address", null); - put("Rooms", Collections.singletonList( - new Document() { - { - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", new ArrayList<>()); - } - } - )); - } - }; - - uploadDocument(client, expectedDoc); - // Select only the fields set in the test case so we don't get superfluous data back. - List selectedFields = Arrays.asList("HotelId", "HotelName", "Tags", "ParkingIncluded", "LastRenovationDate", "Rating", "Location", "Address", "Rooms/BaseRate", "Rooms/BedOptions", "Rooms/SleepsCount", "Rooms/SmokingAllowed", "Rooms/Tags"); - - Mono result = client.getDocument("1", selectedFields, generateRequestOptions()); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } - - @Test - public void getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Document originalDoc = new Document() { - { - put("HotelId", "1"); - put("Address", new Document()); - } - }; - - Document expectedDoc = new Document() { - { - put("HotelId", "1"); - put("Address", new Document() { - { - put("StreetAddress", null); - put("City", null); - put("StateProvince", null); - put("Country", null); - put("PostalCode", null); - } - }); - } - }; - - uploadDocument(client, originalDoc); - // Select only the fields set in the test case so we don't get superfluous data back. - List selectedFields = Arrays.asList("HotelId", "Address"); - - Mono result = client.getDocument("1", selectedFields, generateRequestOptions()); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } - - @Test - public void emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays() { - String indexName = setupIndexWithDataTypes(); - client = getSearchIndexClientBuilder(indexName).buildAsyncClient(); - - String docKey = "3"; - - Document originalDoc = new Document() { - { - put("Key", docKey); - put("Dates", new Object[]{}); - put("Doubles", new Double[]{}); - put("Bools", new boolean[]{}); - put("Longs", new Long[]{}); - put("Strings", new String[]{}); - put("Ints", new int[]{}); - put("Points", new Object[]{}); - } - }; - - Document expectedDoc = new Document() { - { - put("Key", docKey); - put("Doubles", Collections.emptyList()); - put("Bools", Collections.emptyList()); - put("Longs", Collections.emptyList()); - put("Strings", Collections.emptyList()); - put("Ints", Collections.emptyList()); - put("Points", Collections.emptyList()); - put("Dates", Collections.emptyList()); - } - }; - - uploadDocument(client, originalDoc); - - Mono result = client.getDocument(docKey); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } - - @Test - public void emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Document originalDoc = new Document() { - { - put("HotelId", "1"); - put("Rooms", Arrays.asList( - new Document(), - new Document() { - { - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", Collections.emptyList()); - } - } - )); - } - }; - - Document expectedDoc = new Document() { - { - put("HotelId", "1"); - put("Rooms", Arrays.asList( - new Document() { - { - put("Description", null); - put("Description_fr", null); - put("Type", null); - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", Collections.emptyList()); - } - }, - new Document() { - { - put("Description", null); - put("Description_fr", null); - put("Type", null); - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", Collections.emptyList()); - } - } - )); - } - }; - - uploadDocument(client, originalDoc); - List selectedFields = Arrays.asList("HotelId", "Rooms"); - - Mono result = client.getDocument("1", selectedFields, generateRequestOptions()); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } - - @Test - public void emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected() { - createHotelIndex(); - client = getSearchIndexClientBuilder(INDEX_NAME).buildAsyncClient(); - Document originalDoc = new Document() { - { - put("HotelId", "1"); - put("Rooms", Arrays.asList( - new Document(), - new Document() { - { - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", Collections.emptyList()); - } - } - )); - } - }; - - Document expectedDoc = new Document() { - { - put("HotelId", "1"); - put("Rooms", Collections.singletonList( - new Document() { - { - put("BaseRate", null); - put("BedOptions", null); - put("SleepsCount", null); - put("SmokingAllowed", null); - put("Tags", Collections.emptyList()); - } - } - )); - } - }; - - uploadDocument(client, originalDoc); - List selectedFields = Arrays.asList("HotelId", "Rooms/BaseRate", "Rooms/BedOptions", "Rooms/SleepsCount", "Rooms/SmokingAllowed", "Rooms/Tags"); - - Mono result = client.getDocument("1", selectedFields, generateRequestOptions()); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } - - @Test - public void dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly() { - String indexName = setupIndexWithDataTypes(); - client = getSearchIndexClientBuilder(indexName).buildAsyncClient(); - - String docKey = "1"; - OffsetDateTime dateTime = OffsetDateTime.parse("2019-08-13T14:30:00Z"); - GeoPoint geoPoint = GeoPoint.create(1.0, 100.0); - - Document indexedDoc = new Document() { - { - put("Key", docKey); - put("Dates", new OffsetDateTime[]{dateTime}); - put("Doubles", new Double[]{0.0, 5.8, POSITIVE_INFINITY, NEGATIVE_INFINITY, NaN}); - put("Bools", new Boolean[]{true, false}); - put("Longs", new Long[]{9999999999999999L, 832372345832523L}); - put("Strings", new String[]{"hello", "bye"}); - put("Ints", new int[]{1, 2, 3, 4, -13, 5, 0}); - put("Points", new GeoPoint[]{geoPoint}); - } - }; - - // This is the expected document when querying the document later - Document expectedDoc = new Document() { - { - put("Key", docKey); - put("Doubles", Arrays.asList(0.0, 5.8, "INF", "-INF", "NaN")); - put("Bools", Arrays.asList(true, false)); - put("Longs", Arrays.asList(9999999999999999L, 832372345832523L)); - put("Strings", Arrays.asList("hello", "bye")); - put("Ints", Arrays.asList(1, 2, 3, 4, -13, 5, 0)); - put("Points", Collections.singletonList(geoPoint)); - put("Dates", Collections.singletonList(dateTime)); - } - }; - - uploadDocument(client, indexedDoc); - - Mono result = client.getDocument(docKey); - StepVerifier.create(result) - .assertNext(actualDoc -> Assert.assertEquals(expectedDoc, actualDoc)) - .verifyComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/LookupSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/LookupSyncTests.java index 7fa0a68db7d5..94f1b5fdfd40 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/LookupSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/LookupSyncTests.java @@ -2,27 +2,37 @@ // Licensed under the MIT License. package com.azure.search; +import com.azure.core.http.rest.Response; +import com.azure.core.util.Context; +import com.azure.search.models.DataType; +import com.azure.search.models.Field; import com.azure.search.models.GeoPoint; +import com.azure.search.models.Index; +import com.azure.search.models.IndexBatch; import com.azure.search.test.environment.models.Hotel; import com.azure.search.test.environment.models.HotelAddress; import com.azure.search.test.environment.models.HotelRoom; import com.azure.search.test.environment.models.ModelWithPrimitiveCollections; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.text.ParseException; import java.time.OffsetDateTime; +import java.time.ZoneOffset; +import java.time.format.DateTimeFormatter; +import java.util.ArrayList; import java.util.Arrays; +import java.util.Base64; import java.util.Collections; import java.util.List; import static java.lang.Double.NEGATIVE_INFINITY; import static java.lang.Double.NaN; import static java.lang.Double.POSITIVE_INFINITY; -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; +import static org.junit.jupiter.api.Assertions.assertEquals; + +public class LookupSyncTests extends SearchIndexClientTestBase { + private static final String INDEX_NAME = "hotels"; -public class LookupSyncTests extends LookupTestBase { private SearchIndexClient client; @Test @@ -35,7 +45,7 @@ public void canGetStaticallyTypedDocument() throws ParseException { Document result = client.getDocument(expected.hotelId()); Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(expected, actual); } @Test @@ -48,7 +58,7 @@ public void canGetStaticallyTypedDocumentWithNullOrEmptyValues() { Document result = client.getDocument(expected.hotelId()); Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(expected, actual); } @Test @@ -61,7 +71,7 @@ public void canGetStaticallyTypedDocumentWithPascalCaseFields() { Document result = client.getDocument(expected.hotelId()); Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + TestHelpers.assertHotelsEqual(expected, actual); } @Test @@ -74,7 +84,7 @@ public void canRoundtripStaticallyTypedPrimitiveCollections() { Document result = client.getDocument(expected.key()); ModelWithPrimitiveCollections actual = convertToType(result, ModelWithPrimitiveCollections.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + TestHelpers.assetModelsWithPrimitivesEqual(expected, actual); } @Test @@ -92,9 +102,9 @@ public void getStaticallyTypedDocumentSetsUnselectedFieldsToNull() throws ParseE uploadDocument(client, indexedDoc); List selectedFields = Arrays.asList("Description", "HotelName", "Address/City", "Rooms/BaseRate"); - Document result = client.getDocument(indexedDoc.hotelId(), selectedFields, generateRequestOptions()); - Hotel actual = convertToType(result, Hotel.class); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + Response response = client.getDocumentWithResponse(indexedDoc.hotelId(), selectedFields, generateRequestOptions(), Context.NONE); + Hotel actual = convertToType(response.getValue(), Hotel.class); + TestHelpers.assertHotelsEqual(expected, actual); } @Test @@ -130,8 +140,8 @@ public void canGetDynamicDocumentWithNullOrEmptyValues() { // Select only the fields set in the test case so we don't get superfluous data back. List selectedFields = Arrays.asList("HotelId", "HotelName", "Tags", "ParkingIncluded", "LastRenovationDate", "Rating", "Location", "Address", "Rooms/BaseRate", "Rooms/BedOptions", "Rooms/SleepsCount", "Rooms/SmokingAllowed", "Rooms/Tags"); - Document actualDoc = client.getDocument("1", selectedFields, generateRequestOptions()); - Assert.assertEquals(expectedDoc, actualDoc); + Response response = client.getDocumentWithResponse("1", selectedFields, generateRequestOptions(), Context.NONE); + assertEquals(expectedDoc, response.getValue()); } @Test @@ -165,8 +175,8 @@ public void getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls() { // Select only the fields set in the test case so we don't get superfluous data back. List selectedFields = Arrays.asList("HotelId", "Address"); - Document actualDoc = client.getDocument("1", selectedFields, generateRequestOptions()); - Assert.assertEquals(expectedDoc, actualDoc); + Response response = client.getDocumentWithResponse("1", selectedFields, generateRequestOptions(), Context.NONE); + assertEquals(expectedDoc, response.getValue()); } @Test @@ -205,7 +215,7 @@ public void emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays() { uploadDocument(client, originalDoc); Document actualDoc = client.getDocument(docKey); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); } @Test @@ -266,8 +276,63 @@ public void emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelec uploadDocument(client, originalDoc); List selectedFields = Arrays.asList("HotelId", "Rooms"); - Document actualDoc = client.getDocument("1", selectedFields, generateRequestOptions()); - Assert.assertEquals(expectedDoc, actualDoc); + Response response = client.getDocumentWithResponse("1", selectedFields, generateRequestOptions(), Context.NONE); + assertEquals(expectedDoc, response.getValue()); + } + + @Test + public void getDynamicDocumentCannotAlwaysDetermineCorrectType() { + createHotelIndex(); + client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); + + Document indexedDoc = new Document(); + indexedDoc.put("HotelId", "1"); + indexedDoc.put("HotelName", "2015-02-11T12:58:00Z"); + indexedDoc.put("Location", GeoPoint.create(40.760586, -73.975403)); // Test that we don't confuse Geo-JSON & complex types. + indexedDoc.put("Rooms", Collections.singletonList(new Document(Collections.singletonMap("BaseRate", NaN)))); + + Document expectedDoc = new Document(); + expectedDoc.put("HotelId", "1"); + expectedDoc.put("HotelName", OffsetDateTime.of(2015, 2, 11, 12, 58, 0, 0, ZoneOffset.UTC)); + expectedDoc.put("Location", GeoPoint.create(40.760586, -73.975403)); + expectedDoc.put("Rooms", Collections.singletonList(new Document(Collections.singletonMap("BaseRate", "NaN")))); + + client.index(new IndexBatch<>().addUploadAction(indexedDoc)); + + // Select only the fields set in the test case so we don't get superfluous data back. + List selectedFields = Arrays.asList("HotelId", "HotelName", "Location", "Rooms/BaseRate"); + assertEquals(expectedDoc, client.getDocumentWithResponse("1", selectedFields, null, Context.NONE).getValue()); + } + + @Test + public void canGetDocumentWithBase64EncodedKey() { + createHotelIndex(); + client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); + + String complexKey = Base64.getEncoder().encodeToString(new byte[]{1, 2, 3, 4, 5}); + + Document expectedDoc = new Document(); + expectedDoc.put("HotelId", complexKey); + + client.index(new IndexBatch<>().addUploadAction(expectedDoc)); + assertEquals(client.getDocumentWithResponse(complexKey, new ArrayList<>(expectedDoc.keySet()), null, Context.NONE).getValue(), expectedDoc); + } + + @Test + public void roundTrippingDateTimeOffsetNormalizesToUtc() { + createHotelIndex(); + client = getSearchIndexClientBuilder(INDEX_NAME).buildClient(); + + Document indexedDoc = new Document(); + indexedDoc.put("HotelId", "1"); + indexedDoc.put("LastRenovationDate", OffsetDateTime.parse("2010-06-27T00:00:00-08:00", DateTimeFormatter.ISO_DATE_TIME)); + + Document expectedDoc = new Document(); + expectedDoc.put("HotelId", "1"); + expectedDoc.put("LastRenovationDate", OffsetDateTime.parse("2010-06-27T08:00:00Z", DateTimeFormatter.ISO_DATE_TIME)); + + client.index(new IndexBatch<>().addUploadAction(indexedDoc)); + assertEquals(client.getDocumentWithResponse("1", new ArrayList<>(expectedDoc.keySet()), null, Context.NONE).getValue(), expectedDoc); } @Test @@ -313,8 +378,8 @@ public void emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected() uploadDocument(client, originalDoc); List selectedFields = Arrays.asList("HotelId", "Rooms/BaseRate", "Rooms/BedOptions", "Rooms/SleepsCount", "Rooms/SmokingAllowed", "Rooms/Tags"); - Document actualDoc = client.getDocument("1", selectedFields, generateRequestOptions()); - Assert.assertEquals(expectedDoc, actualDoc); + Response response = client.getDocumentWithResponse("1", selectedFields, generateRequestOptions(), Context.NONE); + assertEquals(expectedDoc, response.getValue()); } @Test @@ -356,6 +421,131 @@ public void dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly() { uploadDocument(client, indexedDoc); Document actualDoc = client.getDocument(docKey); - Assert.assertEquals(expectedDoc, actualDoc); + assertEquals(expectedDoc, actualDoc); + } + + Hotel prepareExpectedHotel() throws ParseException { + return new Hotel().hotelId("1") + .hotelName("Fancy Stay") + .description("Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.") + .descriptionFr("Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.") + .category("Luxury") + .tags(Arrays.asList("pool", + "view", + "wifi", + "concierge")) + .parkingIncluded(false) + .smokingAllowed(false) + .lastRenovationDate(DATE_FORMAT.parse("2010-06-27T00:00:00Z")) + .rating(5) + .location(GeoPoint.create(47.678581, -122.131577)) + .rooms(new ArrayList<>()); + } + + Hotel prepareEmptyHotel() { + return new Hotel().hotelId("1") + .tags(new ArrayList<>()) + .rooms(Collections.singletonList( + new HotelRoom().tags(new ArrayList<>()) + )); + } + + Hotel preparePascalCaseFieldsHotel() { + return new Hotel().hotelId("123").hotelName("Lord of the Rings").description("J.R.R").descriptionFr("Tolkien"); + } + + Hotel prepareSelectedFieldsHotel() throws ParseException { + return new Hotel() + .hotelId("2") + .hotelName("Countryside Hotel") + .description("Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.") + .descriptionFr("Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.") + .category("Budget") + .tags(Arrays.asList("24-hour front desk service", "coffee in lobby", "restaurant")) + .parkingIncluded(false) + .smokingAllowed(true) + .lastRenovationDate(DATE_FORMAT.parse("2010-06-27T00:00:00Z")) + .rating(3) + .location(GeoPoint.create(35.904160, -78.940483)) + .address(new HotelAddress().streetAddress("6910 Fayetteville Rd").city("Durham").stateProvince("NC").country("USA").postalCode("27713")) + .rooms(Arrays.asList( + new HotelRoom() + .description("Suite, 1 King Bed (Amenities)") + .descriptionFr("Suite, 1 très grand lit (Services)") + .type("Suite") + .baseRate(2.44) + .bedOptions("1 King Bed") + .sleepsCount(2) + .smokingAllowed(true) + .tags(Collections.singletonList("coffee maker")), + new HotelRoom() + .description("Budget Room, 1 Queen Bed (Amenities)") + .descriptionFr("Chambre Économique, 1 grand lit (Services)") + .type("Budget Room") + .baseRate(7.69) + .bedOptions("1 Queen Bed") + .sleepsCount(2) + .smokingAllowed(false) + .tags(Collections.singletonList("coffee maker")))); + } + + ModelWithPrimitiveCollections preparePrimitivesModel() { + return new ModelWithPrimitiveCollections() + .key("1") + .bools(new Boolean[]{true, false}) + .dates(new OffsetDateTime[]{ + OffsetDateTime.parse("2019-04-14T14:24:00Z"), + OffsetDateTime.parse("1999-12-31T23:59:59Z")}) + .doubles(new Double[]{NEGATIVE_INFINITY, 0.0, 2.78, NaN, 3.14, POSITIVE_INFINITY}) + .ints(new int[]{1, 2, 3, 4, -13, 5, 0}) + .longs(new Long[]{-9_999_999_999_999_999L, 832_372_345_832_523L}) + .points(new GeoPoint[]{ + GeoPoint.create(49.0, -67.0), + GeoPoint.create(47.0, 21.0)}) + .strings(new String[]{"hello", "2019-04-14T14:56:00-07:00"}); + } + + String setupIndexWithDataTypes() { + Index index = new Index() + .setName("data-types-tests-index") + .setFields(Arrays.asList( + new Field() + .setName("Key") + .setType(DataType.EDM_STRING) + .setKey(true) + .setRetrievable(true), + new Field() + .setName("Bools") + .setType(DataType.Collection(DataType.EDM_BOOLEAN)) + .setRetrievable(true), + new Field() + .setName("Dates") + .setType(DataType.Collection(DataType.EDM_DATE_TIME_OFFSET)) + .setRetrievable(true), + new Field() + .setName("Doubles") + .setType(DataType.Collection(DataType.EDM_DOUBLE)) + .setRetrievable(true), + new Field() + .setName("Points") + .setType(DataType.Collection(DataType.EDM_GEOGRAPHY_POINT)) + .setRetrievable(true), + new Field() + .setName("Ints") + .setType(DataType.Collection(DataType.EDM_INT32)) + .setRetrievable(true), + new Field() + .setName("Longs") + .setType(DataType.Collection(DataType.EDM_INT64)) + .setRetrievable(true), + new Field() + .setName("Strings") + .setType(DataType.Collection(DataType.EDM_STRING)) + .setRetrievable(true) + )); + + setupIndex(index); + + return index.getName(); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/LookupTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/LookupTestBase.java deleted file mode 100644 index f61463452655..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/LookupTestBase.java +++ /dev/null @@ -1,186 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.DataType; -import com.azure.search.models.Field; -import com.azure.search.models.GeoPoint; -import com.azure.search.models.Index; -import com.azure.search.test.environment.models.Hotel; -import com.azure.search.test.environment.models.HotelAddress; -import com.azure.search.test.environment.models.HotelRoom; -import com.azure.search.test.environment.models.ModelWithPrimitiveCollections; -import org.junit.jupiter.api.Test; - -import java.text.ParseException; -import java.time.OffsetDateTime; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; - -import static java.lang.Double.NEGATIVE_INFINITY; -import static java.lang.Double.NaN; -import static java.lang.Double.POSITIVE_INFINITY; - -public abstract class LookupTestBase extends SearchIndexClientTestBase { - - static final String INDEX_NAME = "hotels"; - - Hotel prepareExpectedHotel() throws ParseException { - return new Hotel().hotelId("1") - .hotelName("Fancy Stay") - .description("Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.") - .descriptionFr("Meilleur hôtel en ville si vous aimez les hôtels de luxe. Ils ont une magnifique piscine à débordement, un spa et un concierge très utile. L'emplacement est parfait – en plein centre, à proximité de toutes les attractions touristiques. Nous recommandons fortement cet hôtel.") - .category("Luxury") - .tags(Arrays.asList("pool", - "view", - "wifi", - "concierge")) - .parkingIncluded(false) - .smokingAllowed(false) - .lastRenovationDate(DATE_FORMAT.parse("2010-06-27T00:00:00Z")) - .rating(5) - .location(GeoPoint.create(47.678581, -122.131577)) - .rooms(new ArrayList<>()); - } - - Hotel prepareEmptyHotel() { - return new Hotel().hotelId("1") - .tags(new ArrayList<>()) - .rooms(Collections.singletonList( - new HotelRoom().tags(new ArrayList<>()) - )); - } - - Hotel preparePascalCaseFieldsHotel() { - return new Hotel().hotelId("123").hotelName("Lord of the Rings").description("J.R.R").descriptionFr("Tolkien"); - } - - Hotel prepareSelectedFieldsHotel() throws ParseException { - return new Hotel() - .hotelId("2") - .hotelName("Countryside Hotel") - .description("Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.") - .descriptionFr("Économisez jusqu'à 50% sur les hôtels traditionnels. WiFi gratuit, très bien situé près du centre-ville, cuisine complète, laveuse & sécheuse, support 24/7, bowling, centre de fitness et plus encore.") - .category("Budget") - .tags(Arrays.asList("24-hour front desk service", "coffee in lobby", "restaurant")) - .parkingIncluded(false) - .smokingAllowed(true) - .lastRenovationDate(DATE_FORMAT.parse("2010-06-27T00:00:00Z")) - .rating(3) - .location(GeoPoint.create(35.904160, -78.940483)) - .address(new HotelAddress().streetAddress("6910 Fayetteville Rd").city("Durham").stateProvince("NC").country("USA").postalCode("27713")) - .rooms(Arrays.asList( - new HotelRoom() - .description("Suite, 1 King Bed (Amenities)") - .descriptionFr("Suite, 1 très grand lit (Services)") - .type("Suite") - .baseRate(2.44) - .bedOptions("1 King Bed") - .sleepsCount(2) - .smokingAllowed(true) - .tags(Collections.singletonList("coffee maker")), - new HotelRoom() - .description("Budget Room, 1 Queen Bed (Amenities)") - .descriptionFr("Chambre Économique, 1 grand lit (Services)") - .type("Budget Room") - .baseRate(7.69) - .bedOptions("1 Queen Bed") - .sleepsCount(2) - .smokingAllowed(false) - .tags(Collections.singletonList("coffee maker")))); - } - - ModelWithPrimitiveCollections preparePrimitivesModel() { - return new ModelWithPrimitiveCollections() - .key("1") - .bools(new Boolean[]{true, false}) - .dates(new OffsetDateTime[]{ - OffsetDateTime.parse("2019-04-14T14:24:00Z"), - OffsetDateTime.parse("1999-12-31T23:59:59Z")}) - .doubles(new Double[]{NEGATIVE_INFINITY, 0.0, 2.78, NaN, 3.14, POSITIVE_INFINITY}) - .ints(new int[]{1, 2, 3, 4, -13, 5, 0}) - .longs(new Long[]{-9_999_999_999_999_999L, 832_372_345_832_523L}) - .points(new GeoPoint[]{ - GeoPoint.create(49.0, -67.0), - GeoPoint.create(47.0, 21.0)}) - .strings(new String[]{"hello", "2019-04-14T14:56:00-07:00"}); - } - - String setupIndexWithDataTypes() { - Index index = new Index() - .setName("data-types-tests-index") - .setFields(Arrays.asList( - new Field() - .setName("Key") - .setType(DataType.EDM_STRING) - .setKey(true) - .setRetrievable(true), - new Field() - .setName("Bools") - .setType(DataType.Collection(DataType.EDM_BOOLEAN)) - .setRetrievable(true), - new Field() - .setName("Dates") - .setType(DataType.Collection(DataType.EDM_DATE_TIME_OFFSET)) - .setRetrievable(true), - new Field() - .setName("Doubles") - .setType(DataType.Collection(DataType.EDM_DOUBLE)) - .setRetrievable(true), - new Field() - .setName("Points") - .setType(DataType.Collection(DataType.EDM_GEOGRAPHY_POINT)) - .setRetrievable(true), - new Field() - .setName("Ints") - .setType(DataType.Collection(DataType.EDM_INT32)) - .setRetrievable(true), - new Field() - .setName("Longs") - .setType(DataType.Collection(DataType.EDM_INT64)) - .setRetrievable(true), - new Field() - .setName("Strings") - .setType(DataType.Collection(DataType.EDM_STRING)) - .setRetrievable(true) - )); - - setupIndex(index); - - return index.getName(); - } - - @Test - public abstract void canGetStaticallyTypedDocument() throws ParseException; - - @Test - public abstract void canGetStaticallyTypedDocumentWithNullOrEmptyValues(); - - @Test - public abstract void canGetStaticallyTypedDocumentWithPascalCaseFields(); - - @Test - public abstract void canRoundtripStaticallyTypedPrimitiveCollections(); - - @Test - public abstract void getStaticallyTypedDocumentSetsUnselectedFieldsToNull() throws ParseException; - - @Test - public abstract void canGetDynamicDocumentWithNullOrEmptyValues(); - - @Test - public abstract void getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls(); - - @Test - public abstract void emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays(); - - @Test - public abstract void emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected(); - - @Test - public abstract void emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected(); - - @Test - public abstract void dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly(); -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchAsyncTests.java index 4b6ed5dae463..bab5f723700d 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchAsyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchAsyncTests.java @@ -18,13 +18,10 @@ import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; -import org.junit.Assert; import org.junit.jupiter.api.Test; -import org.unitils.reflectionassert.ReflectionAssert; import reactor.core.publisher.Flux; import reactor.test.StepVerifier; -import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.OffsetDateTime; @@ -40,8 +37,11 @@ import static com.azure.search.models.QueryType.SIMPLE; import static com.azure.search.models.SearchMode.ALL; -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertTrue; + public class SearchAsyncTests extends SearchTestBase { private SearchIndexAsyncClient client; @@ -65,14 +65,14 @@ public void canContinueSearch() { // https://docs.microsoft.com/en-us/rest/api/searchservice/search-documents#top-optional StepVerifier.create(results.byPage()) .assertNext(firstPage -> { - Assert.assertEquals(50, firstPage.getValue().size()); + assertEquals(50, firstPage.getValue().size()); assertListEqualHotelIds(expectedId.subList(0, 50), firstPage.getValue()); - Assert.assertNotNull(firstPage.getContinuationToken()); + assertNotNull(firstPage.getContinuationToken()); }) .assertNext(nextPage -> { - Assert.assertEquals(50, nextPage.getValue().size()); + assertEquals(50, nextPage.getValue().size()); assertListEqualHotelIds(expectedId.subList(50, 100), nextPage.getValue()); - Assert.assertNull(nextPage.getContinuationToken()); + assertNull(nextPage.getContinuationToken()); }).verifyComplete(); } @@ -97,19 +97,19 @@ public void canContinueSearchWithTop() { // https://docs.microsoft.com/en-us/rest/api/searchservice/search-documents#top-optional StepVerifier.create(results.byPage()) .assertNext(firstPage -> { - Assert.assertEquals(1000, firstPage.getValue().size()); + assertEquals(1000, firstPage.getValue().size()); assertListEqualHotelIds(expectedId.subList(0, 1000), firstPage.getValue()); - Assert.assertNotNull(firstPage.getContinuationToken()); + assertNotNull(firstPage.getContinuationToken()); }) .assertNext(nextPage -> { - Assert.assertEquals(1000, nextPage.getValue().size()); + assertEquals(1000, nextPage.getValue().size()); assertListEqualHotelIds(expectedId.subList(1000, 2000), nextPage.getValue()); - Assert.assertNull(nextPage.getContinuationToken()); + assertNull(nextPage.getContinuationToken()); }).verifyComplete(); } @Test - public void canSearchWithSelectedFields() throws IOException { + public void canSearchWithSelectedFields() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -140,18 +140,18 @@ public void canSearchWithSelectedFields() throws IOException { sp.setSelect("HotelName", "Rating", "Address/City", "Rooms/Type"); PagedFluxBase results = client.search("fancy luxury secret", sp, generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()).assertNext(res -> { // expecting to get 2 documents back - Assert.assertEquals(2, res.getItems().size()); - Assert.assertEquals(expectedHotel1, dropUnnecessaryFields(res.getItems().get(0).getDocument())); - Assert.assertEquals(expectedHotel2, dropUnnecessaryFields(res.getItems().get(1).getDocument())); + assertEquals(2, res.getItems().size()); + assertEquals(expectedHotel1, dropUnnecessaryFields(res.getItems().get(0).getDocument())); + assertEquals(expectedHotel2, dropUnnecessaryFields(res.getItems().get(1).getDocument())); }).verifyComplete(); } @Test - public void canUseTopAndSkipForClientSidePaging() throws IOException { + public void canUseTopAndSkipForClientSidePaging() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -185,17 +185,15 @@ public void canFilterNonNullableType() { .setFilter("IntValue eq 0 or (Bucket/BucketName eq 'B' and Bucket/Count lt 10)"); Flux results = client.search("*", searchOptions, generateRequestOptions()).log(); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results) - .assertNext( - res -> ReflectionAssert.assertLenientEquals(dropUnnecessaryFields(res.getDocument()), expectedDocsList.get(0))) - .assertNext( - res -> ReflectionAssert.assertLenientEquals(dropUnnecessaryFields(res.getDocument()), expectedDocsList.get(1))) + .assertNext(res -> TestHelpers.assertDocumentsEqual(dropUnnecessaryFields(res.getDocument()), expectedDocsList.get(0))) + .assertNext(res -> TestHelpers.assertDocumentsEqual(dropUnnecessaryFields(res.getDocument()), expectedDocsList.get(1))) .verifyComplete(); } @Test - public void searchWithoutOrderBySortsByScore() throws IOException { + public void searchWithoutOrderBySortsByScore() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -203,17 +201,17 @@ public void searchWithoutOrderBySortsByScore() throws IOException { PagedFluxBase results = client.search("*", new SearchOptions().setFilter("Rating lt 4"), generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()).assertNext(res -> { - Assert.assertTrue(res.getItems().size() >= 2); + assertTrue(res.getItems().size() >= 2); SearchResult firstResult = res.getItems().get(0); SearchResult secondResult = res.getItems().get(1); - Assert.assertTrue(firstResult.getScore() <= secondResult.getScore()); + assertTrue(firstResult.getScore() <= secondResult.getScore()); }).verifyComplete(); } @Test - public void orderByProgressivelyBreaksTies() throws IOException { + public void orderByProgressivelyBreaksTies() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -226,7 +224,7 @@ public void orderByProgressivelyBreaksTies() throws IOException { } @Test - public void canFilter() throws IOException { + public void canFilter() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -236,21 +234,21 @@ public void canFilter() throws IOException { .setFilter("Rating gt 3 and LastRenovationDate gt 2000-01-01T00:00:00Z"); PagedFluxBase results = client.search("*", searchOptions, generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()) .assertNext(res -> { - Assert.assertEquals(2, res.getItems().size()); + assertEquals(2, res.getItems().size()); List actualKeys = res.getItems() .stream() .filter(item -> item.getDocument().containsKey("HotelId")) .map(item -> getSearchResultId(item, "HotelId")) .collect(Collectors.toList()); - Assert.assertEquals(Arrays.asList("1", "5"), actualKeys); + assertEquals(Arrays.asList("1", "5"), actualKeys); }).verifyComplete(); } @Test - public void canSearchWithRangeFacets() throws IOException { + public void canSearchWithRangeFacets() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -258,13 +256,13 @@ public void canSearchWithRangeFacets() throws IOException { PagedFluxBase results = client .search("*", getSearchOptionsForRangeFacets(), generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()) .assertNext(res -> { assertContainHotelIds(hotels, res.getItems()); Map> facets = res.getFacets(); - Assert.assertNotNull(facets); + assertNotNull(facets); List baseRateFacets = getRangeFacetsForField(facets, "Rooms/BaseRate", 4); List lastRenovationDateFacets = getRangeFacetsForField( facets, "LastRenovationDate", 2); @@ -273,7 +271,7 @@ public void canSearchWithRangeFacets() throws IOException { } @Test - public void canSearchWithValueFacets() throws IOException { + public void canSearchWithValueFacets() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -281,13 +279,13 @@ public void canSearchWithValueFacets() throws IOException { PagedFluxBase results = client .search("*", getSearchOptionsForValueFacets(), generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()) .assertNext(res -> { assertContainHotelIds(hotels, res.getItems()); Map> facets = res.getFacets(); - Assert.assertNotNull(facets); + assertNotNull(facets); assertValueFacetsEqual( getValueFacetsForField(facets, "Rating", 2), @@ -343,7 +341,7 @@ public void canSearchWithValueFacets() throws IOException { } @Test - public void canSearchWithLuceneSyntax() throws IOException { + public void canSearchWithLuceneSyntax() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -358,64 +356,64 @@ public void canSearchWithLuceneSyntax() throws IOException { PagedFluxBase results = client .search("HotelName:roch~", searchOptions, generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()) .assertNext(res -> { - Assert.assertEquals(1, res.getItems().size()); - Assert.assertEquals(expectedResult, dropUnnecessaryFields(res.getItems().get(0).getDocument())); + assertEquals(1, res.getItems().size()); + assertEquals(expectedResult, dropUnnecessaryFields(res.getItems().get(0).getDocument())); }).verifyComplete(); } @Test - public void canSearchDynamicDocuments() throws IOException { + public void canSearchDynamicDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); hotels = uploadDocumentsJson(client, HOTELS_DATA_JSON_WITHOUT_FR_DESCRIPTION); PagedFluxBase results = client.search("*"); - Assert.assertNotNull(results); + assertNotNull(results); List> actualResults = new ArrayList<>(); StepVerifier.create(results.byPage()) .assertNext(res -> { - Assert.assertNull(res.getCount()); - Assert.assertNull(res.getCoverage()); - Assert.assertNull(res.getFacets()); - Assert.assertNotNull(res.getItems()); + assertNull(res.getCount()); + assertNull(res.getCoverage()); + assertNull(res.getFacets()); + assertNotNull(res.getItems()); res.getItems().forEach(item -> { - Assert.assertEquals(1, item.getScore(), 0); - Assert.assertNull(item.getHighlights()); + assertEquals(1, item.getScore(), 0); + assertNull(item.getHighlights()); actualResults.add(dropUnnecessaryFields(item.getDocument())); }); }).verifyComplete(); - Assert.assertEquals(hotels.size(), actualResults.size()); - Assert.assertTrue(compareResults(actualResults, hotels)); + assertEquals(hotels.size(), actualResults.size()); + assertTrue(compareResults(actualResults, hotels)); } @Test - public void canSearchStaticallyTypedDocuments() throws IOException { + public void canSearchStaticallyTypedDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); hotels = uploadDocumentsJson(client, HOTELS_DATA_JSON_WITHOUT_FR_DESCRIPTION); PagedFluxBase results = client.search("*", new SearchOptions(), generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); List actualResults = new ArrayList<>(); StepVerifier.create(results.byPage()) .assertNext(res -> { - Assert.assertNull(res.getCount()); - Assert.assertNull(res.getCoverage()); - Assert.assertNull(res.getFacets()); - Assert.assertNotNull(res.getItems()); + assertNull(res.getCount()); + assertNull(res.getCoverage()); + assertNull(res.getFacets()); + assertNotNull(res.getItems()); res.getItems().forEach(item -> { - Assert.assertEquals(1, item.getScore(), 0); - Assert.assertNull(item.getHighlights()); + assertEquals(1, item.getScore(), 0); + assertNull(item.getHighlights()); actualResults.add(convertToType(item.getDocument(), Hotel.class)); }); }).verifyComplete(); @@ -435,8 +433,10 @@ public void canSearchStaticallyTypedDocuments() throws IOException { return h; }).collect(Collectors.toList()); - Assert.assertEquals(hotelsList.size(), actualResults.size()); - assertReflectionEquals(hotelsList, actualResults, IGNORE_DEFAULTS); + assertEquals(hotelsList.size(), actualResults.size()); + for (int i = 0; i < hotelsList.size(); i++) { + TestHelpers.assertHotelsEqual(hotelsList.get(i), actualResults.get(i)); + } } @Test @@ -460,16 +460,16 @@ public void canRoundTripNonNullableValueTypes() throws Exception { uploadDocuments(client, Arrays.asList(doc1, doc2)); PagedFluxBase results = client.search("*", new SearchOptions(), generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()).assertNext(res -> { - Assert.assertEquals(2, res.getItems().size()); - assertReflectionEquals(doc1, convertToType(res.getItems().get(0).getDocument(), NonNullableModel.class), IGNORE_DEFAULTS); - assertReflectionEquals(doc2, convertToType(res.getItems().get(1).getDocument(), NonNullableModel.class), IGNORE_DEFAULTS); + assertEquals(2, res.getItems().size()); + TestHelpers.assetNonNullableModelsEqual(doc1, convertToType(res.getItems().get(0).getDocument(), NonNullableModel.class)); + TestHelpers.assetNonNullableModelsEqual(doc2, convertToType(res.getItems().get(1).getDocument(), NonNullableModel.class)); }).verifyComplete(); } @Test - public void canSearchWithDateInStaticModel() throws ParseException, IOException { + public void canSearchWithDateInStaticModel() throws ParseException { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -478,15 +478,15 @@ public void canSearchWithDateInStaticModel() throws ParseException, IOException Date expected = DATE_FORMAT.parse("2010-06-27T00:00:00Z"); Flux results = client.search("Fancy", new SearchOptions(), generateRequestOptions()).log(); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results).assertNext(res -> { Date actual = convertToType(res.getDocument(), Hotel.class).lastRenovationDate(); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); }).verifyComplete(); } @Test - public void canSearchWithSynonyms() throws IOException { + public void canSearchWithSynonyms() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -501,18 +501,18 @@ public void canSearchWithSynonyms() throws IOException { .setSelect("HotelName", "Rating"); Flux results = client.search("luxury", searchOptions, generateRequestOptions()).log(); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results) .assertNext(res -> { Hotel hotel = convertToType(res.getDocument(), Hotel.class); - Assert.assertEquals(5, hotel.rating(), 0); - Assert.assertEquals("Fancy Stay", hotel.hotelName()); + assertEquals(5, hotel.rating(), 0); + assertEquals("Fancy Stay", hotel.hotelName()); }).verifyComplete(); } @Test - public void canSearchWithSearchModeAll() throws IOException { + public void canSearchWithSearchModeAll() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -522,11 +522,11 @@ public void canSearchWithSearchModeAll() throws IOException { .search("Cheapest hotel", new SearchOptions().setQueryType(SIMPLE).setSearchMode(ALL), generateRequestOptions()).log(); StepVerifier.create(response) - .assertNext(res -> Assert.assertEquals("2", getSearchResultId(res, "HotelId"))).verifyComplete(); + .assertNext(res -> assertEquals("2", getSearchResultId(res, "HotelId"))).verifyComplete(); } @Test - public void defaultSearchModeIsAny() throws IOException { + public void defaultSearchModeIsAny() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -538,7 +538,7 @@ public void defaultSearchModeIsAny() throws IOException { } @Test - public void canGetResultCountInSearch() throws IOException { + public void canGetResultCountInSearch() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -546,12 +546,12 @@ public void canGetResultCountInSearch() throws IOException { Flux results = client .search("*", new SearchOptions().setIncludeTotalResultCount(true), generateRequestOptions()).byPage(); StepVerifier.create(results) - .assertNext(res -> Assert.assertEquals(hotels.size(), res.getCount().intValue())) + .assertNext(res -> assertEquals(hotels.size(), res.getCount().intValue())) .verifyComplete(); } @Test - public void canSearchWithRegex() throws IOException { + public void canSearchWithRegex() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -568,14 +568,14 @@ public void canSearchWithRegex() throws IOException { Flux results = client .search("HotelName:/.*oach.*\\/?/", searchOptions, generateRequestOptions()).log(); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results) - .assertNext(res -> Assert.assertEquals(dropUnnecessaryFields(res.getDocument()), expectedHotel)) + .assertNext(res -> assertEquals(dropUnnecessaryFields(res.getDocument()), expectedHotel)) .verifyComplete(); } @Test - public void canSearchWithEscapedSpecialCharsInRegex() throws IOException { + public void canSearchWithEscapedSpecialCharsInRegex() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -587,14 +587,14 @@ public void canSearchWithEscapedSpecialCharsInRegex() throws IOException { .search( "\\+\\-\\&\\|\\!\\(\\)\\{\\}\\[\\]\\^\\~\\*\\?\\:", searchOptions, generateRequestOptions()); - Assert.assertNotNull(results); + assertNotNull(results); - StepVerifier.create(results.byPage()).assertNext(res -> Assert.assertEquals(0, res.getItems().size())) + StepVerifier.create(results.byPage()).assertNext(res -> assertEquals(0, res.getItems().size())) .verifyComplete(); } @Test - public void searchWithScoringProfileBoostsScore() throws IOException { + public void searchWithScoringProfileBoostsScore() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -610,7 +610,7 @@ public void searchWithScoringProfileBoostsScore() throws IOException { } @Test - public void canSearchWithMinimumCoverage() throws IOException { + public void canSearchWithMinimumCoverage() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -618,15 +618,15 @@ public void canSearchWithMinimumCoverage() throws IOException { Flux results = client .search("*", new SearchOptions().setMinimumCoverage(50.0), generateRequestOptions()).byPage(); - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results) - .assertNext(res -> Assert.assertEquals(100.0, res.getCoverage(), 0)) + .assertNext(res -> assertEquals(100.0, res.getCoverage(), 0)) .verifyComplete(); } @Test - public void canUseHitHighlighting() throws IOException { + public void canUseHitHighlighting() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); @@ -646,27 +646,27 @@ public void canUseHitHighlighting() throws IOException { PagedFluxBase results = client.search("luxury hotel", sp, generateRequestOptions()); //sanity - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.create(results.byPage()).assertNext(res -> { // sanity - Assert.assertEquals(1, res.getItems().size()); + assertEquals(1, res.getItems().size()); Map> highlights = res.getItems().get(0).getHighlights(); - Assert.assertNotNull(highlights); - Assert.assertEquals(2, highlights.keySet().size()); - Assert.assertTrue(highlights.containsKey(description)); - Assert.assertTrue(highlights.containsKey(category)); + assertNotNull(highlights); + assertEquals(2, highlights.keySet().size()); + assertTrue(highlights.containsKey(description)); + assertTrue(highlights.containsKey(category)); String categoryHighlight = highlights.get(category).get(0); //asserts - Assert.assertEquals("Luxury", categoryHighlight); + assertEquals("Luxury", categoryHighlight); - // Typed as IEnumerable so we get the right overload of Assert.Equals below. + // Typed as IEnumerable so we get the right overload of Equals below. List expectedDescriptionHighlights = Arrays.asList( "Best hotel in town if you like luxury hotels.", "We highly recommend this hotel." ); - Assert.assertEquals(expectedDescriptionHighlights, highlights.get(description)); + assertEquals(expectedDescriptionHighlights, highlights.get(description)); }).verifyComplete(); } @@ -681,9 +681,9 @@ protected void search( } private void assertHotelIdSequenceEqual(List expectedIds, Flux results) { - Assert.assertNotNull(results); + assertNotNull(results); StepVerifier.FirstStep sv = StepVerifier.create(results); - expectedIds.forEach(k -> sv.assertNext(res -> Assert.assertEquals(k, getSearchResultId(res, "HotelId")))); + expectedIds.forEach(k -> sv.assertNext(res -> assertEquals(k, getSearchResultId(res, "HotelId")))); sv.verifyComplete(); } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexAsyncClientImplTest.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexAsyncClientImplTest.java index 55cba6a80f3b..c11fa0a99f93 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexAsyncClientImplTest.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexAsyncClientImplTest.java @@ -7,8 +7,6 @@ import com.azure.search.models.GeoPoint; import com.azure.search.models.SearchOptions; import com.azure.search.models.SearchResult; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; import reactor.core.publisher.Mono; import reactor.test.StepVerifier; @@ -23,7 +21,8 @@ import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicInteger; -import static org.junit.Assert.assertEquals; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.fail; public class SearchIndexAsyncClientImplTest extends SearchIndexClientTestBase { @@ -110,17 +109,14 @@ public void canGetDynamicDocument() { Mono futureDoc = asyncClient.getDocument("1"); - StepVerifier - .create(futureDoc) - .assertNext(result -> Assert.assertEquals(expectedDoc, result)) + StepVerifier.create(futureDoc) + .assertNext(result -> assertEquals(expectedDoc, result)) .verifyComplete(); } @Test public void getDocumentThrowsWhenDocumentNotFound() { - Mono futureDoc = asyncClient.getDocument("1000000001"); - StepVerifier - .create(futureDoc) + StepVerifier.create(asyncClient.getDocument("1000000001")) .verifyErrorSatisfies(error -> assertEquals(ResourceNotFoundException.class, error.getClass())); } @@ -135,10 +131,7 @@ public void getDocumentThrowsWhenRequestIsMalformed() { uploadDocument(asyncClient, hotelDoc); assertHttpResponseExceptionAsync( - asyncClient.getDocument("2", selectedFields, null), - HttpResponseStatus.BAD_REQUEST, - "Invalid expression: Could not find a property named 'ThisFieldDoesNotExist' " - + "on type 'search.document'." + asyncClient.getDocumentWithResponse("2", selectedFields, null) ); } @@ -195,7 +188,7 @@ public void canGetPaginatedDocuments() throws Exception { thread3.join(); if (failed.get()) { - Assert.fail(); + fail(); } } @@ -256,7 +249,7 @@ public void canGetPaginatedDocumentsWithSearchOptions() throws Exception { threadWithSkip30.join(); if (failed.get()) { - Assert.fail(); + fail(); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientBuilderTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientBuilderTests.java index 9674529f9b48..45d67ad6d503 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientBuilderTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientBuilderTests.java @@ -9,9 +9,13 @@ import com.azure.core.http.policy.RequestIdPolicy; import com.azure.core.http.policy.RetryPolicy; import com.azure.core.http.policy.UserAgentPolicy; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.junit.jupiter.api.Assertions.fail; + public class SearchIndexClientBuilderTests { private final SearchApiKeyCredential searchApiKeyCredential = new SearchApiKeyCredential("0123"); private final String searchEndpoint = "https://test.search.windows.net"; @@ -27,8 +31,8 @@ public void buildSyncClientTest() { .apiVersion(apiVersion) .buildClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchIndexClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchIndexClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -39,8 +43,8 @@ public void buildSyncClientUsingDefaultApiVersionTest() { .indexName(indexName) .buildClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchIndexClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchIndexClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -52,8 +56,8 @@ public void buildAsyncClientTest() { .apiVersion(apiVersion) .buildAsyncClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchIndexAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchIndexAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -64,8 +68,8 @@ public void buildAsyncClientUsingDefaultApiVersionTest() { .indexName(indexName) .buildAsyncClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchIndexAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchIndexAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -79,7 +83,7 @@ public void whenApiVersionSpecifiedThenSpecifiedValueExists() { .apiVersion(expectedVersion) .buildClient(); - Assert.assertEquals(expectedVersion, searchIndexClient.getApiVersion()); + assertEquals(expectedVersion, searchIndexClient.getApiVersion()); SearchIndexAsyncClient asyncClient = new SearchIndexClientBuilder() .endpoint(searchEndpoint) @@ -87,7 +91,7 @@ public void whenApiVersionSpecifiedThenSpecifiedValueExists() { .indexName(indexName) .apiVersion(expectedVersion) .buildAsyncClient(); - Assert.assertEquals(expectedVersion, asyncClient.getApiVersion()); + assertEquals(expectedVersion, asyncClient.getApiVersion()); } @Test @@ -98,7 +102,7 @@ public void whenBuildAsyncClientUsingDefaultApiVersionThenSuccess() { .indexName(indexName) .buildClient(); - Assert.assertEquals(apiVersion, client.getApiVersion()); + assertEquals(apiVersion, client.getApiVersion()); SearchIndexAsyncClient asyncClient = new SearchIndexClientBuilder() .endpoint(searchEndpoint) @@ -106,7 +110,7 @@ public void whenBuildAsyncClientUsingDefaultApiVersionThenSuccess() { .indexName(indexName) .buildAsyncClient(); - Assert.assertEquals(apiVersion, asyncClient.getApiVersion()); + assertEquals(apiVersion, asyncClient.getApiVersion()); } @Test @@ -117,9 +121,9 @@ public void whenBuildClientAndVerifyPropertiesThenSuccess() { .indexName(indexName) .buildClient(); - Assert.assertEquals(searchEndpoint, client.getEndpoint()); - Assert.assertEquals(indexName, client.getIndexName()); - Assert.assertEquals(apiVersion, client.getApiVersion()); + assertEquals(searchEndpoint, client.getEndpoint()); + assertEquals(indexName, client.getIndexName()); + assertEquals(apiVersion, client.getApiVersion()); SearchIndexAsyncClient asyncClient = new SearchIndexClientBuilder() .endpoint(searchEndpoint) @@ -127,9 +131,9 @@ public void whenBuildClientAndVerifyPropertiesThenSuccess() { .indexName(indexName) .buildAsyncClient(); - Assert.assertEquals(searchEndpoint, asyncClient.getEndpoint()); - Assert.assertEquals(indexName, asyncClient.getIndexName()); - Assert.assertEquals(apiVersion, asyncClient.getApiVersion()); + assertEquals(searchEndpoint, asyncClient.getEndpoint()); + assertEquals(indexName, asyncClient.getIndexName()); + assertEquals(apiVersion, asyncClient.getApiVersion()); } @Test @@ -260,7 +264,7 @@ public void verifyNewBuilderSetsLatestVersion() { .indexName("indexName") .buildClient(); - Assert.assertEquals(SearchServiceVersion.getLatest().getVersion(), + assertEquals(SearchServiceVersion.getLatest().getVersion(), searchIndexClient.getApiVersion().getVersion()); } @@ -272,7 +276,7 @@ public void verifyNewBuilderSetsLatestVersionAsync() { .indexName("indexName") .buildAsyncClient(); - Assert.assertEquals(SearchServiceVersion.getLatest().getVersion(), + assertEquals(SearchServiceVersion.getLatest().getVersion(), searchIndexAsyncClient.getApiVersion().getVersion()); } @@ -312,29 +316,29 @@ public void whenCreateUsingClientBuilderThenDefaultPoliciesExists() { int policyCount = searchIndexClientBuilder.getPolicies().size(); - Assert.assertEquals(7, policyCount); + assertEquals(7, policyCount); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == RetryPolicy.class).count() ); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == RequestIdPolicy.class).count() ); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == UserAgentPolicy.class).count() ); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == AddHeadersPolicy.class).count() ); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == AddDatePolicy.class).count() ); - Assert.assertEquals(1, + assertEquals(1, searchIndexClientBuilder.getPolicies().stream() .filter(p -> p.getClass() == HttpLoggingPolicy.class).count() ); @@ -343,22 +347,22 @@ public void whenCreateUsingClientBuilderThenDefaultPoliciesExists() { private void expectThrowsWithMessage(String expectedMessage, Runnable runnable) { try { runnable.run(); - Assert.fail(); + fail(); } catch (Exception e) { - Assert.assertEquals(IllegalArgumentException.class, e.getClass()); - Assert.assertTrue(e.getMessage().contains(expectedMessage)); + assertEquals(IllegalArgumentException.class, e.getClass()); + assertTrue(e.getMessage().contains(expectedMessage)); } } private void expectNullPointerExceptionWithMessage(String expectedMessage, Runnable runnable) { try { runnable.run(); - Assert.fail(); + fail(); } catch (Exception e) { - Assert.assertEquals(NullPointerException.class, e.getClass()); - Assert.assertTrue(e.getMessage().contains(expectedMessage)); + assertEquals(NullPointerException.class, e.getClass()); + assertTrue(e.getMessage().contains(expectedMessage)); } } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientTestBase.java index 75a8a7319b70..2c6f78e184bb 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientTestBase.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchIndexClientTestBase.java @@ -11,16 +11,19 @@ import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; -import org.junit.Assert; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; +import java.io.UncheckedIOException; import java.text.DateFormat; import java.text.SimpleDateFormat; -import java.util.ArrayList; +import java.util.Collections; import java.util.List; import java.util.Map; +import java.util.Objects; + +import static org.junit.jupiter.api.Assertions.fail; public class SearchIndexClientTestBase extends SearchServiceTestBase { @@ -33,58 +36,51 @@ protected void uploadDocuments(SearchIndexClient client, List uploadDoc) } protected void uploadDocuments(SearchIndexAsyncClient client, List uploadDoc) { - client.uploadDocuments(uploadDoc) - .block(); + client.uploadDocuments(uploadDoc).block(); waitForIndexing(); } void uploadDocument(SearchIndexClient client, T uploadDoc) { - List docs = new ArrayList<>(); - docs.add(uploadDoc); - - client.uploadDocuments(docs); + client.uploadDocuments(Collections.singletonList(uploadDoc)); waitForIndexing(); } void uploadDocument(SearchIndexAsyncClient client, T uploadDoc) { - List docs = new ArrayList<>(); - docs.add(uploadDoc); - - client.uploadDocuments(docs) - .block(); + client.uploadDocuments(Collections.singletonList(uploadDoc)).block(); waitForIndexing(); } - List> uploadDocumentsJson( - SearchIndexAsyncClient client, String dataJson) throws IOException { + List> uploadDocumentsJson(SearchIndexAsyncClient client, String dataJson) { List> documents = - readJsonFileToList(dataJson, new TypeReference>>() { - }); + readJsonFileToList(dataJson, new TypeReference>>() { }); uploadDocuments(client, documents); return documents; } - List> uploadDocumentsJson( - SearchIndexClient client, String dataJson) throws IOException { + List> uploadDocumentsJson(SearchIndexClient client, String dataJson) { List> documents = - readJsonFileToList(dataJson, new TypeReference>>() { - }); + readJsonFileToList(dataJson, new TypeReference>>() { }); uploadDocuments(client, documents); return documents; } - private List> readJsonFileToList(String filename, TypeReference>> listTypeReference) throws IOException { - Reader reader = new InputStreamReader( - getClass().getClassLoader().getResourceAsStream(filename)); + private List> readJsonFileToList(String filename, + TypeReference>> listTypeReference) { + Reader reader = new InputStreamReader(Objects.requireNonNull(getClass().getClassLoader() + .getResourceAsStream(filename))); ObjectMapper objectMapper = new ObjectMapper(); objectMapper.registerModule(new JavaTimeModule()); SerializationUtil.configureMapper(objectMapper); objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); - return objectMapper.readValue(reader, listTypeReference); + try { + return objectMapper.readValue(reader, listTypeReference); + } catch (IOException e) { + throw new UncheckedIOException(e); + } } SearchIndexClientBuilder getClientBuilder(String indexName) { @@ -121,7 +117,7 @@ void setupIndexFromJsonFile(String jsonFile) { try { searchIndexService.initializeAndCreateIndex(jsonFile); } catch (IOException e) { - Assert.fail(e.getMessage()); + fail(e.getMessage()); } } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceClientBuilderTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceClientBuilderTests.java index f85445893b63..c28b381c46bf 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceClientBuilderTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceClientBuilderTests.java @@ -2,9 +2,13 @@ // Licensed under the MIT License. package com.azure.search; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.junit.jupiter.api.Assertions.fail; + public class SearchServiceClientBuilderTests { private final SearchApiKeyCredential searchApiKeyCredential = new SearchApiKeyCredential("0123"); private final String searchEndpoint = "https://test.search.windows.net"; @@ -18,8 +22,8 @@ public void buildSyncClientTest() { .apiVersion(apiVersion) .buildClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchServiceClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchServiceClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -29,8 +33,8 @@ public void buildSyncClientUsingDefaultApiVersionTest() { .credential(searchApiKeyCredential) .buildClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchServiceClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchServiceClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -41,8 +45,8 @@ public void buildAsyncClientTest() { .apiVersion(apiVersion) .buildAsyncClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchServiceAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchServiceAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -52,8 +56,8 @@ public void buildAsyncClientUsingDefaultApiVersionTest() { .credential(searchApiKeyCredential) .buildAsyncClient(); - Assert.assertNotNull(client); - Assert.assertEquals(SearchServiceAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); + assertNotNull(client); + assertEquals(SearchServiceAsyncClient.class.getSimpleName(), client.getClass().getSimpleName()); } @Test @@ -66,14 +70,14 @@ public void whenApiVersionSpecifiedThenSpecifiedValueExists() { .apiVersion(expectedApiVersion) .buildClient(); - Assert.assertEquals(expectedApiVersion.getVersion(), client.getApiVersion().getVersion()); + assertEquals(expectedApiVersion.getVersion(), client.getApiVersion().getVersion()); SearchServiceAsyncClient asyncClient = new SearchServiceClientBuilder() .endpoint(searchEndpoint) .credential(searchApiKeyCredential) .apiVersion(expectedApiVersion) .buildAsyncClient(); - Assert.assertEquals(expectedApiVersion.getVersion(), asyncClient.getApiVersion().getVersion()); + assertEquals(expectedApiVersion.getVersion(), asyncClient.getApiVersion().getVersion()); } @Test @@ -83,8 +87,8 @@ public void whenBuildClientAndVerifyPropertiesThenSuccess() { .credential(searchApiKeyCredential) .buildClient(); - Assert.assertEquals(searchEndpoint, client.getEndpoint()); - Assert.assertEquals(apiVersion, client.getApiVersion()); + assertEquals(searchEndpoint, client.getEndpoint()); + assertEquals(apiVersion, client.getApiVersion()); SearchServiceAsyncClient asyncClient = new SearchServiceClientBuilder() .endpoint(searchEndpoint) @@ -92,8 +96,8 @@ public void whenBuildClientAndVerifyPropertiesThenSuccess() { .apiVersion(apiVersion) .buildAsyncClient(); - Assert.assertEquals(searchEndpoint, asyncClient.getEndpoint()); - Assert.assertEquals(apiVersion, asyncClient.getApiVersion()); + assertEquals(searchEndpoint, asyncClient.getEndpoint()); + assertEquals(apiVersion, asyncClient.getApiVersion()); } @Test @@ -175,7 +179,7 @@ public void verifyEmptyApiVersionSetsLatest() { .credential(searchApiKeyCredential) .buildClient(); - Assert.assertEquals(SearchServiceVersion.getLatest().getVersion(), + assertEquals(SearchServiceVersion.getLatest().getVersion(), searchServiceClient.getApiVersion().getVersion()); } @@ -186,18 +190,18 @@ public void verifyEmptyApiVersionSetsLatestAsync() { .credential(searchApiKeyCredential) .buildAsyncClient(); - Assert.assertEquals(SearchServiceVersion.getLatest().getVersion(), + assertEquals(SearchServiceVersion.getLatest().getVersion(), searchServiceAsyncClient.getApiVersion().getVersion()); } private void expectThrowsWithMessage(String expectedMessage, Runnable runnable) { try { runnable.run(); - Assert.fail(); + fail(); } catch (Exception e) { - Assert.assertEquals(IllegalArgumentException.class, e.getClass()); - Assert.assertTrue(e.getMessage().contains(expectedMessage)); + assertEquals(IllegalArgumentException.class, e.getClass()); + assertTrue(e.getMessage().contains(expectedMessage)); } } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceSubClientTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceSubClientTests.java index 81db12c9253f..6ea9fe458d70 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceSubClientTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceSubClientTests.java @@ -3,9 +3,11 @@ package com.azure.search; import com.azure.core.http.HttpPipeline; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; + public class SearchServiceSubClientTests extends SearchServiceTestBase { @@ -16,20 +18,20 @@ public void canGetIndexClientFromSearchClient() { SearchIndexClient indexClient = serviceClient.getIndexClient("hotels"); // Validate the client was created - Assert.assertNotNull(indexClient); + assertNotNull(indexClient); // Validate the client points to the same instance - Assert.assertEquals(serviceClient.getEndpoint(), indexClient.getEndpoint()); - Assert.assertEquals(serviceClient.getApiVersion(), indexClient.getApiVersion()); + assertEquals(serviceClient.getEndpoint(), indexClient.getEndpoint()); + assertEquals(serviceClient.getApiVersion(), indexClient.getApiVersion()); // Validate that the client uses the same HTTP pipeline for authentication, retries, etc HttpPipeline servicePipeline = serviceClient.getHttpPipeline(); HttpPipeline indexPipeline = indexClient.getHttpPipeline(); - Assert.assertEquals(servicePipeline, indexPipeline); + assertEquals(servicePipeline, indexPipeline); // Validate that the client uses the specified index - Assert.assertEquals("hotels", indexClient.getIndexName()); + assertEquals("hotels", indexClient.getIndexName()); } @Test @@ -39,20 +41,20 @@ public void canGetIndexAsyncClientFromSearchClient() { SearchIndexAsyncClient indexClient = serviceClient.getIndexClient("hotels"); // Validate the client was created - Assert.assertNotNull(indexClient); + assertNotNull(indexClient); // Validate the client points to the same instance - Assert.assertEquals(serviceClient.getEndpoint(), indexClient.getEndpoint()); - Assert.assertEquals(serviceClient.getApiVersion(), indexClient.getApiVersion()); + assertEquals(serviceClient.getEndpoint(), indexClient.getEndpoint()); + assertEquals(serviceClient.getApiVersion(), indexClient.getApiVersion()); // Validate that the client uses the same HTTP pipeline for authentication, retries, etc HttpPipeline servicePipeline = serviceClient.getHttpPipeline(); HttpPipeline indexPipeline = indexClient.getHttpPipeline(); - Assert.assertEquals(servicePipeline, indexPipeline); + assertEquals(servicePipeline, indexPipeline); // Validate that the client uses the specified index - Assert.assertEquals("hotels", indexClient.getIndexName()); + assertEquals("hotels", indexClient.getIndexName()); } @Test @@ -67,7 +69,7 @@ public void canGetIndexClientAfterUsingServiceClient() { // This should not fail SearchIndexClient indexClient = serviceClient.getIndexClient("hotels"); - Assert.assertEquals("hotels", indexClient.getIndexName()); + assertEquals("hotels", indexClient.getIndexName()); } @Test @@ -82,7 +84,7 @@ public void canGetIndexAsyncClientAfterUsingServiceClient() { // This should not fail SearchIndexAsyncClient indexClient = serviceClient.getIndexClient("hotels"); - Assert.assertEquals("hotels", indexClient.getIndexName()); + assertEquals("hotels", indexClient.getIndexName()); } private SearchServiceClient getSearchService() { diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceTestBase.java index 9d66fb7c9af7..c9885593952c 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceTestBase.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceTestBase.java @@ -36,7 +36,6 @@ import com.azure.search.models.TagScoringParameters; import com.azure.search.models.TextWeights; import com.azure.search.test.environment.setup.AzureSearchResources; -import com.azure.search.test.environment.setup.SearchIndexService; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; @@ -44,13 +43,11 @@ import com.microsoft.azure.credentials.ApplicationTokenCredentials; import com.microsoft.azure.management.resources.fluentcore.arm.Region; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; +import org.junit.Rule; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; -import org.junit.Rule; import org.junit.rules.TestName; import org.reactivestreams.Publisher; -import org.unitils.reflectionassert.ReflectionAssert; import reactor.test.StepVerifier; import java.text.SimpleDateFormat; @@ -65,6 +62,10 @@ import java.util.TimeZone; import java.util.UUID; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertTrue; +import static org.junit.jupiter.api.Assertions.fail; + public abstract class SearchServiceTestBase extends TestBase { private static final String DEFAULT_DNS_SUFFIX = "search.windows.net"; @@ -81,6 +82,17 @@ public abstract class SearchServiceTestBase extends TestBase { private static final String AZURE_SQL_CONN_STRING_READONLY_PLAYGROUND = "Server=tcp:azs-playground.database.windows.net,1433;Database=usgs;User ID=reader;Password=EdrERBt3j6mZDP;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;"; // [SuppressMessage("Microsoft.Security", "CS001:SecretInline")] + private static final ObjectMapper OBJECT_MAPPER; + + static { + OBJECT_MAPPER = new ObjectMapper(); + SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); + df.setTimeZone(TimeZone.getDefault()); + OBJECT_MAPPER.setDateFormat(df); + OBJECT_MAPPER.registerModule(new JavaTimeModule()); + OBJECT_MAPPER.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); + } + static final String HOTEL_INDEX_NAME = "hotels"; static final String BLOB_DATASOURCE_NAME = "azs-java-live-blob"; @@ -91,9 +103,6 @@ public abstract class SearchServiceTestBase extends TestBase { private String searchDnsSuffix; protected String endpoint; SearchApiKeyCredential searchApiKeyCredential; - SearchIndexService searchServiceHotelsIndex; - - private ObjectMapper objectMapper; private static String testEnvironment; private static AzureSearchResources azureSearchResources; @@ -114,22 +123,15 @@ public static void afterAll() { @Override protected void beforeTest() { searchDnsSuffix = testEnvironment.equals("DOGFOOD") ? DOGFOOD_DNS_SUFFIX : DEFAULT_DNS_SUFFIX; + if (!interceptorManager.isPlaybackMode()) { azureSearchResources.initialize(); - azureSearchResources.createResourceGroup(); - azureSearchResources.createService(); - - searchServiceName = azureSearchResources.getSearchServiceName(); + azureSearchResources.createResourceGroup(testResourceNamer); + azureSearchResources.createService(testResourceNamer); searchApiKeyCredential = new SearchApiKeyCredential(azureSearchResources.getSearchAdminKey()); } + searchServiceName = azureSearchResources.getSearchServiceName(); endpoint = String.format("https://%s.%s", searchServiceName, searchDnsSuffix); - - objectMapper = new ObjectMapper(); - SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); - df.setTimeZone(TimeZone.getDefault()); - objectMapper.setDateFormat(df); - objectMapper.registerModule(new JavaTimeModule()); - objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); } @Override @@ -162,9 +164,11 @@ SearchServiceClientBuilder getSearchServiceClientBuilderWithHttpPipelinePolicies addPolicies(builder, policies); builder.httpClient(new NettyAsyncHttpClientBuilder().wiretap(true).build()) .credential(searchApiKeyCredential); + if (!liveMode()) { builder.addPolicy(interceptorManager.getRecordPolicy()); } + return builder; } @@ -455,12 +459,10 @@ Index createTestIndex() { .setSourceFields(Collections.singletonList("HotelName")))); } - DataSource createTestSqlDataSourceObject( - String dataSourceName, - DataDeletionDetectionPolicy deletionDetectionPolicy, + DataSource createTestSqlDataSourceObject(DataDeletionDetectionPolicy deletionDetectionPolicy, DataChangeDetectionPolicy changeDetectionPolicy) { return DataSources.azureSql( - dataSourceName, + SearchServiceTestBase.SQL_DATASOURCE_NAME, AZURE_SQL_CONN_STRING_READONLY_PLAYGROUND, "GeoNamesRI", FAKE_DESCRIPTION, @@ -469,8 +471,8 @@ DataSource createTestSqlDataSourceObject( ); } - DataSource createTestSqlDataSourceObject(String dataSourceName) { - return createTestSqlDataSourceObject(dataSourceName, null, null); + DataSource createTestSqlDataSourceObject() { + return createTestSqlDataSourceObject(null, null); } /** @@ -483,10 +485,10 @@ DataSource createBlobDataSource() { if (!interceptorManager.isPlaybackMode()) { // First, we create a storage account - storageConnString = azureSearchResources.createStorageAccount(); + storageConnString = azureSearchResources.createStorageAccount(testResourceNamer); // Next, we create the blobs container blobContainerDatasourceName = - azureSearchResources.createBlobContainer(storageConnString); + azureSearchResources.createBlobContainer(storageConnString, testResourceNamer); } // create the new data source object for this storage account and container @@ -509,21 +511,14 @@ private static void initializeAzureResources() { String subscriptionId = Configuration.getGlobalConfiguration().get(Configuration.PROPERTY_AZURE_SUBSCRIPTION_ID); testEnvironment = Configuration.getGlobalConfiguration().get("AZURE_TEST_ENVIRONMENT"); - if (testEnvironment == null) { - testEnvironment = "AZURE"; - } else { - testEnvironment = testEnvironment.toUpperCase(Locale.US); - } + testEnvironment = (testEnvironment == null) ? "AZURE" : testEnvironment.toUpperCase(Locale.US); AzureEnvironment environment = testEnvironment.equals("DOGFOOD") ? getDogfoodEnvironment() : AzureEnvironment.AZURE; - ApplicationTokenCredentials applicationTokenCredentials = new ApplicationTokenCredentials( - appId, - azureDomainId, - secret, - environment); + ApplicationTokenCredentials applicationTokenCredentials = + new ApplicationTokenCredentials(appId, azureDomainId, secret, environment); - azureSearchResources = new AzureSearchResources(applicationTokenCredentials, subscriptionId, Region.US_EAST); + azureSearchResources = new AzureSearchResources(applicationTokenCredentials, subscriptionId, Region.US_WEST2); } private static AzureEnvironment getDogfoodEnvironment() { @@ -542,30 +537,24 @@ protected SearchIndexClientBuilder getSearchIndexClientBuilder(String indexName) SearchIndexClientBuilder builder = new SearchIndexClientBuilder() .endpoint(String.format("https://%s.%s", searchServiceName, searchDnsSuffix)) .indexName(indexName); + if (interceptorManager.isPlaybackMode()) { return builder.httpClient(interceptorManager.getPlaybackClient()); } + builder.httpClient(new NettyAsyncHttpClientBuilder().wiretap(true).build()) .credential(searchApiKeyCredential); + if (!liveMode()) { builder.addPolicy(interceptorManager.getRecordPolicy()); } - return builder; - } - protected void assertIndexesEqual(Index expected, Index actual) { - ReflectionAssert.assertLenientEquals(expected, actual); + return builder; } protected void waitForIndexing() { - // Wait 2 secs to allow index request to finish - if (!interceptorManager.isPlaybackMode()) { - try { - Thread.sleep(2000); - } catch (InterruptedException e) { - e.printStackTrace(); - } - } + // Wait 2 seconds to allow index request to finish. + sleepIfRunningAgainstService(2000); } /** @@ -575,8 +564,8 @@ protected void waitForIndexing() { * @param type * @return an object of the request type */ - T convertToType(Object document, Class cls) { - return objectMapper.convertValue(document, cls); + static T convertToType(Object document, Class cls) { + return OBJECT_MAPPER.convertValue(document, cls); } void addFieldToIndex(Index index, Field field) { @@ -591,43 +580,39 @@ void addFieldToIndex(Index index, Field field) { * @return a RequestOptions object with ClientRequestId. */ protected RequestOptions generateRequestOptions() { - return new RequestOptions() - .setClientRequestId(UUID.randomUUID()); + return new RequestOptions().setClientRequestId(UUID.randomUUID()); } - void assertHttpResponseException( - Runnable exceptionThrower, HttpResponseStatus expectedResponseStatus, String expectedMessage) { + void assertHttpResponseException(Runnable exceptionThrower, HttpResponseStatus expectedResponseStatus, + String expectedMessage) { try { exceptionThrower.run(); - Assert.fail(); + fail(); } catch (Throwable ex) { verifyHttpResponseError(ex, expectedResponseStatus, expectedMessage); } } - void assertHttpResponseExceptionAsync( - Publisher exceptionThrower, HttpResponseStatus expectedResponseStatus, String expectedMessage) { - - StepVerifier - .create(exceptionThrower) - .verifyErrorSatisfies(error -> verifyHttpResponseError( - error, expectedResponseStatus, expectedMessage)); + void assertHttpResponseExceptionAsync(Publisher exceptionThrower) { + StepVerifier.create(exceptionThrower) + .verifyErrorSatisfies(error -> verifyHttpResponseError(error, HttpResponseStatus.BAD_REQUEST, + "Invalid expression: Could not find a property named 'ThisFieldDoesNotExist' on type 'search.document'.")); } private void verifyHttpResponseError( Throwable ex, HttpResponseStatus expectedResponseStatus, String expectedMessage) { - Assert.assertEquals(HttpResponseException.class, ex.getClass()); + assertEquals(HttpResponseException.class, ex.getClass()); if (expectedResponseStatus != null) { - Assert.assertEquals( + assertEquals( expectedResponseStatus.code(), ((HttpResponseException) ex).getResponse().getStatusCode()); } if (expectedMessage != null) { - Assert.assertTrue(ex.getMessage().contains(expectedMessage)); + assertTrue(ex.getMessage().contains(expectedMessage)); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceUrlParserTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceUrlParserTests.java index ae0079130b7b..10f0c6011cf9 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceUrlParserTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchServiceUrlParserTests.java @@ -2,47 +2,48 @@ // Licensed under the MIT License. package com.azure.search; -import org.junit.Assert; -import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertThrows; + public class SearchServiceUrlParserTests { @Test public void throwsOnNull() { - Assertions.assertThrows(IllegalArgumentException.class, () -> + assertThrows(IllegalArgumentException.class, () -> SearchServiceUrlParser.parseServiceUrlParts(null)); } @Test public void throwsOnEmpty() { - Assertions.assertThrows(IllegalArgumentException.class, () -> + assertThrows(IllegalArgumentException.class, () -> SearchServiceUrlParser.parseServiceUrlParts("")); } @Test public void throwsOnBadUrl() { - Assertions.assertThrows(IllegalArgumentException.class, () -> + assertThrows(IllegalArgumentException.class, () -> SearchServiceUrlParser.parseServiceUrlParts("1234!")); } @Test public void throwsOnInvalidHost() { - Assertions.assertThrows(IllegalArgumentException.class, () -> + assertThrows(IllegalArgumentException.class, () -> SearchServiceUrlParser.parseServiceUrlParts("https://localhost")); } @Test public void parsesProdEndpoint() { SearchServiceUrlParser.SearchServiceUrlParts parts = SearchServiceUrlParser.parseServiceUrlParts("https://test1.search.windows.net"); - Assert.assertEquals("test1", parts.serviceName); - Assert.assertEquals("search.windows.net", parts.dnsSuffix); + assertEquals("test1", parts.serviceName); + assertEquals("search.windows.net", parts.dnsSuffix); } @Test public void parsesDfEndpoint() { SearchServiceUrlParser.SearchServiceUrlParts parts = SearchServiceUrlParser.parseServiceUrlParts("https://test1.search-dogfood.windows-int.net"); - Assert.assertEquals("test1", parts.serviceName); - Assert.assertEquals("search-dogfood.windows-int.net", parts.dnsSuffix); + assertEquals("test1", parts.serviceName); + assertEquals("search-dogfood.windows-int.net", parts.dnsSuffix); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchSyncTests.java index 3ae1e4af8707..5430f7dd5eeb 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchSyncTests.java @@ -20,11 +20,8 @@ import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; -import org.junit.Assert; import org.junit.jupiter.api.Test; -import org.unitils.reflectionassert.ReflectionAssert; -import java.io.IOException; import java.text.ParseException; import java.text.SimpleDateFormat; import java.time.OffsetDateTime; @@ -43,8 +40,12 @@ import static com.azure.search.models.QueryType.SIMPLE; import static com.azure.search.models.SearchMode.ALL; -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; +import static org.junit.jupiter.api.Assertions.assertArrayEquals; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertTrue; public class SearchSyncTests extends SearchTestBase { @@ -60,33 +61,33 @@ protected void search( } @Test - public void canSearchDynamicDocuments() throws IOException { + public void canSearchDynamicDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); hotels = uploadDocumentsJson(client, HOTELS_DATA_JSON_WITHOUT_FR_DESCRIPTION); PagedIterableBase searchResults = client.search("*"); - Assert.assertNotNull(searchResults); + assertNotNull(searchResults); Iterator iterator = searchResults.iterableByPage().iterator(); List> actualResults = new ArrayList<>(); while (iterator.hasNext()) { SearchPagedResponse result = iterator.next(); - Assert.assertNull(result.getCount()); - Assert.assertNull(result.getCoverage()); - Assert.assertNull(result.getFacets()); - Assert.assertNotNull(result.getItems()); - - result.getItems().forEach(item -> { - Assert.assertEquals(1, item.getScore(), 0); - Assert.assertNull(item.getHighlights()); + assertNull(result.getCount()); + assertNull(result.getCoverage()); + assertNull(result.getFacets()); + assertNotNull(result.getValue()); + + result.getElements().forEach(item -> { + assertEquals(1, item.getScore(), 0); + assertNull(item.getHighlights()); actualResults.add(item.getDocument()); }); } - Assert.assertEquals(hotels.size(), actualResults.size()); - Assert.assertTrue(compareResults(actualResults, hotels)); + assertEquals(hotels.size(), actualResults.size()); + assertTrue(compareResults(actualResults, hotels)); } @Test @@ -107,19 +108,19 @@ public void canContinueSearch() { PagedIterableBase results = client.search("*", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); PagedResponse firstPage = iterator.next(); - Assert.assertEquals(50, firstPage.getValue().size()); + assertEquals(50, firstPage.getValue().size()); assertListEqualHotelIds(expectedHotelIds.subList(0, 50), firstPage.getValue()); - Assert.assertNotNull(firstPage.getContinuationToken()); + assertNotNull(firstPage.getContinuationToken()); PagedResponse secondPage = iterator.next(); - Assert.assertEquals(50, secondPage.getValue().size()); + assertEquals(50, secondPage.getValue().size()); assertListEqualHotelIds(expectedHotelIds.subList(50, 100), secondPage.getValue()); - Assert.assertNull(secondPage.getContinuationToken()); + assertNull(secondPage.getContinuationToken()); } @Test @@ -142,23 +143,23 @@ public void canContinueSearchWithTop() { PagedIterableBase results = client.search("*", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); PagedResponse firstPage = iterator.next(); - Assert.assertEquals(1000, firstPage.getValue().size()); + assertEquals(1000, firstPage.getValue().size()); assertListEqualHotelIds(expectedHotelIds.subList(0, 1000), firstPage.getValue()); - Assert.assertNotNull(firstPage.getContinuationToken()); + assertNotNull(firstPage.getContinuationToken()); PagedResponse secondPage = iterator.next(); - Assert.assertEquals(1000, secondPage.getValue().size()); + assertEquals(1000, secondPage.getValue().size()); assertListEqualHotelIds(expectedHotelIds.subList(1000, 2000), secondPage.getValue()); - Assert.assertNull(secondPage.getContinuationToken()); + assertNull(secondPage.getContinuationToken()); } @Test - public void canSearchStaticallyTypedDocuments() throws IOException { + public void canSearchStaticallyTypedDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -166,21 +167,21 @@ public void canSearchStaticallyTypedDocuments() throws IOException { PagedIterableBase results = client.search("*", new SearchOptions(), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); List actualResults = new ArrayList<>(); while (iterator.hasNext()) { SearchPagedResponse result = iterator.next(); - Assert.assertNull(result.getCount()); - Assert.assertNull(result.getCoverage()); - Assert.assertNull(result.getFacets()); - Assert.assertNotNull(result.getItems()); - - result.getItems().forEach(item -> { - Assert.assertEquals(1, item.getScore(), 0); - Assert.assertNull(item.getHighlights()); + assertNull(result.getCount()); + assertNull(result.getCoverage()); + assertNull(result.getFacets()); + assertNotNull(result.getValue()); + + result.getElements().forEach(item -> { + assertEquals(1, item.getScore(), 0); + assertNull(item.getHighlights()); actualResults.add(convertToType(item.getDocument(), Hotel.class)); }); } @@ -200,8 +201,10 @@ public void canSearchStaticallyTypedDocuments() throws IOException { return h; }).collect(Collectors.toList()); - Assert.assertEquals(hotelsList.size(), actualResults.size()); - assertReflectionEquals(hotelsList, actualResults, IGNORE_DEFAULTS); + assertEquals(hotelsList.size(), actualResults.size()); + for (int i = 0; i < hotelsList.size(); i++) { + TestHelpers.assertHotelsEqual(hotelsList.get(i), actualResults.get(i)); + } } @Test @@ -226,18 +229,18 @@ public void canRoundTripNonNullableValueTypes() throws Exception { PagedIterableBase results = client.search("*", new SearchOptions(), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); - Assert.assertTrue(iterator.hasNext()); + assertTrue(iterator.hasNext()); PagedResponse result = iterator.next(); - Assert.assertEquals(2, result.getItems().size()); - assertReflectionEquals(doc1, convertToType(result.getItems().get(0).getDocument(), NonNullableModel.class), IGNORE_DEFAULTS); - assertReflectionEquals(doc2, convertToType(result.getItems().get(1).getDocument(), NonNullableModel.class), IGNORE_DEFAULTS); + assertEquals(2, result.getValue().size()); + TestHelpers.assetNonNullableModelsEqual(doc1, convertToType(result.getValue().get(0).getDocument(), NonNullableModel.class)); + TestHelpers.assetNonNullableModelsEqual(doc2, convertToType(result.getValue().get(1).getDocument(), NonNullableModel.class)); } @Test - public void canSearchWithDateInStaticModel() throws ParseException, IOException { + public void canSearchWithDateInStaticModel() throws ParseException { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -247,18 +250,18 @@ public void canSearchWithDateInStaticModel() throws ParseException, IOException PagedIterableBase results = client .search("Fancy", new SearchOptions(), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); - Assert.assertTrue(iterator.hasNext()); + assertTrue(iterator.hasNext()); PagedResponse result = iterator.next(); - Assert.assertEquals(1, result.getItems().size()); - Date actual = convertToType(result.getItems().get(0).getDocument(), Hotel.class).lastRenovationDate(); - Assert.assertEquals(expected, actual); + assertEquals(1, result.getValue().size()); + Date actual = convertToType(result.getValue().get(0).getDocument(), Hotel.class).lastRenovationDate(); + assertEquals(expected, actual); } @Test - public void canSearchWithSelectedFields() throws IOException { + public void canSearchWithSelectedFields() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -293,19 +296,19 @@ public void canSearchWithSelectedFields() throws IOException { Iterator iterator = results.iterableByPage().iterator(); PagedResponse result = iterator.next(); - Assert.assertEquals(2, result.getItems().size()); + assertEquals(2, result.getValue().size()); // From the result object, extract the two hotels, clean up (irrelevant fields) and change data structure // as a preparation to check equality - Map hotel1 = extractAndTransformSingleResult(result.getItems().get(0)); - Map hotel2 = extractAndTransformSingleResult(result.getItems().get(1)); + Map hotel1 = extractAndTransformSingleResult(result.getValue().get(0)); + Map hotel2 = extractAndTransformSingleResult(result.getValue().get(1)); - Assert.assertEquals(expectedHotel1, hotel1); - Assert.assertEquals(expectedHotel2, hotel2); + assertEquals(expectedHotel1, hotel1); + assertEquals(expectedHotel2, hotel2); } @Test - public void canUseTopAndSkipForClientSidePaging() throws IOException { + public void canUseTopAndSkipForClientSidePaging() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -323,7 +326,7 @@ public void canUseTopAndSkipForClientSidePaging() throws IOException { } @Test - public void searchWithoutOrderBySortsByScore() throws IOException { + public void searchWithoutOrderBySortsByScore() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -333,11 +336,11 @@ public void searchWithoutOrderBySortsByScore() throws IOException { .search("*", new SearchOptions().setFilter("Rating lt 4"), generateRequestOptions(), Context.NONE).iterator(); SearchResult firstResult = results.next(); SearchResult secondResult = results.next(); - Assert.assertTrue(firstResult.getScore() <= secondResult.getScore()); + assertTrue(firstResult.getScore() <= secondResult.getScore()); } @Test - public void orderByProgressivelyBreaksTies() throws IOException { + public void orderByProgressivelyBreaksTies() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -349,11 +352,11 @@ public void orderByProgressivelyBreaksTies() throws IOException { .search("*", new SearchOptions().setOrderBy("Rating desc", "LastRenovationDate asc"), generateRequestOptions(), Context.NONE).stream() .map(res -> getSearchResultId(res, "HotelId")); - Assert.assertArrayEquals(results.toArray(), expectedResults); + assertArrayEquals(results.toArray(), expectedResults); } @Test - public void canFilter() throws IOException { + public void canFilter() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -363,17 +366,17 @@ public void canFilter() throws IOException { .setFilter("Rating gt 3 and LastRenovationDate gt 2000-01-01T00:00:00Z"); PagedIterableBase results = client.search("*", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> searchResultsList = getSearchResults(results); - Assert.assertEquals(2, searchResultsList.size()); + assertEquals(2, searchResultsList.size()); List hotelIds = searchResultsList.stream().map(r -> r.get("HotelId")).collect(Collectors.toList()); - Assert.assertTrue(Arrays.asList("1", "5").containsAll(hotelIds)); + assertTrue(Arrays.asList("1", "5").containsAll(hotelIds)); } @Test - public void canSearchWithRangeFacets() throws IOException { + public void canSearchWithRangeFacets() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -381,13 +384,10 @@ public void canSearchWithRangeFacets() throws IOException { PagedIterableBase results = client.search("*", getSearchOptionsForRangeFacets(), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); - - Iterable pagesIterable = results.iterableByPage(); - for (SearchPagedResponse result : pagesIterable) { - assertContainHotelIds(hotels, result.getItems()); - Assert.assertNotNull(result.getFacets()); + for (SearchPagedResponse result : results.iterableByPage()) { + assertContainHotelIds(hotels, result.getValue()); + assertNotNull(result.getFacets()); List baseRateFacets = getRangeFacetsForField(result.getFacets(), "Rooms/BaseRate", 4); List lastRenovationDateFacets = getRangeFacetsForField( result.getFacets(), "LastRenovationDate", 2); @@ -396,7 +396,7 @@ public void canSearchWithRangeFacets() throws IOException { } @Test - public void canSearchWithValueFacets() throws IOException { + public void canSearchWithValueFacets() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -404,14 +404,11 @@ public void canSearchWithValueFacets() throws IOException { PagedIterableBase results = client.search("*", getSearchOptionsForValueFacets(), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); - Iterable pagesIterable = results.iterableByPage(); - - for (SearchPagedResponse result : pagesIterable) { - assertContainHotelIds(hotels, result.getItems()); + for (SearchPagedResponse result : results.iterableByPage()) { + assertContainHotelIds(hotels, result.getValue()); Map> facets = result.getFacets(); - Assert.assertNotNull(facets); + assertNotNull(facets); assertValueFacetsEqual( getValueFacetsForField(facets, "Rating", 2), @@ -465,7 +462,7 @@ public void canSearchWithValueFacets() throws IOException { } @Test - public void canSearchWithLuceneSyntax() throws IOException { + public void canSearchWithLuceneSyntax() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -479,10 +476,10 @@ public void canSearchWithLuceneSyntax() throws IOException { PagedIterableBase results = client.search("HotelName:roch~", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> searchResultsList = getSearchResults(results); - Assert.assertEquals(1, searchResultsList.size()); - Assert.assertEquals(expectedResult, searchResultsList.get(0)); + assertEquals(1, searchResultsList.size()); + assertEquals(expectedResult, searchResultsList.get(0)); } @Test @@ -505,16 +502,17 @@ public void canFilterNonNullableType() { PagedIterableBase results = client.search("*", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> searchResultsList = getSearchResults(results); - Assert.assertEquals(2, searchResultsList.size()); - - ReflectionAssert.assertLenientEquals(expectedDocsList, searchResultsList); + assertEquals(2, searchResultsList.size()); + for (int i = 0; i < searchResultsList.size(); i++) { + TestHelpers.assertDocumentsEqual(expectedDocsList.get(i), searchResultsList.get(i)); + } } @Test - public void canSearchWithSearchModeAll() throws IOException { + public void canSearchWithSearchModeAll() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -523,12 +521,12 @@ public void canSearchWithSearchModeAll() throws IOException { List> response = getSearchResults(client .search("Cheapest hotel", new SearchOptions().setQueryType(SIMPLE).setSearchMode(ALL), generateRequestOptions(), Context.NONE)); - Assert.assertEquals(1, response.size()); - Assert.assertEquals("2", response.get(0).get("HotelId")); + assertEquals(1, response.size()); + assertEquals("2", response.get(0).get("HotelId")); } @Test - public void defaultSearchModeIsAny() throws IOException { + public void defaultSearchModeIsAny() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -536,14 +534,14 @@ public void defaultSearchModeIsAny() throws IOException { List> response = getSearchResults(client.search("Cheapest hotel", new SearchOptions(), generateRequestOptions(), Context.NONE)); - Assert.assertEquals(7, response.size()); - Assert.assertEquals( + assertEquals(7, response.size()); + assertEquals( Arrays.asList("2", "10", "3", "4", "5", "1", "9"), response.stream().map(res -> res.get("HotelId").toString()).collect(Collectors.toList())); } @Test - public void canGetResultCountInSearch() throws IOException { + public void canGetResultCountInSearch() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -551,16 +549,16 @@ public void canGetResultCountInSearch() throws IOException { PagedIterableBase results = client.search("*", new SearchOptions().setIncludeTotalResultCount(true), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterable pagesIterable = results.iterableByPage(); Iterator iterator = pagesIterable.iterator(); - Assert.assertEquals(hotels.size(), iterator.next().getCount().intValue()); - Assert.assertFalse(iterator.hasNext()); + assertEquals(hotels.size(), iterator.next().getCount().intValue()); + assertFalse(iterator.hasNext()); } @Test - public void canSearchWithRegex() throws IOException { + public void canSearchWithRegex() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -572,7 +570,7 @@ public void canSearchWithRegex() throws IOException { PagedIterableBase results = client.search("HotelName:/.*oach.*\\/?/", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> resultsList = getSearchResults(results); @@ -580,12 +578,12 @@ public void canSearchWithRegex() throws IOException { expectedHotel.put("HotelName", "Roach Motel"); expectedHotel.put("Rating", 1); - Assert.assertEquals(1, resultsList.size()); - Assert.assertEquals(dropUnnecessaryFields(resultsList.get(0)), expectedHotel); + assertEquals(1, resultsList.size()); + assertEquals(dropUnnecessaryFields(resultsList.get(0)), expectedHotel); } @Test - public void canSearchWithEscapedSpecialCharsInRegex() throws IOException { + public void canSearchWithEscapedSpecialCharsInRegex() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -594,14 +592,14 @@ public void canSearchWithEscapedSpecialCharsInRegex() throws IOException { PagedIterableBase results = client.search("\\+\\-\\&\\|\\!\\(\\)\\{\\}\\[\\]\\^\\~\\*\\?\\:", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> resultsList = getSearchResults(results); - Assert.assertEquals(0, resultsList.size()); + assertEquals(0, resultsList.size()); } @Test - public void searchWithScoringProfileBoostsScore() throws IOException { + public void searchWithScoringProfileBoostsScore() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -613,29 +611,29 @@ public void searchWithScoringProfileBoostsScore() throws IOException { List> response = getSearchResults(client.search("hotel", searchOptions, generateRequestOptions(), Context.NONE)); - Assert.assertEquals(2, response.size()); - Assert.assertEquals( + assertEquals(2, response.size()); + assertEquals( Arrays.asList("2", "1"), response.stream().map(res -> res.get("HotelId").toString()).collect(Collectors.toList())); } @Test - public void canSearchWithMinimumCoverage() throws IOException { + public void canSearchWithMinimumCoverage() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); uploadDocumentsJson(client, HOTELS_DATA_JSON); PagedIterableBase results = client.search("*", new SearchOptions().setMinimumCoverage(50.0), generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); Iterator resultsIterator = results.iterableByPage().iterator(); - Assert.assertEquals(100.0, resultsIterator.next().getCoverage(), 0); + assertEquals(100.0, resultsIterator.next().getCoverage(), 0); } @Test - public void canUseHitHighlighting() throws IOException { + public void canUseHitHighlighting() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -656,36 +654,36 @@ public void canUseHitHighlighting() throws IOException { sp, generateRequestOptions(), Context.NONE); //sanity - Assert.assertNotNull(results); + assertNotNull(results); Iterator iterator = results.iterableByPage().iterator(); PagedResponse result = iterator.next(); - List documents = result.getItems(); + List documents = result.getValue(); // sanity - Assert.assertEquals(1, documents.size()); + assertEquals(1, documents.size()); Map> highlights = documents.get(0).getHighlights(); - Assert.assertNotNull(highlights); - Assert.assertEquals(2, highlights.keySet().size()); - Assert.assertTrue(highlights.containsKey(description)); - Assert.assertTrue(highlights.containsKey(category)); + assertNotNull(highlights); + assertEquals(2, highlights.keySet().size()); + assertTrue(highlights.containsKey(description)); + assertTrue(highlights.containsKey(category)); String categoryHighlight = highlights.get(category).get(0); //asserts - Assert.assertEquals("Luxury", categoryHighlight); + assertEquals("Luxury", categoryHighlight); - // Typed as IEnumerable so we get the right overload of Assert.Equals below. + // Typed as IEnumerable so we get the right overload of Equals below. List expectedDescriptionHighlights = Arrays.asList( "Best hotel in town if you like luxury hotels.", "We highly recommend this hotel." ); - Assert.assertEquals(expectedDescriptionHighlights, highlights.get(description)); + assertEquals(expectedDescriptionHighlights, highlights.get(description)); } @Test - public void canSearchWithSynonyms() throws IOException { + public void canSearchWithSynonyms() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -701,12 +699,12 @@ public void canSearchWithSynonyms() throws IOException { PagedIterableBase results = client.search("luxury", searchOptions, generateRequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); List> response = getSearchResults(results); - Assert.assertEquals(1, response.size()); - Assert.assertEquals("Fancy Stay", response.get(0).get("HotelName")); - Assert.assertEquals(5, response.get(0).get("Rating")); + assertEquals(1, response.size()); + assertEquals("Fancy Stay", response.get(0).get("HotelName")); + assertEquals(5, response.get(0).get("Rating")); } private List> getSearchResults(PagedIterableBase results) { @@ -715,8 +713,8 @@ private List> getSearchResults(PagedIterableBase> searchResults = new ArrayList<>(); while (resultsIterator.hasNext()) { SearchPagedResponse result = resultsIterator.next(); - Assert.assertNotNull(result.getItems()); - result.getItems().forEach(item -> searchResults.add(dropUnnecessaryFields(item.getDocument()))); + assertNotNull(result.getValue()); + result.getElements().forEach(item -> searchResults.add(dropUnnecessaryFields(item.getDocument()))); } return searchResults; @@ -781,11 +779,11 @@ private static ArrayList convertArray(ArrayList array) { } private void assertKeySequenceEqual(PagedIterableBase results, List expectedKeys) { - Assert.assertNotNull(results); + assertNotNull(results); List actualKeys = results.stream().filter(doc -> doc.getDocument().containsKey("HotelId")) .map(doc -> (String) doc.getDocument().get("HotelId")).collect(Collectors.toList()); - Assert.assertEquals(expectedKeys, actualKeys); + assertEquals(expectedKeys, actualKeys); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SearchTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SearchTestBase.java index 3ae82ad5219a..b5328cd87b86 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SearchTestBase.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SearchTestBase.java @@ -15,7 +15,6 @@ import com.azure.search.models.SynonymMap; import com.azure.search.models.ValueFacetResult; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; import org.unitils.reflectionassert.ReflectionComparatorMode; @@ -32,6 +31,10 @@ import java.util.stream.Collectors; import java.util.stream.Stream; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertTrue; import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; /** @@ -98,27 +101,27 @@ private void checkEquals(Map.Entry hotel, Map re } void assertRangeFacets(List baseRateFacets, List lastRenovationDateFacets) { - Assert.assertNull(baseRateFacets.get(0).getFrom()); - Assert.assertEquals(5.0, baseRateFacets.get(0).getTo()); - Assert.assertEquals(5.0, baseRateFacets.get(1).getFrom()); - Assert.assertEquals(8.0, baseRateFacets.get(1).getTo()); - Assert.assertEquals(8.0, baseRateFacets.get(2).getFrom()); - Assert.assertEquals(10.0, baseRateFacets.get(2).getTo()); - Assert.assertEquals(10.0, baseRateFacets.get(3).getFrom()); - Assert.assertNull(baseRateFacets.get(3).getTo()); - - Assert.assertEquals(1, baseRateFacets.get(0).getCount().intValue()); - Assert.assertEquals(1, baseRateFacets.get(1).getCount().intValue()); - Assert.assertEquals(1, baseRateFacets.get(2).getCount().intValue()); - Assert.assertEquals(0, baseRateFacets.get(3).getCount().intValue()); - - Assert.assertNull(lastRenovationDateFacets.get(0).getFrom()); - Assert.assertEquals("2000-01-01T00:00:00.000+0000", lastRenovationDateFacets.get(0).getTo()); - Assert.assertEquals("2000-01-01T00:00:00.000+0000", lastRenovationDateFacets.get(1).getFrom()); - Assert.assertNull(lastRenovationDateFacets.get(1).getTo()); - - Assert.assertEquals(5, lastRenovationDateFacets.get(0).getCount().intValue()); - Assert.assertEquals(2, lastRenovationDateFacets.get(1).getCount().intValue()); + assertNull(baseRateFacets.get(0).getFrom()); + assertEquals(5.0, baseRateFacets.get(0).getTo()); + assertEquals(5.0, baseRateFacets.get(1).getFrom()); + assertEquals(8.0, baseRateFacets.get(1).getTo()); + assertEquals(8.0, baseRateFacets.get(2).getFrom()); + assertEquals(10.0, baseRateFacets.get(2).getTo()); + assertEquals(10.0, baseRateFacets.get(3).getFrom()); + assertNull(baseRateFacets.get(3).getTo()); + + assertEquals(1, baseRateFacets.get(0).getCount().intValue()); + assertEquals(1, baseRateFacets.get(1).getCount().intValue()); + assertEquals(1, baseRateFacets.get(2).getCount().intValue()); + assertEquals(0, baseRateFacets.get(3).getCount().intValue()); + + assertNull(lastRenovationDateFacets.get(0).getFrom()); + assertEquals("2000-01-01T00:00:00.000+0000", lastRenovationDateFacets.get(0).getTo()); + assertEquals("2000-01-01T00:00:00.000+0000", lastRenovationDateFacets.get(1).getFrom()); + assertNull(lastRenovationDateFacets.get(1).getTo()); + + assertEquals(5, lastRenovationDateFacets.get(0).getCount().intValue()); + assertEquals(2, lastRenovationDateFacets.get(1).getCount().intValue()); } List getRangeFacetsForField( @@ -137,26 +140,26 @@ List getValueFacetsForField( private List getFacetsForField( Map> facets, String expectedField, int expectedCount) { - Assert.assertTrue(facets.containsKey(expectedField)); + assertTrue(facets.containsKey(expectedField)); List results = facets.get(expectedField); - Assert.assertEquals(expectedCount, results.size()); + assertEquals(expectedCount, results.size()); return results; } void assertContainHotelIds(List> expected, List actual) { - Assert.assertNotNull(actual); + assertNotNull(actual); List actualKeys = actual.stream().filter(item -> item.getDocument().containsKey("HotelId")) .map(item -> (String) item.getDocument().get("HotelId")).collect(Collectors.toList()); List expectedKeys = expected.stream().filter(item -> item.containsKey("HotelId")) .map(item -> (String) item.get("HotelId")).collect(Collectors.toList()); - Assert.assertEquals(expectedKeys, actualKeys); + assertEquals(expectedKeys, actualKeys); } void assertValueFacetsEqual(List actualFacets, ArrayList expectedFacets) { - Assert.assertEquals(expectedFacets.size(), actualFacets.size()); + assertEquals(expectedFacets.size(), actualFacets.size()); for (int i = 0; i < actualFacets.size(); i++) { - Assert.assertEquals(expectedFacets.get(i).getCount(), actualFacets.get(i).getCount()); - Assert.assertEquals(expectedFacets.get(i).getValue(), actualFacets.get(i).getValue()); + assertEquals(expectedFacets.get(i).getCount(), actualFacets.get(i).getCount()); + assertEquals(expectedFacets.get(i).getValue(), actualFacets.get(i).getValue()); } } @@ -207,10 +210,10 @@ void prepareHotelsSynonymMap(String name, String synonyms, String fieldName) { } void assertListEqualHotelIds(List expected, List actual) { - Assert.assertNotNull(actual); + assertNotNull(actual); List actualKeys = actual.stream().filter(item -> item.getDocument().containsKey("HotelId")) .map(item -> (String) item.getDocument().get("HotelId")).collect(Collectors.toList()); - Assert.assertEquals(expected, actualKeys); + assertEquals(expected, actualKeys); } String createIndexWithNonNullableTypes() { @@ -257,10 +260,19 @@ String createIndexWithNonNullableTypes() { new Field() .setName("Count") .setType(DataType.EDM_INT32) - .setFilterable(true) - )) - ) - ); + .setFilterable(true))), + new Field() + .setName("Buckets") + .setType(DataType.Collection(DataType.EDM_COMPLEX_TYPE)) + .setFields(Arrays.asList( + new Field() + .setName("BucketName") + .setType(DataType.EDM_STRING) + .setFilterable(true), + new Field() + .setName("Count") + .setType(DataType.EDM_INT32) + .setFilterable(true))))); setupIndex(index); diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementAsyncTests.java deleted file mode 100644 index a4a83aa40af5..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementAsyncTests.java +++ /dev/null @@ -1,645 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedFlux; -import com.azure.core.http.rest.Response; -import com.azure.core.util.FluxUtil; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.DefaultCognitiveServicesAccount; -import com.azure.search.models.EntityCategory; -import com.azure.search.models.KeyPhraseExtractionSkillLanguage; -import com.azure.search.models.OcrSkillLanguage; -import com.azure.search.models.RequestOptions; -import com.azure.search.models.SentimentSkillLanguage; -import com.azure.search.models.Skillset; -import com.azure.search.models.SplitSkillLanguage; -import com.azure.search.models.TextExtractionAlgorithm; -import com.azure.search.models.TextSplitMode; -import com.azure.search.test.AccessConditionAsyncTests; -import com.azure.search.test.AccessOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; -import java.util.Arrays; -import java.util.List; -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -public class SkillsetManagementAsyncTests extends SkillsetManagementTestBase { - private SearchServiceAsyncClient client; - - // commonly used lambda definitions - private BiFunction> createOrUpdateSkillsetAsyncFunc = - (Skillset skillset, AccessOptions ac) -> - createSkillset(skillset, ac.getAccessCondition(), ac.getRequestOptions()); - - private Supplier newSkillsetFunc = - () -> createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - private Function mutateSkillsetFunc = this::mutateSkillsInSkillset; - - private BiFunction> deleteSkillsetAsyncFunc = - (String name, AccessOptions ac) -> - deleteSkillset(name, ac.getAccessCondition(), ac.getRequestOptions()); - - private Mono deleteSkillset(String skillsetName, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.deleteSkillsetWithResponse(skillsetName, accessCondition, requestOptions).flatMap(FluxUtil::toMono); - } - - private Mono createSkillset(Skillset skillset, - AccessCondition accessCondition, - RequestOptions requestOptions) { - return client.createOrUpdateSkillsetWithResponse(skillset, accessCondition, requestOptions) - .map(Response::getValue); - } - - @Override - protected void beforeTest() { - super.beforeTest(); - client = getSearchServiceClientBuilder().buildAsyncClient(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase() { - Skillset expectedSkillset = createTestSkillsetImageAnalysisKeyPhrase(); - - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse() { - Skillset expectedSkillset = createTestSkillsetImageAnalysisKeyPhrase(); - - StepVerifier - .create(client.createSkillsetWithResponse(expectedSkillset, generateRequestOptions())) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset.getValue())) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionLanguageDetection() { - Skillset expectedSkillset = createTestSkillsetLanguageDetection(); - - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionMergeText() { - Skillset expectedSkillset = createTestSkillsetMergeText(); - - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionOcrEntity() { - Skillset expectedSkillset = createTestSkillsetOcrEntity(null, null); - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - - List entityCategories = Arrays.asList( - EntityCategory.LOCATION, EntityCategory.ORGANIZATION, EntityCategory.PERSON); - - Skillset expectedSkillsetWithPrintedExtraction = createTestSkillsetOcrEntity(TextExtractionAlgorithm.PRINTED, - entityCategories).setName("testskillset1"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithPrintedExtraction)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithPrintedExtraction, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment() { - Skillset expectedSkillset = createTestSkillsetOcrSentiment(OcrSkillLanguage.PT, - SentimentSkillLanguage.PT_PT, TextExtractionAlgorithm.PRINTED); - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithPrintedExtraction = createTestSkillsetOcrSentiment(OcrSkillLanguage.FI, - SentimentSkillLanguage.FI, TextExtractionAlgorithm.PRINTED).setName("testskillset1"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithPrintedExtraction)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithPrintedExtraction, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithHandWrittenExtraction = createTestSkillsetOcrSentiment(OcrSkillLanguage.EN, - SentimentSkillLanguage.EN, TextExtractionAlgorithm.HANDWRITTEN).setName("testskillset2"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithHandWrittenExtraction)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithHandWrittenExtraction, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionOcrKeyPhrase() { - Skillset expectedSkillset = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.EN, - KeyPhraseExtractionSkillLanguage.EN); - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithFRLanguage = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.FR, - KeyPhraseExtractionSkillLanguage.FR).setName("testskillset1"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithFRLanguage)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithFRLanguage, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithESLanguage = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.ES, - KeyPhraseExtractionSkillLanguage.ES).setName("testskillset2"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithESLanguage)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithESLanguage, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionOcrShaper() { - Skillset expectedSkillset = createTestSkillsetOcrShaper(); - - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionOcrSplitText() { - Skillset expectedSkillset = createTestSkillsetOcrSplitText(OcrSkillLanguage.EN, - SplitSkillLanguage.EN, TextSplitMode.PAGES); - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithFRLanguage = createTestSkillsetOcrSplitText(OcrSkillLanguage.FR, - SplitSkillLanguage.FR, TextSplitMode.PAGES).setName("testskillset1"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithFRLanguage)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithFRLanguage, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithFILanguage = createTestSkillsetOcrSplitText(OcrSkillLanguage.FI, - SplitSkillLanguage.FI, TextSplitMode.SENTENCES).setName("testskillset2"); - StepVerifier - .create(client.createSkillset(expectedSkillsetWithFILanguage)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithFILanguage, actualSkillset)) - .verifyComplete(); - - Skillset expectedSkillsetWithDALanguage = createTestSkillsetOcrSplitText(OcrSkillLanguage.DA, - SplitSkillLanguage.DA, TextSplitMode.SENTENCES).setName("testskillset3"); - StepVerifier - .create(client.deleteSkillset(expectedSkillsetWithFILanguage.getName()) - .then(client.createSkillset(expectedSkillsetWithDALanguage))) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillsetWithDALanguage, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault() { - Skillset expectedSkillset = createSkillsetWithCognitiveServicesKey(); - - StepVerifier - .create(client.createSkillset(expectedSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings() { - Skillset expectedOcrSkillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.createSkillset(expectedOcrSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedOcrSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void getOcrSkillsetReturnsCorrectDefinition() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.createSkillset(expected) - .then(client.getSkillset(expected.getName()))) - .assertNext(actual -> assertSkillsetsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void getOcrSkillsetReturnsCorrectDefinitionWithResponse() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.createSkillset(expected) - .then(client.getSkillsetWithResponse(expected.getName(), generateRequestOptions()))) - .assertNext(actual -> assertSkillsetsEqual(expected, actual.getValue())) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings() { - Skillset expectedImageAnalysisSkillset = createSkillsetWithImageAnalysisDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedImageAnalysisSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedImageAnalysisSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings() { - Skillset expectedKeyPhraseSkillset = createSkillsetWithKeyPhraseExtractionDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedKeyPhraseSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedKeyPhraseSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings() { - Skillset expectedMergeSkillset = createSkillsetWithMergeDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedMergeSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedMergeSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings() { - Skillset expectedEntityRecognitionSkillset = createSkillsetWithEntityRecognitionDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedEntityRecognitionSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedEntityRecognitionSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings() { - Skillset expectedSentimentSkillset = createSkillsetWithSentimentDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedSentimentSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSentimentSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, true); - - StepVerifier - .create(client.createSkillset(expected) - .then(client.getSkillset(expected.getName()))) - .assertNext(actual -> assertSkillsetsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings() { - Skillset expectedSplitSkillset = createSkillsetWithSplitDefaultSettings(); - - StepVerifier - .create(client.createSkillset(expectedSplitSkillset)) - .assertNext(actualSkillset -> assertSkillsetsEqual(expectedSplitSkillset, actualSkillset)) - .verifyComplete(); - } - - @Test - public void createCustomSkillsetReturnsCorrectDefinition() { - Skillset expected = createSkillsetWithCustomSkills(); - - StepVerifier - .create(client.createSkillset(expected)) - .assertNext(actual -> assertSkillsetsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void getSkillsetThrowsOnNotFound() { - String skillsetName = "thisdoesnotexist"; - assertHttpResponseExceptionAsync( - client.getSkillset(skillsetName), - HttpResponseStatus.NOT_FOUND, - "No skillset with the name 'thisdoesnotexist' was found in service" - ); - } - - @Test - public void canCreateAndListSkillsets() { - Skillset skillset1 = createSkillsetWithCognitiveServicesKey(); - Skillset skillset2 = createSkillsetWithEntityRecognitionDefaultSettings(); - - PagedFlux listResponse = client.listSkillsets(); - - StepVerifier - .create( - client.createSkillset(skillset1) - .then(client.createSkillset(skillset2)) - .thenMany(client.listSkillsets())) - .assertNext(resSkillSet1 -> Assert.assertEquals(skillset1.getName(), resSkillSet1.getName())) - .assertNext(resSkillSet2 -> Assert.assertEquals(skillset2.getName(), resSkillSet2.getName())) - .verifyComplete(); - } - - @Test - public void canListSkillsetsWithSelectedField() { - Skillset skillset1 = createSkillsetWithCognitiveServicesKey(); - Skillset skillset2 = createSkillsetWithEntityRecognitionDefaultSettings(); - - StepVerifier.create(client.createSkillset(skillset1) - .then(client.createSkillset(skillset2)) - .thenMany(client.listSkillsets("name", generateRequestOptions()))) - .assertNext(resSkillSet1 -> { - Assert.assertEquals(skillset1.getName(), resSkillSet1.getName()); - Assert.assertNotNull(resSkillSet1.getName()); - Assert.assertNull(resSkillSet1.getCognitiveServicesAccount()); - Assert.assertNull(resSkillSet1.getDescription()); - Assert.assertNull(resSkillSet1.getSkills()); - Assert.assertNull(resSkillSet1.getETag()); }) - .assertNext(resSkillSet2 -> { - Assert.assertEquals(skillset2.getName(), resSkillSet2.getName()); - Assert.assertNotNull(resSkillSet2.getName()); - Assert.assertNull(resSkillSet2.getCognitiveServicesAccount()); - Assert.assertNull(resSkillSet2.getDescription()); - Assert.assertNull(resSkillSet2.getSkills()); - Assert.assertNull(resSkillSet2.getETag()); }) - .verifyComplete(); - } - - @Test - public void deleteSkillsetIsIdempotent() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(deleteResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()) - ) - .verifyComplete(); - - client.createSkillset(skillset).block(); - - StepVerifier - .create(client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(deleteResponse -> - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(deleteResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()) - ) - .verifyComplete(); - } - - @Test - public void canCreateAndDeleteSkillset() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create( - client.createSkillset(expected) - .then(client.deleteSkillset(expected.getName())) - .then(client.skillsetExists(expected.getName()))) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void createOrUpdateCreatesWhenSkillsetDoesNotExist() { - Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED, false); - - StepVerifier - .create(client.createOrUpdateSkillset(expected)) - .assertNext(res -> assertSkillsetsEqual(expected, res)) - .verifyComplete(); - } - - @Test - public void createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse() { - Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED, false); - - StepVerifier - .create(client.createOrUpdateSkillsetWithResponse(expected, new AccessCondition(), - generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpResponseStatus.CREATED.code(), res.getStatusCode())) - .verifyComplete(); - } - - @Test - public void createOrUpdateUpdatesWhenSkillsetExists() { - Skillset skillset = createTestOcrSkillSet(1, TextExtractionAlgorithm.HANDWRITTEN, false); - StepVerifier - .create(client.createOrUpdateSkillsetWithResponse(skillset, new AccessCondition(), - generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpResponseStatus.CREATED.code(), res.getStatusCode())) - .verifyComplete(); - - skillset = createTestOcrSkillSet(2, TextExtractionAlgorithm.PRINTED, false); - StepVerifier - .create(client.createOrUpdateSkillsetWithResponse(skillset, new AccessCondition(), - generateRequestOptions())) - .assertNext(res -> Assert.assertEquals(HttpResponseStatus.OK.code(), res.getStatusCode())) - .verifyComplete(); - } - - @Test - public void existsReturnsFalseForNonExistingSkillset() { - StepVerifier - .create(client.skillsetExists("nonexistent")) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingSkillset() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.createSkillset(skillset) - .then(client.skillsetExists(skillset.getName()))) - .assertNext(Assert::assertTrue) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingSkillsetWithResponse() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - StepVerifier - .create(client.createSkillset(skillset) - .then(client.skillsetExistsWithResponse(skillset.getName(), generateRequestOptions()))) - .assertNext(res -> Assert.assertTrue(res.getValue())) - .verifyComplete(); - } - - @Test - public void createOrUpdateUpdatesSkills() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - - Mono updatedSkillSetResult = client.createSkillset(skillset).map(createdSkillset -> - // update skills - createdSkillset.setSkills(getCreateOrUpdateSkills()) - ).flatMap(updatedSkillSet -> client.createOrUpdateSkillset(updatedSkillSet)); - - StepVerifier - .create(updatedSkillSetResult) - .assertNext(res -> assertSkillsetsEqual(skillset.setSkills(getCreateOrUpdateSkills()), res)) - .verifyComplete(); - } - - @Test - public void createOrUpdateUpdatesCognitiveService() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - - Mono updatedSkillset = client.createSkillset(skillset) - .map(createdSkillset -> - // update Cognitive Service - createdSkillset - .setCognitiveServicesAccount(new DefaultCognitiveServicesAccount().setDescription("description"))) - .flatMap(createdSkillset -> client.createOrUpdateSkillset(createdSkillset)); - - StepVerifier - .create(updatedSkillset) - .assertNext(res -> assertSkillsetsEqual( - skillset.setCognitiveServicesAccount(new DefaultCognitiveServicesAccount() - .setDescription("description")), res)) - .verifyComplete(); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs() { - Skillset expected = createSkillsetWithSharperSkillWithNestedInputs(); - - StepVerifier - .create(client.createSkillset(expected)) - .assertNext(actual -> assertSkillsetsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void createOrUpdateSkillsetIfNotExistsFailsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - createOrUpdateSkillsetAsyncFunc, - newSkillsetFunc, - mutateSkillsetFunc); - } - - @Test - public void createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - createOrUpdateSkillsetAsyncFunc, - newSkillsetFunc); - } - - @Test - public void createOrUpdateSkillsetIfExistsSucceedsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsSucceedsOnExistingResourceAsync( - newSkillsetFunc, - createOrUpdateSkillsetAsyncFunc, - mutateSkillsetFunc); - } - - @Test - public void createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs() { - Skillset skillset = createSkillsetWithNonSharperSkillWithNestedInputs(); - - assertHttpResponseExceptionAsync( - client.createSkillset(skillset), - HttpResponseStatus.BAD_REQUEST, - "Skill '#1' is not allowed to have recursively defined inputs" - ); - } - - @Test - public void createSkillsetReturnsCorrectDefinitionConditional() { - Skillset expected = createTestSkillsetConditional(); - - StepVerifier - .create(client.createSkillset(expected)) - .assertNext(actual -> assertSkillsetsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void createOrUpdateSkillsetIfExistsFailsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsFailsOnNoResourceAsync( - newSkillsetFunc, - createOrUpdateSkillsetAsyncFunc); - } - - @Test - public void createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - newSkillsetFunc, - createOrUpdateSkillsetAsyncFunc, - mutateSkillsetFunc); - } - - @Test - public void createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedFailsWhenResourceChangedAsync( - newSkillsetFunc, - createOrUpdateSkillsetAsyncFunc, - mutateSkillsetFunc); - } - - @Test - public void deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - deleteSkillsetAsyncFunc, - newSkillsetFunc, - createOrUpdateSkillsetAsyncFunc, - mutateSkillsetFunc, - OCR_SKILLSET_NAME); - } - - @Test - public void deleteSkillsetIfExistsWorksOnlyWhenResourceExists() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExistsAsync( - deleteSkillsetAsyncFunc, - createOrUpdateSkillsetAsyncFunc, - newSkillsetFunc, - OCR_SKILLSET_NAME); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementSyncTests.java index 7e0f523bac53..75cacb226b2a 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementSyncTests.java @@ -2,27 +2,48 @@ // Licensed under the MIT License. package com.azure.search; +import com.azure.core.exception.HttpResponseException; import com.azure.core.http.rest.PagedIterable; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; import com.azure.search.models.AccessCondition; +import com.azure.search.models.ConditionalSkill; import com.azure.search.models.DefaultCognitiveServicesAccount; import com.azure.search.models.EntityCategory; +import com.azure.search.models.EntityRecognitionSkill; +import com.azure.search.models.EntityRecognitionSkillLanguage; +import com.azure.search.models.ImageAnalysisSkill; +import com.azure.search.models.ImageAnalysisSkillLanguage; +import com.azure.search.models.ImageDetail; +import com.azure.search.models.InputFieldMappingEntry; +import com.azure.search.models.KeyPhraseExtractionSkill; import com.azure.search.models.KeyPhraseExtractionSkillLanguage; +import com.azure.search.models.LanguageDetectionSkill; +import com.azure.search.models.MergeSkill; +import com.azure.search.models.OcrSkill; import com.azure.search.models.OcrSkillLanguage; +import com.azure.search.models.OutputFieldMappingEntry; import com.azure.search.models.RequestOptions; +import com.azure.search.models.SentimentSkill; import com.azure.search.models.SentimentSkillLanguage; +import com.azure.search.models.ShaperSkill; +import com.azure.search.models.Skill; import com.azure.search.models.Skillset; +import com.azure.search.models.SplitSkill; import com.azure.search.models.SplitSkillLanguage; import com.azure.search.models.TextExtractionAlgorithm; import com.azure.search.models.TextSplitMode; +import com.azure.search.models.VisualFeature; +import com.azure.search.models.WebApiSkill; import com.azure.search.test.AccessConditionTests; import com.azure.search.test.AccessOptions; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; +import java.util.ArrayList; import java.util.Arrays; +import java.util.Collections; +import java.util.HashMap; import java.util.List; import java.util.function.BiConsumer; import java.util.function.BiFunction; @@ -30,28 +51,31 @@ import java.util.function.Supplier; import java.util.stream.Collectors; -public class SkillsetManagementSyncTests extends SkillsetManagementTestBase { +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertThrows; + +public class SkillsetManagementSyncTests extends SearchServiceTestBase { + private static final String CONTEXT_VALUE = "/document"; + private static final String OCR_SKILLSET_NAME = "ocr-skillset"; + private SearchServiceClient client; // commonly used lambda definitions - private BiFunction createOrUpdateSkillsetFunc = - (Skillset skillset, AccessOptions ac) -> - createSkillset(skillset, ac.getAccessCondition(), ac.getRequestOptions()); + private BiFunction createOrUpdateSkillsetFunc = + (Skillset skillset, AccessOptions ac) -> + createSkillset(skillset, ac.getAccessCondition(), ac.getRequestOptions()); private Supplier newSkillsetFunc = - () -> createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + () -> createSkillsetWithOcrDefaultSettings(false); private Function mutateSkillsetFunc = this::mutateSkillsInSkillset; - private BiConsumer deleteSkillsetFunc = - (String name, AccessOptions ac) -> - client.deleteSkillsetWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); + private BiConsumer deleteSkillsetFunc = (String name, AccessOptions ac) -> + client.deleteSkillsetWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); - private Skillset createSkillset(Skillset skillset, - AccessCondition accessCondition, - RequestOptions requestOptions) { + private Skillset createSkillset(Skillset skillset, AccessCondition accessCondition, RequestOptions requestOptions) { return client.createOrUpdateSkillsetWithResponse(skillset, accessCondition, requestOptions, Context.NONE) .getValue(); } @@ -66,7 +90,7 @@ protected void beforeTest() { public void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase() { Skillset expectedSkillset = createTestSkillsetImageAnalysisKeyPhrase(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -74,7 +98,7 @@ public void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResp Skillset expectedSkillset = createTestSkillsetImageAnalysisKeyPhrase(); Response skillsetResponse = client.createSkillsetWithResponse(expectedSkillset, generateRequestOptions(), Context.NONE); - assertSkillsetsEqual(expectedSkillset, skillsetResponse.getValue()); + TestHelpers.assertSkillsetsEqual(expectedSkillset, skillsetResponse.getValue()); } @Test @@ -82,7 +106,7 @@ public void createSkillsetReturnsCorrectDefinitionLanguageDetection() { Skillset expectedSkillset = createTestSkillsetLanguageDetection(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -90,14 +114,14 @@ public void createSkillsetReturnsCorrectDefinitionMergeText() { Skillset expectedSkillset = createTestSkillsetMergeText(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test public void createSkillsetReturnsCorrectDefinitionOcrEntity() { Skillset expectedSkillset = createTestSkillsetOcrEntity(null, null); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); List entityCategories = Arrays.asList( EntityCategory.LOCATION, EntityCategory.ORGANIZATION, EntityCategory.PERSON); @@ -105,7 +129,7 @@ public void createSkillsetReturnsCorrectDefinitionOcrEntity() { expectedSkillset = createTestSkillsetOcrEntity(TextExtractionAlgorithm.PRINTED, entityCategories) .setName("testskillset1"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -113,17 +137,17 @@ public void createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment() { Skillset expectedSkillset = createTestSkillsetOcrSentiment(OcrSkillLanguage.PT, SentimentSkillLanguage.PT_PT, TextExtractionAlgorithm.PRINTED); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrSentiment(OcrSkillLanguage.FI, SentimentSkillLanguage.FI, TextExtractionAlgorithm.PRINTED).setName("testskillset1"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrSentiment(OcrSkillLanguage.EN, SentimentSkillLanguage.EN, TextExtractionAlgorithm.HANDWRITTEN).setName("testskillset2"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -131,17 +155,17 @@ public void createSkillsetReturnsCorrectDefinitionOcrKeyPhrase() { Skillset expectedSkillset = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.EN, KeyPhraseExtractionSkillLanguage.EN); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.FR, KeyPhraseExtractionSkillLanguage.FR) .setName("testskillset1"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrKeyPhrase(OcrSkillLanguage.ES, KeyPhraseExtractionSkillLanguage.ES) .setName("testskillset2"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -149,7 +173,7 @@ public void createSkillsetReturnsCorrectDefinitionOcrShaper() { Skillset expectedSkillset = createTestSkillsetOcrShaper(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -157,24 +181,24 @@ public void createSkillsetReturnsCorrectDefinitionOcrSplitText() { Skillset expectedSkillset = createTestSkillsetOcrSplitText(OcrSkillLanguage.EN, SplitSkillLanguage.EN, TextSplitMode.PAGES); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrSplitText(OcrSkillLanguage.FR, SplitSkillLanguage.FR, TextSplitMode.PAGES).setName("testskillset1"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); expectedSkillset = createTestSkillsetOcrSplitText(OcrSkillLanguage.FI, SplitSkillLanguage.FI, TextSplitMode.SENTENCES).setName("testskillset2"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); client.deleteSkillset(expectedSkillset.getName()); expectedSkillset = createTestSkillsetOcrSplitText(OcrSkillLanguage.DA, SplitSkillLanguage.DA, TextSplitMode.SENTENCES).setName("testskillset3"); actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -183,15 +207,15 @@ public void createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault() Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test public void createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings() { - Skillset expectedSkillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset expectedSkillset = createSkillsetWithOcrDefaultSettings(false); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -199,7 +223,7 @@ public void createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettin Skillset expectedSkillset = createSkillsetWithImageAnalysisDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -207,7 +231,7 @@ public void createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefault Skillset expectedSkillset = createSkillsetWithKeyPhraseExtractionDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -215,7 +239,7 @@ public void createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings() { Skillset expectedSkillset = createSkillsetWithMergeDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -223,37 +247,37 @@ public void createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSe Skillset expectedSkillset = createSkillsetWithEntityRecognitionDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test public void getOcrSkillsetReturnsCorrectDefinition() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset expected = createSkillsetWithOcrDefaultSettings(false); client.createSkillset(expected); Skillset actual = client.getSkillset(expected.getName()); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test public void getOcrSkillsetReturnsCorrectDefinitionWithResponse() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset expected = createSkillsetWithOcrDefaultSettings(false); client.createSkillset(expected); Skillset actual = client.getSkillsetWithResponse(expected.getName(), generateRequestOptions(), Context.NONE) .getValue(); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test public void getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, true); + Skillset expected = createSkillsetWithOcrDefaultSettings(true); client.createSkillset(expected); Skillset actual = client.getSkillset(expected.getName()); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test @@ -261,7 +285,7 @@ public void createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings() Skillset expectedSkillset = createSkillsetWithSentimentDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -269,7 +293,7 @@ public void createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings() { Skillset expectedSkillset = createSkillsetWithSplitDefaultSettings(); Skillset actualSkillset = client.createSkillset(expectedSkillset); - assertSkillsetsEqual(expectedSkillset, actualSkillset); + TestHelpers.assertSkillsetsEqual(expectedSkillset, actualSkillset); } @Test @@ -277,7 +301,7 @@ public void createCustomSkillsetReturnsCorrectDefinition() { Skillset expected = createSkillsetWithCustomSkills(); Skillset actual = client.createSkillset(expected); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test @@ -300,9 +324,9 @@ public void canCreateAndListSkillsets() { PagedIterable actual = client.listSkillsets(); List result = actual.stream().collect(Collectors.toList()); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(skillset1.getName(), result.get(0).getName()); - Assert.assertEquals(skillset2.getName(), result.get(1).getName()); + assertEquals(2, result.size()); + assertEquals(skillset1.getName(), result.get(0).getName()); + assertEquals(skillset2.getName(), result.get(1).getName()); } @Test @@ -317,122 +341,101 @@ public void canListSkillsetsWithSelectedField() { List result = selectedFieldListResponse.stream().collect(Collectors.toList()); result.forEach(res -> { - Assert.assertNotNull(res.getName()); - Assert.assertNull(res.getCognitiveServicesAccount()); - Assert.assertNull(res.getDescription()); - Assert.assertNull(res.getSkills()); - Assert.assertNull(res.getETag()); + assertNotNull(res.getName()); + assertNull(res.getCognitiveServicesAccount()); + assertNull(res.getDescription()); + assertNull(res.getSkills()); + assertNull(res.getETag()); }); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(result.get(0).getName(), skillset1.getName()); - Assert.assertEquals(result.get(1).getName(), skillset2.getName()); + assertEquals(2, result.size()); + assertEquals(result.get(0).getName(), skillset1.getName()); + assertEquals(result.get(1).getName(), skillset2.getName()); } @Test public void deleteSkillsetIsIdempotent() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset skillset = createSkillsetWithOcrDefaultSettings(false); Response deleteResponse = client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); client.createSkillset(skillset); // Delete the same skillset twice deleteResponse = client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); deleteResponse = client.deleteSkillsetWithResponse(skillset.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); } @Test public void canCreateAndDeleteSkillset() { - Skillset expected = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset expected = createSkillsetWithOcrDefaultSettings(false); client.createSkillset(expected); client.deleteSkillset(expected.getName()); - Assert.assertFalse(client.skillsetExists(expected.getName())); + assertThrows(HttpResponseException.class, () -> client.getSkillset(expected.getName())); } @Test public void createOrUpdateCreatesWhenSkillsetDoesNotExist() { - Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED, false); + Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED); Skillset actual = client.createOrUpdateSkillset(expected); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test public void createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse() { - Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED, false); + Skillset expected = createTestOcrSkillSet(1, TextExtractionAlgorithm.PRINTED); Response createOrUpdateResponse = client.createOrUpdateSkillsetWithResponse(expected, new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); } @Test public void createOrUpdateUpdatesWhenSkillsetExists() { - Skillset skillset = createTestOcrSkillSet(1, TextExtractionAlgorithm.HANDWRITTEN, false); + Skillset skillset = createTestOcrSkillSet(1, TextExtractionAlgorithm.HANDWRITTEN); Response createOrUpdateResponse = client.createOrUpdateSkillsetWithResponse(skillset, new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); - skillset = createTestOcrSkillSet(2, TextExtractionAlgorithm.PRINTED, false); + skillset = createTestOcrSkillSet(2, TextExtractionAlgorithm.PRINTED); createOrUpdateResponse = client.createOrUpdateSkillsetWithResponse(skillset, new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.OK.code(), createOrUpdateResponse.getStatusCode()); - } - - @Test - public void existsReturnsFalseForNonExistingSkillset() { - Assert.assertFalse(client.skillsetExists("nonexistent")); - } - - @Test - public void existsReturnsTrueForExistingSkillset() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - client.createSkillset(skillset); - - Assert.assertTrue(client.skillsetExists(skillset.getName())); - } - - @Test - public void existsReturnsTrueForExistingSkillsetWithResponse() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); - client.createSkillset(skillset); - - Assert.assertTrue(client.skillsetExistsWithResponse(skillset.getName(), generateRequestOptions(), Context.NONE).getValue()); + assertEquals(HttpResponseStatus.OK.code(), createOrUpdateResponse.getStatusCode()); } @Test public void createOrUpdateUpdatesSkills() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset skillset = createSkillsetWithOcrDefaultSettings(false); Skillset createdSkillset = client.createSkillset(skillset); // update skills createdSkillset.setSkills(getCreateOrUpdateSkills()); - assertSkillsetsEqual(createdSkillset, client.createOrUpdateSkillset(createdSkillset)); + TestHelpers.assertSkillsetsEqual(createdSkillset, client.createOrUpdateSkillset(createdSkillset)); } @Test public void createOrUpdateUpdatesCognitiveService() { - Skillset skillset = createSkillsetWithOcrDefaultSettings(OCR_SKILLSET_NAME, false); + Skillset skillset = createSkillsetWithOcrDefaultSettings(false); Skillset createdSkillset = client.createSkillset(skillset); // update skills createdSkillset.setCognitiveServicesAccount(new DefaultCognitiveServicesAccount().setDescription("description")); - assertSkillsetsEqual(createdSkillset, client.createOrUpdateSkillset(createdSkillset)); + TestHelpers.assertSkillsetsEqual(createdSkillset, client.createOrUpdateSkillset(createdSkillset)); } @Test @@ -440,12 +443,27 @@ public void createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs() { Skillset expected = createSkillsetWithSharperSkillWithNestedInputs(); Skillset actual = client.createSkillset(expected); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } - @Test + // TODO (alzimmer): This test doesn't complete as expected, follow-up with a fix for it. + //@Test public void createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs() { - Skillset skillset = createSkillsetWithNonSharperSkillWithNestedInputs(); + List inputs = this.createNestedInputFieldMappingEntry(); + List outputs = this.createOutputFieldMappingEntry(); + + List skills = new ArrayList<>(); + // Used for testing skill that shouldn't allow nested inputs + skills.add(new WebApiSkill().setUri("https://contoso.example.org") + .setDescription("Invalid skill with nested inputs") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + Skillset skillset = new Skillset() + .setName("nested-skillset-with-nonsharperskill") + .setDescription("Skillset for testing") + .setSkills(skills); assertHttpResponseException( () -> client.createSkillset(skillset), @@ -458,82 +476,636 @@ public void createSkillsetReturnsCorrectDefinitionConditional() { Skillset expected = createTestSkillsetConditional(); Skillset actual = client.createSkillset(expected); - assertSkillsetsEqual(expected, actual); + TestHelpers.assertSkillsetsEqual(expected, actual); } @Test public void createOrUpdateSkillsetIfNotExistsFailsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResource( - createOrUpdateSkillsetFunc, - newSkillsetFunc, - mutateSkillsetFunc); + AccessConditionTests.createOrUpdateIfNotExistsFailsOnExistingResource(createOrUpdateSkillsetFunc, + newSkillsetFunc, mutateSkillsetFunc); } @Test public void createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResource( - createOrUpdateSkillsetFunc, - newSkillsetFunc); + AccessConditionTests.createOrUpdateIfNotExistsSucceedsOnNoResource(createOrUpdateSkillsetFunc, newSkillsetFunc); } @Test public void createOrUpdateSkillsetIfExistsSucceedsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsSucceedsOnExistingResource( - newSkillsetFunc, - createOrUpdateSkillsetFunc, + AccessConditionTests.updateIfExistsSucceedsOnExistingResource(newSkillsetFunc, createOrUpdateSkillsetFunc, mutateSkillsetFunc); } @Test public void createOrUpdateSkillsetIfExistsFailsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsFailsOnNoResource( - newSkillsetFunc, - createOrUpdateSkillsetFunc); + AccessConditionTests.updateIfExistsFailsOnNoResource(newSkillsetFunc, createOrUpdateSkillsetFunc); } @Test public void createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchanged( - newSkillsetFunc, - createOrUpdateSkillsetFunc, - mutateSkillsetFunc); + AccessConditionTests.updateIfNotChangedSucceedsWhenResourceUnchanged(newSkillsetFunc, + createOrUpdateSkillsetFunc, mutateSkillsetFunc); } @Test public void createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedFailsWhenResourceChanged( - newSkillsetFunc, - createOrUpdateSkillsetFunc, + AccessConditionTests.updateIfNotChangedFailsWhenResourceChanged(newSkillsetFunc, createOrUpdateSkillsetFunc, mutateSkillsetFunc); } @Test public void deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.deleteIfNotChangedWorksOnlyOnCurrentResource( - deleteSkillsetFunc, - newSkillsetFunc, - createOrUpdateSkillsetFunc, - OCR_SKILLSET_NAME); + AccessConditionTests.deleteIfNotChangedWorksOnlyOnCurrentResource(deleteSkillsetFunc, newSkillsetFunc, + createOrUpdateSkillsetFunc, OCR_SKILLSET_NAME); } @Test public void deleteSkillsetIfExistsWorksOnlyWhenResourceExists() { - AccessConditionTests act = new AccessConditionTests(); + AccessConditionTests.deleteIfExistsWorksOnlyWhenResourceExists(deleteSkillsetFunc, createOrUpdateSkillsetFunc, + newSkillsetFunc, OCR_SKILLSET_NAME); + } + + private InputFieldMappingEntry simpleInputFieldMappingEntry(String name, String source) { + return new InputFieldMappingEntry().setName(name).setSource(source); + } + + private OutputFieldMappingEntry createOutputFieldMappingEntry(String name, String targetName) { + return new OutputFieldMappingEntry().setName(name).setTargetName(targetName); + } + + Skillset createTestSkillsetImageAnalysisKeyPhrase() { + List skills = new ArrayList<>(); + + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString") + ); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("description", "mydescription")); + + skills.add(new ImageAnalysisSkill() + .setVisualFeatures(Arrays.asList(VisualFeature.values())) + .setDetails(Arrays.asList(ImageDetail.values())) + .setDefaultLanguageCode(ImageAnalysisSkillLanguage.EN) + .setName("myimage") + .setDescription("Tested image analysis skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mydescription/*/Tags/*")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("keyPhrases", "myKeyPhrases")); + skills.add(new KeyPhraseExtractionSkill() + .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) + .setName("mykeyphrases") + .setDescription("Tested Key Phrase skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("image-analysis-key-phrase-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetLanguageDetection() { + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/text")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("languageCode", "myLanguageCode")); + + List skills = Collections.singletonList( + new LanguageDetectionSkill() + .setName("mylanguage") + .setDescription("Tested Language Detection skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("language-detection-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetMergeText() { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("text", "/document/text"), + simpleInputFieldMappingEntry("itemsToInsert", "/document/textitems"), + simpleInputFieldMappingEntry("offsets", "/document/offsets")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("mergedText", "myMergedText")); + + List skills = Collections.singletonList( + new MergeSkill() + .setInsertPostTag("__e") + .setInsertPreTag("__") + .setName("mymerge") + .setDescription("Tested Merged Text skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("merge-text-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetOcrShaper() { + List skills = new ArrayList<>(); + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + skills.add(new OcrSkill() + .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) + .setDefaultLanguageCode(OcrSkillLanguage.EN) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("output", "myOutput")); + skills.add(new ShaperSkill() + .setName("mysharper") + .setDescription("Tested Shaper skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("ocr-shaper-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createSkillsetWithCognitiveServicesKey() { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + List skills = Collections.singletonList( + new OcrSkill() + .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) + .setDefaultLanguageCode(OcrSkillLanguage.EN) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("cognitive-services-key-skillset") + .setDescription("Skillset for testing") + .setSkills(skills) + .setCognitiveServicesAccount(new DefaultCognitiveServicesAccount()); + } + + Skillset createTestSkillsetConditional() { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("condition", "= $(/document/language) == null"), + simpleInputFieldMappingEntry("whenTrue", "= 'es'"), + simpleInputFieldMappingEntry("whenFalse", "= $(/document/language)")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("output", "myLanguageCode")); + + List skills = Collections.singletonList( + new ConditionalSkill() + .setName("myconditional") + .setDescription("Tested Conditional skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("conditional-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset mutateSkillsInSkillset(Skillset skillset) { + return skillset.setSkills(Collections.singletonList( + new KeyPhraseExtractionSkill() + .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) + .setName("mykeyphrases") + .setDescription("Tested Key Phrase skill") + .setContext(CONTEXT_VALUE) + .setInputs(Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/mydescription/*/Tags/*"))) + .setOutputs(Collections.singletonList(createOutputFieldMappingEntry("keyPhrases", "myKeyPhrases"))) + )); + } + + Skillset createTestSkillsetOcrEntity(TextExtractionAlgorithm algorithm, List categories) { + List skills = new ArrayList<>(); + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + skills.add(new OcrSkill() + .setTextExtractionAlgorithm(algorithm) + .setDefaultLanguageCode(OcrSkillLanguage.EN) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("entities", "myEntities")); + skills.add(new EntityRecognitionSkill() + .setCategories(categories) + .setDefaultLanguageCode(EntityRecognitionSkillLanguage.EN) + .setMinimumPrecision(0.5) + .setName("myentity") + .setDescription("Tested Entity Recognition skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("ocr-entity-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetOcrSentiment(OcrSkillLanguage ocrLanguageCode, SentimentSkillLanguage sentimentLanguageCode, TextExtractionAlgorithm algorithm) { + List skills = new ArrayList<>(); + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + skills.add(new OcrSkill() + .setTextExtractionAlgorithm(algorithm) + .setDefaultLanguageCode(ocrLanguageCode) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("score", "mySentiment")); + skills.add(new SentimentSkill() + .setDefaultLanguageCode(sentimentLanguageCode) + .setName("mysentiment") + .setDescription("Tested Sentiment skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("ocr-sentiment-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetOcrKeyPhrase(OcrSkillLanguage ocrLanguageCode, KeyPhraseExtractionSkillLanguage keyPhraseLanguageCode) { + List skills = new ArrayList<>(); + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + skills.add(new OcrSkill() + .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) + .setDefaultLanguageCode(ocrLanguageCode) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("keyPhrases", "myKeyPhrases")); + skills.add(new KeyPhraseExtractionSkill() + .setDefaultLanguageCode(keyPhraseLanguageCode) + .setName("mykeyphrases") + .setDescription("Tested Key Phrase skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("ocr-key-phrase-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestSkillsetOcrSplitText(OcrSkillLanguage ocrLanguageCode, SplitSkillLanguage splitLanguageCode, TextSplitMode textSplitMode) { + List skills = new ArrayList<>(); + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + skills.add(new OcrSkill() + .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) + .setDefaultLanguageCode(ocrLanguageCode) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + inputs = Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + outputs = Collections.singletonList(createOutputFieldMappingEntry("textItems", "myTextItems")); + skills.add(new SplitSkill() + .setDefaultLanguageCode(splitLanguageCode) + .setTextSplitMode(textSplitMode) + .setName("mysplit") + .setDescription("Tested Split skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + + return new Skillset() + .setName("ocr-split-text-skillset") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + Skillset createTestOcrSkillSet(int repeat, TextExtractionAlgorithm algorithm) { + List skills = new ArrayList<>(); + + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + for (int i = 0; i < repeat; i++) { + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext" + i)); + + skills.add(new OcrSkill() + .setDefaultLanguageCode(OcrSkillLanguage.EN) + .setTextExtractionAlgorithm(algorithm) + .setShouldDetectOrientation(false) + .setName("myocr-" + i) + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs)); + } + + return new Skillset() + .setName("testskillset") + .setDescription("Skillset for testing OCR") + .setSkills(skills); + } + + Skillset createSkillsetWithOcrDefaultSettings(Boolean shouldDetectOrientation) { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("text", "mytext")); + + List skills = Collections.singletonList( + new OcrSkill() + .setShouldDetectOrientation(shouldDetectOrientation) + .setName("myocr") + .setDescription("Tested OCR skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName(SkillsetManagementSyncTests.OCR_SKILLSET_NAME) + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithImageAnalysisDefaultSettings() { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("url", "/document/url"), + simpleInputFieldMappingEntry("queryString", "/document/queryString")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("description", "mydescription")); + + List skills = Collections.singletonList( + new ImageAnalysisSkill() + .setName("myimage") + .setDescription("Tested image analysis skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("image-analysis-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithKeyPhraseExtractionDefaultSettings() { + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/myText")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("keyPhrases", "myKeyPhrases")); + + List skills = Collections.singletonList( + new KeyPhraseExtractionSkill() + .setName("mykeyphrases") + .setDescription("Tested Key Phrase skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("key-phrase-extraction-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithMergeDefaultSettings() { + List inputs = Arrays.asList( + simpleInputFieldMappingEntry("text", "/document/text"), + simpleInputFieldMappingEntry("itemsToInsert", "/document/textitems"), + simpleInputFieldMappingEntry("offsets", "/document/offsets")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("mergedText", "myMergedText")); + + List skills = Collections.singletonList( + new MergeSkill() + .setName("mymerge") + .setDescription("Tested Merged Text skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("merge-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithSentimentDefaultSettings() { + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("score", "mySentiment")); + + List skills = Collections.singletonList( + new SentimentSkill() + .setName("mysentiment") + .setDescription("Tested Sentiment skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("sentiment-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithEntityRecognitionDefaultSettings() { + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("entities", "myEntities")); + + List skills = Collections.singletonList( + new EntityRecognitionSkill() + .setName("myentity") + .setDescription("Tested Entity Recognition skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("entity-recognition-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithSplitDefaultSettings() { + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("textItems", "myTextItems")); + + List skills = Collections.singletonList( + new SplitSkill() + .setTextSplitMode(TextSplitMode.PAGES) + .setName("mysplit") + .setDescription("Tested Split skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("split-skillset") + .setDescription("Skillset for testing default configuration") + .setSkills(skills); + } + + Skillset createSkillsetWithCustomSkills() { + HashMap headers = new HashMap<>(); + headers.put("Ocp-Apim-Subscription-Key", "foobar"); + + List inputs = Collections + .singletonList(simpleInputFieldMappingEntry("text", "/document/mytext")); + + List outputs = Collections + .singletonList(createOutputFieldMappingEntry("textItems", "myTextItems")); + + Skill webApiSkill = new WebApiSkill() + .setUri("https://indexer-e2e-webskill.azurewebsites.net/api/InvokeTextAnalyticsV3?code=foo") + .setHttpMethod("POST") + .setHttpHeaders(headers) + .setInputs(inputs) + .setOutputs(outputs) + .setName("webapi-skill") + .setDescription("Calls an Azure function, which in turn calls Bing Entity Search"); + + return new Skillset() + .setName("custom-skillset") + .setDescription("Skillset for testing custom skillsets") + .setSkills(Collections.singletonList(webApiSkill)); + } + + Skillset createSkillsetWithSharperSkillWithNestedInputs() { + List inputs = this.createNestedInputFieldMappingEntry(); + List outputs = this.createOutputFieldMappingEntry(); + + List skills = new ArrayList<>(); + skills.add(new ShaperSkill() + .setName("myshaper") + .setDescription("Tested Shaper skill") + .setContext(CONTEXT_VALUE) + .setInputs(inputs) + .setOutputs(outputs) + ); + + return new Skillset() + .setName("nested-skillset-with-sharperskill") + .setDescription("Skillset for testing") + .setSkills(skills); + } + + private List createNestedInputFieldMappingEntry() { + return Collections.singletonList( + new InputFieldMappingEntry() + .setName("doc") + .setSourceContext("/document") + .setInputs(Arrays.asList( + simpleInputFieldMappingEntry("text", "/document/content"), + simpleInputFieldMappingEntry("images", "/document/normalized_images/*"))) + ); + } + + private List createOutputFieldMappingEntry() { + return Collections.singletonList(createOutputFieldMappingEntry("output", "myOutput")); + } + - act.deleteIfExistsWorksOnlyWhenResourceExists( - deleteSkillsetFunc, - createOrUpdateSkillsetFunc, - newSkillsetFunc, - OCR_SKILLSET_NAME); + protected List getCreateOrUpdateSkills() { + return Collections.singletonList(new KeyPhraseExtractionSkill() + .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) + .setName("mykeyphrases") + .setDescription("Tested Key Phrase skill") + .setContext(CONTEXT_VALUE) + .setInputs(Collections.singletonList(simpleInputFieldMappingEntry("text", "/document/mytext"))) + .setOutputs(Collections.singletonList(createOutputFieldMappingEntry("keyPhrases", "myKeyPhrases")))); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementTestBase.java deleted file mode 100644 index d7f8e49cac6f..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SkillsetManagementTestBase.java +++ /dev/null @@ -1,979 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.ConditionalSkill; -import com.azure.search.models.DefaultCognitiveServicesAccount; -import com.azure.search.models.EntityCategory; -import com.azure.search.models.EntityRecognitionSkill; -import com.azure.search.models.EntityRecognitionSkillLanguage; -import com.azure.search.models.ImageAnalysisSkill; -import com.azure.search.models.ImageAnalysisSkillLanguage; -import com.azure.search.models.ImageDetail; -import com.azure.search.models.InputFieldMappingEntry; -import com.azure.search.models.KeyPhraseExtractionSkill; -import com.azure.search.models.KeyPhraseExtractionSkillLanguage; -import com.azure.search.models.LanguageDetectionSkill; -import com.azure.search.models.MergeSkill; -import com.azure.search.models.OcrSkill; -import com.azure.search.models.OcrSkillLanguage; -import com.azure.search.models.OutputFieldMappingEntry; -import com.azure.search.models.SentimentSkill; -import com.azure.search.models.SentimentSkillLanguage; -import com.azure.search.models.ShaperSkill; -import com.azure.search.models.Skill; -import com.azure.search.models.Skillset; -import com.azure.search.models.SplitSkill; -import com.azure.search.models.SplitSkillLanguage; -import com.azure.search.models.TextExtractionAlgorithm; -import com.azure.search.models.TextSplitMode; -import com.azure.search.models.VisualFeature; -import com.azure.search.models.WebApiSkill; -import org.junit.jupiter.api.Test; - -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Collections; -import java.util.HashMap; -import java.util.List; - -import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; -import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; - -public abstract class SkillsetManagementTestBase extends SearchServiceTestBase { - - static final String CONTEXT_VALUE = "/document"; - static final String OCR_SKILLSET_NAME = "ocr-skillset"; - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionLanguageDetection(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionMergeText(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionOcrEntity(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionOcrKeyPhrase(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionOcrShaper(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionOcrSplitText(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings(); - - @Test - public abstract void getOcrSkillsetReturnsCorrectDefinition(); - - @Test - public abstract void getOcrSkillsetReturnsCorrectDefinitionWithResponse(); - - @Test - public abstract void getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition(); - - @Test - public abstract void getSkillsetThrowsOnNotFound(); - - @Test - public abstract void canCreateAndListSkillsets(); - - @Test - public abstract void canListSkillsetsWithSelectedField(); - - @Test - public abstract void deleteSkillsetIsIdempotent(); - - @Test - public abstract void canCreateAndDeleteSkillset(); - - @Test - public abstract void createOrUpdateCreatesWhenSkillsetDoesNotExist(); - - @Test - public abstract void createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse(); - - @Test - public abstract void createOrUpdateUpdatesWhenSkillsetExists(); - - @Test - public abstract void existsReturnsFalseForNonExistingSkillset(); - - @Test - public abstract void existsReturnsTrueForExistingSkillset(); - - @Test - public abstract void existsReturnsTrueForExistingSkillsetWithResponse(); - - @Test - public abstract void createCustomSkillsetReturnsCorrectDefinition(); - - @Test - public abstract void createOrUpdateUpdatesSkills(); - - @Test - public abstract void createOrUpdateUpdatesCognitiveService(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs(); - - @Test - public abstract void createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs(); - - @Test - public abstract void createSkillsetReturnsCorrectDefinitionConditional(); - - @Test - public abstract void createOrUpdateSkillsetIfNotExistsFailsOnExistingResource(); - - @Test - public abstract void createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource(); - - @Test - public abstract void createOrUpdateSkillsetIfExistsSucceedsOnExistingResource(); - - @Test - public abstract void createOrUpdateSkillsetIfExistsFailsOnNoResource(); - - @Test - public abstract void createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged(); - - @Test - public abstract void createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged(); - - @Test - public abstract void deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource(); - - @Test - public abstract void deleteSkillsetIfExistsWorksOnlyWhenResourceExists(); - - void assertSkillsetsEqual(Skillset expected, Skillset actual) { - expected.setETag("none"); - actual.setETag("none"); - assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); - } - - Skillset createTestSkillsetImageAnalysisKeyPhrase() { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry() - .setName("queryString") - .setSource("/document/queryString") - ); - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("description") - .setTargetName("mydescription")); - skills.add(new ImageAnalysisSkill() - .setVisualFeatures(Arrays.asList(VisualFeature.values())) - .setDetails(Arrays.asList(ImageDetail.values())) - .setDefaultLanguageCode(ImageAnalysisSkillLanguage.EN) - .setName("myimage") - .setDescription("Tested image analysis skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mydescription/*/Tags/*") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("keyPhrases") - .setTargetName("myKeyPhrases") - ); - skills.add(new KeyPhraseExtractionSkill() - .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) - .setName("mykeyphrases") - .setDescription("Tested Key Phrase skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("image-analysis-key-phrase-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetLanguageDetection() { - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/text") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("languageCode") - .setTargetName("myLanguageCode") - ); - - List skills = Collections.singletonList( - new LanguageDetectionSkill() - .setName("mylanguage") - .setDescription("Tested Language Detection skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("language-detection-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetMergeText() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/text"), - new InputFieldMappingEntry() - .setName("itemsToInsert") - .setSource("/document/textitems"), - new InputFieldMappingEntry() - .setName("offsets") - .setSource("/document/offsets") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("mergedText") - .setTargetName("myMergedText") - ); - - List skills = Collections.singletonList( - new MergeSkill() - .setInsertPostTag("__e") - .setInsertPreTag("__") - .setName("mymerge") - .setDescription("Tested Merged Text skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("merge-text-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetOcrShaper() { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - skills.add(new OcrSkill() - .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) - .setDefaultLanguageCode(OcrSkillLanguage.EN) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("output") - .setTargetName("myOutput") - ); - skills.add(new ShaperSkill() - .setName("mysharper") - .setDescription("Tested Shaper skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("ocr-shaper-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createSkillsetWithCognitiveServicesKey() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - - List skills = Collections.singletonList( - new OcrSkill() - .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) - .setDefaultLanguageCode(OcrSkillLanguage.EN) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("cognitive-services-key-skillset") - .setDescription("Skillset for testing") - .setSkills(skills) - .setCognitiveServicesAccount(new DefaultCognitiveServicesAccount()); - } - - Skillset createTestSkillsetConditional() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("condition") - .setSource("= $(/document/language) == null"), - new InputFieldMappingEntry() - .setName("whenTrue") - .setSource("= 'es'"), - new InputFieldMappingEntry() - .setName("whenFalse") - .setSource("= $(/document/language)") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("output") - .setTargetName("myLanguageCode") - ); - - List skills = Collections.singletonList( - new ConditionalSkill() - .setName("myconditional") - .setDescription("Tested Conditional skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("conditional-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset mutateSkillsInSkillset(Skillset skillset) { - skillset.setSkills(Collections.singletonList( - new KeyPhraseExtractionSkill() - .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) - .setName("mykeyphrases") - .setDescription("Tested Key Phrase skill") - .setContext(CONTEXT_VALUE) - .setInputs(Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mydescription/*/Tags/*"))) - .setOutputs(Collections.singletonList( - new OutputFieldMappingEntry() - .setName("keyPhrases") - .setTargetName("myKeyPhrases") - )) - )); - return skillset; - } - - Skillset createTestSkillsetOcrEntity(TextExtractionAlgorithm algorithm, List categories) { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - skills.add(new OcrSkill() - .setTextExtractionAlgorithm(algorithm) - .setDefaultLanguageCode(OcrSkillLanguage.EN) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("entities") - .setTargetName("myEntities") - ); - skills.add(new EntityRecognitionSkill() - .setCategories(categories) - .setDefaultLanguageCode(EntityRecognitionSkillLanguage.EN) - .setMinimumPrecision(0.5) - .setName("myentity") - .setDescription("Tested Entity Recognition skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("ocr-entity-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetOcrSentiment(OcrSkillLanguage ocrLanguageCode, SentimentSkillLanguage sentimentLanguageCode, TextExtractionAlgorithm algorithm) { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - skills.add(new OcrSkill() - .setTextExtractionAlgorithm(algorithm) - .setDefaultLanguageCode(ocrLanguageCode) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("score") - .setTargetName("mySentiment") - ); - skills.add(new SentimentSkill() - .setDefaultLanguageCode(sentimentLanguageCode) - .setName("mysentiment") - .setDescription("Tested Sentiment skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("ocr-sentiment-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetOcrKeyPhrase(OcrSkillLanguage ocrLanguageCode, KeyPhraseExtractionSkillLanguage keyPhraseLanguageCode) { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - skills.add(new OcrSkill() - .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) - .setDefaultLanguageCode(ocrLanguageCode) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("keyPhrases") - .setTargetName("myKeyPhrases") - ); - skills.add(new KeyPhraseExtractionSkill() - .setDefaultLanguageCode(keyPhraseLanguageCode) - .setName("mykeyphrases") - .setDescription("Tested Key Phrase skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("ocr-key-phrase-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestSkillsetOcrSplitText(OcrSkillLanguage ocrLanguageCode, SplitSkillLanguage splitLanguageCode, TextSplitMode textSplitMode) { - List skills = new ArrayList<>(); - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - skills.add(new OcrSkill() - .setTextExtractionAlgorithm(TextExtractionAlgorithm.PRINTED) - .setDefaultLanguageCode(ocrLanguageCode) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("textItems") - .setTargetName("myTextItems") - ); - skills.add(new SplitSkill() - .setDefaultLanguageCode(splitLanguageCode) - .setTextSplitMode(textSplitMode) - .setName("mysplit") - .setDescription("Tested Split skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - - return new Skillset() - .setName("ocr-split-text-skillset") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createTestOcrSkillSet(int repeat, TextExtractionAlgorithm algorithm, boolean shouldDetectOrientation) { - List skills = new ArrayList<>(); - - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - - for (int i = 0; i < repeat; i++) { - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext" + i) - ); - - skills.add(new OcrSkill() - .setDefaultLanguageCode(OcrSkillLanguage.EN) - .setTextExtractionAlgorithm(algorithm) - .setShouldDetectOrientation(shouldDetectOrientation) - .setName("myocr-" + i) - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs)); - } - - return new Skillset() - .setName("testskillset") - .setDescription("Skillset for testing OCR") - .setSkills(skills); - } - - Skillset createSkillsetWithOcrDefaultSettings(String skillsetName, Boolean shouldDetectOrientation) { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("text") - .setTargetName("mytext") - ); - - List skills = Collections.singletonList( - new OcrSkill() - .setShouldDetectOrientation(shouldDetectOrientation) - .setName("myocr") - .setDescription("Tested OCR skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName(skillsetName) - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithImageAnalysisDefaultSettings() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("url") - .setSource("/document/url"), - new InputFieldMappingEntry().setName("queryString") - .setSource("/document/queryString") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("description") - .setTargetName("mydescription") - ); - - List skills = Collections.singletonList( - new ImageAnalysisSkill() - .setName("myimage") - .setDescription("Tested image analysis skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("image-analysis-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithKeyPhraseExtractionDefaultSettings() { - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/myText") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("keyPhrases") - .setTargetName("myKeyPhrases") - ); - - List skills = Collections.singletonList( - new KeyPhraseExtractionSkill() - .setName("mykeyphrases") - .setDescription("Tested Key Phrase skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("key-phrase-extraction-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithMergeDefaultSettings() { - List inputs = Arrays.asList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/text"), - new InputFieldMappingEntry() - .setName("itemsToInsert") - .setSource("/document/textitems"), - new InputFieldMappingEntry() - .setName("offsets") - .setSource("/document/offsets") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("mergedText") - .setTargetName("myMergedText") - ); - - List skills = Collections.singletonList( - new MergeSkill() - .setName("mymerge") - .setDescription("Tested Merged Text skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("merge-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithSentimentDefaultSettings() { - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("score") - .setTargetName("mySentiment") - ); - - List skills = Collections.singletonList( - new SentimentSkill() - .setName("mysentiment") - .setDescription("Tested Sentiment skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("sentiment-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithEntityRecognitionDefaultSettings() { - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("entities") - .setTargetName("myEntities") - ); - - List skills = Collections.singletonList( - new EntityRecognitionSkill() - .setName("myentity") - .setDescription("Tested Entity Recognition skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("entity-recognition-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithSplitDefaultSettings() { - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("textItems") - .setTargetName("myTextItems") - ); - - List skills = Collections.singletonList( - new SplitSkill() - .setTextSplitMode(TextSplitMode.PAGES) - .setName("mysplit") - .setDescription("Tested Split skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("split-skillset") - .setDescription("Skillset for testing default configuration") - .setSkills(skills); - } - - Skillset createSkillsetWithCustomSkills() { - HashMap headers = new HashMap<>(); - headers.put("Ocp-Apim-Subscription-Key", "foobar"); - - List inputs = Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext") - ); - - List outputs = Collections.singletonList( - new OutputFieldMappingEntry() - .setName("textItems") - .setTargetName("myTextItems") - ); - - Skill webApiSkill = new WebApiSkill() - .setUri("https://indexer-e2e-webskill.azurewebsites.net/api/InvokeTextAnalyticsV3?code=foo") - .setHttpMethod("POST") - .setHttpHeaders(headers) - .setInputs(inputs) - .setOutputs(outputs) - .setName("webapi-skill") - .setDescription("Calls an Azure function, which in turn calls Bing Entity Search"); - - return new Skillset() - .setName("custom-skillset") - .setDescription("Skillset for testing custom skillsets") - .setSkills(Collections.singletonList(webApiSkill)); - } - - Skillset createSkillsetWithSharperSkillWithNestedInputs() { - List inputs = this.createNestedInputFieldMappingEntry(); - List outputs = this.createOutputFieldMappingEntry(); - - List skills = new ArrayList<>(); - skills.add(new ShaperSkill() - .setName("myshaper") - .setDescription("Tested Shaper skill") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("nested-skillset-with-sharperskill") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - Skillset createSkillsetWithNonSharperSkillWithNestedInputs() { - List inputs = this.createNestedInputFieldMappingEntry(); - List outputs = this.createOutputFieldMappingEntry(); - - List skills = new ArrayList<>(); - // Used for testing skill that shouldn't allow nested inputs - skills.add(new WebApiSkill() - .setUri("https://contoso.example.org") - .setDescription("Invalid skill with nested inputed") - .setContext(CONTEXT_VALUE) - .setInputs(inputs) - .setOutputs(outputs) - ); - - return new Skillset() - .setName("nested-skillset-with-nonsharperskill") - .setDescription("Skillset for testing") - .setSkills(skills); - } - - private List createNestedInputFieldMappingEntry() { - return Collections.singletonList( - new InputFieldMappingEntry() - .setName("doc") - .setSourceContext("/document") - .setInputs(Arrays.asList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/content"), - new InputFieldMappingEntry() - .setName("images") - .setSource("/document/normalized_images/*")) - ) - ); - } - - private List createOutputFieldMappingEntry() { - return Collections.singletonList( - new OutputFieldMappingEntry() - .setName("output") - .setTargetName("myOutput") - ); - } - - - protected List getCreateOrUpdateSkills() { - return Collections.singletonList( - new KeyPhraseExtractionSkill() - .setDefaultLanguageCode(KeyPhraseExtractionSkillLanguage.EN) - .setName("mykeyphrases") - .setDescription("Tested Key Phrase skill") - .setContext(CONTEXT_VALUE) - .setInputs(Collections.singletonList( - new InputFieldMappingEntry() - .setName("text") - .setSource("/document/mytext"))) - .setOutputs(Collections.singletonList( - new OutputFieldMappingEntry() - .setName("keyPhrases") - .setTargetName("myKeyPhrases")))); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestAsyncTests.java deleted file mode 100644 index edc44964dd2f..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestAsyncTests.java +++ /dev/null @@ -1,303 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedFluxBase; -import com.azure.search.models.SuggestOptions; -import com.azure.search.models.SuggestResult; -import com.azure.search.test.environment.models.Author; -import com.azure.search.test.environment.models.Book; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.test.StepVerifier; - -import java.io.IOException; -import java.time.OffsetDateTime; -import java.util.Arrays; -import java.util.List; -import java.util.Map; -import java.util.stream.Collectors; - -import static com.azure.search.SearchTestBase.HOTELS_DATA_JSON; -import static com.azure.search.SearchTestBase.HOTELS_INDEX_NAME; - -public class SuggestAsyncTests extends SuggestTestBase { - - private SearchIndexAsyncClient client; - - @Override - public void canSuggestDynamicDocuments() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - SuggestOptions suggestOptions = new SuggestOptions() - .setOrderBy("HotelId"); - PagedFluxBase suggestResult = client.suggest("more", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyDynamicDocumentSuggest) - .verifyComplete(); - } - - @Test - public void searchFieldsExcludesFieldsFromSuggest() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - SuggestOptions suggestOptions = new SuggestOptions() - .setSearchFields("HotelName"); - - PagedFluxBase suggestResult = client.suggest("luxury", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyFieldsExcludesFieldsSuggest) - .verifyComplete(); - } - - @Test - public void canUseSuggestHitHighlighting() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - SuggestOptions suggestOptions = new SuggestOptions() - .setHighlightPreTag("") - .setHighlightPostTag("") - .setFilter("Category eq 'Luxury'") - .setTop(1); - - PagedFluxBase suggestResult = client.suggest("hotel", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyHitHighlightingSuggest) - .verifyComplete(); - } - - @Test - public void canGetFuzzySuggestions() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - SuggestOptions suggestOptions = new SuggestOptions() - .setUseFuzzyMatching(true); - - PagedFluxBase suggestResult = client.suggest("hitel", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyFuzzySuggest) - .verifyComplete(); - } - - @Test - public void canSuggestStaticallyTypedDocuments() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - List> hotels = uploadDocumentsJson(client, HOTELS_DATA_JSON); - //arrange - SuggestOptions suggestOptions = new SuggestOptions() - .setOrderBy("HotelId"); - - //act - PagedFluxBase suggestResult = client.suggest("more", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(result -> verifyCanSuggestStaticallyTypedDocuments(result, hotels)) - .verifyComplete(); - } - - @Test - public void canSuggestWithDateTimeInStaticModel() { - setupIndexFromJsonFile(BOOKS_INDEX_JSON); - client = getSearchIndexClientBuilder(BOOKS_INDEX_NAME).buildAsyncClient(); - Author tolkien = new Author(); - tolkien.firstName("J.R.R."); - tolkien.lastName("Tolkien"); - Book doc1 = new Book(); - doc1.ISBN("123"); - doc1.title("Lord of the Rings"); - doc1.author(tolkien); - - Book doc2 = new Book(); - doc2.ISBN("456"); - doc2.title("War and Peace"); - doc2.publishDate(OffsetDateTime.parse("2015-08-18T00:00:00Z")); - uploadDocuments(client, Arrays.asList(doc1, doc2)); - - SuggestOptions suggestOptions = new SuggestOptions(); - suggestOptions.setSelect("ISBN", "Title", "PublishDate"); - PagedFluxBase suggestResult = client.suggest("War", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyCanSuggestWithDateTimeInStaticModel) - .verifyComplete(); - } - - @Test - public void fuzzyIsOffByDefault() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - PagedFluxBase suggestResult = client.suggest("hitel", "sg", null, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyFuzzyIsOffByDefault) - .verifyComplete(); - - PagedFluxBase suggestResultWithoutSuggestOptions = client.suggest( - "hitel", "sg"); - - StepVerifier - .create(suggestResultWithoutSuggestOptions.byPage()) - .assertNext(this::verifyFuzzyIsOffByDefault) - .verifyComplete(); - } - - @Test - public void suggestThrowsWhenGivenBadSuggesterName() { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - assertHttpResponseExceptionAsync( - client.suggest( - "Hotel", "Suggester does not exist", new SuggestOptions(), generateRequestOptions()), - HttpResponseStatus.BAD_REQUEST, - "The specified suggester name 'Suggester does not exist' does not exist in this index definition." - ); - } - - @Test - public void suggestThrowsWhenRequestIsMalformed() { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - SuggestOptions suggestOptions = new SuggestOptions() - .setOrderBy("This is not a valid orderby."); - - assertHttpResponseExceptionAsync( - client.suggest("hotel", "sg", suggestOptions, generateRequestOptions()), - HttpResponseStatus.BAD_REQUEST, - "Invalid expression: Syntax error at position 7 in 'This is not a valid orderby.'" - ); - } - - @Test - public void testCanSuggestWithMinimumCoverage() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - //arrange - SuggestOptions suggestOptions = new SuggestOptions() - .setOrderBy("HotelId") - .setMinimumCoverage(50.0); - - //act - PagedFluxBase suggestResult = client.suggest("luxury", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyMinimumCoverage) - .verifyComplete(); - } - - @Test - public void testTopTrimsResults() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - //arrange - SuggestOptions suggestOptions = new SuggestOptions(); - suggestOptions.setOrderBy("HotelId"); - suggestOptions.setTop(3); - - //act - PagedFluxBase suggestResult = client.suggest("hotel", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifyTopDocumentSuggest) - .verifyComplete(); - } - - @Test - public void testCanFilter() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - SuggestOptions suggestOptions = new SuggestOptions() - .setFilter("Rating gt 3 and LastRenovationDate gt 2000-01-01T00:00:00Z") - .setOrderBy("HotelId"); - PagedFluxBase suggestResult = client.suggest("hotel", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier.create(suggestResult.byPage()) - .assertNext(nextPage -> { - List actualIds = nextPage.getValue().stream().map(s -> (String) s.getDocument().get("HotelId")).collect(Collectors.toList()); - List expectedIds = Arrays.asList("1", "5"); - Assert.assertEquals(expectedIds, actualIds); - }) - .verifyComplete(); - } - - @Test - public void testOrderByProgressivelyBreaksTies() throws IOException { - createHotelIndex(); - client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - SuggestOptions suggestOptions = new SuggestOptions() - .setOrderBy("Rating desc", - "LastRenovationDate asc", - "geo.distance(Location, geography'POINT(-122.0 49.0)')"); - - PagedFluxBasesuggestResult = client.suggest("hotel", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(nextPage -> { - List actualIds = nextPage.getValue().stream().map(s -> (String) s.getDocument().get("HotelId")).collect(Collectors.toList()); - List expectedIds = Arrays.asList("1", "9", "4", "3", "5"); - Assert.assertEquals(expectedIds, actualIds); - }) - .verifyComplete(); - } - - @Test - public void testCanSuggestWithSelectedFields() throws IOException { - createHotelIndex(); - client = getClientBuilder(HOTELS_INDEX_NAME).buildAsyncClient(); - - uploadDocumentsJson(client, HOTELS_DATA_JSON); - - SuggestOptions suggestOptions = new SuggestOptions() - .setSelect("HotelName", "Rating", "Address/City", "Rooms/Type"); - PagedFluxBase suggestResult = client.suggest("secret", "sg", suggestOptions, generateRequestOptions()); - - StepVerifier - .create(suggestResult.byPage()) - .assertNext(this::verifySuggestWithSelectedFields) - .verifyComplete(); - - - - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestOptionsHandlerTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestOptionsHandlerTests.java index 1cc9ac0bfe72..863b3b4612c1 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestOptionsHandlerTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestOptionsHandlerTests.java @@ -4,11 +4,13 @@ package com.azure.search; import com.azure.search.models.SuggestOptions; -import org.junit.Assert; import org.junit.jupiter.api.Test; + import java.util.Collections; import java.util.List; +import static org.junit.jupiter.api.Assertions.assertEquals; + public class SuggestOptionsHandlerTests { private static final List SELECT_STAR = Collections.singletonList("*"); @@ -19,10 +21,10 @@ public void ensureSelectConvertsEmptyToSelectStar() { List emptySelect = Collections.emptyList(); SuggestOptions suggestOptions = createTestOptions(); - Assert.assertEquals(suggestOptions.getSelect(), emptySelect); + assertEquals(suggestOptions.getSelect(), emptySelect); SuggestOptions ensuredSuggestOptions = SuggestOptionsHandler.ensureSuggestOptions(suggestOptions); - Assert.assertEquals(ensuredSuggestOptions.getSelect(), SELECT_STAR); + assertEquals(ensuredSuggestOptions.getSelect(), SELECT_STAR); } @Test @@ -31,14 +33,14 @@ public void ensureSelectLeavesOtherPropertiesUnchanged() { SuggestOptions suggestOptions = createTestOptions(); SuggestOptions ensuredSuggestOptions = SuggestOptionsHandler.ensureSuggestOptions(suggestOptions); - Assert.assertEquals(suggestOptions.getFilter(), ensuredSuggestOptions.getFilter()); - Assert.assertEquals(suggestOptions.getHighlightPostTag(), ensuredSuggestOptions.getHighlightPostTag()); - Assert.assertEquals(suggestOptions.getHighlightPreTag(), ensuredSuggestOptions.getHighlightPreTag()); - Assert.assertEquals(suggestOptions.getMinimumCoverage(), ensuredSuggestOptions.getMinimumCoverage()); - Assert.assertEquals(suggestOptions.getOrderBy(), ensuredSuggestOptions.getOrderBy()); - Assert.assertEquals(suggestOptions.getSearchFields(), ensuredSuggestOptions.getSearchFields()); - Assert.assertEquals(suggestOptions.getTop(), ensuredSuggestOptions.getTop()); - Assert.assertEquals(suggestOptions.isUseFuzzyMatching(), ensuredSuggestOptions.isUseFuzzyMatching()); + assertEquals(suggestOptions.getFilter(), ensuredSuggestOptions.getFilter()); + assertEquals(suggestOptions.getHighlightPostTag(), ensuredSuggestOptions.getHighlightPostTag()); + assertEquals(suggestOptions.getHighlightPreTag(), ensuredSuggestOptions.getHighlightPreTag()); + assertEquals(suggestOptions.getMinimumCoverage(), ensuredSuggestOptions.getMinimumCoverage()); + assertEquals(suggestOptions.getOrderBy(), ensuredSuggestOptions.getOrderBy()); + assertEquals(suggestOptions.getSearchFields(), ensuredSuggestOptions.getSearchFields()); + assertEquals(suggestOptions.getTop(), ensuredSuggestOptions.getTop()); + assertEquals(suggestOptions.isUseFuzzyMatching(), ensuredSuggestOptions.isUseFuzzyMatching()); } @@ -47,7 +49,7 @@ public void ensureSelectReturnsSelfWhenSelectIsPopulated() { SuggestOptions suggestOptions = createTestOptions(); SuggestOptions ensuredSuggestOptions = SuggestOptionsHandler.ensureSuggestOptions(suggestOptions); - Assert.assertSame(suggestOptions, ensuredSuggestOptions); + assertEquals(suggestOptions, ensuredSuggestOptions); } private static SuggestOptions createTestOptions() { diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestSyncTests.java index 02459623aa5e..f6558b8fc119 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestSyncTests.java @@ -9,27 +9,40 @@ import com.azure.search.models.SuggestResult; import com.azure.search.test.environment.models.Author; import com.azure.search.test.environment.models.Book; +import com.azure.search.test.environment.models.Hotel; +import com.fasterxml.jackson.databind.DeserializationFeature; +import com.fasterxml.jackson.databind.ObjectMapper; +import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; -import java.io.IOException; +import java.text.SimpleDateFormat; import java.time.OffsetDateTime; +import java.util.ArrayList; import java.util.Arrays; +import java.util.Comparator; import java.util.Iterator; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; +import java.util.TimeZone; import java.util.stream.Collectors; import static com.azure.search.SearchTestBase.HOTELS_DATA_JSON; import static com.azure.search.SearchTestBase.HOTELS_INDEX_NAME; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; -public class SuggestSyncTests extends SuggestTestBase { +public class SuggestSyncTests extends SearchIndexClientTestBase { + private static final String BOOKS_INDEX_JSON = "BooksIndexData.json"; + private static final String BOOKS_INDEX_NAME = "books"; private SearchIndexClient client; @Test - public void canSuggestDynamicDocuments() throws IOException { + public void canSuggestDynamicDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -43,11 +56,11 @@ public void canSuggestDynamicDocuments() throws IOException { .iterator(); verifyDynamicDocumentSuggest(suggestResultIterator.next()); - Assert.assertFalse(suggestResultIterator.hasNext()); + assertFalse(suggestResultIterator.hasNext()); } @Test - public void searchFieldsExcludesFieldsFromSuggest() throws IOException { + public void searchFieldsExcludesFieldsFromSuggest() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -61,11 +74,11 @@ public void searchFieldsExcludesFieldsFromSuggest() throws IOException { .iterator(); verifyFieldsExcludesFieldsSuggest(suggestResultIterator.next()); - Assert.assertFalse(suggestResultIterator.hasNext()); + assertFalse(suggestResultIterator.hasNext()); } @Test - public void canUseSuggestHitHighlighting() throws IOException { + public void canUseSuggestHitHighlighting() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -82,11 +95,11 @@ public void canUseSuggestHitHighlighting() throws IOException { .iterator(); verifyHitHighlightingSuggest(suggestResultIterator.next()); - Assert.assertFalse(suggestResultIterator.hasNext()); + assertFalse(suggestResultIterator.hasNext()); } @Test - public void canGetFuzzySuggestions() throws IOException { + public void canGetFuzzySuggestions() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -100,11 +113,11 @@ public void canGetFuzzySuggestions() throws IOException { .iterator(); verifyFuzzySuggest(suggestResultIterator.next()); - Assert.assertFalse(suggestResultIterator.hasNext()); + assertFalse(suggestResultIterator.hasNext()); } @Test - public void canSuggestStaticallyTypedDocuments() throws IOException { + public void canSuggestStaticallyTypedDocuments() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -153,7 +166,7 @@ public void canSuggestWithDateTimeInStaticModel() { } @Test - public void fuzzyIsOffByDefault() throws IOException { + public void fuzzyIsOffByDefault() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -204,7 +217,7 @@ public void suggestThrowsWhenRequestIsMalformed() { } @Test - public void testCanSuggestWithMinimumCoverage() throws IOException { + public void testCanSuggestWithMinimumCoverage() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -227,7 +240,7 @@ public void testCanSuggestWithMinimumCoverage() throws IOException { } @Test - public void testTopTrimsResults() throws IOException { + public void testTopTrimsResults() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -248,7 +261,7 @@ public void testTopTrimsResults() throws IOException { } @Test - public void testCanFilter() throws IOException { + public void testCanFilter() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -264,15 +277,15 @@ public void testCanFilter() throws IOException { .iterator() .next(); - Assert.assertNotNull(suggestPagedResponse); + assertNotNull(suggestPagedResponse); List actualIds = suggestPagedResponse.getValue().stream() .map(s -> (String) s.getDocument().get("HotelId")).collect(Collectors.toList()); List expectedIds = Arrays.asList("1", "5"); - Assert.assertEquals(expectedIds, actualIds); + assertEquals(expectedIds, actualIds); } @Test - public void testOrderByProgressivelyBreaksTies() throws IOException { + public void testOrderByProgressivelyBreaksTies() { createHotelIndex(); client = getSearchIndexClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -288,15 +301,15 @@ public void testOrderByProgressivelyBreaksTies() throws IOException { "sg", suggestOptions, generateRequestOptions(), Context.NONE) .iterableByPage().iterator().next(); - Assert.assertNotNull(suggestPagedResponse); + assertNotNull(suggestPagedResponse); List actualIds = suggestPagedResponse.getValue().stream() .map(s -> (String) s.getDocument().get("HotelId")).collect(Collectors.toList()); List expectedIds = Arrays.asList("1", "9", "4", "3", "5"); - Assert.assertEquals(expectedIds, actualIds); + assertEquals(expectedIds, actualIds); } @Test - public void testCanSuggestWithSelectedFields() throws IOException { + public void testCanSuggestWithSelectedFields() { createHotelIndex(); client = getClientBuilder(HOTELS_INDEX_NAME).buildClient(); @@ -312,4 +325,108 @@ public void testCanSuggestWithSelectedFields() throws IOException { verifySuggestWithSelectedFields(result); } + + void verifyFuzzySuggest(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(5, suggestResultPagedResponse.getValue().size()); + } + + void verifyHitHighlightingSuggest(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(1, suggestResultPagedResponse.getValue().size()); + assertTrue( + suggestResultPagedResponse.getValue() + .get(0) + .getText() + .startsWith("Best hotel in town")); + } + + void verifyFieldsExcludesFieldsSuggest(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(0, suggestResultPagedResponse.getValue().size()); + } + + void verifyDynamicDocumentSuggest(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(2, suggestResultPagedResponse.getValue().size()); + Hotel hotel = convertToType(suggestResultPagedResponse.getValue().get(0).getDocument(), Hotel.class); + assertEquals("10", hotel.hotelId()); + } + + void verifyCanSuggestStaticallyTypedDocuments(SuggestPagedResponse suggestResultPagedResponse, List> expectedHotels) { + //sanity + assertNotNull(suggestResultPagedResponse); + List docs = suggestResultPagedResponse.getValue() + .stream() + .map(SuggestResult::getDocument) + .collect(Collectors.toList()); + List hotelsList = suggestResultPagedResponse.getValue(); + + ObjectMapper objectMapper = new ObjectMapper(); + SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); + df.setTimeZone(TimeZone.getDefault()); + objectMapper.setDateFormat(df); + objectMapper.registerModule(new JavaTimeModule()); + objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); + + List expectedHotelsList = expectedHotels.stream().map(hotel -> + objectMapper.convertValue(hotel, Hotel.class)) + .filter(h -> h.hotelId().equals("10") || h.hotelId().equals("8")) + .sorted(Comparator.comparing(Hotel::hotelId)).collect(Collectors.toList()); + + //assert + //verify fields + assertEquals(2, docs.size()); + assertEquals(hotelsList.stream().map(SuggestResult::getText).collect(Collectors.toList()), + expectedHotelsList.stream().map(Hotel::description).collect(Collectors.toList())); + } + + void verifyFuzzyIsOffByDefault(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(0, suggestResultPagedResponse.getValue().size()); + } + + void verifyMinimumCoverage(SuggestPagedResponse suggestResultPagedResponse) { + + assertNotNull(suggestResultPagedResponse); + assertEquals(Double.valueOf(100.0), suggestResultPagedResponse.getCoverage()); + } + + void verifyTopDocumentSuggest(SuggestPagedResponse suggestResultPagedResponse) { + assertNotNull(suggestResultPagedResponse); + assertEquals(3, suggestResultPagedResponse.getValue().size()); + List resultIds = suggestResultPagedResponse + .getValue() + .stream() + .map(hotel -> convertToType(hotel.getDocument(), Hotel.class).hotelId()) + .collect(Collectors.toList()); + + assertEquals(Arrays.asList("1", "10", "2"), resultIds); + } + + void verifyCanSuggestWithDateTimeInStaticModel(SuggestPagedResponse suggestResultPagedResponse) { + List books = suggestResultPagedResponse.getValue(); + List docs = suggestResultPagedResponse.getValue() + .stream() + .map(SuggestResult::getDocument) + .collect(Collectors.toList()); + + assertEquals(1, docs.size()); + assertEquals("War and Peace", books.get(0).getText()); + } + + @SuppressWarnings("unchecked") + void verifySuggestWithSelectedFields(PagedResponse suggestResultPagedResponse) { + assertEquals(1, suggestResultPagedResponse.getValue().size()); + Document result = suggestResultPagedResponse.getValue().get(0).getDocument(); + + assertEquals("Secret Point Motel", result.get("HotelName")); + assertEquals(4, result.get("Rating")); + assertEquals("New York", ((LinkedHashMap) result.get("Address")).get("City")); + assertEquals(Arrays.asList("Budget Room", "Budget Room"), + ((ArrayList>) result.get("Rooms")) + .parallelStream() + .map(room -> room.get("Type")) + .collect(Collectors.toList())); + } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SuggestTestBase.java deleted file mode 100644 index 9f31a6c6a279..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SuggestTestBase.java +++ /dev/null @@ -1,180 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.PagedResponse; -import com.azure.search.models.SuggestResult; -import com.azure.search.test.environment.models.Hotel; -import com.fasterxml.jackson.databind.DeserializationFeature; -import com.fasterxml.jackson.databind.ObjectMapper; -import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -import java.io.IOException; -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Comparator; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; -import java.util.TimeZone; -import java.util.stream.Collectors; - -public abstract class SuggestTestBase extends SearchIndexClientTestBase { - static final String BOOKS_INDEX_JSON = "BooksIndexData.json"; - static final String BOOKS_INDEX_NAME = "books"; - - @Override - protected void beforeTest() { - super.beforeTest(); - } - - void verifyFuzzySuggest(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(5, suggestResultPagedResponse.getValue().size()); - } - - void verifyHitHighlightingSuggest(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(1, suggestResultPagedResponse.getValue().size()); - Assert.assertTrue( - suggestResultPagedResponse.getValue() - .get(0) - .getText() - .startsWith("Best hotel in town")); - } - - void verifyFieldsExcludesFieldsSuggest(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(0, suggestResultPagedResponse.getValue().size()); - } - - void verifyDynamicDocumentSuggest(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(2, suggestResultPagedResponse.getValue().size()); - Hotel hotel = convertToType(suggestResultPagedResponse.getValue().get(0).getDocument(), Hotel.class); - Assert.assertEquals("10", hotel.hotelId()); - } - - void verifyCanSuggestStaticallyTypedDocuments(SuggestPagedResponse suggestResultPagedResponse, List> expectedHotels) { - //sanity - Assert.assertNotNull(suggestResultPagedResponse); - List docs = suggestResultPagedResponse.getValue() - .stream() - .map(SuggestResult::getDocument) - .collect(Collectors.toList()); - List hotelsList = suggestResultPagedResponse.getValue(); - - ObjectMapper objectMapper = new ObjectMapper(); - SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'"); - df.setTimeZone(TimeZone.getDefault()); - objectMapper.setDateFormat(df); - objectMapper.registerModule(new JavaTimeModule()); - objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false); - - List expectedHotelsList = expectedHotels.stream().map(hotel -> - objectMapper.convertValue(hotel, Hotel.class)) - .filter(h -> h.hotelId().equals("10") || h.hotelId().equals("8")) - .sorted(Comparator.comparing(Hotel::hotelId)).collect(Collectors.toList()); - - //assert - //verify fields - Assert.assertEquals(2, docs.size()); - Assert.assertEquals(hotelsList.stream().map(SuggestResult::getText).collect(Collectors.toList()), - expectedHotelsList.stream().map(Hotel::description).collect(Collectors.toList())); - } - - void verifyFuzzyIsOffByDefault(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(0, suggestResultPagedResponse.getValue().size()); - } - - void verifyMinimumCoverage(SuggestPagedResponse suggestResultPagedResponse) { - - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(Double.valueOf(100.0), suggestResultPagedResponse.getCoverage()); - } - - void verifyTopDocumentSuggest(SuggestPagedResponse suggestResultPagedResponse) { - Assert.assertNotNull(suggestResultPagedResponse); - Assert.assertEquals(3, suggestResultPagedResponse.getValue().size()); - List resultIds = suggestResultPagedResponse - .getValue() - .stream() - .map(hotel -> convertToType(hotel.getDocument(), Hotel.class).hotelId()) - .collect(Collectors.toList()); - - Assert.assertEquals(Arrays.asList("1", "10", "2"), resultIds); - } - - void verifyCanSuggestWithDateTimeInStaticModel(SuggestPagedResponse suggestResultPagedResponse) { - List books = suggestResultPagedResponse.getValue(); - List docs = suggestResultPagedResponse.getValue() - .stream() - .map(SuggestResult::getDocument) - .collect(Collectors.toList()); - - Assert.assertEquals(1, docs.size()); - Assert.assertEquals("War and Peace", books.get(0).getText()); - } - - @SuppressWarnings("unchecked") - void verifySuggestWithSelectedFields(PagedResponse suggestResultPagedResponse) { - Assert.assertEquals(1, suggestResultPagedResponse.getValue().size()); - Document result = suggestResultPagedResponse.getValue().get(0).getDocument(); - - Assert.assertEquals("Secret Point Motel", result.get("HotelName")); - Assert.assertEquals(4, result.get("Rating")); - Assert.assertEquals("New York", ((LinkedHashMap) result.get("Address")).get("City")); - Assert.assertEquals(Arrays.asList("Budget Room", "Budget Room"), - ((ArrayList>) result.get("Rooms")) - .parallelStream() - .map(room -> room.get("Type")) - .collect(Collectors.toList())); - - } - - @Test - public abstract void canSuggestDynamicDocuments() throws IOException; - - @Test - public abstract void searchFieldsExcludesFieldsFromSuggest() throws IOException; - - @Test - public abstract void canUseSuggestHitHighlighting() throws IOException; - - @Test - public abstract void canGetFuzzySuggestions() throws IOException; - - @Test - public abstract void canSuggestStaticallyTypedDocuments() throws IOException; - - @Test - public abstract void canSuggestWithDateTimeInStaticModel(); - - @Test - public abstract void fuzzyIsOffByDefault() throws IOException; - - @Test - public abstract void suggestThrowsWhenGivenBadSuggesterName(); - - @Test - public abstract void suggestThrowsWhenRequestIsMalformed() throws IOException; - - @Test - public abstract void testCanSuggestWithMinimumCoverage() throws IOException; - - @Test - public abstract void testTopTrimsResults() throws IOException; - - @Test - public abstract void testCanFilter() throws IOException; - - @Test - public abstract void testOrderByProgressivelyBreaksTies() throws IOException; - - @Test - public abstract void testCanSuggestWithSelectedFields() throws IOException; -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementAsyncTests.java deleted file mode 100644 index edc144b86d18..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementAsyncTests.java +++ /dev/null @@ -1,411 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.core.http.rest.Response; -import com.azure.core.util.FluxUtil; -import com.azure.search.models.AccessCondition; -import com.azure.search.models.RequestOptions; -import com.azure.search.models.SynonymMap; -import com.azure.search.test.AccessConditionAsyncTests; -import com.azure.search.test.AccessOptions; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; -import org.junit.jupiter.api.Test; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -public class SynonymMapManagementAsyncTests extends SynonymMapManagementTestBase { - private SearchServiceAsyncClient client; - - // commonly used lambda definitions - private BiFunction> createOrUpdateSynonymMapAsyncFunc = - (SynonymMap synonymMap, AccessOptions accessOptions) -> - createOrUpdateSynonymMap( - synonymMap, accessOptions.getAccessCondition(), accessOptions.getRequestOptions()); - - private Supplier newSynonymMapFunc = this::createTestSynonymMap; - - private Function mutateSynonymMapFunc = this::mutateSynonymsInSynonymMap; - - private BiFunction> deleteSynonymMapAsyncFunc = - (String name, AccessOptions ac) -> - deleteSynonymMap(name, ac.getAccessCondition(), ac.getRequestOptions()); - - private Mono createOrUpdateSynonymMap( - SynonymMap sm, AccessCondition ac, RequestOptions ro) { - return client.createOrUpdateSynonymMapWithResponse(sm, ac, ro).map(Response::getValue); - } - - private Mono deleteSynonymMap( - String name, AccessCondition ac, RequestOptions ro) { - return client.deleteSynonymMapWithResponse(name, ac, ro).flatMap(FluxUtil::toMono); - } - - @Override - protected void beforeTest() { - super.beforeTest(); - client = getSearchServiceClientBuilder().buildAsyncClient(); - } - - @Test - public void createSynonymMapReturnsCorrectDefinition() { - SynonymMap expectedSynonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.createSynonymMap(expectedSynonymMap)) - .assertNext(actualSynonymMap -> - assertSynonymMapsEqual(expectedSynonymMap, actualSynonymMap) - ) - .verifyComplete(); - } - - @Test - public void createSynonymMapReturnsCorrectDefinitionWithResponse() { - SynonymMap expectedSynonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.createSynonymMapWithResponse(expectedSynonymMap, generateRequestOptions())) - .assertNext(actualSynonymMap -> - assertSynonymMapsEqual(expectedSynonymMap, actualSynonymMap.getValue()) - ) - .verifyComplete(); - } - - @Test - public void createSynonymMapFailsWithUsefulMessageOnUserError() { - // Create SynonymMap with invalid synonym - SynonymMap expectedSynonymMap = createTestSynonymMap() - .setSynonyms("a => b => c"); - - assertHttpResponseExceptionAsync( - client.createSynonymMap(expectedSynonymMap), - HttpResponseStatus.BAD_REQUEST, - "Syntax error in line 1: 'a => b => c'. " - + "Only one explicit mapping (=>) can be specified in a synonym rule." - ); - } - - @Test - public void getSynonymMapReturnsCorrectDefinition() { - SynonymMap expected = createTestSynonymMap(); - Mono synonymMap = client.createSynonymMap(expected).flatMap(sm -> client.getSynonymMap(expected.getName())); - - StepVerifier - .create(synonymMap) - .assertNext(actual -> assertSynonymMapsEqual(expected, actual)) - .verifyComplete(); - } - - @Test - public void getSynonymMapReturnsCorrectDefinitionWithResponse() { - SynonymMap expected = createTestSynonymMap(); - Mono> synonymMapWithResponse = client.createSynonymMap(expected) - .flatMap(sm -> client.getSynonymMapWithResponse(expected.getName(), generateRequestOptions())); - - StepVerifier - .create(synonymMapWithResponse) - .assertNext(result -> assertSynonymMapsEqual(expected, result.getValue())) - .verifyComplete(); - } - - @Test - public void getSynonymMapThrowsOnNotFound() { - final String synonymMapName = "thisSynonymMapDoesNotExist"; - final String exceptionMessage = String.format("No synonym map with the name '%s' was found", synonymMapName); - - assertHttpResponseExceptionAsync( - client.getSynonymMap(synonymMapName), - HttpResponseStatus.NOT_FOUND, - exceptionMessage - ); - } - - @Test - public void getSynonymMapThrowsOnNotFoundWithResponse() { - final String synonymMapName = "thisSynonymMapDoesNotExist"; - final String exceptionMessage = String.format("No synonym map with the name '%s' was found", synonymMapName); - - assertHttpResponseExceptionAsync( - client.getSynonymMapWithResponse(synonymMapName, generateRequestOptions()), - HttpResponseStatus.NOT_FOUND, - exceptionMessage - ); - } - - @Test - public void canUpdateSynonymMap() { - SynonymMap initial = createTestSynonymMap(); - - client.createSynonymMap(initial).block(); - - SynonymMap updatedExpected = createTestSynonymMap() - .setName(initial.getName()) - .setSynonyms("newword1,newword2"); - - StepVerifier - .create(client.createOrUpdateSynonymMap(updatedExpected)) - .assertNext(updatedActual -> assertSynonymMapsEqual(updatedExpected, updatedActual)) - .verifyComplete(); - - StepVerifier - .create(client.listSynonymMaps()) - .assertNext(synonymMap -> assertSynonymMapsEqual(synonymMap, updatedExpected)) - .verifyComplete(); - } - - @Test - public void canUpdateSynonymMapWithResponse() { - SynonymMap initial = createTestSynonymMap(); - - client.createSynonymMap(initial).block(); - - SynonymMap updatedExpected = createTestSynonymMap() - .setName(initial.getName()) - .setSynonyms("newword1,newword2"); - - StepVerifier - .create(client.createOrUpdateSynonymMapWithResponse(updatedExpected, new AccessCondition(), - generateRequestOptions())) - .assertNext(updatedActual -> assertSynonymMapsEqual(updatedExpected, updatedActual.getValue())) - .verifyComplete(); - - StepVerifier - .create(client.listSynonymMaps()) - .assertNext(synonymMap -> assertSynonymMapsEqual(synonymMap, updatedExpected)) - .verifyComplete(); - } - - @Test - public void createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist() { - SynonymMap expected = createTestSynonymMap(); - - StepVerifier - .create(client.createOrUpdateSynonymMap(expected)) - .assertNext(res -> assertSynonymMapsEqual(expected, res)) - .verifyComplete(); - } - - @Test - public void createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse() { - SynonymMap expected = createTestSynonymMap(); - - StepVerifier - .create(client.createOrUpdateSynonymMapWithResponse(expected, - new AccessCondition(), generateRequestOptions())) - .assertNext(res -> { - Assert.assertEquals(HttpResponseStatus.CREATED.code(), res.getStatusCode()); - assertSynonymMapsEqual(expected, res.getValue()); - }) - .verifyComplete(); - } - - @Test - public void createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - createOrUpdateSynonymMapAsyncFunc, - newSynonymMapFunc); - } - - @Test - public void createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsSucceedsOnExistingResourceAsync( - newSynonymMapFunc, - createOrUpdateSynonymMapAsyncFunc, - mutateSynonymMapFunc); - } - - @Test - public void createOrUpdateSynonymMapIfExistsFailsOnNoResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfExistsFailsOnNoResourceAsync( - newSynonymMapFunc, - createOrUpdateSynonymMapAsyncFunc); - } - - @Test - public void createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - newSynonymMapFunc, - createOrUpdateSynonymMapAsyncFunc, - mutateSynonymMapFunc); - } - - @Test - public void createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - act.updateIfNotChangedFailsWhenResourceChangedAsync( - newSynonymMapFunc, - createOrUpdateSynonymMapAsyncFunc, - mutateSynonymMapFunc); - } - - @Test - public void deleteSynonymMapIsIdempotent() { - SynonymMap synonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.deleteSynonymMapWithResponse(synonymMap.getName(), new AccessCondition(), generateRequestOptions())) - .assertNext(synonymMapResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), synonymMapResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.createSynonymMapWithResponse(synonymMap, generateRequestOptions())) - .assertNext(synonymMapResponse -> - Assert.assertEquals(HttpResponseStatus.CREATED.code(), synonymMapResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.deleteSynonymMapWithResponse(synonymMap.getName(), - new AccessCondition(), generateRequestOptions())) - .assertNext(synonymMapResponse -> - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), synonymMapResponse.getStatusCode()) - ) - .verifyComplete(); - - StepVerifier - .create(client.deleteSynonymMapWithResponse(synonymMap.getName(), - new AccessCondition(), generateRequestOptions())) - .assertNext(synonymMapResponse -> - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), synonymMapResponse.getStatusCode()) - ) - .verifyComplete(); - } - - @Test - public void canCreateAndDeleteSynonymMap() { - SynonymMap synonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.createSynonymMap(synonymMap) - .then(client.deleteSynonymMap(synonymMap.getName())) - .then(client.synonymMapExists(synonymMap.getName()))) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void canCreateAndListSynonymMaps() { - SynonymMap synonymMap1 = createTestSynonymMap(); - SynonymMap synonymMap2 = createTestSynonymMap().setName("test-synonym1"); - - Mono creationResponse = client.createSynonymMap(synonymMap1) - .then(client.createSynonymMap(synonymMap2)); - - - StepVerifier - .create(creationResponse.thenMany(client.listSynonymMaps())) - .assertNext(sm1 -> Assert.assertEquals(synonymMap1.getName(), sm1.getName())) - .assertNext(sm2 -> Assert.assertEquals(synonymMap2.getName(), sm2.getName())) - .verifyComplete(); - } - - @Test - public void canListSynonymMapsWithSelectedField() { - SynonymMap synonymMap1 = createTestSynonymMap(); - SynonymMap synonymMap2 = createTestSynonymMap().setName("test-synonym1"); - - Mono creationResponse = client.createSynonymMap(synonymMap1) - .then(client.createSynonymMap(synonymMap2)); - - StepVerifier - .create(creationResponse.thenMany(client.listSynonymMaps("name", generateRequestOptions()))) - .assertNext(sm1 -> { - Assert.assertEquals(synonymMap1.getName(), sm1.getName()); - Assert.assertNull(sm1.getSynonyms()); - Assert.assertNull(sm1.getETag()); - }) - .assertNext(sm2 -> { - Assert.assertEquals(synonymMap2.getName(), sm2.getName()); - Assert.assertNull(sm2.getSynonyms()); - Assert.assertNull(sm2.getETag()); - }) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingSynonymMap() { - SynonymMap synonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.createSynonymMap(synonymMap) - .then(client.synonymMapExists(synonymMap.getName()))) - .assertNext(Assert::assertTrue) - .verifyComplete(); - } - - @Test - public void existsReturnsTrueForExistingSynonymMapWithResponse() { - SynonymMap synonymMap = createTestSynonymMap(); - - StepVerifier - .create(client.createSynonymMap(synonymMap) - .then(client.synonymMapExistsWithResponse(synonymMap.getName(), generateRequestOptions()))) - .assertNext(res -> Assert.assertTrue(res.getValue())) - .verifyComplete(); - } - - @Test - public void existsReturnsFalseForNonExistingSynonymMap() { - StepVerifier - .create(client.synonymMapExists("thisSynonymMapDoesNotExist")) - .assertNext(Assert::assertFalse) - .verifyComplete(); - } - - @Test - public void existsReturnsFalseForNonExistingSynonymMapWithResponse() { - StepVerifier - .create(client.synonymMapExistsWithResponse("thisSynonymMapDoesNotExist", generateRequestOptions())) - .assertNext(res -> Assert.assertFalse(res.getValue())) - .verifyComplete(); - } - - @Test - public void createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - createOrUpdateSynonymMapAsyncFunc, - newSynonymMapFunc, - mutateSynonymMapFunc); - } - - @Test - public void deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - String synonymName = "test-synonym"; - act.deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - deleteSynonymMapAsyncFunc, - newSynonymMapFunc, - createOrUpdateSynonymMapAsyncFunc, - mutateSynonymMapFunc, - synonymName); - } - - @Test - public void deleteSynonymMapIfExistsWorksOnlyWhenResourceExists() { - AccessConditionAsyncTests act = new AccessConditionAsyncTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExistsAsync( - deleteSynonymMapAsyncFunc, - createOrUpdateSynonymMapAsyncFunc, - newSynonymMapFunc, - "test-synonym"); - } -} - diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementSyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementSyncTests.java index 0058ab0a8e30..252ff8536b88 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementSyncTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementSyncTests.java @@ -2,6 +2,7 @@ // Licensed under the MIT License. package com.azure.search; +import com.azure.core.exception.HttpResponseException; import com.azure.core.http.rest.PagedIterable; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; @@ -11,7 +12,6 @@ import com.azure.search.test.AccessConditionTests; import com.azure.search.test.AccessOptions; import io.netty.handler.codec.http.HttpResponseStatus; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.util.List; @@ -21,23 +21,24 @@ import java.util.function.Supplier; import java.util.stream.Collectors; -public class SynonymMapManagementSyncTests extends SynonymMapManagementTestBase { +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.assertThrows; + +public class SynonymMapManagementSyncTests extends SearchServiceTestBase { private SearchServiceClient client; // commonly used lambda definitions - private BiFunction createOrUpdateSynonymMapFunc = - (SynonymMap synonymMap, AccessOptions accessOptions) -> - createOrUpdateSynonymMap( - synonymMap, accessOptions.getAccessCondition(), accessOptions.getRequestOptions()); + private BiFunction createOrUpdateSynonymMapFunc = + (SynonymMap synonymMap, AccessOptions accessOptions) -> + createOrUpdateSynonymMap(synonymMap, accessOptions.getAccessCondition(), accessOptions.getRequestOptions()); private Supplier newSynonymMapFunc = this::createTestSynonymMap; private Function mutateSynonymMapFunc = this::mutateSynonymsInSynonymMap; - private BiConsumer deleteSynonymMapFunc = - (String name, AccessOptions ac) -> + private BiConsumer deleteSynonymMapFunc = (String name, AccessOptions ac) -> client.deleteSynonymMapWithResponse(name, ac.getAccessCondition(), ac.getRequestOptions(), Context.NONE); private SynonymMap createOrUpdateSynonymMap( @@ -138,7 +139,7 @@ public void canUpdateSynonymMap() { assertSynonymMapsEqual(updatedExpected, updatedActual); PagedIterable synonymMaps = client.listSynonymMaps(); - Assert.assertEquals(1, synonymMaps.stream().count()); + assertEquals(1, synonymMaps.stream().count()); } @Test @@ -156,7 +157,7 @@ public void canUpdateSynonymMapWithResponse() { assertSynonymMapsEqual(updatedExpected, updatedActual); PagedIterable synonymMaps = client.listSynonymMaps(); - Assert.assertEquals(1, synonymMaps.stream().count()); + assertEquals(1, synonymMaps.stream().count()); } @Test @@ -173,58 +174,42 @@ public void createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithRespons Response createOrUpdateResponse = client.createOrUpdateSynonymMapWithResponse( expected, new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createOrUpdateResponse.getStatusCode()); assertSynonymMapsEqual(expected, createOrUpdateResponse.getValue()); } @Test public void createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - act.createOrUpdateIfNotExistsFailsOnExistingResource(createOrUpdateSynonymMapFunc, + AccessConditionTests.createOrUpdateIfNotExistsFailsOnExistingResource(createOrUpdateSynonymMapFunc, newSynonymMapFunc, mutateSynonymMapFunc); } @Test public void createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - - act.createOrUpdateIfNotExistsSucceedsOnNoResource( - createOrUpdateSynonymMapFunc, + AccessConditionTests.createOrUpdateIfNotExistsSucceedsOnNoResource(createOrUpdateSynonymMapFunc, newSynonymMapFunc); } @Test public void createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsSucceedsOnExistingResource( - newSynonymMapFunc, - createOrUpdateSynonymMapFunc, + AccessConditionTests.updateIfExistsSucceedsOnExistingResource(newSynonymMapFunc, createOrUpdateSynonymMapFunc, mutateSynonymMapFunc); } @Test public void createOrUpdateSynonymMapIfExistsFailsOnNoResource() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfExistsFailsOnNoResource( - newSynonymMapFunc, - createOrUpdateSynonymMapFunc); + AccessConditionTests.updateIfExistsFailsOnNoResource(newSynonymMapFunc, createOrUpdateSynonymMapFunc); } @Test public void createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedSucceedsWhenResourceUnchanged( - newSynonymMapFunc, - createOrUpdateSynonymMapFunc, - mutateSynonymMapFunc); + AccessConditionTests.updateIfNotChangedSucceedsWhenResourceUnchanged(newSynonymMapFunc, + createOrUpdateSynonymMapFunc, mutateSynonymMapFunc); } @Test public void createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged() { - AccessConditionTests act = new AccessConditionTests(); - act.updateIfNotChangedFailsWhenResourceChanged( - newSynonymMapFunc, - createOrUpdateSynonymMapFunc, + AccessConditionTests.updateIfNotChangedFailsWhenResourceChanged(newSynonymMapFunc, createOrUpdateSynonymMapFunc, mutateSynonymMapFunc); } @@ -233,19 +218,19 @@ public void deleteSynonymMapIsIdempotent() { SynonymMap synonymMap = createTestSynonymMap(); Response deleteResponse = client.deleteSynonymMapWithResponse(synonymMap.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); Response createResponse = client.createSynonymMapWithResponse(synonymMap, generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.CREATED.code(), createResponse.getStatusCode()); + assertEquals(HttpResponseStatus.CREATED.code(), createResponse.getStatusCode()); deleteResponse = client.deleteSynonymMapWithResponse(synonymMap.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NO_CONTENT.code(), deleteResponse.getStatusCode()); deleteResponse = client.deleteSynonymMapWithResponse(synonymMap.getName(), new AccessCondition(), generateRequestOptions(), Context.NONE); - Assert.assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); + assertEquals(HttpResponseStatus.NOT_FOUND.code(), deleteResponse.getStatusCode()); } @Test @@ -253,7 +238,7 @@ public void canCreateAndDeleteSynonymMap() { SynonymMap synonymMap = createTestSynonymMap(); client.createSynonymMap(synonymMap); client.deleteSynonymMap(synonymMap.getName()); - Assert.assertFalse(client.synonymMapExists(synonymMap.getName())); + assertThrows(HttpResponseException.class, () -> client.getSynonymMap(synonymMap.getName())); } @Test @@ -267,9 +252,9 @@ public void canCreateAndListSynonymMaps() { PagedIterable actual = client.listSynonymMaps(); List result = actual.stream().collect(Collectors.toList()); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(synonymMap1.getName(), result.get(0).getName()); - Assert.assertEquals(synonymMap2.getName(), result.get(1).getName()); + assertEquals(2, result.size()); + assertEquals(synonymMap1.getName(), result.get(0).getName()); + assertEquals(synonymMap2.getName(), result.get(1).getName()); } @Test @@ -284,64 +269,41 @@ public void canListSynonymMapsWithSelectedField() { List result = listResponse.stream().collect(Collectors.toList()); result.forEach(res -> { - Assert.assertNotNull(res.getName()); - Assert.assertNull(res.getSynonyms()); - Assert.assertNull(res.getETag()); + assertNotNull(res.getName()); + assertNull(res.getSynonyms()); + assertNull(res.getETag()); }); - Assert.assertEquals(2, result.size()); - Assert.assertEquals(synonymMap1.getName(), result.get(0).getName()); - Assert.assertEquals(synonymMap2.getName(), result.get(1).getName()); - } - - @Test - public void existsReturnsTrueForExistingSynonymMap() { - SynonymMap synonymMap = createTestSynonymMap(); - client.createSynonymMap(synonymMap); - - Assert.assertTrue(client.synonymMapExists(synonymMap.getName())); + assertEquals(2, result.size()); + assertEquals(synonymMap1.getName(), result.get(0).getName()); + assertEquals(synonymMap2.getName(), result.get(1).getName()); } @Test - public void existsReturnsTrueForExistingSynonymMapWithResponse() { - SynonymMap synonymMap = createTestSynonymMap(); - client.createSynonymMap(synonymMap); - - Assert.assertTrue(client.synonymMapExistsWithResponse(synonymMap.getName(), generateRequestOptions(), - Context.NONE).getValue()); + public void deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource() { + AccessConditionTests.deleteIfNotChangedWorksOnlyOnCurrentResource(deleteSynonymMapFunc, newSynonymMapFunc, + createOrUpdateSynonymMapFunc, "test-synonym"); } @Test - public void existsReturnsFalseForNonExistingSynonymMap() { - Assert.assertFalse(client.synonymMapExists("thisSynonymMapDoesNotExist")); + public void deleteSynonymMapIfExistsWorksOnlyWhenResourceExists() { + AccessConditionTests.deleteIfExistsWorksOnlyWhenResourceExists(deleteSynonymMapFunc, + createOrUpdateSynonymMapFunc, newSynonymMapFunc, "test-synonym"); } - @Test - public void existsReturnsFalseForNonExistingSynonymMapWithResponse() { - Assert.assertFalse(client.synonymMapExistsWithResponse("thisSynonymMapDoesNotExist", - generateRequestOptions(), Context.NONE).getValue()); + void assertSynonymMapsEqual(SynonymMap actual, SynonymMap expected) { + assertEquals(actual.getName(), expected.getName()); + assertEquals(actual.getSynonyms(), expected.getSynonyms()); } - @Test - public void deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource() { - AccessConditionTests act = new AccessConditionTests(); - - String synonymName = "test-synonym"; - act.deleteIfNotChangedWorksOnlyOnCurrentResource( - deleteSynonymMapFunc, - newSynonymMapFunc, - createOrUpdateSynonymMapFunc, - synonymName); + SynonymMap createTestSynonymMap() { + return new SynonymMap() + .setName("test-synonym") + .setSynonyms("word1,word2"); } - @Test - public void deleteSynonymMapIfExistsWorksOnlyWhenResourceExists() { - AccessConditionTests act = new AccessConditionTests(); - - act.deleteIfExistsWorksOnlyWhenResourceExists( - deleteSynonymMapFunc, - createOrUpdateSynonymMapFunc, - newSynonymMapFunc, - "test-synonym"); + SynonymMap mutateSynonymsInSynonymMap(SynonymMap synonymMap) { + synonymMap.setSynonyms("mutated1, mutated2"); + return synonymMap; } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementTestBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementTestBase.java deleted file mode 100644 index 0fcba7d1036b..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/SynonymMapManagementTestBase.java +++ /dev/null @@ -1,106 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. -package com.azure.search; - -import com.azure.search.models.SynonymMap; -import org.junit.Assert; -import org.junit.jupiter.api.Test; - -public abstract class SynonymMapManagementTestBase extends SearchServiceTestBase { - @Test - public abstract void createSynonymMapReturnsCorrectDefinition(); - - @Test - public abstract void createSynonymMapReturnsCorrectDefinitionWithResponse(); - - @Test - public abstract void createSynonymMapFailsWithUsefulMessageOnUserError(); - - @Test - public abstract void getSynonymMapReturnsCorrectDefinition(); - - @Test - public abstract void getSynonymMapReturnsCorrectDefinitionWithResponse(); - - @Test - public abstract void getSynonymMapThrowsOnNotFound(); - - @Test - public abstract void getSynonymMapThrowsOnNotFoundWithResponse(); - - @Test - public abstract void canUpdateSynonymMap(); - - @Test - public abstract void canUpdateSynonymMapWithResponse(); - - @Test - public abstract void createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist(); - - @Test - public abstract void createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse(); - - @Test - public abstract void createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource(); - - @Test - public abstract void createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource(); - - @Test - public abstract void createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource(); - - @Test - public abstract void createOrUpdateSynonymMapIfExistsFailsOnNoResource(); - - @Test - public abstract void createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged(); - - @Test - public abstract void createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged(); - - @Test - public abstract void deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource(); - - @Test - public abstract void deleteSynonymMapIfExistsWorksOnlyWhenResourceExists(); - - @Test - public abstract void deleteSynonymMapIsIdempotent(); - - @Test - public abstract void canCreateAndDeleteSynonymMap(); - - @Test - public abstract void canCreateAndListSynonymMaps(); - - @Test - public abstract void canListSynonymMapsWithSelectedField(); - - @Test - public abstract void existsReturnsTrueForExistingSynonymMap(); - - @Test - public abstract void existsReturnsTrueForExistingSynonymMapWithResponse(); - - @Test - public abstract void existsReturnsFalseForNonExistingSynonymMap(); - - @Test - public abstract void existsReturnsFalseForNonExistingSynonymMapWithResponse(); - - void assertSynonymMapsEqual(SynonymMap actual, SynonymMap expected) { - Assert.assertEquals(actual.getName(), expected.getName()); - Assert.assertEquals(actual.getSynonyms(), expected.getSynonyms()); - } - - SynonymMap createTestSynonymMap() { - return new SynonymMap() - .setName("test-synonym") - .setSynonyms("word1,word2"); - } - - SynonymMap mutateSynonymsInSynonymMap(SynonymMap synonymMap) { - synonymMap.setSynonyms("mutated1, mutated2"); - return synonymMap; - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/TestHelpers.java b/sdk/search/azure-search/src/test/java/com/azure/search/TestHelpers.java new file mode 100644 index 000000000000..df6724a04060 --- /dev/null +++ b/sdk/search/azure-search/src/test/java/com/azure/search/TestHelpers.java @@ -0,0 +1,155 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +package com.azure.search; + +import com.azure.core.util.CoreUtils; +import com.azure.search.models.AccessCondition; +import com.azure.search.models.DataSource; +import com.azure.search.models.Index; +import com.azure.search.models.Indexer; +import com.azure.search.models.Skillset; +import com.azure.search.test.environment.models.Hotel; +import com.azure.search.test.environment.models.LoudHotel; +import com.azure.search.test.environment.models.ModelWithPrimitiveCollections; +import com.azure.search.test.environment.models.NonNullableModel; + +import java.lang.reflect.Field; +import java.lang.reflect.InvocationTargetException; +import java.util.Map; + +import static org.unitils.reflectionassert.ReflectionAssert.assertLenientEquals; +import static org.unitils.reflectionassert.ReflectionAssert.assertReflectionEquals; +import static org.unitils.reflectionassert.ReflectionComparatorMode.IGNORE_DEFAULTS; + +/** + * This class contains helper methods for running Azure Search tests. + */ +public final class TestHelpers { + static void assertDataSourcesEqual(DataSource expected, DataSource actual) { + /* + * Using 'assertReflectionEquals' will perform a deep check for the objects being equal, this will trigger the + * ETag to be checked. This value is unknown at the time of the test running so the value should be ignored, + * therefore we set the expected ETag value to the ETag returned from the service. + */ + assertReflectionEquals(expected.setETag(actual.getETag()), actual); + } + + static void assertIndexesEqual(Index expected, Index actual) { + /* + * Using 'assertReflectionEquals' will perform a deep check for the objects being equal, this will trigger the + * ETag to be checked. This value is unknown at the time of the test running so the value should be ignored, + * therefore we set the expected ETag value to the ETag returned from the service. + */ + assertReflectionEquals(expected.setETag(actual.getETag()), actual, IGNORE_DEFAULTS); + } + + static void assertIndexersEqual(Indexer expected, Indexer actual) { + /* + * Using 'assertReflectionEquals' will perform a deep check for the objects being equal, this will trigger the + * ETag to be checked. This value is unknown at the time of the test running so the value should be ignored, + * therefore we set the expected ETag value to the ETag returned from the service. + */ + assertReflectionEquals(expected.setETag(actual.getETag()), actual, IGNORE_DEFAULTS); + } + + static void assertSkillsetsEqual(Skillset expected, Skillset actual) { + /* + * Using 'assertReflectionEquals' will perform a deep check for the objects being equal, this will trigger the + * ETag to be checked. This value is unknown at the time of the test running so the value should be ignored, + * therefore we set the expected ETag value to the ETag returned from the service. + */ + assertReflectionEquals(expected.setETag(actual.getETag()), actual, IGNORE_DEFAULTS); + } + + static void assertHotelsEqual(Hotel expected, Hotel actual) { + assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + } + + static void assertLoudHotelsEqual(LoudHotel expected, LoudHotel actual) { + assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + } + + static void assetModelsWithPrimitivesEqual(ModelWithPrimitiveCollections expected, + ModelWithPrimitiveCollections actual) { + assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + } + + static void assertDocumentsEqual(Map expected, Map actual) { + assertLenientEquals(expected, actual); + } + + static void assetNonNullableModelsEqual(NonNullableModel expected, NonNullableModel actual) { + assertReflectionEquals(expected, actual, IGNORE_DEFAULTS); + } + + /** + * Checks if the passed {@link CharSequence} is {@code null}, empty, or only contains spaces. + * + * @param charSequence {@link CharSequence} to check for being blank. + * @return {@code true} if the {@link CharSequence} is {@code null}, empty, or only contains spaces, otherwise + * {@code false}. + */ + public static boolean isBlank(CharSequence charSequence) { + if (CoreUtils.isNullOrEmpty(charSequence)) { + return true; + } + + return charSequence.chars().allMatch(Character::isWhitespace); + } + + /** + * Gets the {@code "eTag"} value from the passed object. + * + * @param obj The object that will have its eTag value retrieved. + * @return The eTag value if the object has an {@code "eTag"} field, otherwise {@code ""}. + */ + public static String getETag(Object obj) { + Class clazz = obj.getClass(); + try { + // Try using the getter method first. + return (String) clazz.getMethod("getETag").invoke(obj); + } catch (IllegalAccessException | InvocationTargetException | NoSuchMethodException ex) { + try { + // Next attempt to get the value from the field directly. + Field eTagField = clazz.getField("eTag"); + eTagField.setAccessible(true); + return (String) eTagField.get(obj); + } catch (IllegalAccessException | NoSuchFieldException ignored) { + // Finally just return empty string since we couldn't access the method or field. + return ""; + } + } + } + + /** + * Constructs an access condition such that an operation will be performed only if the resource does not exist. + * + * @return an AccessCondition object that represents a condition where a resource does not exist + */ + public static AccessCondition generateIfNotExistsAccessCondition() { + // Setting this access condition modifies the request to include the HTTP If-None-Match conditional header set to "*" + return new AccessCondition().setIfNoneMatch("*"); + } + + /** + * Constructs an access condition such that an operation will be performed only if the resource exists. + * + * @return an AccessCondition object that represents a condition where a resource exists + */ + public static AccessCondition generateIfExistsAccessCondition() { + + return new AccessCondition().setIfMatch("*"); + } + + /** + * Constructs an access condition such that an operation will be performed only if the resource's current ETag value + * matches the specified ETag value. + * + * @param eTag the ETag value to check against the resource's ETag + * @return An AccessCondition object that represents the If-Match condition + */ + public static AccessCondition generateIfNotChangedAccessCondition(String eTag) { + return new AccessCondition().setIfMatch(eTag); + } +} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/implementation/GeoPointDeserializerTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/implementation/GeoPointDeserializerTests.java index ac2f68d2a584..73dccfd925dc 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/implementation/GeoPointDeserializerTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/implementation/GeoPointDeserializerTests.java @@ -7,7 +7,6 @@ import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer; import com.fasterxml.jackson.databind.module.SimpleModule; -import org.junit.Assert; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; @@ -15,6 +14,9 @@ import java.util.List; import java.util.Map; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotEquals; + public class GeoPointDeserializerTests { private static final ObjectMapper MAPPER = new ObjectMapper(); @@ -22,7 +24,7 @@ public class GeoPointDeserializerTests { @BeforeAll public static void setupClass() { SimpleModule module = new SimpleModule(); - UntypedObjectDeserializer defaultDeserializer = new UntypedObjectDeserializer(null, null); + UntypedObjectDeserializer defaultDeserializer = new UntypedObjectDeserializer(null, null); module.addDeserializer(Object.class, new GeoPointDeserializer(defaultDeserializer)); MAPPER.registerModule(module); } @@ -37,7 +39,7 @@ public void deserializesSimpleGeoJSON() throws Exception { GeoPoint expected = GeoPoint.create(47.678581, -122.131577); Object actual = MAPPER.readValue(input, Object.class); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); } @Test @@ -46,16 +48,16 @@ public void deserializesGeoJSONwithCrs() throws Exception { + "\"type\":\"Point\"," + "\"coordinates\":[-122.131577,47.678581]," + "\"crs\":{" - + "\"type\":\"name\"," - + "\"properties\":{" - + "\"name\":\"EPSG:4326\"" - + "}" + + "\"type\":\"name\"," + + "\"properties\":{" + + "\"name\":\"EPSG:4326\"" + + "}" + "}}"; GeoPoint expected = GeoPoint.create(47.678581, -122.131577); Object actual = MAPPER.readValue(input, Object.class); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); } @Test @@ -68,8 +70,8 @@ public void returnsDynamicOnInvalidGeoJSON() throws Exception { GeoPoint unexpected = GeoPoint.create(47.678581, -122.131577); Object actual = MAPPER.readValue(input, Object.class); - Assert.assertNotEquals(unexpected, actual); - Assert.assertEquals(LinkedHashMap.class, actual.getClass()); + assertNotEquals(unexpected, actual); + assertEquals(LinkedHashMap.class, actual.getClass()); } @SuppressWarnings("unchecked") @@ -79,50 +81,50 @@ public void returnsDynamicOnInvalidCrs() throws Exception { + "\"type\":\"Point\"," + "\"coordinates\":[-122.131577,47.678581]," + "\"crs\":{" - + "\"type\":\"INVALID_CRS\"," - + "\"properties\":{" - + "\"name\":\"EPSG:4326\"" - + "}" + + "\"type\":\"INVALID_CRS\"," + + "\"properties\":{" + + "\"name\":\"EPSG:4326\"" + + "}" + "}}"; GeoPoint unexpected = GeoPoint.create(47.678581, -122.131577); Object actual = MAPPER.readValue(input, Object.class); - Assert.assertNotEquals(unexpected, actual); - Assert.assertEquals(LinkedHashMap.class, actual.getClass()); + assertNotEquals(unexpected, actual); + assertEquals(LinkedHashMap.class, actual.getClass()); Map actualMap = (Map) actual; Map actualCrs = (Map) actualMap.get("crs"); Map actualProperties = (Map) actualCrs.get("properties"); - Assert.assertEquals("EPSG:4326", actualProperties.get("name")); + assertEquals("EPSG:4326", actualProperties.get("name")); } @Test public void deserializesPropertyAsGeoJSON() throws Exception { String input = "{" + "\"location\": {" - + "\"type\":\"Point\"," - + "\"coordinates\":[-122.131577,47.678581]" + + "\"type\":\"Point\"," + + "\"coordinates\":[-122.131577,47.678581]" + "}}"; GeoPoint expected = GeoPoint.create(47.678581, -122.131577); Map obj = MAPPER.readValue(input, Map.class); Object actual = obj.get("location"); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); } @Test public void deserializesListOfGeoJSON() throws Exception { String input = "[" - + "{" - + "\"type\":\"Point\"," - + "\"coordinates\":[-122.131577,47.678581]" - + "}," - + "{" - + "\"type\":\"Point\"," - + "\"coordinates\":[-122,47]" - + "}" + + "{" + + "\"type\":\"Point\"," + + "\"coordinates\":[-122.131577,47.678581]" + + "}," + + "{" + + "\"type\":\"Point\"," + + "\"coordinates\":[-122,47]" + + "}" + "]"; GeoPoint expected1 = GeoPoint.create(47.678581, -122.131577); @@ -133,21 +135,21 @@ public void deserializesListOfGeoJSON() throws Exception { Object actual1 = list.get(0); Object actual2 = list.get(1); - Assert.assertEquals(expected1, actual1); - Assert.assertEquals(expected2, actual2); + assertEquals(expected1, actual1); + assertEquals(expected2, actual2); } @Test public void deserializesListOfPartialGeoJSON() throws Exception { String input = "[" - + "{" - + "\"type\":\"Point\"," - + "\"coordinates\":[-122.131577,47.678581]" - + "}," - + "{" - + "\"type\":\"INVALID_POINT\"," - + "\"coordinates\":[-122,47]" - + "}" + + "{" + + "\"type\":\"Point\"," + + "\"coordinates\":[-122.131577,47.678581]" + + "}," + + "{" + + "\"type\":\"INVALID_POINT\"," + + "\"coordinates\":[-122,47]" + + "}" + "]"; GeoPoint expected1 = GeoPoint.create(47.678581, -122.131577); @@ -157,7 +159,7 @@ public void deserializesListOfPartialGeoJSON() throws Exception { Object actual1 = list.get(0); Object actual2 = list.get(1); - Assert.assertEquals(expected1, actual1); - Assert.assertEquals(LinkedHashMap.class, actual2.getClass()); + assertEquals(expected1, actual1); + assertEquals(LinkedHashMap.class, actual2.getClass()); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/implementation/Iso8601DeserializerTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/implementation/Iso8601DeserializerTests.java index 0d8f73ff24b7..1a5119db4ffd 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/implementation/Iso8601DeserializerTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/implementation/Iso8601DeserializerTests.java @@ -6,7 +6,6 @@ import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer; import com.fasterxml.jackson.databind.module.SimpleModule; -import org.junit.Assert; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; @@ -15,13 +14,15 @@ import java.util.List; import java.util.Map; +import static org.junit.jupiter.api.Assertions.assertEquals; + public class Iso8601DeserializerTests { private static final ObjectMapper MAPPER = new ObjectMapper(); @BeforeAll public static void setupClass() { SimpleModule module = new SimpleModule(); - UntypedObjectDeserializer defaultDeserializer = new UntypedObjectDeserializer(null, null); + UntypedObjectDeserializer defaultDeserializer = new UntypedObjectDeserializer(null, null); module.addDeserializer(Object.class, new Iso8601DateDeserializer(defaultDeserializer)); MAPPER.registerModule(module); } @@ -34,7 +35,7 @@ public void deserializesRawStringAsOffsetDateTime() throws Exception { 10, 30, 0, 0, ZoneOffset.UTC); Object actual = MAPPER.readValue(input, Object.class); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); } @Test @@ -46,7 +47,7 @@ public void deserializesPropertyAsOffsetDateTime() throws Exception { Map obj = MAPPER.readValue(input, Map.class); Object actual = obj.get("date"); - Assert.assertEquals(expected, actual); + assertEquals(expected, actual); } @Test @@ -63,8 +64,8 @@ public void deserializesListOfOffsetDateTime() throws Exception { Object actual1 = obj.get(0); Object actual2 = obj.get(1); - Assert.assertEquals(expected1, actual1); - Assert.assertEquals(expected2, actual2); + assertEquals(expected1, actual1); + assertEquals(expected2, actual2); } @Test @@ -79,7 +80,7 @@ public void deserializesListOfPartialOffsetDateTime() throws Exception { Object actual1 = obj.get(0); Object actual2 = obj.get(1); - Assert.assertEquals(expected1, actual1); - Assert.assertEquals(String.class, actual2.getClass()); + assertEquals(expected1, actual1); + assertEquals(String.class, actual2.getClass()); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/models/CoordinateSystemUnitTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/models/CoordinateSystemUnitTests.java index 3c3d88ee451d..e5a8f4d11b3f 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/models/CoordinateSystemUnitTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/models/CoordinateSystemUnitTests.java @@ -3,26 +3,30 @@ package com.azure.search.models; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.util.HashMap; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; + public class CoordinateSystemUnitTests { @Test public void canCreate() { CoordinateSystem coordinateSystem = CoordinateSystem.create(); - Assert.assertNotNull(coordinateSystem); - Assert.assertEquals("name", coordinateSystem.getType()); - Assert.assertEquals(1, coordinateSystem.getProperties().size()); - Assert.assertTrue(coordinateSystem.getProperties().get("name").startsWith("EPSG")); + assertNotNull(coordinateSystem); + assertEquals("name", coordinateSystem.getType()); + assertEquals(1, coordinateSystem.getProperties().size()); + assertTrue(coordinateSystem.getProperties().get("name").startsWith("EPSG")); } @Test public void canValidate() { CoordinateSystem coordinateSystem = CoordinateSystem.create(); - Assert.assertTrue(coordinateSystem.isValid()); + assertTrue(coordinateSystem.isValid()); } @Test @@ -30,21 +34,21 @@ public void canInvalidateWithIncorrectType() { CoordinateSystem coordinateSystem = CoordinateSystem.create() .setType("IncorrectType"); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } @Test public void canInvalidateWithNullProperties() { CoordinateSystem coordinateSystem = CoordinateSystem.create().setProperties(null); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } @Test public void canInvalidateWithEmptyProperties() { CoordinateSystem coordinateSystem = CoordinateSystem.create().setProperties(new HashMap<>()); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } @Test @@ -52,7 +56,7 @@ public void canInvalidateWithIncorrectPropertiesSize() { CoordinateSystem coordinateSystem = CoordinateSystem.create(); coordinateSystem.getProperties().put("IncorrectKey", "value"); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } @Test @@ -61,7 +65,7 @@ public void canInvalidateWithIncorrectProperty() { coordinateSystem.getProperties().remove("name"); coordinateSystem.getProperties().put("IncorrectKey", "value"); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } @Test @@ -69,6 +73,6 @@ public void canInvalidateWithIncorrectPropertyValue() { CoordinateSystem coordinateSystem = CoordinateSystem.create(); coordinateSystem.getProperties().put("name", "IncorrectValue"); - Assert.assertFalse(coordinateSystem.isValid()); + assertFalse(coordinateSystem.isValid()); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointTests.java index 7e2a822b579d..68767c72e20c 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointTests.java @@ -10,7 +10,6 @@ import com.azure.search.SearchPagedResponse; import com.azure.search.implementation.SerializationUtil; import com.fasterxml.jackson.databind.ObjectMapper; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.io.InputStreamReader; @@ -22,6 +21,10 @@ import java.util.List; import java.util.Map; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; + public class GeoPointTests extends SearchIndexClientTestBase { private static final String INDEX_NAME_HOTELS = "hotels"; @@ -53,13 +56,13 @@ public void canDeserializeGeoPoint() throws Exception { SearchOptions searchOptions = new SearchOptions().setFilter("HotelId eq '1'"); PagedIterableBase results = client.search("Location", searchOptions, new RequestOptions(), Context.NONE); - Assert.assertNotNull(results); + assertNotNull(results); GeoPoint geoPointObj = (GeoPoint) getSearchResults(results).get(0).get("Location"); - Assert.assertNotNull(geoPointObj); + assertNotNull(geoPointObj); GeoPoint expected = GeoPoint.create(47.678581, -122.131577); - Assert.assertEquals(expected, geoPointObj); + assertEquals(expected, geoPointObj); } @Test @@ -84,7 +87,7 @@ public void canSerializeGeoPoint() { .setType(DataType.EDM_GEOGRAPHY_POINT) .setFilterable(true) .setSortable(true) - )); + )); setupIndex(index); client = getSearchIndexClientBuilder(index.getName()).buildClient(); @@ -98,8 +101,8 @@ public void canSerializeGeoPoint() { docs.add(doc); IndexDocumentsResult indexResult = client.uploadDocuments(docs); - Assert.assertNotNull(indexResult); - Assert.assertTrue(indexResult.getResults().get(0).isSucceeded()); + assertNotNull(indexResult); + assertTrue(indexResult.getResults().get(0).isSucceeded()); } private List> getSearchResults(PagedIterableBase results) { @@ -107,7 +110,7 @@ private List> getSearchResults(PagedIterableBase> searchResults = new ArrayList<>(); while (iterator.hasNext()) { SearchPagedResponse result = iterator.next(); - Assert.assertNotNull(result.getItems()); + assertNotNull(result.getItems()); result.getItems().forEach(item -> searchResults.add(item.getDocument())); } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointUnitTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointUnitTests.java index 3deaf9ae127a..0175356db363 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointUnitTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/models/GeoPointUnitTests.java @@ -3,73 +3,73 @@ package com.azure.search.models; -import org.junit.Assert; import org.junit.jupiter.api.Test; import java.util.Collections; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertTrue; + public class GeoPointUnitTests { @Test public void canCreate() { GeoPoint geoPoint = GeoPoint.create(1.0, 100.0); - Assert.assertNotNull(geoPoint); - Assert.assertNotNull(geoPoint.getCoordinates()); - Assert.assertEquals(2, geoPoint.getCoordinates().size()); - Assert.assertEquals(100.0, geoPoint.getCoordinates().get(0), 0.0); - Assert.assertEquals(1.0, geoPoint.getCoordinates().get(1), 0.0); - Assert.assertNotNull(geoPoint.getCoordinateSystem()); + assertNotNull(geoPoint); + assertEquals(100.0, geoPoint.getLongitude(), 0.0); + assertEquals(1.0, geoPoint.getLatitude(), 0.0); + assertNotNull(geoPoint.getCoordinateSystem()); } @Test public void canCreateWithCrs() { GeoPoint geoPoint = GeoPoint.create(1.0, 100.0); - Assert.assertNotNull(geoPoint); - Assert.assertNotNull(geoPoint.getCoordinates()); - Assert.assertEquals(2, geoPoint.getCoordinates().size()); - Assert.assertEquals(100.0, geoPoint.getCoordinates().get(0), 0.0); - Assert.assertEquals(1.0, geoPoint.getCoordinates().get(1), 0.0); - Assert.assertNotNull(geoPoint.getCoordinateSystem()); - Assert.assertEquals("name", geoPoint.getCoordinateSystem().getType()); - Assert.assertEquals(1, geoPoint.getCoordinateSystem().getProperties().size()); - Assert.assertTrue(geoPoint.getCoordinateSystem().getProperties().get("name").startsWith("EPSG")); + assertNotNull(geoPoint); + assertEquals(100.0, geoPoint.getLongitude(), 0.0); + assertEquals(1.0, geoPoint.getLatitude(), 0.0); + assertNotNull(geoPoint.getCoordinateSystem()); + assertEquals("name", geoPoint.getCoordinateSystem().getType()); + assertEquals(1, geoPoint.getCoordinateSystem().getProperties().size()); + assertTrue(geoPoint.getCoordinateSystem().getProperties().get("name").startsWith("EPSG")); } @Test public void canValidateWithCrs() { GeoPoint geoPoint = GeoPoint.create(1.0, 100.0); - Assert.assertTrue(geoPoint.isValid()); + assertTrue(geoPoint.isValid()); } @Test public void canValidateWithoutCrs() { GeoPoint geoPoint = GeoPoint.create(1.0, 100.0); - Assert.assertTrue(geoPoint.isValid()); + assertTrue(geoPoint.isValid()); } @Test public void canInvalidateWithIncorrectLatitudeHi() { GeoPoint geoPoint = GeoPoint.create(180.1, 1.0); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test public void canInvalidateWithIncorrectLatitudeLow() { GeoPoint geoPoint = GeoPoint.create(-180.1, 1.0); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test public void canInvalidateWithIncorrectLongitudeHi() { GeoPoint geoPoint = GeoPoint.create(100.0, 90.1); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test public void canInvalidateWithIncorrectLongitudeLow() { GeoPoint geoPoint = GeoPoint.create(-100.0, -90.1); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test @@ -77,7 +77,7 @@ public void canInvalidateWithIncorrectCoordinatesSize() { GeoPoint geoPoint = GeoPoint.create(100.0, 0.1) .setCoordinates(Collections.singletonList(100.0)); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test @@ -85,13 +85,13 @@ public void canInvalidateWithNullIncorrect() { GeoPoint geoPoint = GeoPoint.create(100.0, 0.1) .setCoordinates(null); - Assert.assertFalse(geoPoint.isValid()); + assertFalse(geoPoint.isValid()); } @Test public void canFormatWithToString() { GeoPoint point = GeoPoint.create(7.678581, -122.131577); - Assert.assertEquals("+7.678581-122.131577CRSEPSG:4326/", point.toString()); + assertEquals("+7.678581-122.131577CRSEPSG:4326/", point.toString()); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionAsyncTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionAsyncTests.java deleted file mode 100644 index 6b5aed4cab35..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionAsyncTests.java +++ /dev/null @@ -1,320 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -package com.azure.search.test; - -import com.azure.core.exception.HttpResponseException; -import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.commons.lang3.StringUtils; -import org.junit.Assert; -import reactor.core.publisher.Flux; -import reactor.core.publisher.Mono; -import reactor.test.StepVerifier; - -import java.util.function.BiFunction; -import java.util.function.Function; -import java.util.function.Supplier; - -/** - * Contains async version of the access condition tests - */ -public class AccessConditionAsyncTests extends AccessConditionBase { - - /** - * Checks that delete if exists for a resource works only when the resource exists - * - * @param deleteFunc a function that deletes a resource in the service - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param resourceName the name of the resource - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void deleteIfExistsWorksOnlyWhenResourceExistsAsync( - BiFunction> deleteFunc, - BiFunction> createOrUpdateDefinition, - Supplier newResourceDefinition, - String resourceName - ) { - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - AccessOptions accessOptions = new AccessOptions(null); - AccessOptions deleteAccessOptions = new AccessOptions(generateIfExistsAccessCondition()); - - // Create it on the search service - Mono deletionResult = createOrUpdateDefinition.apply(newResource, accessOptions) - .flatMap(r -> deleteFunc.apply(resourceName, deleteAccessOptions)); - - // Try to delete again and expect to fail - StepVerifier - .create(Flux.concat(deletionResult, deleteFunc.apply(resourceName, deleteAccessOptions))) - .expectNext() - .verifyErrorSatisfies(error -> { - Assert.assertEquals(HttpResponseException.class, error.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), - ((HttpResponseException) error).getResponse().getStatusCode()); - }); - } - - /** - * Checks that delete if not changed only works on the last/current resource - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param deleteFunc a function that deletes the resource - * @param mutateResourceDefinition a function that changes the resource - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void deleteIfNotChangedWorksOnlyOnCurrentResourceAsync( - BiFunction> deleteFunc, - Supplier newResourceDefinition, - BiFunction> createOrUpdateDefinition, - Function mutateResourceDefinition, - String resourceName - ) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T staleResource = newResourceDefinition.get(); - AccessOptions accessOptions = new AccessOptions(null); - - // Create the resource in the search service - staleResource = - createOrUpdateDefinition.apply(staleResource, accessOptions).block(); - - // Get the eTag for the newly created resource - String eTagStale = getEtag(staleResource); - - // Update the resource, the etag will be changed - T currentResource = mutateResourceDefinition.apply(staleResource); - currentResource = createOrUpdateDefinition.apply(currentResource, accessOptions).block(); - - accessOptions.setAccessCondition(generateIfNotChangedAccessCondition(eTagStale)); - StepVerifier - .create(deleteFunc.apply(resourceName, accessOptions)) - .verifyErrorSatisfies(error -> { - Assert.assertEquals(HttpResponseException.class, error.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) error).getResponse().getStatusCode()); - }); - - // Get the new eTag - String eTagCurrent = getEtag(currentResource); - accessOptions = new AccessOptions(generateIfNotChangedAccessCondition(eTagCurrent)); - - // Delete should succeed - StepVerifier - .create(deleteFunc.apply(resourceName, accessOptions)) - .verifyComplete(); - } - - /** - * Checks that create or update fails when a resource exists - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void createOrUpdateIfNotExistsFailsOnExistingResourceAsync( - BiFunction> createOrUpdateDefinition, - Supplier newResourceDefinition, - Function mutateResourceDefinition) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - // Create the resource in the search service - AccessOptions accessOptions = - new AccessOptions(generateIfNotExistsAccessCondition()); - T createdResource = createOrUpdateDefinition.apply(newResource, accessOptions).block(); - - // Change the resource object (locally, not on the service) - T mutatedResource = mutateResourceDefinition.apply(createdResource); - - // Update the resource, expect to fail as it already exists - StepVerifier - .create(createOrUpdateDefinition.apply(mutatedResource, accessOptions)) - .verifyErrorSatisfies(error -> { - Assert.assertEquals(HttpResponseException.class, error.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) error).getResponse().getStatusCode()); - }); - } - - /** - * Checks that create or update only work if item which does not exists - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void createOrUpdateIfNotExistsSucceedsOnNoResourceAsync( - BiFunction> createOrUpdateDefinition, - Supplier newResourceDefinition) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - AccessOptions accessOptions = - new AccessOptions(generateIfNotExistsAccessCondition()); - - StepVerifier - .create(createOrUpdateDefinition.apply(newResource, accessOptions)) - .assertNext(r -> { - String eTag = getEtag(r); - Assert.assertTrue(StringUtils.isNotBlank(eTag)); - }) - .verifyComplete(); - } - - /** - * Checks that update if exists fails when the resource does not exists - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void updateIfExistsFailsOnNoResourceAsync( - Supplier newResourceDefinition, - BiFunction> createOrUpdateDefinition) { - T newResource = newResourceDefinition.get(); - - AccessOptions accessOptions = - new AccessOptions(generateIfExistsAccessCondition()); - - StepVerifier - .create(createOrUpdateDefinition.apply(newResource, accessOptions)) - .verifyErrorSatisfies(error -> { - Assert.assertEquals(HttpResponseException.class, error.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) error).getResponse().getStatusCode()); - }); - - // The resource should never have been created on the server, and thus it should not have an ETag - String eTag = getEtag(newResource); - Assert.assertNull(eTag); - } - - /** - * Checks that update if exists succeed when the resource exists - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void updateIfExistsSucceedsOnExistingResourceAsync( - Supplier newResourceDefinition, - BiFunction> createOrUpdateDefinition, - Function mutateResourceDefinition) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - // Create the resource on the search service - AccessOptions accessOptions = new AccessOptions(null); - newResource = createOrUpdateDefinition.apply(newResource, accessOptions).block(); - - // get the original eTag - String originalETag = getEtag(newResource); - - // Change the resource - T mutateResource = mutateResourceDefinition.apply(newResource); - - // Update the resource on the service - accessOptions.setAccessCondition(generateIfExistsAccessCondition()); - Mono updatedResource = createOrUpdateDefinition.apply(mutateResource, accessOptions); - - StepVerifier - .create(updatedResource) - .assertNext(res -> { - // Get the updated ETag - String updatedETag = ""; - updatedETag = getEtag(res); - - // Verify the eTag is not empty and was changed - Assert.assertFalse(updatedETag.isEmpty()); - Assert.assertNotEquals(originalETag, updatedETag); - }) - .verifyComplete(); - } - - /** - * Checks that update if not changed only works on last/current resource - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void updateIfNotChangedFailsWhenResourceChangedAsync( - Supplier newResourceDefinition, - BiFunction> createOrUpdateDefinition, - Function mutateResourceDefinition) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - // Create the resource on the search service - AccessOptions accessOptions = new AccessOptions(null); - newResource = createOrUpdateDefinition.apply(newResource, accessOptions).block(); - String originalETag = getEtag(newResource); - - // Change the resource object - T mutateResource = mutateResourceDefinition.apply(newResource); - - // Update the resource on the service - accessOptions.setAccessCondition(generateIfNotChangedAccessCondition(originalETag)); - mutateResource = createOrUpdateDefinition.apply(mutateResource, accessOptions).block(); - - // Get the updated eTag - String updatedETag = getEtag(mutateResource); - - // Update and check the eTags were changed - StepVerifier - .create(createOrUpdateDefinition.apply(mutateResource, accessOptions)) - .then(() -> { - Assert.assertTrue(StringUtils.isNotEmpty(originalETag)); - Assert.assertTrue(StringUtils.isNotEmpty(updatedETag)); - Assert.assertNotEquals(originalETag, updatedETag); - }) - .verifyErrorSatisfies(error -> { - Assert.assertEquals(HttpResponseException.class, error.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) error).getResponse().getStatusCode()); - }); - } - - /** - * Checks that update if not changed fails on unchanged resource - * - * @param createOrUpdateDefinition a function that creates or updates a resource in the service - * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) - */ - public void updateIfNotChangedSucceedsWhenResourceUnchangedAsync( - Supplier newResourceDefinition, - BiFunction> createOrUpdateDefinition, - Function mutateResourceDefinition) { - - // Create a new resource (Indexer, SynonymMap, etc...) - T newResource = newResourceDefinition.get(); - - // Create the resource on the search service - AccessOptions accessOptions = - new AccessOptions(null); - newResource = createOrUpdateDefinition.apply(newResource, accessOptions).block(); - String originalEtag = getEtag(newResource); - - // Change the resource - T mutateResource = mutateResourceDefinition.apply(newResource); - - // Update the resource on the service - accessOptions.setAccessCondition(generateIfNotChangedAccessCondition(originalEtag)); - - StepVerifier - .create(createOrUpdateDefinition.apply(mutateResource, accessOptions)) - .assertNext((res) -> { - String updatedETag = null; - updatedETag = getEtag(res); - - Assert.assertTrue(StringUtils.isNotEmpty(originalEtag)); - Assert.assertTrue(StringUtils.isNotEmpty(updatedETag)); - Assert.assertNotEquals(originalEtag, updatedETag); - }) - .verifyComplete(); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionBase.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionBase.java deleted file mode 100644 index cf63db817fcb..000000000000 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionBase.java +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -package com.azure.search.test; - -import com.azure.search.models.AccessCondition; - -import java.lang.reflect.Field; - -/** - * Generic access conditions unit tests for different entity types - */ -public abstract class AccessConditionBase { - - /** - * Gets the ETag field using reflection - * - * @param obj and object with ETag field - * @return the field - * @throws NoSuchFieldException - */ - protected Field getETagField(Object obj) throws NoSuchFieldException { - Class cls = obj.getClass(); - Field field = cls.getDeclaredField("eTag"); - field.setAccessible(true); - return field; - } - - /** - * Gets the actual etag string from an object using reflection - * - * @param obj any object with etag field - * @return the etag string or empty string on error - */ - protected String getEtag(Object obj) { - Field etagField; - try { - etagField = getETagField(obj); - } catch (NoSuchFieldException e) { - e.printStackTrace(); - return ""; - } - - try { - return (String) etagField.get(obj); - } catch (IllegalAccessException e) { - e.printStackTrace(); - return ""; - } - } - - /** - * Constructs an access condition such that an operation will be performed only if the resource does not exist. - * - * @return an AccessCondition object that represents a condition where a resource does not exist - */ - public static AccessCondition generateIfNotExistsAccessCondition() { - // Setting this access condition modifies the request to include the HTTP If-None-Match conditional header set to "*" - return new AccessCondition().setIfNoneMatch("*"); - } - - /** - * Constructs an access condition such that an operation will be performed only if the resource exists. - * - * @return an AccessCondition object that represents a condition where a resource exists - */ - public static AccessCondition generateIfExistsAccessCondition() { - - return new AccessCondition().setIfMatch("*"); - } - - /** - * Constructs an access condition such that an operation will be performed only if the resource's current ETag - * value matches the specified ETag value. - * - * @param eTag the ETag value to check against the resource's ETag - * @return An AccessCondition object that represents the If-Match condition - */ - public static AccessCondition generateIfNotChangedAccessCondition(String eTag) { - return new AccessCondition().setIfMatch(eTag); - } -} diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionTests.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionTests.java index 3b4fdfcf25a7..f7a69f2af973 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionTests.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessConditionTests.java @@ -4,35 +4,43 @@ package com.azure.search.test; import com.azure.core.exception.HttpResponseException; +import com.azure.core.util.CoreUtils; +import com.azure.search.TestHelpers; import io.netty.handler.codec.http.HttpResponseStatus; -import org.apache.commons.lang3.StringUtils; -import org.junit.Assert; import java.util.function.BiConsumer; import java.util.function.BiFunction; import java.util.function.Function; import java.util.function.Supplier; -public class AccessConditionTests extends AccessConditionBase { +import static com.azure.search.TestHelpers.generateIfExistsAccessCondition; +import static com.azure.search.TestHelpers.generateIfNotChangedAccessCondition; +import static com.azure.search.TestHelpers.generateIfNotExistsAccessCondition; +import static com.azure.search.TestHelpers.getETag; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertFalse; +import static org.junit.jupiter.api.Assertions.assertNotEquals; +import static org.junit.jupiter.api.Assertions.assertNull; +import static org.junit.jupiter.api.Assertions.fail; + +public class AccessConditionTests { /** * Checks that create or update fails when a resource exists * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void createOrUpdateIfNotExistsFailsOnExistingResource( - BiFunction createOrUpdateDefinition, - Supplier newResourceDefinition, + public static void createOrUpdateIfNotExistsFailsOnExistingResource( + BiFunction createOrUpdateDefinition, Supplier newResourceDefinition, Function mutateResourceDefinition) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); // Create the resource in the search service - AccessOptions accessOptions = - new AccessOptions(generateIfNotExistsAccessCondition()); + AccessOptions accessOptions = new AccessOptions(generateIfNotExistsAccessCondition()); T createdResource = createOrUpdateDefinition.apply(newResource, accessOptions); try { @@ -41,11 +49,11 @@ public void createOrUpdateIfNotExistsFailsOnExistingResource( // Update the resource, expect to fail as it already exists createOrUpdateDefinition.apply(mutatedResource, accessOptions); - Assert.fail("createOrUpdateDefinition should have failed due to " - + "selected AccessCondition"); + fail("createOrUpdateDefinition should have failed due to selected AccessCondition"); } catch (Exception exc) { - Assert.assertEquals(HttpResponseException.class, exc.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), + ((HttpResponseException) exc).getResponse().getStatusCode()); } } @@ -54,23 +62,20 @@ public void createOrUpdateIfNotExistsFailsOnExistingResource( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public T createOrUpdateIfNotExistsSucceedsOnNoResource( - BiFunction createOrUpdateDefinition, - Supplier newResourceDefinition) { + public static T createOrUpdateIfNotExistsSucceedsOnNoResource( + BiFunction createOrUpdateDefinition, Supplier newResourceDefinition) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); - AccessOptions accessOptions = - new AccessOptions(generateIfNotExistsAccessCondition()); + AccessOptions accessOptions = new AccessOptions(generateIfNotExistsAccessCondition()); // Create the resource on the service T createdResource = createOrUpdateDefinition.apply(newResource, accessOptions); - String eTag = getEtag(createdResource); - Assert.assertTrue(StringUtils.isNotBlank(eTag)); + assertFalse(TestHelpers.isBlank(getETag(createdResource))); return createdResource; } @@ -82,14 +87,11 @@ public T createOrUpdateIfNotExistsSucceedsOnNoResource( * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object * @param resourceName the name of the resource - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void deleteIfExistsWorksOnlyWhenResourceExists( - BiConsumer deleteFunc, - BiFunction createOrUpdateDefinition, - Supplier newResourceDefinition, - String resourceName - ) { + public static void deleteIfExistsWorksOnlyWhenResourceExists(BiConsumer deleteFunc, + BiFunction createOrUpdateDefinition, Supplier newResourceDefinition, + String resourceName) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); AccessOptions accessOptions = new AccessOptions(null); @@ -98,17 +100,16 @@ public void deleteIfExistsWorksOnlyWhenResourceExists( createOrUpdateDefinition.apply(newResource, accessOptions); // Try to delete and expect to succeed - accessOptions = - new AccessOptions(generateIfExistsAccessCondition()); + accessOptions = new AccessOptions(generateIfExistsAccessCondition()); deleteFunc.accept(resourceName, accessOptions); // Try to delete again and expect to fail try { deleteFunc.accept(resourceName, accessOptions); - Assert.fail("deleteFunc should have failed due to non existent resource"); + fail("deleteFunc should have failed due to non existent resource"); } catch (Exception exc) { - Assert.assertEquals(HttpResponseException.class, exc.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); } } @@ -117,44 +118,37 @@ public void deleteIfExistsWorksOnlyWhenResourceExists( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void deleteIfNotChangedWorksOnlyOnCurrentResource( - BiConsumer deleteFunc, - Supplier newResourceDefinition, - BiFunction createOrUpdateDefinition, - String resourceName - ) { + public static void deleteIfNotChangedWorksOnlyOnCurrentResource(BiConsumer deleteFunc, + Supplier newResourceDefinition, BiFunction createOrUpdateDefinition, + String resourceName) { // Create a new resource (Indexer, SynonymMap, etc...) T staleResource = newResourceDefinition.get(); - AccessOptions accessOptions = - new AccessOptions(null); + AccessOptions accessOptions = new AccessOptions(null); // Create the resource in the search service - staleResource = - createOrUpdateDefinition.apply(staleResource, accessOptions); + staleResource = createOrUpdateDefinition.apply(staleResource, accessOptions); // Get the eTag for the newly created resource - String eTagStale = getEtag(staleResource); + String eTagStale = getETag(staleResource); - // Update the resource, the etag will be changed + // Update the resource, the eTag will be changed T currentResource = createOrUpdateDefinition.apply(staleResource, accessOptions); try { - accessOptions = - new AccessOptions(generateIfNotChangedAccessCondition(eTagStale)); + accessOptions = new AccessOptions(generateIfNotChangedAccessCondition(eTagStale)); deleteFunc.accept(resourceName, accessOptions); - Assert.fail("deleteFunc should have failed due to selected AccessCondition"); + fail("deleteFunc should have failed due to selected AccessCondition"); } catch (Exception exc) { - Assert.assertEquals(HttpResponseException.class, exc.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); } // Get the new eTag - String eTagCurrent = getEtag(currentResource); - accessOptions = - new AccessOptions(generateIfNotChangedAccessCondition(eTagCurrent)); + String eTagCurrent = getETag(currentResource); + accessOptions = new AccessOptions(generateIfNotChangedAccessCondition(eTagCurrent)); // Delete should succeed deleteFunc.accept(resourceName, accessOptions); @@ -165,26 +159,22 @@ public void deleteIfNotChangedWorksOnlyOnCurrentResource( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void updateIfExistsFailsOnNoResource( - Supplier newResourceDefinition, + public static void updateIfExistsFailsOnNoResource(Supplier newResourceDefinition, BiFunction createOrUpdateDefinition) { T newResource = newResourceDefinition.get(); try { - AccessOptions accessOptions = - new AccessOptions(generateIfExistsAccessCondition()); + AccessOptions accessOptions = new AccessOptions(generateIfExistsAccessCondition()); createOrUpdateDefinition.apply(newResource, accessOptions); - Assert.fail("createOrUpdateDefinition should have failed due to " - + "selected AccessCondition"); + fail("createOrUpdateDefinition should have failed due to selected AccessCondition"); } catch (Exception exc) { - Assert.assertEquals(HttpResponseException.class, exc.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); } // The resource should never have been created on the server, and thus it should not have an ETag - String eTag = getEtag(newResource); - Assert.assertNull(eTag); + assertNull(getETag(newResource)); } /** @@ -192,23 +182,20 @@ public void updateIfExistsFailsOnNoResource( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void updateIfExistsSucceedsOnExistingResource( - Supplier newResourceDefinition, - BiFunction createOrUpdateDefinition, - Function mutateResourceDefinition) { + public static void updateIfExistsSucceedsOnExistingResource(Supplier newResourceDefinition, + BiFunction createOrUpdateDefinition, Function mutateResourceDefinition) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); // Create the resource on the search service - AccessOptions accessOptions = - new AccessOptions(null); + AccessOptions accessOptions = new AccessOptions(null); newResource = createOrUpdateDefinition.apply(newResource, accessOptions); // get the original eTag - String originalETag = getEtag(newResource); + String originalETag = getETag(newResource); // Change the resource T mutateResource = mutateResourceDefinition.apply(newResource); @@ -218,11 +205,11 @@ public void updateIfExistsSucceedsOnExistingResource( mutateResource = createOrUpdateDefinition.apply(mutateResource, accessOptions); // Get the updated ETag - String updatedETag = getEtag(mutateResource); + String updatedETag = getETag(mutateResource); // Verify the eTag is not empty and was changed - Assert.assertTrue(StringUtils.isNotEmpty(updatedETag)); - Assert.assertNotEquals(originalETag, updatedETag); + assertFalse(CoreUtils.isNullOrEmpty(updatedETag)); + assertNotEquals(originalETag, updatedETag); } /** @@ -230,21 +217,18 @@ public void updateIfExistsSucceedsOnExistingResource( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void updateIfNotChangedFailsWhenResourceChanged( - Supplier newResourceDefinition, - BiFunction createOrUpdateDefinition, - Function mutateResourceDefinition) { + public static void updateIfNotChangedFailsWhenResourceChanged(Supplier newResourceDefinition, + BiFunction createOrUpdateDefinition, Function mutateResourceDefinition) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); // Create the resource on the search service - AccessOptions accessOptions = - new AccessOptions(null); + AccessOptions accessOptions = new AccessOptions(null); newResource = createOrUpdateDefinition.apply(newResource, accessOptions); - String originalETag = getEtag(newResource); + String originalETag = getETag(newResource); // Change the resource T mutateResource = mutateResourceDefinition.apply(newResource); @@ -254,22 +238,21 @@ public void updateIfNotChangedFailsWhenResourceChanged( mutateResource = createOrUpdateDefinition.apply(mutateResource, accessOptions); // Get the updated eTag - String updatedETag = getEtag(mutateResource); + String updatedETag = getETag(mutateResource); // Update and check the eTags were changed try { createOrUpdateDefinition.apply(mutateResource, accessOptions); - Assert.fail("createOrUpdateDefinition should have failed due to " - + "selected AccessCondition"); + fail("createOrUpdateDefinition should have failed due to selected AccessCondition"); } catch (Exception exc) { - Assert.assertEquals(HttpResponseException.class, exc.getClass()); - Assert.assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); + assertEquals(HttpResponseException.class, exc.getClass()); + assertEquals(HttpResponseStatus.PRECONDITION_FAILED.code(), ((HttpResponseException) exc).getResponse().getStatusCode()); } // Check eTags - Assert.assertTrue(StringUtils.isNotEmpty(originalETag)); - Assert.assertTrue(StringUtils.isNotEmpty(updatedETag)); - Assert.assertNotEquals(originalETag, updatedETag); + assertFalse(CoreUtils.isNullOrEmpty(originalETag)); + assertFalse(CoreUtils.isNullOrEmpty(updatedETag)); + assertNotEquals(originalETag, updatedETag); } /** @@ -277,34 +260,31 @@ public void updateIfNotChangedFailsWhenResourceChanged( * * @param createOrUpdateDefinition a function that creates or updates a resource in the service * @param newResourceDefinition a function to generate a new resource object - * @param one of the entity types (Index / Indexer / SynonymMap / Datasource / etc) + * @param one of the entity types (Index / Indexer / SynonymMap / DataSource / etc) */ - public void updateIfNotChangedSucceedsWhenResourceUnchanged( - Supplier newResourceDefinition, - BiFunction createOrUpdateDefinition, - Function mutateResourceDefinition) { + public static void updateIfNotChangedSucceedsWhenResourceUnchanged(Supplier newResourceDefinition, + BiFunction createOrUpdateDefinition, Function mutateResourceDefinition) { // Create a new resource (Indexer, SynonymMap, etc...) T newResource = newResourceDefinition.get(); // Create the resource on the search service - AccessOptions accessOptions = - new AccessOptions(null); + AccessOptions accessOptions = new AccessOptions(null); newResource = createOrUpdateDefinition.apply(newResource, accessOptions); - String originalEtag = getEtag(newResource); + String originalETag = getETag(newResource); // Change the resource T mutateResource = mutateResourceDefinition.apply(newResource); // Update the resource on the service - accessOptions.setAccessCondition(generateIfNotChangedAccessCondition(originalEtag)); + accessOptions.setAccessCondition(generateIfNotChangedAccessCondition(originalETag)); mutateResource = createOrUpdateDefinition.apply(mutateResource, accessOptions); - String updatedETag = getEtag(mutateResource); + String updatedETag = getETag(mutateResource); // Check eTags as expected - Assert.assertTrue(StringUtils.isNotEmpty(originalEtag)); - Assert.assertTrue(StringUtils.isNotEmpty(updatedETag)); - Assert.assertNotEquals(originalEtag, updatedETag); + assertFalse(CoreUtils.isNullOrEmpty(originalETag)); + assertFalse(CoreUtils.isNullOrEmpty(updatedETag)); + assertNotEquals(originalETag, updatedETag); } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessOptions.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessOptions.java index a62c2638b303..9166154c3738 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessOptions.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/AccessOptions.java @@ -7,7 +7,7 @@ import com.azure.search.models.RequestOptions; /** - * This class holds common options for the search service api. + * Contains common options for the Search service. */ public class AccessOptions { private AccessCondition accessCondition; diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/CustomQueryPipelinePolicy.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/CustomQueryPipelinePolicy.java index 887388686de0..ba719eac8ba1 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/CustomQueryPipelinePolicy.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/CustomQueryPipelinePolicy.java @@ -12,19 +12,22 @@ import java.util.Objects; /** - * Injects a custom query string the URL before the request is initiated + * Adds a custom query string to the URL. */ public class CustomQueryPipelinePolicy implements HttpPipelinePolicy { private final String paramKey; private final String paramValue; + /** + * Constructor for {@link CustomQueryPipelinePolicy}. + * + * @param paramKey Name of the query parameter to add. + * @param paramValue Value of the query parameter being added. + */ public CustomQueryPipelinePolicy(String paramKey, String paramValue) { - Objects.requireNonNull(paramKey); - Objects.requireNonNull(paramValue); - - this.paramKey = paramKey; - this.paramValue = paramValue; + this.paramKey = Objects.requireNonNull(paramKey); + this.paramValue = Objects.requireNonNull(paramValue); } @Override diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/models/ModelWithPrimitiveCollections.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/models/ModelWithPrimitiveCollections.java index 5f6f69e7ad4a..a2122abc6341 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/models/ModelWithPrimitiveCollections.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/models/ModelWithPrimitiveCollections.java @@ -47,33 +47,61 @@ public ModelWithPrimitiveCollections bools(Boolean[] bools) { return this; } + public Boolean[] bools() { + return bools; + } + public ModelWithPrimitiveCollections dates(OffsetDateTime[] dates) { this.dates = dates; return this; } + public OffsetDateTime[] dates() { + return dates; + } + public ModelWithPrimitiveCollections doubles(Double[] doubles) { this.doubles = doubles; return this; } + public Double[] doubles() { + return doubles; + } + public ModelWithPrimitiveCollections ints(int[] ints) { this.ints = ints; return this; } + public int[] ints() { + return ints; + } + public ModelWithPrimitiveCollections longs(Long[] longs) { this.longs = longs; return this; } + public Long[] longs() { + return longs; + } + public ModelWithPrimitiveCollections points(GeoPoint[] points) { this.points = points; return this; } + public GeoPoint[] points() { + return points; + } + public ModelWithPrimitiveCollections strings(String[] strings) { this.strings = strings; return this; } + + public String[] strings() { + return strings; + } } diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/AzureSearchResources.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/AzureSearchResources.java index d130155bb9ef..90b9e81e2038 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/AzureSearchResources.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/AzureSearchResources.java @@ -3,18 +3,17 @@ package com.azure.search.test.environment.setup; -import com.azure.search.models.DataSource; +import com.azure.core.test.utils.TestResourceNamer; +import com.azure.core.util.CoreUtils; import com.azure.storage.blob.BlobServiceClient; import com.azure.storage.blob.BlobServiceClientBuilder; import com.microsoft.azure.credentials.AzureTokenCredentials; import com.microsoft.azure.management.Azure; import com.microsoft.azure.management.resources.ResourceGroup; import com.microsoft.azure.management.resources.fluentcore.arm.Region; -import com.microsoft.azure.management.resources.fluentcore.utils.SdkContext; import com.microsoft.azure.management.search.SearchService; import com.microsoft.azure.management.storage.StorageAccount; import com.microsoft.azure.management.storage.StorageAccountKey; -import org.apache.commons.lang3.StringUtils; import java.util.Objects; @@ -25,11 +24,8 @@ public class AzureSearchResources { private static final String STORAGE_NAME_PREFIX = "azsstor"; - private String resourceGroupName; private String searchServiceName; private String searchAdminKey; - private String blobContainerDatasourceName; - private String storageName; private AzureTokenCredentials azureTokenCredentials; private String subscriptionId; @@ -38,7 +34,6 @@ public class AzureSearchResources { private Azure azure = null; private ResourceGroup resourceGroup = null; private SearchService searchService = null; - private DataSource blobDatasource = null; /** * @return The created Azure Cognitive Search service name @@ -55,16 +50,14 @@ public String getSearchAdminKey() { } /** - * Creates an instance of AzureTokenCredentials to be used in creating a Resource Group and Azure Cognitive Search service - * in Azure to be used for tests. + * Creates an instance of AzureTokenCredentials to be used in creating a Resource Group and Azure Cognitive Search + * service in Azure to be used for tests. * * @param azureTokenCredentials includes credentials to connect to Azure. * @param subscriptionId Azure subscription id. * @param location location of the resources to be created in. */ - public AzureSearchResources( - AzureTokenCredentials azureTokenCredentials, String subscriptionId, - Region location) { + public AzureSearchResources(AzureTokenCredentials azureTokenCredentials, String subscriptionId, Region location) { this.azureTokenCredentials = azureTokenCredentials; this.subscriptionId = subscriptionId; this.location = location; @@ -86,7 +79,7 @@ public void initialize() { private void validate() { Objects.requireNonNull(this.azureTokenCredentials, "azureTokenCredentials cannot be null"); Objects.requireNonNull(this.location, "location cannot be null"); - if (StringUtils.isBlank(this.subscriptionId)) { + if (CoreUtils.isNullOrEmpty(this.subscriptionId)) { throw new IllegalArgumentException("subscriptionId cannot be blank"); } } @@ -94,8 +87,8 @@ private void validate() { /** * Creates an Azure Service in an existing resource group */ - public void createService() { - searchServiceName = SdkContext.randomResourceName(SEARCH_SERVICE_NAME_PREFIX, 24); + public void createService(TestResourceNamer testResourceNamer) { + searchServiceName = testResourceNamer.randomName(SEARCH_SERVICE_NAME_PREFIX, 24); System.out.println("Creating Azure Cognitive Search service: " + searchServiceName); searchService = azure.searchServices() .define(searchServiceName) @@ -120,9 +113,9 @@ public void deleteService() { /** * Creates the Resource Group in Azure. This should be run at @BeforeAll */ - public void createResourceGroup() { + public void createResourceGroup(TestResourceNamer testResourceNamer) { if (resourceGroup == null) { - resourceGroupName = SdkContext.randomResourceName(RESOURCE_GROUP_NAME_PREFIX, 24); + String resourceGroupName = testResourceNamer.randomName(RESOURCE_GROUP_NAME_PREFIX, 24); System.out.println("Creating Resource Group: " + resourceGroupName); resourceGroup = azure.resourceGroups() .define(resourceGroupName) @@ -144,10 +137,11 @@ public void deleteResourceGroup() { /** * Create a new storage account + * * @return the storage connection string */ - public String createStorageAccount() { - storageName = SdkContext.randomResourceName(STORAGE_NAME_PREFIX, 15); + public String createStorageAccount(TestResourceNamer testResourceNamer) { + String storageName = testResourceNamer.randomName(STORAGE_NAME_PREFIX, 15); StorageAccount storageAccount = azure.storageAccounts().define(storageName) .withRegion(location) @@ -158,26 +152,24 @@ public String createStorageAccount() { StorageAccountKey key = storageAccount.getKeys().get(0); // Currently this only works on PROD Azure and not on Dogfood - String storageConnString = - "DefaultEndpointsProtocol=https;AccountName=" - + storageName + ";" - + "AccountKey=" - + key.value() - + ";EndpointSuffix=core.windows.net"; - - return storageConnString; + + return "DefaultEndpointsProtocol=https;AccountName=" + + storageName + ";" + + "AccountKey=" + + key.value() + + ";EndpointSuffix=core.windows.net"; } /** * Create a blob container inside a given storage account + * * @param storageConnString a given connection string * @return the created container name */ - public String createBlobContainer(String storageConnString) { + public String createBlobContainer(String storageConnString, TestResourceNamer testResourceNamer) { // now we create a blob container, no need for an actual blob to be uploaded - blobContainerDatasourceName = - SdkContext.randomResourceName(BLOB_DATASOURCE_NAME_PREFIX, 15); + String blobContainerDatasourceName = testResourceNamer.randomName(BLOB_DATASOURCE_NAME_PREFIX, 15); BlobServiceClient blobServiceClient = new BlobServiceClientBuilder() diff --git a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/SearchIndexService.java b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/SearchIndexService.java index 19ce077ce307..ba1c36b6e8b4 100644 --- a/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/SearchIndexService.java +++ b/sdk/search/azure-search/src/test/java/com/azure/search/test/environment/setup/SearchIndexService.java @@ -6,9 +6,9 @@ import com.azure.search.SearchApiKeyCredential; import com.azure.search.SearchServiceClient; import com.azure.search.SearchServiceClientBuilder; +import com.azure.search.TestHelpers; import com.azure.search.models.Index; import com.fasterxml.jackson.databind.ObjectMapper; -import org.junit.platform.commons.util.StringUtils; import java.io.IOException; import java.io.InputStreamReader; @@ -19,13 +19,12 @@ public class SearchIndexService { private String endpoint; private String apiAdminKey; private String indexName; - private String indexDataFileName; private SearchServiceClient searchServiceClient; /** - * Creates an instance of SearchIndexService to be used in creating a sample index in Azure Cognitive Search, - * to be used in tests. + * Creates an instance of SearchIndexService to be used in creating a sample index in Azure Cognitive Search, to be + * used in tests. * * @param endpoint the endpoint of an Azure Cognitive Search instance. * @param apiAdminKey the Admin Key of Azure Cognitive Search service @@ -39,7 +38,6 @@ public SearchIndexService(String endpoint, String apiAdminKey) { * Creates a new sample Index in Azure Cognitive Search with configuration retrieved from INDEX_DATA_JSON * * @param index the index to be created. - * */ public void initializeAndCreateIndex(Index index) { initServiceClient(); @@ -59,7 +57,7 @@ public void initializeAndCreateIndex(Index index) { public void initializeAndCreateIndex(String indexDataFileName) throws IOException { initServiceClient(); - if (StringUtils.isNotBlank(indexDataFileName)) { + if (!TestHelpers.isBlank(indexDataFileName)) { Reader indexData = new InputStreamReader(getClass().getClassLoader().getResourceAsStream(indexDataFileName)); Index index = new ObjectMapper().readValue(indexData, Index.class); this.indexName = index.getName(); @@ -77,7 +75,6 @@ private void initServiceClient() { } /** - * * @return the sample index name */ public String indexName() { diff --git a/sdk/search/azure-search/src/test/resources/session-records/addingCustomAnalyzerThrowsHttpExceptionByDefault.json b/sdk/search/azure-search/src/test/resources/session-records/addingCustomAnalyzerThrowsHttpExceptionByDefault.json index 62c497a99c11..243798e3cef5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/addingCustomAnalyzerThrowsHttpExceptionByDefault.json +++ b/sdk/search/azure-search/src/test/resources/session-records/addingCustomAnalyzerThrowsHttpExceptionByDefault.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk1d5124583142.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk6940803c2d9.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fc76f7d6-49df-482f-aebf-c460b757250b", + "request-id" : "0fe1365a-ed67-465e-96ba-4e26fa23b859", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EC08363AF\"", - "elapsed-time" : "725", + "ETag" : "W/\"0x8D7B95FDB8EF9FB\"", + "elapsed-time" : "510", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8276", - "Body" : "{\"@odata.context\":\"https://azs-sdk1d5124583142.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EC08363AF\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8251", + "Body" : "{\"@odata.context\":\"https://azs-sdk6940803c2d9.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FDB8EF9FB\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1d5124583142.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk6940803c2d9.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk1d5124583142.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk6940803c2d9.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "59a39331-ebb1-4b6f-aa65-53da0793c859", + "request-id" : "ac484a66-d689-45f3-bd70-d46777003d51", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 06:58:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "127", + "elapsed-time" : "180", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "640", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"An index with the name 'hotels' in service 'azs-sdk1d5124583142' could not be updated. Index update not allowed because it would cause downtime. In order to add new analyzers, tokenizers, token filters, or character filters to an existing index, set the 'allowIndexDowntime' query parameter to 'true' in the index update request. Note that this operation will put your index offline for at least a few seconds, causing your indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.\"}}", + "Content-Length" : "674", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"An index with the name 'hotels' in service 'azs-sdk6940803c2d9' could not be updated. Index update not allowed because it would cause downtime. In order to add new analyzers, tokenizers, token filters, or character filters to an existing index, or modify its similarity settings, set the 'allowIndexDowntime' query parameter to 'true' in the index update request. Note that this operation will put your index offline for at least a few seconds, causing your indexing and query requests to fail. Performance and write availability of the index can be impaired for several minutes after the index is updated, or longer for very large indexes.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk6940803c2d9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAddCustomAnalyzerWithIndexDowntime.json b/sdk/search/azure-search/src/test/resources/session-records/canAddCustomAnalyzerWithIndexDowntime.json index 321a334caad7..7b5c439d4673 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAddCustomAnalyzerWithIndexDowntime.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAddCustomAnalyzerWithIndexDowntime.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk662969007670.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk639058871db.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7c8936a1-cc2d-42a1-bdce-a552694dd165", + "request-id" : "9f6c91ea-b85e-42af-9f17-6463fbf1993c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EA45F9390\"", - "elapsed-time" : "827", + "ETag" : "W/\"0x8D7B95FC48897B6\"", + "elapsed-time" : "921", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8276", - "Body" : "{\"@odata.context\":\"https://azs-sdk662969007670.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EA45F9390\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8251", + "Body" : "{\"@odata.context\":\"https://azs-sdk639058871db.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FC48897B6\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk662969007670.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk639058871db.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk662969007670.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", + "Uri" : "https://azs-sdk639058871db.search.windows.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d843de92-3958-41f3-ad62-5dc8cce3c3d8", + "request-id" : "2c1642d4-b099-4e18-8b77-f4d2f0482373", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EA5BD2357\"", - "elapsed-time" : "2019", + "ETag" : "W/\"0x8D7B95FC50754F2\"", + "elapsed-time" : "792", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8358", - "Body" : "{\"@odata.context\":\"https://azs-sdk662969007670.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EA5BD2357\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a2\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8333", + "Body" : "{\"@odata.context\":\"https://azs-sdk639058871db.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FC50754F2\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a1\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"a2\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk639058871db" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAddSynonymFieldProperty.json b/sdk/search/azure-search/src/test/resources/session-records/canAddSynonymFieldProperty.json index 269a27620dbc..a101a10a90d6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAddSynonymFieldProperty.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAddSynonymFieldProperty.json @@ -1,54 +1,54 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkea8391469af9.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk60078a031b1.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bc253fd3-3264-411e-becd-1c8df0a4f2b3", + "request-id" : "89bc730c-961f-43b8-aa69-efd48ca050e2", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEFAF616D\"", - "elapsed-time" : "94", + "ETag" : "W/\"0x8D7B96151B5F98A\"", + "elapsed-time" : "42", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "224", - "Body" : "{\"@odata.context\":\"https://azs-sdkea8391469af9.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEFAF616D\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", + "Content-Length" : "211", + "Body" : "{\"@odata.context\":\"https://azs-sdk60078a031b1.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96151B5F98A\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea8391469af9.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "Location" : "https://azs-sdk60078a031b1.search.windows.net/synonymmaps('names')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkea8391469af9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk60078a031b1.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ec4f3661-da49-44c3-ab25-38da084a62f2", + "request-id" : "8793ca52-a0a0-44e6-a7ce-6f749c203f57", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF080E75C\"", - "elapsed-time" : "737", + "ETag" : "W/\"0x8D7B961522D3B46\"", + "elapsed-time" : "807", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "780", - "Body" : "{\"@odata.context\":\"https://azs-sdkea8391469af9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF080E75C\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "767", + "Body" : "{\"@odata.context\":\"https://azs-sdk60078a031b1.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961522D3B46\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea8391469af9.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk60078a031b1.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk60078a031b1" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAnalyze.json b/sdk/search/azure-search/src/test/resources/session-records/canAnalyze.json index 3becbb003545..7b657234f93f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAnalyze.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAnalyze.json @@ -1,98 +1,98 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk19e496102207.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk056527da2e7.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0f3d8df5-6668-4f93-ae2f-07d50444acc3", + "request-id" : "119c6f93-9978-417a-a6f6-6a15b85a67dd", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EC551CDAD\"", - "elapsed-time" : "745", + "ETag" : "W/\"0x8D7B95FE0FEA998\"", + "elapsed-time" : "911", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk19e496102207.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EC551CDAD\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk056527da2e7.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FE0FEA998\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk19e496102207.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk056527da2e7.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk19e496102207.search-dogfood.windows-int.net/indexes('hotels')/search.analyze?api-version=2019-05-06", + "Uri" : "https://azs-sdk056527da2e7.search.windows.net/indexes('hotels')/search.analyze?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cc842eda-e5ed-4a65-a68b-70027ec05ac0", + "request-id" : "fb51d0c8-9847-4c50-9b94-a376eb67acaa", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:59:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "222", + "elapsed-time" : "56", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "267", - "Body" : "{\"@odata.context\":\"https://azs-sdk19e496102207.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":3,\"position\":0},{\"token\":\"two\",\"startOffset\":4,\"endOffset\":7,\"position\":1}]}", + "Content-Length" : "254", + "Body" : "{\"@odata.context\":\"https://azs-sdk056527da2e7.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":3,\"position\":0},{\"token\":\"two\",\"startOffset\":4,\"endOffset\":7,\"position\":1}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk19e496102207.search-dogfood.windows-int.net/indexes('hotels')/search.analyze?api-version=2019-05-06", + "Uri" : "https://azs-sdk056527da2e7.search.windows.net/indexes('hotels')/search.analyze?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1ee27475-1a21-4937-92f9-21dcb9eca86e", + "request-id" : "59ea4d8e-8eda-4905-ba7d-a0d91d69b46a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:59:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "78", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "208", - "Body" : "{\"@odata.context\":\"https://azs-sdk19e496102207.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":5,\"position\":0}]}", + "Content-Length" : "195", + "Body" : "{\"@odata.context\":\"https://azs-sdk056527da2e7.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":5,\"position\":0}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk19e496102207.search-dogfood.windows-int.net/indexes('hotels')/search.analyze?api-version=2019-05-06", + "Uri" : "https://azs-sdk056527da2e7.search.windows.net/indexes('hotels')/search.analyze?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cf5f446b-04e0-4a1c-aaf4-722850be35d4", + "request-id" : "3f64071e-0476-4c77-b048-4881dcf40992", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:59:08 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "61", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "208", - "Body" : "{\"@odata.context\":\"https://azs-sdk19e496102207.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":5,\"position\":0}]}", + "Content-Length" : "195", + "Body" : "{\"@odata.context\":\"https://azs-sdk056527da2e7.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.AnalyzeResult\",\"tokens\":[{\"token\":\"One\",\"startOffset\":0,\"endOffset\":5,\"position\":0}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk056527da2e7" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAnalyzeWithAllPossibleNames.json b/sdk/search/azure-search/src/test/resources/session-records/canAnalyzeWithAllPossibleNames.json index dc4b7eef40cc..beda72cf13c5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAnalyzeWithAllPossibleNames.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAnalyzeWithAllPossibleNames.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3be7114428c9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk012563a2afa.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d7c19094-0c95-4bd0-ac05-91c9c2efca11", + "request-id" : "091eed41-6c86-4636-bce1-faea74835fa1", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAA4B90D8\"", - "elapsed-time" : "789", + "ETag" : "W/\"0x8D7B95FC8B9993E\"", + "elapsed-time" : "928", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk3be7114428c9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAA4B90D8\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk012563a2afa.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FC8B9993E\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3be7114428c9.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk012563a2afa.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk012563a2afa" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteDefaultsToOneTermMode.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteDefaultsToOneTermMode.json index 326bf7d63556..60d1a0d71560 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteDefaultsToOneTermMode.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteDefaultsToOneTermMode.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkee938242e3f3.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk43143462526.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9c530398-8880-4b12-b12a-05ad993796b6", + "request-id" : "91efff18-e91d-43fe-80da-fb54ac02a816", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "161", + "elapsed-time" : "100", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkee938242e3f3.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk43143462526.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkee938242e3f3.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk43143462526.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ac8cdc88-d4e2-4755-8a14-762ff6e20a9f", + "request-id" : "7ad1d729-db0d-4327-97ab-3cbad2e70b4a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "392", - "Body" : "{\"@odata.context\":\"https://azs-sdkee938242e3f3.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"},{\"text\":\"polite\",\"queryPlusText\":\"polite\"},{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", + "Content-Length" : "379", + "Body" : "{\"@odata.context\":\"https://azs-sdk43143462526.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"},{\"text\":\"polite\",\"queryPlusText\":\"polite\"},{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk43143462526" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteExcludesFieldsNotInSuggester.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteExcludesFieldsNotInSuggester.json index 58c830e9f438..5f3928383d38 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteExcludesFieldsNotInSuggester.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteExcludesFieldsNotInSuggester.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkdbf42545ebd4.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk07717f2861f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6d5750dd-ceb1-4063-a490-1ea74554cf38", + "request-id" : "abe5634c-7c0e-4602-9658-f5d1f470d239", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "157", + "elapsed-time" : "127", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkdbf42545ebd4.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk07717f2861f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkdbf42545ebd4.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk07717f2861f.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4aabd9a3-9d7b-4438-b410-a2d5e888f354", + "request-id" : "91387234-9c25-4237-aa3d-ad0f1c34d760", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "11", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "182", - "Body" : "{\"@odata.context\":\"https://azs-sdkdbf42545ebd4.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[]}", + "Content-Length" : "169", + "Body" : "{\"@odata.context\":\"https://azs-sdk07717f2861f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk07717f2861f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteFuzzyIsOffByDefault.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteFuzzyIsOffByDefault.json index e35d078e54f9..3f71bc165556 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteFuzzyIsOffByDefault.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteFuzzyIsOffByDefault.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk603543860723.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5118554f943.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ce5e534a-5d14-4cf8-b88f-28b972eed188", + "request-id" : "71fc6b14-783f-4bd1-95a9-8772d4aa48f7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "230", + "elapsed-time" : "103", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk603543860723.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk5118554f943.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk603543860723.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk5118554f943.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cb1c7b86-fba2-4999-bb45-01062dc40270", + "request-id" : "6411d29b-170c-40b5-a3f3-05af288e02bd", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:23 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "81", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "182", - "Body" : "{\"@odata.context\":\"https://azs-sdk603543860723.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[]}", + "Content-Length" : "169", + "Body" : "{\"@odata.context\":\"https://azs-sdk5118554f943.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk5118554f943" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTerm.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTerm.json index 1c481a05a95e..8759453d060c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTerm.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTerm.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk63c327377a5d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk24359299fcb.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0eb5dea3-88c9-4498-945c-9a68064dbdb6", + "request-id" : "ae261780-a271-4d4d-b7bb-ef1c2dd693ad", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "226", + "elapsed-time" : "163", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk63c327377a5d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk24359299fcb.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk63c327377a5d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk24359299fcb.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1158e3ce-ab7a-43d7-a9ba-10be826507d4", + "request-id" : "74c4b639-279c-461c-ae87-f1333210dd8c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:10 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "392", - "Body" : "{\"@odata.context\":\"https://azs-sdk63c327377a5d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"},{\"text\":\"polite\",\"queryPlusText\":\"polite\"},{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", + "Content-Length" : "379", + "Body" : "{\"@odata.context\":\"https://azs-sdk24359299fcb.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"},{\"text\":\"polite\",\"queryPlusText\":\"polite\"},{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk24359299fcb" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTermWithContext.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTermWithContext.json index 3dc7bb3c78cc..a720488ae93c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTermWithContext.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteOneTermWithContext.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb461224309fc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk19855d8456e.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "be166c09-2c6e-4464-877f-2a5d01aec1ed", + "request-id" : "ba4b7b37-2ac4-4ec5-977e-56bb043eddf7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:02 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "149", + "elapsed-time" : "158", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkb461224309fc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk19855d8456e.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb461224309fc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk19855d8456e.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5ae50bca-4770-4939-b922-3d13a5ff63f4", + "request-id" : "20282bc7-70b2-4b36-93bb-773f07744236", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "378", - "Body" : "{\"@odata.context\":\"https://azs-sdkb461224309fc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"very police\",\"queryPlusText\":\"looking for very police\"},{\"text\":\"very polite\",\"queryPlusText\":\"looking for very polite\"},{\"text\":\"very popular\",\"queryPlusText\":\"looking for very popular\"}]}", + "Content-Length" : "365", + "Body" : "{\"@odata.context\":\"https://azs-sdk19855d8456e.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"very police\",\"queryPlusText\":\"looking for very police\"},{\"text\":\"very polite\",\"queryPlusText\":\"looking for very polite\"},{\"text\":\"very popular\",\"queryPlusText\":\"looking for very popular\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk19855d8456e" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteStaticallyTypedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteStaticallyTypedDocuments.json index 5ab63a904c3b..f337254fdccd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteStaticallyTypedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteStaticallyTypedDocuments.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke1e63967772d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk27525d38749.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "37146a9a-5022-4956-b22b-f124277398dc", + "request-id" : "553f6890-8aa9-43e4-a85b-e43eddca4ac5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "155", + "elapsed-time" : "87", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdke1e63967772d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk27525d38749.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke1e63967772d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk27525d38749.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b7d08b29-bf61-4af2-8e4c-b6e0865e54fc", + "request-id" : "01efbe1b-054f-4a56-9792-a79a47553fa4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:32 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "43", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdke1e63967772d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"very point\"},{\"text\":\"police\",\"queryPlusText\":\"very police\"},{\"text\":\"polite\",\"queryPlusText\":\"very polite\"},{\"text\":\"pool\",\"queryPlusText\":\"very pool\"},{\"text\":\"popular\",\"queryPlusText\":\"very popular\"}]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk27525d38749.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"very point\"},{\"text\":\"police\",\"queryPlusText\":\"very police\"},{\"text\":\"polite\",\"queryPlusText\":\"very polite\"},{\"text\":\"pool\",\"queryPlusText\":\"very pool\"},{\"text\":\"popular\",\"queryPlusText\":\"very popular\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk27525d38749" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenGivenBadSuggesterName.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenGivenBadSuggesterName.json index 339720db0a4c..4ebeb7c640a0 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenGivenBadSuggesterName.json @@ -1,42 +1,42 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk6c008887d2ca.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk18213f643e9.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "da9d2c83-c692-46d0-9c3b-981d1c2c764d", + "request-id" : "85fb02ff-bf59-449d-91dc-92a549a14709", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "141", + "elapsed-time" : "106", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk6c008887d2ca.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk18213f643e9.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6c008887d2ca.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk18213f643e9.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "119776b6-5090-44f8-8f75-4364511ce15c", + "request-id" : "7a77984a-d1c4-4ef3-a625-eb176567e580", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 06:56:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "3", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "147", @@ -47,5 +47,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk18213f643e9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenRequestIsMalformed.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenRequestIsMalformed.json index 103146125fe3..5cd55d41af89 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenRequestIsMalformed.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteThrowsWhenRequestIsMalformed.json @@ -1,42 +1,42 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk1c707737a663.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk0212623648e.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5a1410fe-72b7-4633-9005-7330c2157f37", + "request-id" : "752b7255-5360-406e-8b69-a7d669f2c8fb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "136", + "elapsed-time" : "166", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk1c707737a663.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk0212623648e.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1c707737a663.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk0212623648e.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e85d3e17-6312-48e8-a0cf-6172af93f109", + "request-id" : "41bd58ba-0b7d-439d-99d0-9ac532fec94b", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 06:56:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "6", + "elapsed-time" : "2", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "165", @@ -47,5 +47,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0212623648e" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteTwoTerms.json b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteTwoTerms.json index f7302cf99c72..1cf4e78b6d04 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteTwoTerms.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canAutocompleteTwoTerms.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3ea4234182a4.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk4090373e5fe.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "17b1f1f3-0788-4d49-b6f5-0ad74c962f3c", + "request-id" : "43ac2a62-7058-4a65-96ec-c2c2036a9492", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:24 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "145", + "elapsed-time" : "174", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ea4234182a4.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk4090373e5fe.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk3ea4234182a4.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk4090373e5fe.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4eaf4c41-8d44-44ce-b463-d595931c5b56", + "request-id" : "7f5870f4-3198-46e8-ba89-6731d07cb17f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "448", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ea4234182a4.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point motel\",\"queryPlusText\":\"point motel\"},{\"text\":\"police station\",\"queryPlusText\":\"police station\"},{\"text\":\"polite staff\",\"queryPlusText\":\"polite staff\"},{\"text\":\"pool a\",\"queryPlusText\":\"pool a\"},{\"text\":\"popular hotel\",\"queryPlusText\":\"popular hotel\"}]}", + "Content-Length" : "435", + "Body" : "{\"@odata.context\":\"https://azs-sdk4090373e5fe.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point motel\",\"queryPlusText\":\"point motel\"},{\"text\":\"police station\",\"queryPlusText\":\"police station\"},{\"text\":\"polite staff\",\"queryPlusText\":\"polite staff\"},{\"text\":\"pool a\",\"queryPlusText\":\"pool a\"},{\"text\":\"popular hotel\",\"queryPlusText\":\"popular hotel\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4090373e5fe" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canContinueSearch.json b/sdk/search/azure-search/src/test/resources/session-records/canContinueSearch.json index d09114e13aaf..0bc07fc9de34 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canContinueSearch.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canContinueSearch.json @@ -1,73 +1,73 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk87637306752.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0a03a934-020b-4437-9321-e4dc9dd1a716", + "request-id" : "2abe2955-1e3e-4395-ab8b-fd5ca18a8c20", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:08:53 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "171", + "elapsed-time" : "128", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6568", - "Body" : "{\"@odata.context\":\"https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "6555", + "Body" : "{\"@odata.context\":\"https://azs-sdk87637306752.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk87637306752.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ac8ba835-69f2-4cda-87bc-89b384d2d11a", + "request-id" : "ee7d2ad4-9c08-4838-806e-1404d2c9c98f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:09:03 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2212", - "Body" : "{\"@odata.context\":\"https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"orderby\":\"HotelId asc\",\"search\":\"*\",\"select\":\"HotelId\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\"},{\"@search.score\":1.0,\"HotelId\":\"10\"},{\"@search.score\":1.0,\"HotelId\":\"100\"},{\"@search.score\":1.0,\"HotelId\":\"11\"},{\"@search.score\":1.0,\"HotelId\":\"12\"},{\"@search.score\":1.0,\"HotelId\":\"13\"},{\"@search.score\":1.0,\"HotelId\":\"14\"},{\"@search.score\":1.0,\"HotelId\":\"15\"},{\"@search.score\":1.0,\"HotelId\":\"16\"},{\"@search.score\":1.0,\"HotelId\":\"17\"},{\"@search.score\":1.0,\"HotelId\":\"18\"},{\"@search.score\":1.0,\"HotelId\":\"19\"},{\"@search.score\":1.0,\"HotelId\":\"2\"},{\"@search.score\":1.0,\"HotelId\":\"20\"},{\"@search.score\":1.0,\"HotelId\":\"21\"},{\"@search.score\":1.0,\"HotelId\":\"22\"},{\"@search.score\":1.0,\"HotelId\":\"23\"},{\"@search.score\":1.0,\"HotelId\":\"24\"},{\"@search.score\":1.0,\"HotelId\":\"25\"},{\"@search.score\":1.0,\"HotelId\":\"26\"},{\"@search.score\":1.0,\"HotelId\":\"27\"},{\"@search.score\":1.0,\"HotelId\":\"28\"},{\"@search.score\":1.0,\"HotelId\":\"29\"},{\"@search.score\":1.0,\"HotelId\":\"3\"},{\"@search.score\":1.0,\"HotelId\":\"30\"},{\"@search.score\":1.0,\"HotelId\":\"31\"},{\"@search.score\":1.0,\"HotelId\":\"32\"},{\"@search.score\":1.0,\"HotelId\":\"33\"},{\"@search.score\":1.0,\"HotelId\":\"34\"},{\"@search.score\":1.0,\"HotelId\":\"35\"},{\"@search.score\":1.0,\"HotelId\":\"36\"},{\"@search.score\":1.0,\"HotelId\":\"37\"},{\"@search.score\":1.0,\"HotelId\":\"38\"},{\"@search.score\":1.0,\"HotelId\":\"39\"},{\"@search.score\":1.0,\"HotelId\":\"4\"},{\"@search.score\":1.0,\"HotelId\":\"40\"},{\"@search.score\":1.0,\"HotelId\":\"41\"},{\"@search.score\":1.0,\"HotelId\":\"42\"},{\"@search.score\":1.0,\"HotelId\":\"43\"},{\"@search.score\":1.0,\"HotelId\":\"44\"},{\"@search.score\":1.0,\"HotelId\":\"45\"},{\"@search.score\":1.0,\"HotelId\":\"46\"},{\"@search.score\":1.0,\"HotelId\":\"47\"},{\"@search.score\":1.0,\"HotelId\":\"48\"},{\"@search.score\":1.0,\"HotelId\":\"49\"},{\"@search.score\":1.0,\"HotelId\":\"5\"},{\"@search.score\":1.0,\"HotelId\":\"50\"},{\"@search.score\":1.0,\"HotelId\":\"51\"},{\"@search.score\":1.0,\"HotelId\":\"52\"},{\"@search.score\":1.0,\"HotelId\":\"53\"}],\"@odata.nextLink\":\"https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "2186", + "Body" : "{\"@odata.context\":\"https://azs-sdk87637306752.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"orderby\":\"HotelId asc\",\"search\":\"*\",\"select\":\"HotelId\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\"},{\"@search.score\":1.0,\"HotelId\":\"10\"},{\"@search.score\":1.0,\"HotelId\":\"100\"},{\"@search.score\":1.0,\"HotelId\":\"11\"},{\"@search.score\":1.0,\"HotelId\":\"12\"},{\"@search.score\":1.0,\"HotelId\":\"13\"},{\"@search.score\":1.0,\"HotelId\":\"14\"},{\"@search.score\":1.0,\"HotelId\":\"15\"},{\"@search.score\":1.0,\"HotelId\":\"16\"},{\"@search.score\":1.0,\"HotelId\":\"17\"},{\"@search.score\":1.0,\"HotelId\":\"18\"},{\"@search.score\":1.0,\"HotelId\":\"19\"},{\"@search.score\":1.0,\"HotelId\":\"2\"},{\"@search.score\":1.0,\"HotelId\":\"20\"},{\"@search.score\":1.0,\"HotelId\":\"21\"},{\"@search.score\":1.0,\"HotelId\":\"22\"},{\"@search.score\":1.0,\"HotelId\":\"23\"},{\"@search.score\":1.0,\"HotelId\":\"24\"},{\"@search.score\":1.0,\"HotelId\":\"25\"},{\"@search.score\":1.0,\"HotelId\":\"26\"},{\"@search.score\":1.0,\"HotelId\":\"27\"},{\"@search.score\":1.0,\"HotelId\":\"28\"},{\"@search.score\":1.0,\"HotelId\":\"29\"},{\"@search.score\":1.0,\"HotelId\":\"3\"},{\"@search.score\":1.0,\"HotelId\":\"30\"},{\"@search.score\":1.0,\"HotelId\":\"31\"},{\"@search.score\":1.0,\"HotelId\":\"32\"},{\"@search.score\":1.0,\"HotelId\":\"33\"},{\"@search.score\":1.0,\"HotelId\":\"34\"},{\"@search.score\":1.0,\"HotelId\":\"35\"},{\"@search.score\":1.0,\"HotelId\":\"36\"},{\"@search.score\":1.0,\"HotelId\":\"37\"},{\"@search.score\":1.0,\"HotelId\":\"38\"},{\"@search.score\":1.0,\"HotelId\":\"39\"},{\"@search.score\":1.0,\"HotelId\":\"4\"},{\"@search.score\":1.0,\"HotelId\":\"40\"},{\"@search.score\":1.0,\"HotelId\":\"41\"},{\"@search.score\":1.0,\"HotelId\":\"42\"},{\"@search.score\":1.0,\"HotelId\":\"43\"},{\"@search.score\":1.0,\"HotelId\":\"44\"},{\"@search.score\":1.0,\"HotelId\":\"45\"},{\"@search.score\":1.0,\"HotelId\":\"46\"},{\"@search.score\":1.0,\"HotelId\":\"47\"},{\"@search.score\":1.0,\"HotelId\":\"48\"},{\"@search.score\":1.0,\"HotelId\":\"49\"},{\"@search.score\":1.0,\"HotelId\":\"5\"},{\"@search.score\":1.0,\"HotelId\":\"50\"},{\"@search.score\":1.0,\"HotelId\":\"51\"},{\"@search.score\":1.0,\"HotelId\":\"52\"},{\"@search.score\":1.0,\"HotelId\":\"53\"}],\"@odata.nextLink\":\"https://azs-sdk87637306752.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk87637306752.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ac8ba835-69f2-4cda-87bc-89b384d2d11a", + "request-id" : "ee7d2ad4-9c08-4838-806e-1404d2c9c98f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:09:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "106", + "elapsed-time" : "62", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1971", - "Body" : "{\"@odata.context\":\"https://azs-sdk61d9857813e6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"54\"},{\"@search.score\":1.0,\"HotelId\":\"55\"},{\"@search.score\":1.0,\"HotelId\":\"56\"},{\"@search.score\":1.0,\"HotelId\":\"57\"},{\"@search.score\":1.0,\"HotelId\":\"58\"},{\"@search.score\":1.0,\"HotelId\":\"59\"},{\"@search.score\":1.0,\"HotelId\":\"6\"},{\"@search.score\":1.0,\"HotelId\":\"60\"},{\"@search.score\":1.0,\"HotelId\":\"61\"},{\"@search.score\":1.0,\"HotelId\":\"62\"},{\"@search.score\":1.0,\"HotelId\":\"63\"},{\"@search.score\":1.0,\"HotelId\":\"64\"},{\"@search.score\":1.0,\"HotelId\":\"65\"},{\"@search.score\":1.0,\"HotelId\":\"66\"},{\"@search.score\":1.0,\"HotelId\":\"67\"},{\"@search.score\":1.0,\"HotelId\":\"68\"},{\"@search.score\":1.0,\"HotelId\":\"69\"},{\"@search.score\":1.0,\"HotelId\":\"7\"},{\"@search.score\":1.0,\"HotelId\":\"70\"},{\"@search.score\":1.0,\"HotelId\":\"71\"},{\"@search.score\":1.0,\"HotelId\":\"72\"},{\"@search.score\":1.0,\"HotelId\":\"73\"},{\"@search.score\":1.0,\"HotelId\":\"74\"},{\"@search.score\":1.0,\"HotelId\":\"75\"},{\"@search.score\":1.0,\"HotelId\":\"76\"},{\"@search.score\":1.0,\"HotelId\":\"77\"},{\"@search.score\":1.0,\"HotelId\":\"78\"},{\"@search.score\":1.0,\"HotelId\":\"79\"},{\"@search.score\":1.0,\"HotelId\":\"8\"},{\"@search.score\":1.0,\"HotelId\":\"80\"},{\"@search.score\":1.0,\"HotelId\":\"81\"},{\"@search.score\":1.0,\"HotelId\":\"82\"},{\"@search.score\":1.0,\"HotelId\":\"83\"},{\"@search.score\":1.0,\"HotelId\":\"84\"},{\"@search.score\":1.0,\"HotelId\":\"85\"},{\"@search.score\":1.0,\"HotelId\":\"86\"},{\"@search.score\":1.0,\"HotelId\":\"87\"},{\"@search.score\":1.0,\"HotelId\":\"88\"},{\"@search.score\":1.0,\"HotelId\":\"89\"},{\"@search.score\":1.0,\"HotelId\":\"9\"},{\"@search.score\":1.0,\"HotelId\":\"90\"},{\"@search.score\":1.0,\"HotelId\":\"91\"},{\"@search.score\":1.0,\"HotelId\":\"92\"},{\"@search.score\":1.0,\"HotelId\":\"93\"},{\"@search.score\":1.0,\"HotelId\":\"94\"},{\"@search.score\":1.0,\"HotelId\":\"95\"},{\"@search.score\":1.0,\"HotelId\":\"96\"},{\"@search.score\":1.0,\"HotelId\":\"97\"},{\"@search.score\":1.0,\"HotelId\":\"98\"},{\"@search.score\":1.0,\"HotelId\":\"99\"}]}", + "Content-Length" : "1958", + "Body" : "{\"@odata.context\":\"https://azs-sdk87637306752.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"54\"},{\"@search.score\":1.0,\"HotelId\":\"55\"},{\"@search.score\":1.0,\"HotelId\":\"56\"},{\"@search.score\":1.0,\"HotelId\":\"57\"},{\"@search.score\":1.0,\"HotelId\":\"58\"},{\"@search.score\":1.0,\"HotelId\":\"59\"},{\"@search.score\":1.0,\"HotelId\":\"6\"},{\"@search.score\":1.0,\"HotelId\":\"60\"},{\"@search.score\":1.0,\"HotelId\":\"61\"},{\"@search.score\":1.0,\"HotelId\":\"62\"},{\"@search.score\":1.0,\"HotelId\":\"63\"},{\"@search.score\":1.0,\"HotelId\":\"64\"},{\"@search.score\":1.0,\"HotelId\":\"65\"},{\"@search.score\":1.0,\"HotelId\":\"66\"},{\"@search.score\":1.0,\"HotelId\":\"67\"},{\"@search.score\":1.0,\"HotelId\":\"68\"},{\"@search.score\":1.0,\"HotelId\":\"69\"},{\"@search.score\":1.0,\"HotelId\":\"7\"},{\"@search.score\":1.0,\"HotelId\":\"70\"},{\"@search.score\":1.0,\"HotelId\":\"71\"},{\"@search.score\":1.0,\"HotelId\":\"72\"},{\"@search.score\":1.0,\"HotelId\":\"73\"},{\"@search.score\":1.0,\"HotelId\":\"74\"},{\"@search.score\":1.0,\"HotelId\":\"75\"},{\"@search.score\":1.0,\"HotelId\":\"76\"},{\"@search.score\":1.0,\"HotelId\":\"77\"},{\"@search.score\":1.0,\"HotelId\":\"78\"},{\"@search.score\":1.0,\"HotelId\":\"79\"},{\"@search.score\":1.0,\"HotelId\":\"8\"},{\"@search.score\":1.0,\"HotelId\":\"80\"},{\"@search.score\":1.0,\"HotelId\":\"81\"},{\"@search.score\":1.0,\"HotelId\":\"82\"},{\"@search.score\":1.0,\"HotelId\":\"83\"},{\"@search.score\":1.0,\"HotelId\":\"84\"},{\"@search.score\":1.0,\"HotelId\":\"85\"},{\"@search.score\":1.0,\"HotelId\":\"86\"},{\"@search.score\":1.0,\"HotelId\":\"87\"},{\"@search.score\":1.0,\"HotelId\":\"88\"},{\"@search.score\":1.0,\"HotelId\":\"89\"},{\"@search.score\":1.0,\"HotelId\":\"9\"},{\"@search.score\":1.0,\"HotelId\":\"90\"},{\"@search.score\":1.0,\"HotelId\":\"91\"},{\"@search.score\":1.0,\"HotelId\":\"92\"},{\"@search.score\":1.0,\"HotelId\":\"93\"},{\"@search.score\":1.0,\"HotelId\":\"94\"},{\"@search.score\":1.0,\"HotelId\":\"95\"},{\"@search.score\":1.0,\"HotelId\":\"96\"},{\"@search.score\":1.0,\"HotelId\":\"97\"},{\"@search.score\":1.0,\"HotelId\":\"98\"},{\"@search.score\":1.0,\"HotelId\":\"99\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk87637306752" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canContinueSearchWithTop.json b/sdk/search/azure-search/src/test/resources/session-records/canContinueSearchWithTop.json index 5a27d69c498a..1af4c1148e32 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canContinueSearchWithTop.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canContinueSearchWithTop.json @@ -1,73 +1,73 @@ { - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "dd444ad1-1748-4fb3-8fa8-f80281c562b9", - "StatusCode" : "200", - "Date" : "Mon, 02 Dec 2019 13:54:46 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "3330", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "197057", - "Body" : "{\"@odata.context\":\"https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1001\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1002\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1003\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1004\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1005\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1006\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1007\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1008\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1009\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1010\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1011\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1012\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1013\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1014\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1015\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1016\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1017\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1018\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1019\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1020\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1021\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1022\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1023\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1024\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1025\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1026\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1027\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1028\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1029\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1030\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1031\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1032\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1033\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1034\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1035\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1036\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1037\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1038\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1039\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1040\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1041\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1042\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1043\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1044\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1045\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1046\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1047\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1048\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1049\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1050\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1051\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1052\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1053\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1054\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1055\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1056\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1057\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1058\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1059\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1060\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1061\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1062\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1063\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1064\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1065\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1066\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1067\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1068\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1069\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1070\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1071\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1072\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1073\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1074\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1075\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1076\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1077\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1078\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1079\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1080\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1081\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1082\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1083\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1084\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1085\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1086\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1087\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1088\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1089\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1090\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1091\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1092\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1093\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1094\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1095\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1096\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1097\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1098\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1099\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2001\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2002\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2003\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2004\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2005\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2006\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2007\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2008\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2009\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2010\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2011\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2012\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2013\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2014\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2015\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2016\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2017\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2018\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2019\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2020\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2021\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2022\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2023\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2024\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2025\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2026\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2027\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2028\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2029\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2030\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2031\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2032\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2033\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2034\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2035\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2036\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2037\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2038\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2039\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2040\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2041\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2042\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2043\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2044\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2045\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2046\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2047\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2048\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2049\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2050\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2051\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2052\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2053\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2054\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2055\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2056\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2057\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2058\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2059\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2060\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2061\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2062\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2063\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2064\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2065\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2066\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2067\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2068\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2069\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2070\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2071\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2072\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2073\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2074\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2075\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2076\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2077\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2078\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2079\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2080\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2081\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2082\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2083\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2084\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2085\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2086\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2087\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2088\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2089\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2090\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2091\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2092\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2093\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2094\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2095\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2096\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2097\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2098\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2099\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "8a5ff57e-dcf9-4d6d-9974-5711ec9cd1e2", - "StatusCode" : "200", - "Date" : "Mon, 02 Dec 2019 13:54:50 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "223", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "39244", - "Body" : "{\"@odata.context\":\"https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"orderby\":\"HotelId asc\",\"search\":\"*\",\"select\":\"HotelId\",\"top\":1000,\"skip\":1000},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\"},{\"@search.score\":1.0,\"HotelId\":\"10\"},{\"@search.score\":1.0,\"HotelId\":\"100\"},{\"@search.score\":1.0,\"HotelId\":\"1000\"},{\"@search.score\":1.0,\"HotelId\":\"1001\"},{\"@search.score\":1.0,\"HotelId\":\"1002\"},{\"@search.score\":1.0,\"HotelId\":\"1003\"},{\"@search.score\":1.0,\"HotelId\":\"1004\"},{\"@search.score\":1.0,\"HotelId\":\"1005\"},{\"@search.score\":1.0,\"HotelId\":\"1006\"},{\"@search.score\":1.0,\"HotelId\":\"1007\"},{\"@search.score\":1.0,\"HotelId\":\"1008\"},{\"@search.score\":1.0,\"HotelId\":\"1009\"},{\"@search.score\":1.0,\"HotelId\":\"101\"},{\"@search.score\":1.0,\"HotelId\":\"1010\"},{\"@search.score\":1.0,\"HotelId\":\"1011\"},{\"@search.score\":1.0,\"HotelId\":\"1012\"},{\"@search.score\":1.0,\"HotelId\":\"1013\"},{\"@search.score\":1.0,\"HotelId\":\"1014\"},{\"@search.score\":1.0,\"HotelId\":\"1015\"},{\"@search.score\":1.0,\"HotelId\":\"1016\"},{\"@search.score\":1.0,\"HotelId\":\"1017\"},{\"@search.score\":1.0,\"HotelId\":\"1018\"},{\"@search.score\":1.0,\"HotelId\":\"1019\"},{\"@search.score\":1.0,\"HotelId\":\"102\"},{\"@search.score\":1.0,\"HotelId\":\"1020\"},{\"@search.score\":1.0,\"HotelId\":\"1021\"},{\"@search.score\":1.0,\"HotelId\":\"1022\"},{\"@search.score\":1.0,\"HotelId\":\"1023\"},{\"@search.score\":1.0,\"HotelId\":\"1024\"},{\"@search.score\":1.0,\"HotelId\":\"1025\"},{\"@search.score\":1.0,\"HotelId\":\"1026\"},{\"@search.score\":1.0,\"HotelId\":\"1027\"},{\"@search.score\":1.0,\"HotelId\":\"1028\"},{\"@search.score\":1.0,\"HotelId\":\"1029\"},{\"@search.score\":1.0,\"HotelId\":\"103\"},{\"@search.score\":1.0,\"HotelId\":\"1030\"},{\"@search.score\":1.0,\"HotelId\":\"1031\"},{\"@search.score\":1.0,\"HotelId\":\"1032\"},{\"@search.score\":1.0,\"HotelId\":\"1033\"},{\"@search.score\":1.0,\"HotelId\":\"1034\"},{\"@search.score\":1.0,\"HotelId\":\"1035\"},{\"@search.score\":1.0,\"HotelId\":\"1036\"},{\"@search.score\":1.0,\"HotelId\":\"1037\"},{\"@search.score\":1.0,\"HotelId\":\"1038\"},{\"@search.score\":1.0,\"HotelId\":\"1039\"},{\"@search.score\":1.0,\"HotelId\":\"104\"},{\"@search.score\":1.0,\"HotelId\":\"1040\"},{\"@search.score\":1.0,\"HotelId\":\"1041\"},{\"@search.score\":1.0,\"HotelId\":\"1042\"},{\"@search.score\":1.0,\"HotelId\":\"1043\"},{\"@search.score\":1.0,\"HotelId\":\"1044\"},{\"@search.score\":1.0,\"HotelId\":\"1045\"},{\"@search.score\":1.0,\"HotelId\":\"1046\"},{\"@search.score\":1.0,\"HotelId\":\"1047\"},{\"@search.score\":1.0,\"HotelId\":\"1048\"},{\"@search.score\":1.0,\"HotelId\":\"1049\"},{\"@search.score\":1.0,\"HotelId\":\"105\"},{\"@search.score\":1.0,\"HotelId\":\"1050\"},{\"@search.score\":1.0,\"HotelId\":\"1051\"},{\"@search.score\":1.0,\"HotelId\":\"1052\"},{\"@search.score\":1.0,\"HotelId\":\"1053\"},{\"@search.score\":1.0,\"HotelId\":\"1054\"},{\"@search.score\":1.0,\"HotelId\":\"1055\"},{\"@search.score\":1.0,\"HotelId\":\"1056\"},{\"@search.score\":1.0,\"HotelId\":\"1057\"},{\"@search.score\":1.0,\"HotelId\":\"1058\"},{\"@search.score\":1.0,\"HotelId\":\"1059\"},{\"@search.score\":1.0,\"HotelId\":\"106\"},{\"@search.score\":1.0,\"HotelId\":\"1060\"},{\"@search.score\":1.0,\"HotelId\":\"1061\"},{\"@search.score\":1.0,\"HotelId\":\"1062\"},{\"@search.score\":1.0,\"HotelId\":\"1063\"},{\"@search.score\":1.0,\"HotelId\":\"1064\"},{\"@search.score\":1.0,\"HotelId\":\"1065\"},{\"@search.score\":1.0,\"HotelId\":\"1066\"},{\"@search.score\":1.0,\"HotelId\":\"1067\"},{\"@search.score\":1.0,\"HotelId\":\"1068\"},{\"@search.score\":1.0,\"HotelId\":\"1069\"},{\"@search.score\":1.0,\"HotelId\":\"107\"},{\"@search.score\":1.0,\"HotelId\":\"1070\"},{\"@search.score\":1.0,\"HotelId\":\"1071\"},{\"@search.score\":1.0,\"HotelId\":\"1072\"},{\"@search.score\":1.0,\"HotelId\":\"1073\"},{\"@search.score\":1.0,\"HotelId\":\"1074\"},{\"@search.score\":1.0,\"HotelId\":\"1075\"},{\"@search.score\":1.0,\"HotelId\":\"1076\"},{\"@search.score\":1.0,\"HotelId\":\"1077\"},{\"@search.score\":1.0,\"HotelId\":\"1078\"},{\"@search.score\":1.0,\"HotelId\":\"1079\"},{\"@search.score\":1.0,\"HotelId\":\"108\"},{\"@search.score\":1.0,\"HotelId\":\"1080\"},{\"@search.score\":1.0,\"HotelId\":\"1081\"},{\"@search.score\":1.0,\"HotelId\":\"1082\"},{\"@search.score\":1.0,\"HotelId\":\"1083\"},{\"@search.score\":1.0,\"HotelId\":\"1084\"},{\"@search.score\":1.0,\"HotelId\":\"1085\"},{\"@search.score\":1.0,\"HotelId\":\"1086\"},{\"@search.score\":1.0,\"HotelId\":\"1087\"},{\"@search.score\":1.0,\"HotelId\":\"1088\"},{\"@search.score\":1.0,\"HotelId\":\"1089\"},{\"@search.score\":1.0,\"HotelId\":\"109\"},{\"@search.score\":1.0,\"HotelId\":\"1090\"},{\"@search.score\":1.0,\"HotelId\":\"1091\"},{\"@search.score\":1.0,\"HotelId\":\"1092\"},{\"@search.score\":1.0,\"HotelId\":\"1093\"},{\"@search.score\":1.0,\"HotelId\":\"1094\"},{\"@search.score\":1.0,\"HotelId\":\"1095\"},{\"@search.score\":1.0,\"HotelId\":\"1096\"},{\"@search.score\":1.0,\"HotelId\":\"1097\"},{\"@search.score\":1.0,\"HotelId\":\"1098\"},{\"@search.score\":1.0,\"HotelId\":\"1099\"},{\"@search.score\":1.0,\"HotelId\":\"11\"},{\"@search.score\":1.0,\"HotelId\":\"110\"},{\"@search.score\":1.0,\"HotelId\":\"1100\"},{\"@search.score\":1.0,\"HotelId\":\"1101\"},{\"@search.score\":1.0,\"HotelId\":\"1102\"},{\"@search.score\":1.0,\"HotelId\":\"1103\"},{\"@search.score\":1.0,\"HotelId\":\"1104\"},{\"@search.score\":1.0,\"HotelId\":\"1105\"},{\"@search.score\":1.0,\"HotelId\":\"1106\"},{\"@search.score\":1.0,\"HotelId\":\"1107\"},{\"@search.score\":1.0,\"HotelId\":\"1108\"},{\"@search.score\":1.0,\"HotelId\":\"1109\"},{\"@search.score\":1.0,\"HotelId\":\"111\"},{\"@search.score\":1.0,\"HotelId\":\"1110\"},{\"@search.score\":1.0,\"HotelId\":\"1111\"},{\"@search.score\":1.0,\"HotelId\":\"1112\"},{\"@search.score\":1.0,\"HotelId\":\"1113\"},{\"@search.score\":1.0,\"HotelId\":\"1114\"},{\"@search.score\":1.0,\"HotelId\":\"1115\"},{\"@search.score\":1.0,\"HotelId\":\"1116\"},{\"@search.score\":1.0,\"HotelId\":\"1117\"},{\"@search.score\":1.0,\"HotelId\":\"1118\"},{\"@search.score\":1.0,\"HotelId\":\"1119\"},{\"@search.score\":1.0,\"HotelId\":\"112\"},{\"@search.score\":1.0,\"HotelId\":\"1120\"},{\"@search.score\":1.0,\"HotelId\":\"1121\"},{\"@search.score\":1.0,\"HotelId\":\"1122\"},{\"@search.score\":1.0,\"HotelId\":\"1123\"},{\"@search.score\":1.0,\"HotelId\":\"1124\"},{\"@search.score\":1.0,\"HotelId\":\"1125\"},{\"@search.score\":1.0,\"HotelId\":\"1126\"},{\"@search.score\":1.0,\"HotelId\":\"1127\"},{\"@search.score\":1.0,\"HotelId\":\"1128\"},{\"@search.score\":1.0,\"HotelId\":\"1129\"},{\"@search.score\":1.0,\"HotelId\":\"113\"},{\"@search.score\":1.0,\"HotelId\":\"1130\"},{\"@search.score\":1.0,\"HotelId\":\"1131\"},{\"@search.score\":1.0,\"HotelId\":\"1132\"},{\"@search.score\":1.0,\"HotelId\":\"1133\"},{\"@search.score\":1.0,\"HotelId\":\"1134\"},{\"@search.score\":1.0,\"HotelId\":\"1135\"},{\"@search.score\":1.0,\"HotelId\":\"1136\"},{\"@search.score\":1.0,\"HotelId\":\"1137\"},{\"@search.score\":1.0,\"HotelId\":\"1138\"},{\"@search.score\":1.0,\"HotelId\":\"1139\"},{\"@search.score\":1.0,\"HotelId\":\"114\"},{\"@search.score\":1.0,\"HotelId\":\"1140\"},{\"@search.score\":1.0,\"HotelId\":\"1141\"},{\"@search.score\":1.0,\"HotelId\":\"1142\"},{\"@search.score\":1.0,\"HotelId\":\"1143\"},{\"@search.score\":1.0,\"HotelId\":\"1144\"},{\"@search.score\":1.0,\"HotelId\":\"1145\"},{\"@search.score\":1.0,\"HotelId\":\"1146\"},{\"@search.score\":1.0,\"HotelId\":\"1147\"},{\"@search.score\":1.0,\"HotelId\":\"1148\"},{\"@search.score\":1.0,\"HotelId\":\"1149\"},{\"@search.score\":1.0,\"HotelId\":\"115\"},{\"@search.score\":1.0,\"HotelId\":\"1150\"},{\"@search.score\":1.0,\"HotelId\":\"1151\"},{\"@search.score\":1.0,\"HotelId\":\"1152\"},{\"@search.score\":1.0,\"HotelId\":\"1153\"},{\"@search.score\":1.0,\"HotelId\":\"1154\"},{\"@search.score\":1.0,\"HotelId\":\"1155\"},{\"@search.score\":1.0,\"HotelId\":\"1156\"},{\"@search.score\":1.0,\"HotelId\":\"1157\"},{\"@search.score\":1.0,\"HotelId\":\"1158\"},{\"@search.score\":1.0,\"HotelId\":\"1159\"},{\"@search.score\":1.0,\"HotelId\":\"116\"},{\"@search.score\":1.0,\"HotelId\":\"1160\"},{\"@search.score\":1.0,\"HotelId\":\"1161\"},{\"@search.score\":1.0,\"HotelId\":\"1162\"},{\"@search.score\":1.0,\"HotelId\":\"1163\"},{\"@search.score\":1.0,\"HotelId\":\"1164\"},{\"@search.score\":1.0,\"HotelId\":\"1165\"},{\"@search.score\":1.0,\"HotelId\":\"1166\"},{\"@search.score\":1.0,\"HotelId\":\"1167\"},{\"@search.score\":1.0,\"HotelId\":\"1168\"},{\"@search.score\":1.0,\"HotelId\":\"1169\"},{\"@search.score\":1.0,\"HotelId\":\"117\"},{\"@search.score\":1.0,\"HotelId\":\"1170\"},{\"@search.score\":1.0,\"HotelId\":\"1171\"},{\"@search.score\":1.0,\"HotelId\":\"1172\"},{\"@search.score\":1.0,\"HotelId\":\"1173\"},{\"@search.score\":1.0,\"HotelId\":\"1174\"},{\"@search.score\":1.0,\"HotelId\":\"1175\"},{\"@search.score\":1.0,\"HotelId\":\"1176\"},{\"@search.score\":1.0,\"HotelId\":\"1177\"},{\"@search.score\":1.0,\"HotelId\":\"1178\"},{\"@search.score\":1.0,\"HotelId\":\"1179\"},{\"@search.score\":1.0,\"HotelId\":\"118\"},{\"@search.score\":1.0,\"HotelId\":\"1180\"},{\"@search.score\":1.0,\"HotelId\":\"1181\"},{\"@search.score\":1.0,\"HotelId\":\"1182\"},{\"@search.score\":1.0,\"HotelId\":\"1183\"},{\"@search.score\":1.0,\"HotelId\":\"1184\"},{\"@search.score\":1.0,\"HotelId\":\"1185\"},{\"@search.score\":1.0,\"HotelId\":\"1186\"},{\"@search.score\":1.0,\"HotelId\":\"1187\"},{\"@search.score\":1.0,\"HotelId\":\"1188\"},{\"@search.score\":1.0,\"HotelId\":\"1189\"},{\"@search.score\":1.0,\"HotelId\":\"119\"},{\"@search.score\":1.0,\"HotelId\":\"1190\"},{\"@search.score\":1.0,\"HotelId\":\"1191\"},{\"@search.score\":1.0,\"HotelId\":\"1192\"},{\"@search.score\":1.0,\"HotelId\":\"1193\"},{\"@search.score\":1.0,\"HotelId\":\"1194\"},{\"@search.score\":1.0,\"HotelId\":\"1195\"},{\"@search.score\":1.0,\"HotelId\":\"1196\"},{\"@search.score\":1.0,\"HotelId\":\"1197\"},{\"@search.score\":1.0,\"HotelId\":\"1198\"},{\"@search.score\":1.0,\"HotelId\":\"1199\"},{\"@search.score\":1.0,\"HotelId\":\"12\"},{\"@search.score\":1.0,\"HotelId\":\"120\"},{\"@search.score\":1.0,\"HotelId\":\"1200\"},{\"@search.score\":1.0,\"HotelId\":\"1201\"},{\"@search.score\":1.0,\"HotelId\":\"1202\"},{\"@search.score\":1.0,\"HotelId\":\"1203\"},{\"@search.score\":1.0,\"HotelId\":\"1204\"},{\"@search.score\":1.0,\"HotelId\":\"1205\"},{\"@search.score\":1.0,\"HotelId\":\"1206\"},{\"@search.score\":1.0,\"HotelId\":\"1207\"},{\"@search.score\":1.0,\"HotelId\":\"1208\"},{\"@search.score\":1.0,\"HotelId\":\"1209\"},{\"@search.score\":1.0,\"HotelId\":\"121\"},{\"@search.score\":1.0,\"HotelId\":\"1210\"},{\"@search.score\":1.0,\"HotelId\":\"1211\"},{\"@search.score\":1.0,\"HotelId\":\"1212\"},{\"@search.score\":1.0,\"HotelId\":\"1213\"},{\"@search.score\":1.0,\"HotelId\":\"1214\"},{\"@search.score\":1.0,\"HotelId\":\"1215\"},{\"@search.score\":1.0,\"HotelId\":\"1216\"},{\"@search.score\":1.0,\"HotelId\":\"1217\"},{\"@search.score\":1.0,\"HotelId\":\"1218\"},{\"@search.score\":1.0,\"HotelId\":\"1219\"},{\"@search.score\":1.0,\"HotelId\":\"122\"},{\"@search.score\":1.0,\"HotelId\":\"1220\"},{\"@search.score\":1.0,\"HotelId\":\"1221\"},{\"@search.score\":1.0,\"HotelId\":\"1222\"},{\"@search.score\":1.0,\"HotelId\":\"1223\"},{\"@search.score\":1.0,\"HotelId\":\"1224\"},{\"@search.score\":1.0,\"HotelId\":\"1225\"},{\"@search.score\":1.0,\"HotelId\":\"1226\"},{\"@search.score\":1.0,\"HotelId\":\"1227\"},{\"@search.score\":1.0,\"HotelId\":\"1228\"},{\"@search.score\":1.0,\"HotelId\":\"1229\"},{\"@search.score\":1.0,\"HotelId\":\"123\"},{\"@search.score\":1.0,\"HotelId\":\"1230\"},{\"@search.score\":1.0,\"HotelId\":\"1231\"},{\"@search.score\":1.0,\"HotelId\":\"1232\"},{\"@search.score\":1.0,\"HotelId\":\"1233\"},{\"@search.score\":1.0,\"HotelId\":\"1234\"},{\"@search.score\":1.0,\"HotelId\":\"1235\"},{\"@search.score\":1.0,\"HotelId\":\"1236\"},{\"@search.score\":1.0,\"HotelId\":\"1237\"},{\"@search.score\":1.0,\"HotelId\":\"1238\"},{\"@search.score\":1.0,\"HotelId\":\"1239\"},{\"@search.score\":1.0,\"HotelId\":\"124\"},{\"@search.score\":1.0,\"HotelId\":\"1240\"},{\"@search.score\":1.0,\"HotelId\":\"1241\"},{\"@search.score\":1.0,\"HotelId\":\"1242\"},{\"@search.score\":1.0,\"HotelId\":\"1243\"},{\"@search.score\":1.0,\"HotelId\":\"1244\"},{\"@search.score\":1.0,\"HotelId\":\"1245\"},{\"@search.score\":1.0,\"HotelId\":\"1246\"},{\"@search.score\":1.0,\"HotelId\":\"1247\"},{\"@search.score\":1.0,\"HotelId\":\"1248\"},{\"@search.score\":1.0,\"HotelId\":\"1249\"},{\"@search.score\":1.0,\"HotelId\":\"125\"},{\"@search.score\":1.0,\"HotelId\":\"1250\"},{\"@search.score\":1.0,\"HotelId\":\"1251\"},{\"@search.score\":1.0,\"HotelId\":\"1252\"},{\"@search.score\":1.0,\"HotelId\":\"1253\"},{\"@search.score\":1.0,\"HotelId\":\"1254\"},{\"@search.score\":1.0,\"HotelId\":\"1255\"},{\"@search.score\":1.0,\"HotelId\":\"1256\"},{\"@search.score\":1.0,\"HotelId\":\"1257\"},{\"@search.score\":1.0,\"HotelId\":\"1258\"},{\"@search.score\":1.0,\"HotelId\":\"1259\"},{\"@search.score\":1.0,\"HotelId\":\"126\"},{\"@search.score\":1.0,\"HotelId\":\"1260\"},{\"@search.score\":1.0,\"HotelId\":\"1261\"},{\"@search.score\":1.0,\"HotelId\":\"1262\"},{\"@search.score\":1.0,\"HotelId\":\"1263\"},{\"@search.score\":1.0,\"HotelId\":\"1264\"},{\"@search.score\":1.0,\"HotelId\":\"1265\"},{\"@search.score\":1.0,\"HotelId\":\"1266\"},{\"@search.score\":1.0,\"HotelId\":\"1267\"},{\"@search.score\":1.0,\"HotelId\":\"1268\"},{\"@search.score\":1.0,\"HotelId\":\"1269\"},{\"@search.score\":1.0,\"HotelId\":\"127\"},{\"@search.score\":1.0,\"HotelId\":\"1270\"},{\"@search.score\":1.0,\"HotelId\":\"1271\"},{\"@search.score\":1.0,\"HotelId\":\"1272\"},{\"@search.score\":1.0,\"HotelId\":\"1273\"},{\"@search.score\":1.0,\"HotelId\":\"1274\"},{\"@search.score\":1.0,\"HotelId\":\"1275\"},{\"@search.score\":1.0,\"HotelId\":\"1276\"},{\"@search.score\":1.0,\"HotelId\":\"1277\"},{\"@search.score\":1.0,\"HotelId\":\"1278\"},{\"@search.score\":1.0,\"HotelId\":\"1279\"},{\"@search.score\":1.0,\"HotelId\":\"128\"},{\"@search.score\":1.0,\"HotelId\":\"1280\"},{\"@search.score\":1.0,\"HotelId\":\"1281\"},{\"@search.score\":1.0,\"HotelId\":\"1282\"},{\"@search.score\":1.0,\"HotelId\":\"1283\"},{\"@search.score\":1.0,\"HotelId\":\"1284\"},{\"@search.score\":1.0,\"HotelId\":\"1285\"},{\"@search.score\":1.0,\"HotelId\":\"1286\"},{\"@search.score\":1.0,\"HotelId\":\"1287\"},{\"@search.score\":1.0,\"HotelId\":\"1288\"},{\"@search.score\":1.0,\"HotelId\":\"1289\"},{\"@search.score\":1.0,\"HotelId\":\"129\"},{\"@search.score\":1.0,\"HotelId\":\"1290\"},{\"@search.score\":1.0,\"HotelId\":\"1291\"},{\"@search.score\":1.0,\"HotelId\":\"1292\"},{\"@search.score\":1.0,\"HotelId\":\"1293\"},{\"@search.score\":1.0,\"HotelId\":\"1294\"},{\"@search.score\":1.0,\"HotelId\":\"1295\"},{\"@search.score\":1.0,\"HotelId\":\"1296\"},{\"@search.score\":1.0,\"HotelId\":\"1297\"},{\"@search.score\":1.0,\"HotelId\":\"1298\"},{\"@search.score\":1.0,\"HotelId\":\"1299\"},{\"@search.score\":1.0,\"HotelId\":\"13\"},{\"@search.score\":1.0,\"HotelId\":\"130\"},{\"@search.score\":1.0,\"HotelId\":\"1300\"},{\"@search.score\":1.0,\"HotelId\":\"1301\"},{\"@search.score\":1.0,\"HotelId\":\"1302\"},{\"@search.score\":1.0,\"HotelId\":\"1303\"},{\"@search.score\":1.0,\"HotelId\":\"1304\"},{\"@search.score\":1.0,\"HotelId\":\"1305\"},{\"@search.score\":1.0,\"HotelId\":\"1306\"},{\"@search.score\":1.0,\"HotelId\":\"1307\"},{\"@search.score\":1.0,\"HotelId\":\"1308\"},{\"@search.score\":1.0,\"HotelId\":\"1309\"},{\"@search.score\":1.0,\"HotelId\":\"131\"},{\"@search.score\":1.0,\"HotelId\":\"1310\"},{\"@search.score\":1.0,\"HotelId\":\"1311\"},{\"@search.score\":1.0,\"HotelId\":\"1312\"},{\"@search.score\":1.0,\"HotelId\":\"1313\"},{\"@search.score\":1.0,\"HotelId\":\"1314\"},{\"@search.score\":1.0,\"HotelId\":\"1315\"},{\"@search.score\":1.0,\"HotelId\":\"1316\"},{\"@search.score\":1.0,\"HotelId\":\"1317\"},{\"@search.score\":1.0,\"HotelId\":\"1318\"},{\"@search.score\":1.0,\"HotelId\":\"1319\"},{\"@search.score\":1.0,\"HotelId\":\"132\"},{\"@search.score\":1.0,\"HotelId\":\"1320\"},{\"@search.score\":1.0,\"HotelId\":\"1321\"},{\"@search.score\":1.0,\"HotelId\":\"1322\"},{\"@search.score\":1.0,\"HotelId\":\"1323\"},{\"@search.score\":1.0,\"HotelId\":\"1324\"},{\"@search.score\":1.0,\"HotelId\":\"1325\"},{\"@search.score\":1.0,\"HotelId\":\"1326\"},{\"@search.score\":1.0,\"HotelId\":\"1327\"},{\"@search.score\":1.0,\"HotelId\":\"1328\"},{\"@search.score\":1.0,\"HotelId\":\"1329\"},{\"@search.score\":1.0,\"HotelId\":\"133\"},{\"@search.score\":1.0,\"HotelId\":\"1330\"},{\"@search.score\":1.0,\"HotelId\":\"1331\"},{\"@search.score\":1.0,\"HotelId\":\"1332\"},{\"@search.score\":1.0,\"HotelId\":\"1333\"},{\"@search.score\":1.0,\"HotelId\":\"1334\"},{\"@search.score\":1.0,\"HotelId\":\"1335\"},{\"@search.score\":1.0,\"HotelId\":\"1336\"},{\"@search.score\":1.0,\"HotelId\":\"1337\"},{\"@search.score\":1.0,\"HotelId\":\"1338\"},{\"@search.score\":1.0,\"HotelId\":\"1339\"},{\"@search.score\":1.0,\"HotelId\":\"134\"},{\"@search.score\":1.0,\"HotelId\":\"1340\"},{\"@search.score\":1.0,\"HotelId\":\"1341\"},{\"@search.score\":1.0,\"HotelId\":\"1342\"},{\"@search.score\":1.0,\"HotelId\":\"1343\"},{\"@search.score\":1.0,\"HotelId\":\"1344\"},{\"@search.score\":1.0,\"HotelId\":\"1345\"},{\"@search.score\":1.0,\"HotelId\":\"1346\"},{\"@search.score\":1.0,\"HotelId\":\"1347\"},{\"@search.score\":1.0,\"HotelId\":\"1348\"},{\"@search.score\":1.0,\"HotelId\":\"1349\"},{\"@search.score\":1.0,\"HotelId\":\"135\"},{\"@search.score\":1.0,\"HotelId\":\"1350\"},{\"@search.score\":1.0,\"HotelId\":\"1351\"},{\"@search.score\":1.0,\"HotelId\":\"1352\"},{\"@search.score\":1.0,\"HotelId\":\"1353\"},{\"@search.score\":1.0,\"HotelId\":\"1354\"},{\"@search.score\":1.0,\"HotelId\":\"1355\"},{\"@search.score\":1.0,\"HotelId\":\"1356\"},{\"@search.score\":1.0,\"HotelId\":\"1357\"},{\"@search.score\":1.0,\"HotelId\":\"1358\"},{\"@search.score\":1.0,\"HotelId\":\"1359\"},{\"@search.score\":1.0,\"HotelId\":\"136\"},{\"@search.score\":1.0,\"HotelId\":\"1360\"},{\"@search.score\":1.0,\"HotelId\":\"1361\"},{\"@search.score\":1.0,\"HotelId\":\"1362\"},{\"@search.score\":1.0,\"HotelId\":\"1363\"},{\"@search.score\":1.0,\"HotelId\":\"1364\"},{\"@search.score\":1.0,\"HotelId\":\"1365\"},{\"@search.score\":1.0,\"HotelId\":\"1366\"},{\"@search.score\":1.0,\"HotelId\":\"1367\"},{\"@search.score\":1.0,\"HotelId\":\"1368\"},{\"@search.score\":1.0,\"HotelId\":\"1369\"},{\"@search.score\":1.0,\"HotelId\":\"137\"},{\"@search.score\":1.0,\"HotelId\":\"1370\"},{\"@search.score\":1.0,\"HotelId\":\"1371\"},{\"@search.score\":1.0,\"HotelId\":\"1372\"},{\"@search.score\":1.0,\"HotelId\":\"1373\"},{\"@search.score\":1.0,\"HotelId\":\"1374\"},{\"@search.score\":1.0,\"HotelId\":\"1375\"},{\"@search.score\":1.0,\"HotelId\":\"1376\"},{\"@search.score\":1.0,\"HotelId\":\"1377\"},{\"@search.score\":1.0,\"HotelId\":\"1378\"},{\"@search.score\":1.0,\"HotelId\":\"1379\"},{\"@search.score\":1.0,\"HotelId\":\"138\"},{\"@search.score\":1.0,\"HotelId\":\"1380\"},{\"@search.score\":1.0,\"HotelId\":\"1381\"},{\"@search.score\":1.0,\"HotelId\":\"1382\"},{\"@search.score\":1.0,\"HotelId\":\"1383\"},{\"@search.score\":1.0,\"HotelId\":\"1384\"},{\"@search.score\":1.0,\"HotelId\":\"1385\"},{\"@search.score\":1.0,\"HotelId\":\"1386\"},{\"@search.score\":1.0,\"HotelId\":\"1387\"},{\"@search.score\":1.0,\"HotelId\":\"1388\"},{\"@search.score\":1.0,\"HotelId\":\"1389\"},{\"@search.score\":1.0,\"HotelId\":\"139\"},{\"@search.score\":1.0,\"HotelId\":\"1390\"},{\"@search.score\":1.0,\"HotelId\":\"1391\"},{\"@search.score\":1.0,\"HotelId\":\"1392\"},{\"@search.score\":1.0,\"HotelId\":\"1393\"},{\"@search.score\":1.0,\"HotelId\":\"1394\"},{\"@search.score\":1.0,\"HotelId\":\"1395\"},{\"@search.score\":1.0,\"HotelId\":\"1396\"},{\"@search.score\":1.0,\"HotelId\":\"1397\"},{\"@search.score\":1.0,\"HotelId\":\"1398\"},{\"@search.score\":1.0,\"HotelId\":\"1399\"},{\"@search.score\":1.0,\"HotelId\":\"14\"},{\"@search.score\":1.0,\"HotelId\":\"140\"},{\"@search.score\":1.0,\"HotelId\":\"1400\"},{\"@search.score\":1.0,\"HotelId\":\"1401\"},{\"@search.score\":1.0,\"HotelId\":\"1402\"},{\"@search.score\":1.0,\"HotelId\":\"1403\"},{\"@search.score\":1.0,\"HotelId\":\"1404\"},{\"@search.score\":1.0,\"HotelId\":\"1405\"},{\"@search.score\":1.0,\"HotelId\":\"1406\"},{\"@search.score\":1.0,\"HotelId\":\"1407\"},{\"@search.score\":1.0,\"HotelId\":\"1408\"},{\"@search.score\":1.0,\"HotelId\":\"1409\"},{\"@search.score\":1.0,\"HotelId\":\"141\"},{\"@search.score\":1.0,\"HotelId\":\"1410\"},{\"@search.score\":1.0,\"HotelId\":\"1411\"},{\"@search.score\":1.0,\"HotelId\":\"1412\"},{\"@search.score\":1.0,\"HotelId\":\"1413\"},{\"@search.score\":1.0,\"HotelId\":\"1414\"},{\"@search.score\":1.0,\"HotelId\":\"1415\"},{\"@search.score\":1.0,\"HotelId\":\"1416\"},{\"@search.score\":1.0,\"HotelId\":\"1417\"},{\"@search.score\":1.0,\"HotelId\":\"1418\"},{\"@search.score\":1.0,\"HotelId\":\"1419\"},{\"@search.score\":1.0,\"HotelId\":\"142\"},{\"@search.score\":1.0,\"HotelId\":\"1420\"},{\"@search.score\":1.0,\"HotelId\":\"1421\"},{\"@search.score\":1.0,\"HotelId\":\"1422\"},{\"@search.score\":1.0,\"HotelId\":\"1423\"},{\"@search.score\":1.0,\"HotelId\":\"1424\"},{\"@search.score\":1.0,\"HotelId\":\"1425\"},{\"@search.score\":1.0,\"HotelId\":\"1426\"},{\"@search.score\":1.0,\"HotelId\":\"1427\"},{\"@search.score\":1.0,\"HotelId\":\"1428\"},{\"@search.score\":1.0,\"HotelId\":\"1429\"},{\"@search.score\":1.0,\"HotelId\":\"143\"},{\"@search.score\":1.0,\"HotelId\":\"1430\"},{\"@search.score\":1.0,\"HotelId\":\"1431\"},{\"@search.score\":1.0,\"HotelId\":\"1432\"},{\"@search.score\":1.0,\"HotelId\":\"1433\"},{\"@search.score\":1.0,\"HotelId\":\"1434\"},{\"@search.score\":1.0,\"HotelId\":\"1435\"},{\"@search.score\":1.0,\"HotelId\":\"1436\"},{\"@search.score\":1.0,\"HotelId\":\"1437\"},{\"@search.score\":1.0,\"HotelId\":\"1438\"},{\"@search.score\":1.0,\"HotelId\":\"1439\"},{\"@search.score\":1.0,\"HotelId\":\"144\"},{\"@search.score\":1.0,\"HotelId\":\"1440\"},{\"@search.score\":1.0,\"HotelId\":\"1441\"},{\"@search.score\":1.0,\"HotelId\":\"1442\"},{\"@search.score\":1.0,\"HotelId\":\"1443\"},{\"@search.score\":1.0,\"HotelId\":\"1444\"},{\"@search.score\":1.0,\"HotelId\":\"1445\"},{\"@search.score\":1.0,\"HotelId\":\"1446\"},{\"@search.score\":1.0,\"HotelId\":\"1447\"},{\"@search.score\":1.0,\"HotelId\":\"1448\"},{\"@search.score\":1.0,\"HotelId\":\"1449\"},{\"@search.score\":1.0,\"HotelId\":\"145\"},{\"@search.score\":1.0,\"HotelId\":\"1450\"},{\"@search.score\":1.0,\"HotelId\":\"1451\"},{\"@search.score\":1.0,\"HotelId\":\"1452\"},{\"@search.score\":1.0,\"HotelId\":\"1453\"},{\"@search.score\":1.0,\"HotelId\":\"1454\"},{\"@search.score\":1.0,\"HotelId\":\"1455\"},{\"@search.score\":1.0,\"HotelId\":\"1456\"},{\"@search.score\":1.0,\"HotelId\":\"1457\"},{\"@search.score\":1.0,\"HotelId\":\"1458\"},{\"@search.score\":1.0,\"HotelId\":\"1459\"},{\"@search.score\":1.0,\"HotelId\":\"146\"},{\"@search.score\":1.0,\"HotelId\":\"1460\"},{\"@search.score\":1.0,\"HotelId\":\"1461\"},{\"@search.score\":1.0,\"HotelId\":\"1462\"},{\"@search.score\":1.0,\"HotelId\":\"1463\"},{\"@search.score\":1.0,\"HotelId\":\"1464\"},{\"@search.score\":1.0,\"HotelId\":\"1465\"},{\"@search.score\":1.0,\"HotelId\":\"1466\"},{\"@search.score\":1.0,\"HotelId\":\"1467\"},{\"@search.score\":1.0,\"HotelId\":\"1468\"},{\"@search.score\":1.0,\"HotelId\":\"1469\"},{\"@search.score\":1.0,\"HotelId\":\"147\"},{\"@search.score\":1.0,\"HotelId\":\"1470\"},{\"@search.score\":1.0,\"HotelId\":\"1471\"},{\"@search.score\":1.0,\"HotelId\":\"1472\"},{\"@search.score\":1.0,\"HotelId\":\"1473\"},{\"@search.score\":1.0,\"HotelId\":\"1474\"},{\"@search.score\":1.0,\"HotelId\":\"1475\"},{\"@search.score\":1.0,\"HotelId\":\"1476\"},{\"@search.score\":1.0,\"HotelId\":\"1477\"},{\"@search.score\":1.0,\"HotelId\":\"1478\"},{\"@search.score\":1.0,\"HotelId\":\"1479\"},{\"@search.score\":1.0,\"HotelId\":\"148\"},{\"@search.score\":1.0,\"HotelId\":\"1480\"},{\"@search.score\":1.0,\"HotelId\":\"1481\"},{\"@search.score\":1.0,\"HotelId\":\"1482\"},{\"@search.score\":1.0,\"HotelId\":\"1483\"},{\"@search.score\":1.0,\"HotelId\":\"1484\"},{\"@search.score\":1.0,\"HotelId\":\"1485\"},{\"@search.score\":1.0,\"HotelId\":\"1486\"},{\"@search.score\":1.0,\"HotelId\":\"1487\"},{\"@search.score\":1.0,\"HotelId\":\"1488\"},{\"@search.score\":1.0,\"HotelId\":\"1489\"},{\"@search.score\":1.0,\"HotelId\":\"149\"},{\"@search.score\":1.0,\"HotelId\":\"1490\"},{\"@search.score\":1.0,\"HotelId\":\"1491\"},{\"@search.score\":1.0,\"HotelId\":\"1492\"},{\"@search.score\":1.0,\"HotelId\":\"1493\"},{\"@search.score\":1.0,\"HotelId\":\"1494\"},{\"@search.score\":1.0,\"HotelId\":\"1495\"},{\"@search.score\":1.0,\"HotelId\":\"1496\"},{\"@search.score\":1.0,\"HotelId\":\"1497\"},{\"@search.score\":1.0,\"HotelId\":\"1498\"},{\"@search.score\":1.0,\"HotelId\":\"1499\"},{\"@search.score\":1.0,\"HotelId\":\"15\"},{\"@search.score\":1.0,\"HotelId\":\"150\"},{\"@search.score\":1.0,\"HotelId\":\"1500\"},{\"@search.score\":1.0,\"HotelId\":\"1501\"},{\"@search.score\":1.0,\"HotelId\":\"1502\"},{\"@search.score\":1.0,\"HotelId\":\"1503\"},{\"@search.score\":1.0,\"HotelId\":\"1504\"},{\"@search.score\":1.0,\"HotelId\":\"1505\"},{\"@search.score\":1.0,\"HotelId\":\"1506\"},{\"@search.score\":1.0,\"HotelId\":\"1507\"},{\"@search.score\":1.0,\"HotelId\":\"1508\"},{\"@search.score\":1.0,\"HotelId\":\"1509\"},{\"@search.score\":1.0,\"HotelId\":\"151\"},{\"@search.score\":1.0,\"HotelId\":\"1510\"},{\"@search.score\":1.0,\"HotelId\":\"1511\"},{\"@search.score\":1.0,\"HotelId\":\"1512\"},{\"@search.score\":1.0,\"HotelId\":\"1513\"},{\"@search.score\":1.0,\"HotelId\":\"1514\"},{\"@search.score\":1.0,\"HotelId\":\"1515\"},{\"@search.score\":1.0,\"HotelId\":\"1516\"},{\"@search.score\":1.0,\"HotelId\":\"1517\"},{\"@search.score\":1.0,\"HotelId\":\"1518\"},{\"@search.score\":1.0,\"HotelId\":\"1519\"},{\"@search.score\":1.0,\"HotelId\":\"152\"},{\"@search.score\":1.0,\"HotelId\":\"1520\"},{\"@search.score\":1.0,\"HotelId\":\"1521\"},{\"@search.score\":1.0,\"HotelId\":\"1522\"},{\"@search.score\":1.0,\"HotelId\":\"1523\"},{\"@search.score\":1.0,\"HotelId\":\"1524\"},{\"@search.score\":1.0,\"HotelId\":\"1525\"},{\"@search.score\":1.0,\"HotelId\":\"1526\"},{\"@search.score\":1.0,\"HotelId\":\"1527\"},{\"@search.score\":1.0,\"HotelId\":\"1528\"},{\"@search.score\":1.0,\"HotelId\":\"1529\"},{\"@search.score\":1.0,\"HotelId\":\"153\"},{\"@search.score\":1.0,\"HotelId\":\"1530\"},{\"@search.score\":1.0,\"HotelId\":\"1531\"},{\"@search.score\":1.0,\"HotelId\":\"1532\"},{\"@search.score\":1.0,\"HotelId\":\"1533\"},{\"@search.score\":1.0,\"HotelId\":\"1534\"},{\"@search.score\":1.0,\"HotelId\":\"1535\"},{\"@search.score\":1.0,\"HotelId\":\"1536\"},{\"@search.score\":1.0,\"HotelId\":\"1537\"},{\"@search.score\":1.0,\"HotelId\":\"1538\"},{\"@search.score\":1.0,\"HotelId\":\"1539\"},{\"@search.score\":1.0,\"HotelId\":\"154\"},{\"@search.score\":1.0,\"HotelId\":\"1540\"},{\"@search.score\":1.0,\"HotelId\":\"1541\"},{\"@search.score\":1.0,\"HotelId\":\"1542\"},{\"@search.score\":1.0,\"HotelId\":\"1543\"},{\"@search.score\":1.0,\"HotelId\":\"1544\"},{\"@search.score\":1.0,\"HotelId\":\"1545\"},{\"@search.score\":1.0,\"HotelId\":\"1546\"},{\"@search.score\":1.0,\"HotelId\":\"1547\"},{\"@search.score\":1.0,\"HotelId\":\"1548\"},{\"@search.score\":1.0,\"HotelId\":\"1549\"},{\"@search.score\":1.0,\"HotelId\":\"155\"},{\"@search.score\":1.0,\"HotelId\":\"1550\"},{\"@search.score\":1.0,\"HotelId\":\"1551\"},{\"@search.score\":1.0,\"HotelId\":\"1552\"},{\"@search.score\":1.0,\"HotelId\":\"1553\"},{\"@search.score\":1.0,\"HotelId\":\"1554\"},{\"@search.score\":1.0,\"HotelId\":\"1555\"},{\"@search.score\":1.0,\"HotelId\":\"1556\"},{\"@search.score\":1.0,\"HotelId\":\"1557\"},{\"@search.score\":1.0,\"HotelId\":\"1558\"},{\"@search.score\":1.0,\"HotelId\":\"1559\"},{\"@search.score\":1.0,\"HotelId\":\"156\"},{\"@search.score\":1.0,\"HotelId\":\"1560\"},{\"@search.score\":1.0,\"HotelId\":\"1561\"},{\"@search.score\":1.0,\"HotelId\":\"1562\"},{\"@search.score\":1.0,\"HotelId\":\"1563\"},{\"@search.score\":1.0,\"HotelId\":\"1564\"},{\"@search.score\":1.0,\"HotelId\":\"1565\"},{\"@search.score\":1.0,\"HotelId\":\"1566\"},{\"@search.score\":1.0,\"HotelId\":\"1567\"},{\"@search.score\":1.0,\"HotelId\":\"1568\"},{\"@search.score\":1.0,\"HotelId\":\"1569\"},{\"@search.score\":1.0,\"HotelId\":\"157\"},{\"@search.score\":1.0,\"HotelId\":\"1570\"},{\"@search.score\":1.0,\"HotelId\":\"1571\"},{\"@search.score\":1.0,\"HotelId\":\"1572\"},{\"@search.score\":1.0,\"HotelId\":\"1573\"},{\"@search.score\":1.0,\"HotelId\":\"1574\"},{\"@search.score\":1.0,\"HotelId\":\"1575\"},{\"@search.score\":1.0,\"HotelId\":\"1576\"},{\"@search.score\":1.0,\"HotelId\":\"1577\"},{\"@search.score\":1.0,\"HotelId\":\"1578\"},{\"@search.score\":1.0,\"HotelId\":\"1579\"},{\"@search.score\":1.0,\"HotelId\":\"158\"},{\"@search.score\":1.0,\"HotelId\":\"1580\"},{\"@search.score\":1.0,\"HotelId\":\"1581\"},{\"@search.score\":1.0,\"HotelId\":\"1582\"},{\"@search.score\":1.0,\"HotelId\":\"1583\"},{\"@search.score\":1.0,\"HotelId\":\"1584\"},{\"@search.score\":1.0,\"HotelId\":\"1585\"},{\"@search.score\":1.0,\"HotelId\":\"1586\"},{\"@search.score\":1.0,\"HotelId\":\"1587\"},{\"@search.score\":1.0,\"HotelId\":\"1588\"},{\"@search.score\":1.0,\"HotelId\":\"1589\"},{\"@search.score\":1.0,\"HotelId\":\"159\"},{\"@search.score\":1.0,\"HotelId\":\"1590\"},{\"@search.score\":1.0,\"HotelId\":\"1591\"},{\"@search.score\":1.0,\"HotelId\":\"1592\"},{\"@search.score\":1.0,\"HotelId\":\"1593\"},{\"@search.score\":1.0,\"HotelId\":\"1594\"},{\"@search.score\":1.0,\"HotelId\":\"1595\"},{\"@search.score\":1.0,\"HotelId\":\"1596\"},{\"@search.score\":1.0,\"HotelId\":\"1597\"},{\"@search.score\":1.0,\"HotelId\":\"1598\"},{\"@search.score\":1.0,\"HotelId\":\"1599\"},{\"@search.score\":1.0,\"HotelId\":\"16\"},{\"@search.score\":1.0,\"HotelId\":\"160\"},{\"@search.score\":1.0,\"HotelId\":\"1600\"},{\"@search.score\":1.0,\"HotelId\":\"1601\"},{\"@search.score\":1.0,\"HotelId\":\"1602\"},{\"@search.score\":1.0,\"HotelId\":\"1603\"},{\"@search.score\":1.0,\"HotelId\":\"1604\"},{\"@search.score\":1.0,\"HotelId\":\"1605\"},{\"@search.score\":1.0,\"HotelId\":\"1606\"},{\"@search.score\":1.0,\"HotelId\":\"1607\"},{\"@search.score\":1.0,\"HotelId\":\"1608\"},{\"@search.score\":1.0,\"HotelId\":\"1609\"},{\"@search.score\":1.0,\"HotelId\":\"161\"},{\"@search.score\":1.0,\"HotelId\":\"1610\"},{\"@search.score\":1.0,\"HotelId\":\"1611\"},{\"@search.score\":1.0,\"HotelId\":\"1612\"},{\"@search.score\":1.0,\"HotelId\":\"1613\"},{\"@search.score\":1.0,\"HotelId\":\"1614\"},{\"@search.score\":1.0,\"HotelId\":\"1615\"},{\"@search.score\":1.0,\"HotelId\":\"1616\"},{\"@search.score\":1.0,\"HotelId\":\"1617\"},{\"@search.score\":1.0,\"HotelId\":\"1618\"},{\"@search.score\":1.0,\"HotelId\":\"1619\"},{\"@search.score\":1.0,\"HotelId\":\"162\"},{\"@search.score\":1.0,\"HotelId\":\"1620\"},{\"@search.score\":1.0,\"HotelId\":\"1621\"},{\"@search.score\":1.0,\"HotelId\":\"1622\"},{\"@search.score\":1.0,\"HotelId\":\"1623\"},{\"@search.score\":1.0,\"HotelId\":\"1624\"},{\"@search.score\":1.0,\"HotelId\":\"1625\"},{\"@search.score\":1.0,\"HotelId\":\"1626\"},{\"@search.score\":1.0,\"HotelId\":\"1627\"},{\"@search.score\":1.0,\"HotelId\":\"1628\"},{\"@search.score\":1.0,\"HotelId\":\"1629\"},{\"@search.score\":1.0,\"HotelId\":\"163\"},{\"@search.score\":1.0,\"HotelId\":\"1630\"},{\"@search.score\":1.0,\"HotelId\":\"1631\"},{\"@search.score\":1.0,\"HotelId\":\"1632\"},{\"@search.score\":1.0,\"HotelId\":\"1633\"},{\"@search.score\":1.0,\"HotelId\":\"1634\"},{\"@search.score\":1.0,\"HotelId\":\"1635\"},{\"@search.score\":1.0,\"HotelId\":\"1636\"},{\"@search.score\":1.0,\"HotelId\":\"1637\"},{\"@search.score\":1.0,\"HotelId\":\"1638\"},{\"@search.score\":1.0,\"HotelId\":\"1639\"},{\"@search.score\":1.0,\"HotelId\":\"164\"},{\"@search.score\":1.0,\"HotelId\":\"1640\"},{\"@search.score\":1.0,\"HotelId\":\"1641\"},{\"@search.score\":1.0,\"HotelId\":\"1642\"},{\"@search.score\":1.0,\"HotelId\":\"1643\"},{\"@search.score\":1.0,\"HotelId\":\"1644\"},{\"@search.score\":1.0,\"HotelId\":\"1645\"},{\"@search.score\":1.0,\"HotelId\":\"1646\"},{\"@search.score\":1.0,\"HotelId\":\"1647\"},{\"@search.score\":1.0,\"HotelId\":\"1648\"},{\"@search.score\":1.0,\"HotelId\":\"1649\"},{\"@search.score\":1.0,\"HotelId\":\"165\"},{\"@search.score\":1.0,\"HotelId\":\"1650\"},{\"@search.score\":1.0,\"HotelId\":\"1651\"},{\"@search.score\":1.0,\"HotelId\":\"1652\"},{\"@search.score\":1.0,\"HotelId\":\"1653\"},{\"@search.score\":1.0,\"HotelId\":\"1654\"},{\"@search.score\":1.0,\"HotelId\":\"1655\"},{\"@search.score\":1.0,\"HotelId\":\"1656\"},{\"@search.score\":1.0,\"HotelId\":\"1657\"},{\"@search.score\":1.0,\"HotelId\":\"1658\"},{\"@search.score\":1.0,\"HotelId\":\"1659\"},{\"@search.score\":1.0,\"HotelId\":\"166\"},{\"@search.score\":1.0,\"HotelId\":\"1660\"},{\"@search.score\":1.0,\"HotelId\":\"1661\"},{\"@search.score\":1.0,\"HotelId\":\"1662\"},{\"@search.score\":1.0,\"HotelId\":\"1663\"},{\"@search.score\":1.0,\"HotelId\":\"1664\"},{\"@search.score\":1.0,\"HotelId\":\"1665\"},{\"@search.score\":1.0,\"HotelId\":\"1666\"},{\"@search.score\":1.0,\"HotelId\":\"1667\"},{\"@search.score\":1.0,\"HotelId\":\"1668\"},{\"@search.score\":1.0,\"HotelId\":\"1669\"},{\"@search.score\":1.0,\"HotelId\":\"167\"},{\"@search.score\":1.0,\"HotelId\":\"1670\"},{\"@search.score\":1.0,\"HotelId\":\"1671\"},{\"@search.score\":1.0,\"HotelId\":\"1672\"},{\"@search.score\":1.0,\"HotelId\":\"1673\"},{\"@search.score\":1.0,\"HotelId\":\"1674\"},{\"@search.score\":1.0,\"HotelId\":\"1675\"},{\"@search.score\":1.0,\"HotelId\":\"1676\"},{\"@search.score\":1.0,\"HotelId\":\"1677\"},{\"@search.score\":1.0,\"HotelId\":\"1678\"},{\"@search.score\":1.0,\"HotelId\":\"1679\"},{\"@search.score\":1.0,\"HotelId\":\"168\"},{\"@search.score\":1.0,\"HotelId\":\"1680\"},{\"@search.score\":1.0,\"HotelId\":\"1681\"},{\"@search.score\":1.0,\"HotelId\":\"1682\"},{\"@search.score\":1.0,\"HotelId\":\"1683\"},{\"@search.score\":1.0,\"HotelId\":\"1684\"},{\"@search.score\":1.0,\"HotelId\":\"1685\"},{\"@search.score\":1.0,\"HotelId\":\"1686\"},{\"@search.score\":1.0,\"HotelId\":\"1687\"},{\"@search.score\":1.0,\"HotelId\":\"1688\"},{\"@search.score\":1.0,\"HotelId\":\"1689\"},{\"@search.score\":1.0,\"HotelId\":\"169\"},{\"@search.score\":1.0,\"HotelId\":\"1690\"},{\"@search.score\":1.0,\"HotelId\":\"1691\"},{\"@search.score\":1.0,\"HotelId\":\"1692\"},{\"@search.score\":1.0,\"HotelId\":\"1693\"},{\"@search.score\":1.0,\"HotelId\":\"1694\"},{\"@search.score\":1.0,\"HotelId\":\"1695\"},{\"@search.score\":1.0,\"HotelId\":\"1696\"},{\"@search.score\":1.0,\"HotelId\":\"1697\"},{\"@search.score\":1.0,\"HotelId\":\"1698\"},{\"@search.score\":1.0,\"HotelId\":\"1699\"},{\"@search.score\":1.0,\"HotelId\":\"17\"},{\"@search.score\":1.0,\"HotelId\":\"170\"},{\"@search.score\":1.0,\"HotelId\":\"1700\"},{\"@search.score\":1.0,\"HotelId\":\"1701\"},{\"@search.score\":1.0,\"HotelId\":\"1702\"},{\"@search.score\":1.0,\"HotelId\":\"1703\"},{\"@search.score\":1.0,\"HotelId\":\"1704\"},{\"@search.score\":1.0,\"HotelId\":\"1705\"},{\"@search.score\":1.0,\"HotelId\":\"1706\"},{\"@search.score\":1.0,\"HotelId\":\"1707\"},{\"@search.score\":1.0,\"HotelId\":\"1708\"},{\"@search.score\":1.0,\"HotelId\":\"1709\"},{\"@search.score\":1.0,\"HotelId\":\"171\"},{\"@search.score\":1.0,\"HotelId\":\"1710\"},{\"@search.score\":1.0,\"HotelId\":\"1711\"},{\"@search.score\":1.0,\"HotelId\":\"1712\"},{\"@search.score\":1.0,\"HotelId\":\"1713\"},{\"@search.score\":1.0,\"HotelId\":\"1714\"},{\"@search.score\":1.0,\"HotelId\":\"1715\"},{\"@search.score\":1.0,\"HotelId\":\"1716\"},{\"@search.score\":1.0,\"HotelId\":\"1717\"},{\"@search.score\":1.0,\"HotelId\":\"1718\"},{\"@search.score\":1.0,\"HotelId\":\"1719\"},{\"@search.score\":1.0,\"HotelId\":\"172\"},{\"@search.score\":1.0,\"HotelId\":\"1720\"},{\"@search.score\":1.0,\"HotelId\":\"1721\"},{\"@search.score\":1.0,\"HotelId\":\"1722\"},{\"@search.score\":1.0,\"HotelId\":\"1723\"},{\"@search.score\":1.0,\"HotelId\":\"1724\"},{\"@search.score\":1.0,\"HotelId\":\"1725\"},{\"@search.score\":1.0,\"HotelId\":\"1726\"},{\"@search.score\":1.0,\"HotelId\":\"1727\"},{\"@search.score\":1.0,\"HotelId\":\"1728\"},{\"@search.score\":1.0,\"HotelId\":\"1729\"},{\"@search.score\":1.0,\"HotelId\":\"173\"},{\"@search.score\":1.0,\"HotelId\":\"1730\"},{\"@search.score\":1.0,\"HotelId\":\"1731\"},{\"@search.score\":1.0,\"HotelId\":\"1732\"},{\"@search.score\":1.0,\"HotelId\":\"1733\"},{\"@search.score\":1.0,\"HotelId\":\"1734\"},{\"@search.score\":1.0,\"HotelId\":\"1735\"},{\"@search.score\":1.0,\"HotelId\":\"1736\"},{\"@search.score\":1.0,\"HotelId\":\"1737\"},{\"@search.score\":1.0,\"HotelId\":\"1738\"},{\"@search.score\":1.0,\"HotelId\":\"1739\"},{\"@search.score\":1.0,\"HotelId\":\"174\"},{\"@search.score\":1.0,\"HotelId\":\"1740\"},{\"@search.score\":1.0,\"HotelId\":\"1741\"},{\"@search.score\":1.0,\"HotelId\":\"1742\"},{\"@search.score\":1.0,\"HotelId\":\"1743\"},{\"@search.score\":1.0,\"HotelId\":\"1744\"},{\"@search.score\":1.0,\"HotelId\":\"1745\"},{\"@search.score\":1.0,\"HotelId\":\"1746\"},{\"@search.score\":1.0,\"HotelId\":\"1747\"},{\"@search.score\":1.0,\"HotelId\":\"1748\"},{\"@search.score\":1.0,\"HotelId\":\"1749\"},{\"@search.score\":1.0,\"HotelId\":\"175\"},{\"@search.score\":1.0,\"HotelId\":\"1750\"},{\"@search.score\":1.0,\"HotelId\":\"1751\"},{\"@search.score\":1.0,\"HotelId\":\"1752\"},{\"@search.score\":1.0,\"HotelId\":\"1753\"},{\"@search.score\":1.0,\"HotelId\":\"1754\"},{\"@search.score\":1.0,\"HotelId\":\"1755\"},{\"@search.score\":1.0,\"HotelId\":\"1756\"},{\"@search.score\":1.0,\"HotelId\":\"1757\"},{\"@search.score\":1.0,\"HotelId\":\"1758\"},{\"@search.score\":1.0,\"HotelId\":\"1759\"},{\"@search.score\":1.0,\"HotelId\":\"176\"},{\"@search.score\":1.0,\"HotelId\":\"1760\"},{\"@search.score\":1.0,\"HotelId\":\"1761\"},{\"@search.score\":1.0,\"HotelId\":\"1762\"},{\"@search.score\":1.0,\"HotelId\":\"1763\"},{\"@search.score\":1.0,\"HotelId\":\"1764\"},{\"@search.score\":1.0,\"HotelId\":\"1765\"},{\"@search.score\":1.0,\"HotelId\":\"1766\"},{\"@search.score\":1.0,\"HotelId\":\"1767\"},{\"@search.score\":1.0,\"HotelId\":\"1768\"},{\"@search.score\":1.0,\"HotelId\":\"1769\"},{\"@search.score\":1.0,\"HotelId\":\"177\"},{\"@search.score\":1.0,\"HotelId\":\"1770\"},{\"@search.score\":1.0,\"HotelId\":\"1771\"},{\"@search.score\":1.0,\"HotelId\":\"1772\"},{\"@search.score\":1.0,\"HotelId\":\"1773\"},{\"@search.score\":1.0,\"HotelId\":\"1774\"},{\"@search.score\":1.0,\"HotelId\":\"1775\"},{\"@search.score\":1.0,\"HotelId\":\"1776\"},{\"@search.score\":1.0,\"HotelId\":\"1777\"},{\"@search.score\":1.0,\"HotelId\":\"1778\"},{\"@search.score\":1.0,\"HotelId\":\"1779\"},{\"@search.score\":1.0,\"HotelId\":\"178\"},{\"@search.score\":1.0,\"HotelId\":\"1780\"},{\"@search.score\":1.0,\"HotelId\":\"1781\"},{\"@search.score\":1.0,\"HotelId\":\"1782\"},{\"@search.score\":1.0,\"HotelId\":\"1783\"},{\"@search.score\":1.0,\"HotelId\":\"1784\"},{\"@search.score\":1.0,\"HotelId\":\"1785\"},{\"@search.score\":1.0,\"HotelId\":\"1786\"},{\"@search.score\":1.0,\"HotelId\":\"1787\"},{\"@search.score\":1.0,\"HotelId\":\"1788\"},{\"@search.score\":1.0,\"HotelId\":\"1789\"},{\"@search.score\":1.0,\"HotelId\":\"179\"},{\"@search.score\":1.0,\"HotelId\":\"1790\"},{\"@search.score\":1.0,\"HotelId\":\"1791\"},{\"@search.score\":1.0,\"HotelId\":\"1792\"},{\"@search.score\":1.0,\"HotelId\":\"1793\"},{\"@search.score\":1.0,\"HotelId\":\"1794\"},{\"@search.score\":1.0,\"HotelId\":\"1795\"},{\"@search.score\":1.0,\"HotelId\":\"1796\"},{\"@search.score\":1.0,\"HotelId\":\"1797\"},{\"@search.score\":1.0,\"HotelId\":\"1798\"},{\"@search.score\":1.0,\"HotelId\":\"1799\"},{\"@search.score\":1.0,\"HotelId\":\"18\"},{\"@search.score\":1.0,\"HotelId\":\"180\"},{\"@search.score\":1.0,\"HotelId\":\"1800\"},{\"@search.score\":1.0,\"HotelId\":\"1801\"},{\"@search.score\":1.0,\"HotelId\":\"1802\"},{\"@search.score\":1.0,\"HotelId\":\"1803\"},{\"@search.score\":1.0,\"HotelId\":\"1804\"},{\"@search.score\":1.0,\"HotelId\":\"1805\"},{\"@search.score\":1.0,\"HotelId\":\"1806\"},{\"@search.score\":1.0,\"HotelId\":\"1807\"},{\"@search.score\":1.0,\"HotelId\":\"1808\"},{\"@search.score\":1.0,\"HotelId\":\"1809\"},{\"@search.score\":1.0,\"HotelId\":\"181\"},{\"@search.score\":1.0,\"HotelId\":\"1810\"},{\"@search.score\":1.0,\"HotelId\":\"1811\"},{\"@search.score\":1.0,\"HotelId\":\"1812\"},{\"@search.score\":1.0,\"HotelId\":\"1813\"},{\"@search.score\":1.0,\"HotelId\":\"1814\"},{\"@search.score\":1.0,\"HotelId\":\"1815\"},{\"@search.score\":1.0,\"HotelId\":\"1816\"},{\"@search.score\":1.0,\"HotelId\":\"1817\"},{\"@search.score\":1.0,\"HotelId\":\"1818\"},{\"@search.score\":1.0,\"HotelId\":\"1819\"},{\"@search.score\":1.0,\"HotelId\":\"182\"},{\"@search.score\":1.0,\"HotelId\":\"1820\"},{\"@search.score\":1.0,\"HotelId\":\"1821\"},{\"@search.score\":1.0,\"HotelId\":\"1822\"},{\"@search.score\":1.0,\"HotelId\":\"1823\"},{\"@search.score\":1.0,\"HotelId\":\"1824\"},{\"@search.score\":1.0,\"HotelId\":\"1825\"},{\"@search.score\":1.0,\"HotelId\":\"1826\"},{\"@search.score\":1.0,\"HotelId\":\"1827\"},{\"@search.score\":1.0,\"HotelId\":\"1828\"},{\"@search.score\":1.0,\"HotelId\":\"1829\"},{\"@search.score\":1.0,\"HotelId\":\"183\"},{\"@search.score\":1.0,\"HotelId\":\"1830\"},{\"@search.score\":1.0,\"HotelId\":\"1831\"},{\"@search.score\":1.0,\"HotelId\":\"1832\"},{\"@search.score\":1.0,\"HotelId\":\"1833\"},{\"@search.score\":1.0,\"HotelId\":\"1834\"},{\"@search.score\":1.0,\"HotelId\":\"1835\"},{\"@search.score\":1.0,\"HotelId\":\"1836\"},{\"@search.score\":1.0,\"HotelId\":\"1837\"},{\"@search.score\":1.0,\"HotelId\":\"1838\"},{\"@search.score\":1.0,\"HotelId\":\"1839\"},{\"@search.score\":1.0,\"HotelId\":\"184\"},{\"@search.score\":1.0,\"HotelId\":\"1840\"},{\"@search.score\":1.0,\"HotelId\":\"1841\"},{\"@search.score\":1.0,\"HotelId\":\"1842\"},{\"@search.score\":1.0,\"HotelId\":\"1843\"},{\"@search.score\":1.0,\"HotelId\":\"1844\"},{\"@search.score\":1.0,\"HotelId\":\"1845\"},{\"@search.score\":1.0,\"HotelId\":\"1846\"},{\"@search.score\":1.0,\"HotelId\":\"1847\"},{\"@search.score\":1.0,\"HotelId\":\"1848\"},{\"@search.score\":1.0,\"HotelId\":\"1849\"},{\"@search.score\":1.0,\"HotelId\":\"185\"},{\"@search.score\":1.0,\"HotelId\":\"1850\"},{\"@search.score\":1.0,\"HotelId\":\"1851\"},{\"@search.score\":1.0,\"HotelId\":\"1852\"},{\"@search.score\":1.0,\"HotelId\":\"1853\"},{\"@search.score\":1.0,\"HotelId\":\"1854\"},{\"@search.score\":1.0,\"HotelId\":\"1855\"},{\"@search.score\":1.0,\"HotelId\":\"1856\"},{\"@search.score\":1.0,\"HotelId\":\"1857\"},{\"@search.score\":1.0,\"HotelId\":\"1858\"},{\"@search.score\":1.0,\"HotelId\":\"1859\"},{\"@search.score\":1.0,\"HotelId\":\"186\"},{\"@search.score\":1.0,\"HotelId\":\"1860\"},{\"@search.score\":1.0,\"HotelId\":\"1861\"},{\"@search.score\":1.0,\"HotelId\":\"1862\"},{\"@search.score\":1.0,\"HotelId\":\"1863\"},{\"@search.score\":1.0,\"HotelId\":\"1864\"},{\"@search.score\":1.0,\"HotelId\":\"1865\"},{\"@search.score\":1.0,\"HotelId\":\"1866\"},{\"@search.score\":1.0,\"HotelId\":\"1867\"},{\"@search.score\":1.0,\"HotelId\":\"1868\"},{\"@search.score\":1.0,\"HotelId\":\"1869\"},{\"@search.score\":1.0,\"HotelId\":\"187\"},{\"@search.score\":1.0,\"HotelId\":\"1870\"},{\"@search.score\":1.0,\"HotelId\":\"1871\"},{\"@search.score\":1.0,\"HotelId\":\"1872\"},{\"@search.score\":1.0,\"HotelId\":\"1873\"},{\"@search.score\":1.0,\"HotelId\":\"1874\"},{\"@search.score\":1.0,\"HotelId\":\"1875\"},{\"@search.score\":1.0,\"HotelId\":\"1876\"},{\"@search.score\":1.0,\"HotelId\":\"1877\"},{\"@search.score\":1.0,\"HotelId\":\"1878\"},{\"@search.score\":1.0,\"HotelId\":\"1879\"},{\"@search.score\":1.0,\"HotelId\":\"188\"},{\"@search.score\":1.0,\"HotelId\":\"1880\"},{\"@search.score\":1.0,\"HotelId\":\"1881\"},{\"@search.score\":1.0,\"HotelId\":\"1882\"},{\"@search.score\":1.0,\"HotelId\":\"1883\"},{\"@search.score\":1.0,\"HotelId\":\"1884\"},{\"@search.score\":1.0,\"HotelId\":\"1885\"},{\"@search.score\":1.0,\"HotelId\":\"1886\"},{\"@search.score\":1.0,\"HotelId\":\"1887\"},{\"@search.score\":1.0,\"HotelId\":\"1888\"},{\"@search.score\":1.0,\"HotelId\":\"1889\"},{\"@search.score\":1.0,\"HotelId\":\"189\"},{\"@search.score\":1.0,\"HotelId\":\"1890\"},{\"@search.score\":1.0,\"HotelId\":\"1891\"},{\"@search.score\":1.0,\"HotelId\":\"1892\"},{\"@search.score\":1.0,\"HotelId\":\"1893\"},{\"@search.score\":1.0,\"HotelId\":\"1894\"},{\"@search.score\":1.0,\"HotelId\":\"1895\"},{\"@search.score\":1.0,\"HotelId\":\"1896\"},{\"@search.score\":1.0,\"HotelId\":\"1897\"},{\"@search.score\":1.0,\"HotelId\":\"1898\"},{\"@search.score\":1.0,\"HotelId\":\"1899\"}],\"@odata.nextLink\":\"https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "8a5ff57e-dcf9-4d6d-9974-5711ec9cd1e2", - "StatusCode" : "200", - "Date" : "Mon, 02 Dec 2019 13:54:51 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "117", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "39002", - "Body" : "{\"@odata.context\":\"https://azs-sdk8fe77757078b.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"19\"},{\"@search.score\":1.0,\"HotelId\":\"190\"},{\"@search.score\":1.0,\"HotelId\":\"1900\"},{\"@search.score\":1.0,\"HotelId\":\"1901\"},{\"@search.score\":1.0,\"HotelId\":\"1902\"},{\"@search.score\":1.0,\"HotelId\":\"1903\"},{\"@search.score\":1.0,\"HotelId\":\"1904\"},{\"@search.score\":1.0,\"HotelId\":\"1905\"},{\"@search.score\":1.0,\"HotelId\":\"1906\"},{\"@search.score\":1.0,\"HotelId\":\"1907\"},{\"@search.score\":1.0,\"HotelId\":\"1908\"},{\"@search.score\":1.0,\"HotelId\":\"1909\"},{\"@search.score\":1.0,\"HotelId\":\"191\"},{\"@search.score\":1.0,\"HotelId\":\"1910\"},{\"@search.score\":1.0,\"HotelId\":\"1911\"},{\"@search.score\":1.0,\"HotelId\":\"1912\"},{\"@search.score\":1.0,\"HotelId\":\"1913\"},{\"@search.score\":1.0,\"HotelId\":\"1914\"},{\"@search.score\":1.0,\"HotelId\":\"1915\"},{\"@search.score\":1.0,\"HotelId\":\"1916\"},{\"@search.score\":1.0,\"HotelId\":\"1917\"},{\"@search.score\":1.0,\"HotelId\":\"1918\"},{\"@search.score\":1.0,\"HotelId\":\"1919\"},{\"@search.score\":1.0,\"HotelId\":\"192\"},{\"@search.score\":1.0,\"HotelId\":\"1920\"},{\"@search.score\":1.0,\"HotelId\":\"1921\"},{\"@search.score\":1.0,\"HotelId\":\"1922\"},{\"@search.score\":1.0,\"HotelId\":\"1923\"},{\"@search.score\":1.0,\"HotelId\":\"1924\"},{\"@search.score\":1.0,\"HotelId\":\"1925\"},{\"@search.score\":1.0,\"HotelId\":\"1926\"},{\"@search.score\":1.0,\"HotelId\":\"1927\"},{\"@search.score\":1.0,\"HotelId\":\"1928\"},{\"@search.score\":1.0,\"HotelId\":\"1929\"},{\"@search.score\":1.0,\"HotelId\":\"193\"},{\"@search.score\":1.0,\"HotelId\":\"1930\"},{\"@search.score\":1.0,\"HotelId\":\"1931\"},{\"@search.score\":1.0,\"HotelId\":\"1932\"},{\"@search.score\":1.0,\"HotelId\":\"1933\"},{\"@search.score\":1.0,\"HotelId\":\"1934\"},{\"@search.score\":1.0,\"HotelId\":\"1935\"},{\"@search.score\":1.0,\"HotelId\":\"1936\"},{\"@search.score\":1.0,\"HotelId\":\"1937\"},{\"@search.score\":1.0,\"HotelId\":\"1938\"},{\"@search.score\":1.0,\"HotelId\":\"1939\"},{\"@search.score\":1.0,\"HotelId\":\"194\"},{\"@search.score\":1.0,\"HotelId\":\"1940\"},{\"@search.score\":1.0,\"HotelId\":\"1941\"},{\"@search.score\":1.0,\"HotelId\":\"1942\"},{\"@search.score\":1.0,\"HotelId\":\"1943\"},{\"@search.score\":1.0,\"HotelId\":\"1944\"},{\"@search.score\":1.0,\"HotelId\":\"1945\"},{\"@search.score\":1.0,\"HotelId\":\"1946\"},{\"@search.score\":1.0,\"HotelId\":\"1947\"},{\"@search.score\":1.0,\"HotelId\":\"1948\"},{\"@search.score\":1.0,\"HotelId\":\"1949\"},{\"@search.score\":1.0,\"HotelId\":\"195\"},{\"@search.score\":1.0,\"HotelId\":\"1950\"},{\"@search.score\":1.0,\"HotelId\":\"1951\"},{\"@search.score\":1.0,\"HotelId\":\"1952\"},{\"@search.score\":1.0,\"HotelId\":\"1953\"},{\"@search.score\":1.0,\"HotelId\":\"1954\"},{\"@search.score\":1.0,\"HotelId\":\"1955\"},{\"@search.score\":1.0,\"HotelId\":\"1956\"},{\"@search.score\":1.0,\"HotelId\":\"1957\"},{\"@search.score\":1.0,\"HotelId\":\"1958\"},{\"@search.score\":1.0,\"HotelId\":\"1959\"},{\"@search.score\":1.0,\"HotelId\":\"196\"},{\"@search.score\":1.0,\"HotelId\":\"1960\"},{\"@search.score\":1.0,\"HotelId\":\"1961\"},{\"@search.score\":1.0,\"HotelId\":\"1962\"},{\"@search.score\":1.0,\"HotelId\":\"1963\"},{\"@search.score\":1.0,\"HotelId\":\"1964\"},{\"@search.score\":1.0,\"HotelId\":\"1965\"},{\"@search.score\":1.0,\"HotelId\":\"1966\"},{\"@search.score\":1.0,\"HotelId\":\"1967\"},{\"@search.score\":1.0,\"HotelId\":\"1968\"},{\"@search.score\":1.0,\"HotelId\":\"1969\"},{\"@search.score\":1.0,\"HotelId\":\"197\"},{\"@search.score\":1.0,\"HotelId\":\"1970\"},{\"@search.score\":1.0,\"HotelId\":\"1971\"},{\"@search.score\":1.0,\"HotelId\":\"1972\"},{\"@search.score\":1.0,\"HotelId\":\"1973\"},{\"@search.score\":1.0,\"HotelId\":\"1974\"},{\"@search.score\":1.0,\"HotelId\":\"1975\"},{\"@search.score\":1.0,\"HotelId\":\"1976\"},{\"@search.score\":1.0,\"HotelId\":\"1977\"},{\"@search.score\":1.0,\"HotelId\":\"1978\"},{\"@search.score\":1.0,\"HotelId\":\"1979\"},{\"@search.score\":1.0,\"HotelId\":\"198\"},{\"@search.score\":1.0,\"HotelId\":\"1980\"},{\"@search.score\":1.0,\"HotelId\":\"1981\"},{\"@search.score\":1.0,\"HotelId\":\"1982\"},{\"@search.score\":1.0,\"HotelId\":\"1983\"},{\"@search.score\":1.0,\"HotelId\":\"1984\"},{\"@search.score\":1.0,\"HotelId\":\"1985\"},{\"@search.score\":1.0,\"HotelId\":\"1986\"},{\"@search.score\":1.0,\"HotelId\":\"1987\"},{\"@search.score\":1.0,\"HotelId\":\"1988\"},{\"@search.score\":1.0,\"HotelId\":\"1989\"},{\"@search.score\":1.0,\"HotelId\":\"199\"},{\"@search.score\":1.0,\"HotelId\":\"1990\"},{\"@search.score\":1.0,\"HotelId\":\"1991\"},{\"@search.score\":1.0,\"HotelId\":\"1992\"},{\"@search.score\":1.0,\"HotelId\":\"1993\"},{\"@search.score\":1.0,\"HotelId\":\"1994\"},{\"@search.score\":1.0,\"HotelId\":\"1995\"},{\"@search.score\":1.0,\"HotelId\":\"1996\"},{\"@search.score\":1.0,\"HotelId\":\"1997\"},{\"@search.score\":1.0,\"HotelId\":\"1998\"},{\"@search.score\":1.0,\"HotelId\":\"1999\"},{\"@search.score\":1.0,\"HotelId\":\"2\"},{\"@search.score\":1.0,\"HotelId\":\"20\"},{\"@search.score\":1.0,\"HotelId\":\"200\"},{\"@search.score\":1.0,\"HotelId\":\"2000\"},{\"@search.score\":1.0,\"HotelId\":\"2001\"},{\"@search.score\":1.0,\"HotelId\":\"2002\"},{\"@search.score\":1.0,\"HotelId\":\"2003\"},{\"@search.score\":1.0,\"HotelId\":\"2004\"},{\"@search.score\":1.0,\"HotelId\":\"2005\"},{\"@search.score\":1.0,\"HotelId\":\"2006\"},{\"@search.score\":1.0,\"HotelId\":\"2007\"},{\"@search.score\":1.0,\"HotelId\":\"2008\"},{\"@search.score\":1.0,\"HotelId\":\"2009\"},{\"@search.score\":1.0,\"HotelId\":\"201\"},{\"@search.score\":1.0,\"HotelId\":\"2010\"},{\"@search.score\":1.0,\"HotelId\":\"2011\"},{\"@search.score\":1.0,\"HotelId\":\"2012\"},{\"@search.score\":1.0,\"HotelId\":\"2013\"},{\"@search.score\":1.0,\"HotelId\":\"2014\"},{\"@search.score\":1.0,\"HotelId\":\"2015\"},{\"@search.score\":1.0,\"HotelId\":\"2016\"},{\"@search.score\":1.0,\"HotelId\":\"2017\"},{\"@search.score\":1.0,\"HotelId\":\"2018\"},{\"@search.score\":1.0,\"HotelId\":\"2019\"},{\"@search.score\":1.0,\"HotelId\":\"202\"},{\"@search.score\":1.0,\"HotelId\":\"2020\"},{\"@search.score\":1.0,\"HotelId\":\"2021\"},{\"@search.score\":1.0,\"HotelId\":\"2022\"},{\"@search.score\":1.0,\"HotelId\":\"2023\"},{\"@search.score\":1.0,\"HotelId\":\"2024\"},{\"@search.score\":1.0,\"HotelId\":\"2025\"},{\"@search.score\":1.0,\"HotelId\":\"2026\"},{\"@search.score\":1.0,\"HotelId\":\"2027\"},{\"@search.score\":1.0,\"HotelId\":\"2028\"},{\"@search.score\":1.0,\"HotelId\":\"2029\"},{\"@search.score\":1.0,\"HotelId\":\"203\"},{\"@search.score\":1.0,\"HotelId\":\"2030\"},{\"@search.score\":1.0,\"HotelId\":\"2031\"},{\"@search.score\":1.0,\"HotelId\":\"2032\"},{\"@search.score\":1.0,\"HotelId\":\"2033\"},{\"@search.score\":1.0,\"HotelId\":\"2034\"},{\"@search.score\":1.0,\"HotelId\":\"2035\"},{\"@search.score\":1.0,\"HotelId\":\"2036\"},{\"@search.score\":1.0,\"HotelId\":\"2037\"},{\"@search.score\":1.0,\"HotelId\":\"2038\"},{\"@search.score\":1.0,\"HotelId\":\"2039\"},{\"@search.score\":1.0,\"HotelId\":\"204\"},{\"@search.score\":1.0,\"HotelId\":\"2040\"},{\"@search.score\":1.0,\"HotelId\":\"2041\"},{\"@search.score\":1.0,\"HotelId\":\"2042\"},{\"@search.score\":1.0,\"HotelId\":\"2043\"},{\"@search.score\":1.0,\"HotelId\":\"2044\"},{\"@search.score\":1.0,\"HotelId\":\"2045\"},{\"@search.score\":1.0,\"HotelId\":\"2046\"},{\"@search.score\":1.0,\"HotelId\":\"2047\"},{\"@search.score\":1.0,\"HotelId\":\"2048\"},{\"@search.score\":1.0,\"HotelId\":\"2049\"},{\"@search.score\":1.0,\"HotelId\":\"205\"},{\"@search.score\":1.0,\"HotelId\":\"2050\"},{\"@search.score\":1.0,\"HotelId\":\"2051\"},{\"@search.score\":1.0,\"HotelId\":\"2052\"},{\"@search.score\":1.0,\"HotelId\":\"2053\"},{\"@search.score\":1.0,\"HotelId\":\"2054\"},{\"@search.score\":1.0,\"HotelId\":\"2055\"},{\"@search.score\":1.0,\"HotelId\":\"2056\"},{\"@search.score\":1.0,\"HotelId\":\"2057\"},{\"@search.score\":1.0,\"HotelId\":\"2058\"},{\"@search.score\":1.0,\"HotelId\":\"2059\"},{\"@search.score\":1.0,\"HotelId\":\"206\"},{\"@search.score\":1.0,\"HotelId\":\"2060\"},{\"@search.score\":1.0,\"HotelId\":\"2061\"},{\"@search.score\":1.0,\"HotelId\":\"2062\"},{\"@search.score\":1.0,\"HotelId\":\"2063\"},{\"@search.score\":1.0,\"HotelId\":\"2064\"},{\"@search.score\":1.0,\"HotelId\":\"2065\"},{\"@search.score\":1.0,\"HotelId\":\"2066\"},{\"@search.score\":1.0,\"HotelId\":\"2067\"},{\"@search.score\":1.0,\"HotelId\":\"2068\"},{\"@search.score\":1.0,\"HotelId\":\"2069\"},{\"@search.score\":1.0,\"HotelId\":\"207\"},{\"@search.score\":1.0,\"HotelId\":\"2070\"},{\"@search.score\":1.0,\"HotelId\":\"2071\"},{\"@search.score\":1.0,\"HotelId\":\"2072\"},{\"@search.score\":1.0,\"HotelId\":\"2073\"},{\"@search.score\":1.0,\"HotelId\":\"2074\"},{\"@search.score\":1.0,\"HotelId\":\"2075\"},{\"@search.score\":1.0,\"HotelId\":\"2076\"},{\"@search.score\":1.0,\"HotelId\":\"2077\"},{\"@search.score\":1.0,\"HotelId\":\"2078\"},{\"@search.score\":1.0,\"HotelId\":\"2079\"},{\"@search.score\":1.0,\"HotelId\":\"208\"},{\"@search.score\":1.0,\"HotelId\":\"2080\"},{\"@search.score\":1.0,\"HotelId\":\"2081\"},{\"@search.score\":1.0,\"HotelId\":\"2082\"},{\"@search.score\":1.0,\"HotelId\":\"2083\"},{\"@search.score\":1.0,\"HotelId\":\"2084\"},{\"@search.score\":1.0,\"HotelId\":\"2085\"},{\"@search.score\":1.0,\"HotelId\":\"2086\"},{\"@search.score\":1.0,\"HotelId\":\"2087\"},{\"@search.score\":1.0,\"HotelId\":\"2088\"},{\"@search.score\":1.0,\"HotelId\":\"2089\"},{\"@search.score\":1.0,\"HotelId\":\"209\"},{\"@search.score\":1.0,\"HotelId\":\"2090\"},{\"@search.score\":1.0,\"HotelId\":\"2091\"},{\"@search.score\":1.0,\"HotelId\":\"2092\"},{\"@search.score\":1.0,\"HotelId\":\"2093\"},{\"@search.score\":1.0,\"HotelId\":\"2094\"},{\"@search.score\":1.0,\"HotelId\":\"2095\"},{\"@search.score\":1.0,\"HotelId\":\"2096\"},{\"@search.score\":1.0,\"HotelId\":\"2097\"},{\"@search.score\":1.0,\"HotelId\":\"2098\"},{\"@search.score\":1.0,\"HotelId\":\"2099\"},{\"@search.score\":1.0,\"HotelId\":\"21\"},{\"@search.score\":1.0,\"HotelId\":\"210\"},{\"@search.score\":1.0,\"HotelId\":\"2100\"},{\"@search.score\":1.0,\"HotelId\":\"2101\"},{\"@search.score\":1.0,\"HotelId\":\"2102\"},{\"@search.score\":1.0,\"HotelId\":\"2103\"},{\"@search.score\":1.0,\"HotelId\":\"2104\"},{\"@search.score\":1.0,\"HotelId\":\"2105\"},{\"@search.score\":1.0,\"HotelId\":\"2106\"},{\"@search.score\":1.0,\"HotelId\":\"2107\"},{\"@search.score\":1.0,\"HotelId\":\"2108\"},{\"@search.score\":1.0,\"HotelId\":\"2109\"},{\"@search.score\":1.0,\"HotelId\":\"211\"},{\"@search.score\":1.0,\"HotelId\":\"2110\"},{\"@search.score\":1.0,\"HotelId\":\"2111\"},{\"@search.score\":1.0,\"HotelId\":\"2112\"},{\"@search.score\":1.0,\"HotelId\":\"2113\"},{\"@search.score\":1.0,\"HotelId\":\"2114\"},{\"@search.score\":1.0,\"HotelId\":\"2115\"},{\"@search.score\":1.0,\"HotelId\":\"2116\"},{\"@search.score\":1.0,\"HotelId\":\"2117\"},{\"@search.score\":1.0,\"HotelId\":\"2118\"},{\"@search.score\":1.0,\"HotelId\":\"2119\"},{\"@search.score\":1.0,\"HotelId\":\"212\"},{\"@search.score\":1.0,\"HotelId\":\"2120\"},{\"@search.score\":1.0,\"HotelId\":\"2121\"},{\"@search.score\":1.0,\"HotelId\":\"2122\"},{\"@search.score\":1.0,\"HotelId\":\"2123\"},{\"@search.score\":1.0,\"HotelId\":\"2124\"},{\"@search.score\":1.0,\"HotelId\":\"2125\"},{\"@search.score\":1.0,\"HotelId\":\"2126\"},{\"@search.score\":1.0,\"HotelId\":\"2127\"},{\"@search.score\":1.0,\"HotelId\":\"2128\"},{\"@search.score\":1.0,\"HotelId\":\"2129\"},{\"@search.score\":1.0,\"HotelId\":\"213\"},{\"@search.score\":1.0,\"HotelId\":\"2130\"},{\"@search.score\":1.0,\"HotelId\":\"2131\"},{\"@search.score\":1.0,\"HotelId\":\"2132\"},{\"@search.score\":1.0,\"HotelId\":\"2133\"},{\"@search.score\":1.0,\"HotelId\":\"2134\"},{\"@search.score\":1.0,\"HotelId\":\"2135\"},{\"@search.score\":1.0,\"HotelId\":\"2136\"},{\"@search.score\":1.0,\"HotelId\":\"2137\"},{\"@search.score\":1.0,\"HotelId\":\"2138\"},{\"@search.score\":1.0,\"HotelId\":\"2139\"},{\"@search.score\":1.0,\"HotelId\":\"214\"},{\"@search.score\":1.0,\"HotelId\":\"2140\"},{\"@search.score\":1.0,\"HotelId\":\"2141\"},{\"@search.score\":1.0,\"HotelId\":\"2142\"},{\"@search.score\":1.0,\"HotelId\":\"2143\"},{\"@search.score\":1.0,\"HotelId\":\"2144\"},{\"@search.score\":1.0,\"HotelId\":\"2145\"},{\"@search.score\":1.0,\"HotelId\":\"2146\"},{\"@search.score\":1.0,\"HotelId\":\"2147\"},{\"@search.score\":1.0,\"HotelId\":\"2148\"},{\"@search.score\":1.0,\"HotelId\":\"2149\"},{\"@search.score\":1.0,\"HotelId\":\"215\"},{\"@search.score\":1.0,\"HotelId\":\"2150\"},{\"@search.score\":1.0,\"HotelId\":\"2151\"},{\"@search.score\":1.0,\"HotelId\":\"2152\"},{\"@search.score\":1.0,\"HotelId\":\"2153\"},{\"@search.score\":1.0,\"HotelId\":\"2154\"},{\"@search.score\":1.0,\"HotelId\":\"2155\"},{\"@search.score\":1.0,\"HotelId\":\"2156\"},{\"@search.score\":1.0,\"HotelId\":\"2157\"},{\"@search.score\":1.0,\"HotelId\":\"2158\"},{\"@search.score\":1.0,\"HotelId\":\"2159\"},{\"@search.score\":1.0,\"HotelId\":\"216\"},{\"@search.score\":1.0,\"HotelId\":\"2160\"},{\"@search.score\":1.0,\"HotelId\":\"2161\"},{\"@search.score\":1.0,\"HotelId\":\"2162\"},{\"@search.score\":1.0,\"HotelId\":\"2163\"},{\"@search.score\":1.0,\"HotelId\":\"2164\"},{\"@search.score\":1.0,\"HotelId\":\"2165\"},{\"@search.score\":1.0,\"HotelId\":\"2166\"},{\"@search.score\":1.0,\"HotelId\":\"2167\"},{\"@search.score\":1.0,\"HotelId\":\"2168\"},{\"@search.score\":1.0,\"HotelId\":\"2169\"},{\"@search.score\":1.0,\"HotelId\":\"217\"},{\"@search.score\":1.0,\"HotelId\":\"2170\"},{\"@search.score\":1.0,\"HotelId\":\"2171\"},{\"@search.score\":1.0,\"HotelId\":\"2172\"},{\"@search.score\":1.0,\"HotelId\":\"2173\"},{\"@search.score\":1.0,\"HotelId\":\"2174\"},{\"@search.score\":1.0,\"HotelId\":\"2175\"},{\"@search.score\":1.0,\"HotelId\":\"2176\"},{\"@search.score\":1.0,\"HotelId\":\"2177\"},{\"@search.score\":1.0,\"HotelId\":\"2178\"},{\"@search.score\":1.0,\"HotelId\":\"2179\"},{\"@search.score\":1.0,\"HotelId\":\"218\"},{\"@search.score\":1.0,\"HotelId\":\"2180\"},{\"@search.score\":1.0,\"HotelId\":\"2181\"},{\"@search.score\":1.0,\"HotelId\":\"2182\"},{\"@search.score\":1.0,\"HotelId\":\"2183\"},{\"@search.score\":1.0,\"HotelId\":\"2184\"},{\"@search.score\":1.0,\"HotelId\":\"2185\"},{\"@search.score\":1.0,\"HotelId\":\"2186\"},{\"@search.score\":1.0,\"HotelId\":\"2187\"},{\"@search.score\":1.0,\"HotelId\":\"2188\"},{\"@search.score\":1.0,\"HotelId\":\"2189\"},{\"@search.score\":1.0,\"HotelId\":\"219\"},{\"@search.score\":1.0,\"HotelId\":\"2190\"},{\"@search.score\":1.0,\"HotelId\":\"2191\"},{\"@search.score\":1.0,\"HotelId\":\"2192\"},{\"@search.score\":1.0,\"HotelId\":\"2193\"},{\"@search.score\":1.0,\"HotelId\":\"2194\"},{\"@search.score\":1.0,\"HotelId\":\"2195\"},{\"@search.score\":1.0,\"HotelId\":\"2196\"},{\"@search.score\":1.0,\"HotelId\":\"2197\"},{\"@search.score\":1.0,\"HotelId\":\"2198\"},{\"@search.score\":1.0,\"HotelId\":\"2199\"},{\"@search.score\":1.0,\"HotelId\":\"22\"},{\"@search.score\":1.0,\"HotelId\":\"220\"},{\"@search.score\":1.0,\"HotelId\":\"2200\"},{\"@search.score\":1.0,\"HotelId\":\"2201\"},{\"@search.score\":1.0,\"HotelId\":\"2202\"},{\"@search.score\":1.0,\"HotelId\":\"2203\"},{\"@search.score\":1.0,\"HotelId\":\"2204\"},{\"@search.score\":1.0,\"HotelId\":\"2205\"},{\"@search.score\":1.0,\"HotelId\":\"2206\"},{\"@search.score\":1.0,\"HotelId\":\"2207\"},{\"@search.score\":1.0,\"HotelId\":\"2208\"},{\"@search.score\":1.0,\"HotelId\":\"2209\"},{\"@search.score\":1.0,\"HotelId\":\"221\"},{\"@search.score\":1.0,\"HotelId\":\"2210\"},{\"@search.score\":1.0,\"HotelId\":\"2211\"},{\"@search.score\":1.0,\"HotelId\":\"2212\"},{\"@search.score\":1.0,\"HotelId\":\"2213\"},{\"@search.score\":1.0,\"HotelId\":\"2214\"},{\"@search.score\":1.0,\"HotelId\":\"2215\"},{\"@search.score\":1.0,\"HotelId\":\"2216\"},{\"@search.score\":1.0,\"HotelId\":\"2217\"},{\"@search.score\":1.0,\"HotelId\":\"2218\"},{\"@search.score\":1.0,\"HotelId\":\"2219\"},{\"@search.score\":1.0,\"HotelId\":\"222\"},{\"@search.score\":1.0,\"HotelId\":\"2220\"},{\"@search.score\":1.0,\"HotelId\":\"2221\"},{\"@search.score\":1.0,\"HotelId\":\"2222\"},{\"@search.score\":1.0,\"HotelId\":\"2223\"},{\"@search.score\":1.0,\"HotelId\":\"2224\"},{\"@search.score\":1.0,\"HotelId\":\"2225\"},{\"@search.score\":1.0,\"HotelId\":\"2226\"},{\"@search.score\":1.0,\"HotelId\":\"2227\"},{\"@search.score\":1.0,\"HotelId\":\"2228\"},{\"@search.score\":1.0,\"HotelId\":\"2229\"},{\"@search.score\":1.0,\"HotelId\":\"223\"},{\"@search.score\":1.0,\"HotelId\":\"2230\"},{\"@search.score\":1.0,\"HotelId\":\"2231\"},{\"@search.score\":1.0,\"HotelId\":\"2232\"},{\"@search.score\":1.0,\"HotelId\":\"2233\"},{\"@search.score\":1.0,\"HotelId\":\"2234\"},{\"@search.score\":1.0,\"HotelId\":\"2235\"},{\"@search.score\":1.0,\"HotelId\":\"2236\"},{\"@search.score\":1.0,\"HotelId\":\"2237\"},{\"@search.score\":1.0,\"HotelId\":\"2238\"},{\"@search.score\":1.0,\"HotelId\":\"2239\"},{\"@search.score\":1.0,\"HotelId\":\"224\"},{\"@search.score\":1.0,\"HotelId\":\"2240\"},{\"@search.score\":1.0,\"HotelId\":\"2241\"},{\"@search.score\":1.0,\"HotelId\":\"2242\"},{\"@search.score\":1.0,\"HotelId\":\"2243\"},{\"@search.score\":1.0,\"HotelId\":\"2244\"},{\"@search.score\":1.0,\"HotelId\":\"2245\"},{\"@search.score\":1.0,\"HotelId\":\"2246\"},{\"@search.score\":1.0,\"HotelId\":\"2247\"},{\"@search.score\":1.0,\"HotelId\":\"2248\"},{\"@search.score\":1.0,\"HotelId\":\"2249\"},{\"@search.score\":1.0,\"HotelId\":\"225\"},{\"@search.score\":1.0,\"HotelId\":\"2250\"},{\"@search.score\":1.0,\"HotelId\":\"2251\"},{\"@search.score\":1.0,\"HotelId\":\"2252\"},{\"@search.score\":1.0,\"HotelId\":\"2253\"},{\"@search.score\":1.0,\"HotelId\":\"2254\"},{\"@search.score\":1.0,\"HotelId\":\"2255\"},{\"@search.score\":1.0,\"HotelId\":\"2256\"},{\"@search.score\":1.0,\"HotelId\":\"2257\"},{\"@search.score\":1.0,\"HotelId\":\"2258\"},{\"@search.score\":1.0,\"HotelId\":\"2259\"},{\"@search.score\":1.0,\"HotelId\":\"226\"},{\"@search.score\":1.0,\"HotelId\":\"2260\"},{\"@search.score\":1.0,\"HotelId\":\"2261\"},{\"@search.score\":1.0,\"HotelId\":\"2262\"},{\"@search.score\":1.0,\"HotelId\":\"2263\"},{\"@search.score\":1.0,\"HotelId\":\"2264\"},{\"@search.score\":1.0,\"HotelId\":\"2265\"},{\"@search.score\":1.0,\"HotelId\":\"2266\"},{\"@search.score\":1.0,\"HotelId\":\"2267\"},{\"@search.score\":1.0,\"HotelId\":\"2268\"},{\"@search.score\":1.0,\"HotelId\":\"2269\"},{\"@search.score\":1.0,\"HotelId\":\"227\"},{\"@search.score\":1.0,\"HotelId\":\"2270\"},{\"@search.score\":1.0,\"HotelId\":\"2271\"},{\"@search.score\":1.0,\"HotelId\":\"2272\"},{\"@search.score\":1.0,\"HotelId\":\"2273\"},{\"@search.score\":1.0,\"HotelId\":\"2274\"},{\"@search.score\":1.0,\"HotelId\":\"2275\"},{\"@search.score\":1.0,\"HotelId\":\"2276\"},{\"@search.score\":1.0,\"HotelId\":\"2277\"},{\"@search.score\":1.0,\"HotelId\":\"2278\"},{\"@search.score\":1.0,\"HotelId\":\"2279\"},{\"@search.score\":1.0,\"HotelId\":\"228\"},{\"@search.score\":1.0,\"HotelId\":\"2280\"},{\"@search.score\":1.0,\"HotelId\":\"2281\"},{\"@search.score\":1.0,\"HotelId\":\"2282\"},{\"@search.score\":1.0,\"HotelId\":\"2283\"},{\"@search.score\":1.0,\"HotelId\":\"2284\"},{\"@search.score\":1.0,\"HotelId\":\"2285\"},{\"@search.score\":1.0,\"HotelId\":\"2286\"},{\"@search.score\":1.0,\"HotelId\":\"2287\"},{\"@search.score\":1.0,\"HotelId\":\"2288\"},{\"@search.score\":1.0,\"HotelId\":\"2289\"},{\"@search.score\":1.0,\"HotelId\":\"229\"},{\"@search.score\":1.0,\"HotelId\":\"2290\"},{\"@search.score\":1.0,\"HotelId\":\"2291\"},{\"@search.score\":1.0,\"HotelId\":\"2292\"},{\"@search.score\":1.0,\"HotelId\":\"2293\"},{\"@search.score\":1.0,\"HotelId\":\"2294\"},{\"@search.score\":1.0,\"HotelId\":\"2295\"},{\"@search.score\":1.0,\"HotelId\":\"2296\"},{\"@search.score\":1.0,\"HotelId\":\"2297\"},{\"@search.score\":1.0,\"HotelId\":\"2298\"},{\"@search.score\":1.0,\"HotelId\":\"2299\"},{\"@search.score\":1.0,\"HotelId\":\"23\"},{\"@search.score\":1.0,\"HotelId\":\"230\"},{\"@search.score\":1.0,\"HotelId\":\"2300\"},{\"@search.score\":1.0,\"HotelId\":\"2301\"},{\"@search.score\":1.0,\"HotelId\":\"2302\"},{\"@search.score\":1.0,\"HotelId\":\"2303\"},{\"@search.score\":1.0,\"HotelId\":\"2304\"},{\"@search.score\":1.0,\"HotelId\":\"2305\"},{\"@search.score\":1.0,\"HotelId\":\"2306\"},{\"@search.score\":1.0,\"HotelId\":\"2307\"},{\"@search.score\":1.0,\"HotelId\":\"2308\"},{\"@search.score\":1.0,\"HotelId\":\"2309\"},{\"@search.score\":1.0,\"HotelId\":\"231\"},{\"@search.score\":1.0,\"HotelId\":\"2310\"},{\"@search.score\":1.0,\"HotelId\":\"2311\"},{\"@search.score\":1.0,\"HotelId\":\"2312\"},{\"@search.score\":1.0,\"HotelId\":\"2313\"},{\"@search.score\":1.0,\"HotelId\":\"2314\"},{\"@search.score\":1.0,\"HotelId\":\"2315\"},{\"@search.score\":1.0,\"HotelId\":\"2316\"},{\"@search.score\":1.0,\"HotelId\":\"2317\"},{\"@search.score\":1.0,\"HotelId\":\"2318\"},{\"@search.score\":1.0,\"HotelId\":\"2319\"},{\"@search.score\":1.0,\"HotelId\":\"232\"},{\"@search.score\":1.0,\"HotelId\":\"2320\"},{\"@search.score\":1.0,\"HotelId\":\"2321\"},{\"@search.score\":1.0,\"HotelId\":\"2322\"},{\"@search.score\":1.0,\"HotelId\":\"2323\"},{\"@search.score\":1.0,\"HotelId\":\"2324\"},{\"@search.score\":1.0,\"HotelId\":\"2325\"},{\"@search.score\":1.0,\"HotelId\":\"2326\"},{\"@search.score\":1.0,\"HotelId\":\"2327\"},{\"@search.score\":1.0,\"HotelId\":\"2328\"},{\"@search.score\":1.0,\"HotelId\":\"2329\"},{\"@search.score\":1.0,\"HotelId\":\"233\"},{\"@search.score\":1.0,\"HotelId\":\"2330\"},{\"@search.score\":1.0,\"HotelId\":\"2331\"},{\"@search.score\":1.0,\"HotelId\":\"2332\"},{\"@search.score\":1.0,\"HotelId\":\"2333\"},{\"@search.score\":1.0,\"HotelId\":\"2334\"},{\"@search.score\":1.0,\"HotelId\":\"2335\"},{\"@search.score\":1.0,\"HotelId\":\"2336\"},{\"@search.score\":1.0,\"HotelId\":\"2337\"},{\"@search.score\":1.0,\"HotelId\":\"2338\"},{\"@search.score\":1.0,\"HotelId\":\"2339\"},{\"@search.score\":1.0,\"HotelId\":\"234\"},{\"@search.score\":1.0,\"HotelId\":\"2340\"},{\"@search.score\":1.0,\"HotelId\":\"2341\"},{\"@search.score\":1.0,\"HotelId\":\"2342\"},{\"@search.score\":1.0,\"HotelId\":\"2343\"},{\"@search.score\":1.0,\"HotelId\":\"2344\"},{\"@search.score\":1.0,\"HotelId\":\"2345\"},{\"@search.score\":1.0,\"HotelId\":\"2346\"},{\"@search.score\":1.0,\"HotelId\":\"2347\"},{\"@search.score\":1.0,\"HotelId\":\"2348\"},{\"@search.score\":1.0,\"HotelId\":\"2349\"},{\"@search.score\":1.0,\"HotelId\":\"235\"},{\"@search.score\":1.0,\"HotelId\":\"2350\"},{\"@search.score\":1.0,\"HotelId\":\"2351\"},{\"@search.score\":1.0,\"HotelId\":\"2352\"},{\"@search.score\":1.0,\"HotelId\":\"2353\"},{\"@search.score\":1.0,\"HotelId\":\"2354\"},{\"@search.score\":1.0,\"HotelId\":\"2355\"},{\"@search.score\":1.0,\"HotelId\":\"2356\"},{\"@search.score\":1.0,\"HotelId\":\"2357\"},{\"@search.score\":1.0,\"HotelId\":\"2358\"},{\"@search.score\":1.0,\"HotelId\":\"2359\"},{\"@search.score\":1.0,\"HotelId\":\"236\"},{\"@search.score\":1.0,\"HotelId\":\"2360\"},{\"@search.score\":1.0,\"HotelId\":\"2361\"},{\"@search.score\":1.0,\"HotelId\":\"2362\"},{\"@search.score\":1.0,\"HotelId\":\"2363\"},{\"@search.score\":1.0,\"HotelId\":\"2364\"},{\"@search.score\":1.0,\"HotelId\":\"2365\"},{\"@search.score\":1.0,\"HotelId\":\"2366\"},{\"@search.score\":1.0,\"HotelId\":\"2367\"},{\"@search.score\":1.0,\"HotelId\":\"2368\"},{\"@search.score\":1.0,\"HotelId\":\"2369\"},{\"@search.score\":1.0,\"HotelId\":\"237\"},{\"@search.score\":1.0,\"HotelId\":\"2370\"},{\"@search.score\":1.0,\"HotelId\":\"2371\"},{\"@search.score\":1.0,\"HotelId\":\"2372\"},{\"@search.score\":1.0,\"HotelId\":\"2373\"},{\"@search.score\":1.0,\"HotelId\":\"2374\"},{\"@search.score\":1.0,\"HotelId\":\"2375\"},{\"@search.score\":1.0,\"HotelId\":\"2376\"},{\"@search.score\":1.0,\"HotelId\":\"2377\"},{\"@search.score\":1.0,\"HotelId\":\"2378\"},{\"@search.score\":1.0,\"HotelId\":\"2379\"},{\"@search.score\":1.0,\"HotelId\":\"238\"},{\"@search.score\":1.0,\"HotelId\":\"2380\"},{\"@search.score\":1.0,\"HotelId\":\"2381\"},{\"@search.score\":1.0,\"HotelId\":\"2382\"},{\"@search.score\":1.0,\"HotelId\":\"2383\"},{\"@search.score\":1.0,\"HotelId\":\"2384\"},{\"@search.score\":1.0,\"HotelId\":\"2385\"},{\"@search.score\":1.0,\"HotelId\":\"2386\"},{\"@search.score\":1.0,\"HotelId\":\"2387\"},{\"@search.score\":1.0,\"HotelId\":\"2388\"},{\"@search.score\":1.0,\"HotelId\":\"2389\"},{\"@search.score\":1.0,\"HotelId\":\"239\"},{\"@search.score\":1.0,\"HotelId\":\"2390\"},{\"@search.score\":1.0,\"HotelId\":\"2391\"},{\"@search.score\":1.0,\"HotelId\":\"2392\"},{\"@search.score\":1.0,\"HotelId\":\"2393\"},{\"@search.score\":1.0,\"HotelId\":\"2394\"},{\"@search.score\":1.0,\"HotelId\":\"2395\"},{\"@search.score\":1.0,\"HotelId\":\"2396\"},{\"@search.score\":1.0,\"HotelId\":\"2397\"},{\"@search.score\":1.0,\"HotelId\":\"2398\"},{\"@search.score\":1.0,\"HotelId\":\"2399\"},{\"@search.score\":1.0,\"HotelId\":\"24\"},{\"@search.score\":1.0,\"HotelId\":\"240\"},{\"@search.score\":1.0,\"HotelId\":\"2400\"},{\"@search.score\":1.0,\"HotelId\":\"2401\"},{\"@search.score\":1.0,\"HotelId\":\"2402\"},{\"@search.score\":1.0,\"HotelId\":\"2403\"},{\"@search.score\":1.0,\"HotelId\":\"2404\"},{\"@search.score\":1.0,\"HotelId\":\"2405\"},{\"@search.score\":1.0,\"HotelId\":\"2406\"},{\"@search.score\":1.0,\"HotelId\":\"2407\"},{\"@search.score\":1.0,\"HotelId\":\"2408\"},{\"@search.score\":1.0,\"HotelId\":\"2409\"},{\"@search.score\":1.0,\"HotelId\":\"241\"},{\"@search.score\":1.0,\"HotelId\":\"2410\"},{\"@search.score\":1.0,\"HotelId\":\"2411\"},{\"@search.score\":1.0,\"HotelId\":\"2412\"},{\"@search.score\":1.0,\"HotelId\":\"2413\"},{\"@search.score\":1.0,\"HotelId\":\"2414\"},{\"@search.score\":1.0,\"HotelId\":\"2415\"},{\"@search.score\":1.0,\"HotelId\":\"2416\"},{\"@search.score\":1.0,\"HotelId\":\"2417\"},{\"@search.score\":1.0,\"HotelId\":\"2418\"},{\"@search.score\":1.0,\"HotelId\":\"2419\"},{\"@search.score\":1.0,\"HotelId\":\"242\"},{\"@search.score\":1.0,\"HotelId\":\"2420\"},{\"@search.score\":1.0,\"HotelId\":\"2421\"},{\"@search.score\":1.0,\"HotelId\":\"2422\"},{\"@search.score\":1.0,\"HotelId\":\"2423\"},{\"@search.score\":1.0,\"HotelId\":\"2424\"},{\"@search.score\":1.0,\"HotelId\":\"2425\"},{\"@search.score\":1.0,\"HotelId\":\"2426\"},{\"@search.score\":1.0,\"HotelId\":\"2427\"},{\"@search.score\":1.0,\"HotelId\":\"2428\"},{\"@search.score\":1.0,\"HotelId\":\"2429\"},{\"@search.score\":1.0,\"HotelId\":\"243\"},{\"@search.score\":1.0,\"HotelId\":\"2430\"},{\"@search.score\":1.0,\"HotelId\":\"2431\"},{\"@search.score\":1.0,\"HotelId\":\"2432\"},{\"@search.score\":1.0,\"HotelId\":\"2433\"},{\"@search.score\":1.0,\"HotelId\":\"2434\"},{\"@search.score\":1.0,\"HotelId\":\"2435\"},{\"@search.score\":1.0,\"HotelId\":\"2436\"},{\"@search.score\":1.0,\"HotelId\":\"2437\"},{\"@search.score\":1.0,\"HotelId\":\"2438\"},{\"@search.score\":1.0,\"HotelId\":\"2439\"},{\"@search.score\":1.0,\"HotelId\":\"244\"},{\"@search.score\":1.0,\"HotelId\":\"2440\"},{\"@search.score\":1.0,\"HotelId\":\"2441\"},{\"@search.score\":1.0,\"HotelId\":\"2442\"},{\"@search.score\":1.0,\"HotelId\":\"2443\"},{\"@search.score\":1.0,\"HotelId\":\"2444\"},{\"@search.score\":1.0,\"HotelId\":\"2445\"},{\"@search.score\":1.0,\"HotelId\":\"2446\"},{\"@search.score\":1.0,\"HotelId\":\"2447\"},{\"@search.score\":1.0,\"HotelId\":\"2448\"},{\"@search.score\":1.0,\"HotelId\":\"2449\"},{\"@search.score\":1.0,\"HotelId\":\"245\"},{\"@search.score\":1.0,\"HotelId\":\"2450\"},{\"@search.score\":1.0,\"HotelId\":\"2451\"},{\"@search.score\":1.0,\"HotelId\":\"2452\"},{\"@search.score\":1.0,\"HotelId\":\"2453\"},{\"@search.score\":1.0,\"HotelId\":\"2454\"},{\"@search.score\":1.0,\"HotelId\":\"2455\"},{\"@search.score\":1.0,\"HotelId\":\"2456\"},{\"@search.score\":1.0,\"HotelId\":\"2457\"},{\"@search.score\":1.0,\"HotelId\":\"2458\"},{\"@search.score\":1.0,\"HotelId\":\"2459\"},{\"@search.score\":1.0,\"HotelId\":\"246\"},{\"@search.score\":1.0,\"HotelId\":\"2460\"},{\"@search.score\":1.0,\"HotelId\":\"2461\"},{\"@search.score\":1.0,\"HotelId\":\"2462\"},{\"@search.score\":1.0,\"HotelId\":\"2463\"},{\"@search.score\":1.0,\"HotelId\":\"2464\"},{\"@search.score\":1.0,\"HotelId\":\"2465\"},{\"@search.score\":1.0,\"HotelId\":\"2466\"},{\"@search.score\":1.0,\"HotelId\":\"2467\"},{\"@search.score\":1.0,\"HotelId\":\"2468\"},{\"@search.score\":1.0,\"HotelId\":\"2469\"},{\"@search.score\":1.0,\"HotelId\":\"247\"},{\"@search.score\":1.0,\"HotelId\":\"2470\"},{\"@search.score\":1.0,\"HotelId\":\"2471\"},{\"@search.score\":1.0,\"HotelId\":\"2472\"},{\"@search.score\":1.0,\"HotelId\":\"2473\"},{\"@search.score\":1.0,\"HotelId\":\"2474\"},{\"@search.score\":1.0,\"HotelId\":\"2475\"},{\"@search.score\":1.0,\"HotelId\":\"2476\"},{\"@search.score\":1.0,\"HotelId\":\"2477\"},{\"@search.score\":1.0,\"HotelId\":\"2478\"},{\"@search.score\":1.0,\"HotelId\":\"2479\"},{\"@search.score\":1.0,\"HotelId\":\"248\"},{\"@search.score\":1.0,\"HotelId\":\"2480\"},{\"@search.score\":1.0,\"HotelId\":\"2481\"},{\"@search.score\":1.0,\"HotelId\":\"2482\"},{\"@search.score\":1.0,\"HotelId\":\"2483\"},{\"@search.score\":1.0,\"HotelId\":\"2484\"},{\"@search.score\":1.0,\"HotelId\":\"2485\"},{\"@search.score\":1.0,\"HotelId\":\"2486\"},{\"@search.score\":1.0,\"HotelId\":\"2487\"},{\"@search.score\":1.0,\"HotelId\":\"2488\"},{\"@search.score\":1.0,\"HotelId\":\"2489\"},{\"@search.score\":1.0,\"HotelId\":\"249\"},{\"@search.score\":1.0,\"HotelId\":\"2490\"},{\"@search.score\":1.0,\"HotelId\":\"2491\"},{\"@search.score\":1.0,\"HotelId\":\"2492\"},{\"@search.score\":1.0,\"HotelId\":\"2493\"},{\"@search.score\":1.0,\"HotelId\":\"2494\"},{\"@search.score\":1.0,\"HotelId\":\"2495\"},{\"@search.score\":1.0,\"HotelId\":\"2496\"},{\"@search.score\":1.0,\"HotelId\":\"2497\"},{\"@search.score\":1.0,\"HotelId\":\"2498\"},{\"@search.score\":1.0,\"HotelId\":\"2499\"},{\"@search.score\":1.0,\"HotelId\":\"25\"},{\"@search.score\":1.0,\"HotelId\":\"250\"},{\"@search.score\":1.0,\"HotelId\":\"2500\"},{\"@search.score\":1.0,\"HotelId\":\"2501\"},{\"@search.score\":1.0,\"HotelId\":\"2502\"},{\"@search.score\":1.0,\"HotelId\":\"2503\"},{\"@search.score\":1.0,\"HotelId\":\"2504\"},{\"@search.score\":1.0,\"HotelId\":\"2505\"},{\"@search.score\":1.0,\"HotelId\":\"2506\"},{\"@search.score\":1.0,\"HotelId\":\"2507\"},{\"@search.score\":1.0,\"HotelId\":\"2508\"},{\"@search.score\":1.0,\"HotelId\":\"2509\"},{\"@search.score\":1.0,\"HotelId\":\"251\"},{\"@search.score\":1.0,\"HotelId\":\"2510\"},{\"@search.score\":1.0,\"HotelId\":\"2511\"},{\"@search.score\":1.0,\"HotelId\":\"2512\"},{\"@search.score\":1.0,\"HotelId\":\"2513\"},{\"@search.score\":1.0,\"HotelId\":\"2514\"},{\"@search.score\":1.0,\"HotelId\":\"2515\"},{\"@search.score\":1.0,\"HotelId\":\"2516\"},{\"@search.score\":1.0,\"HotelId\":\"2517\"},{\"@search.score\":1.0,\"HotelId\":\"2518\"},{\"@search.score\":1.0,\"HotelId\":\"2519\"},{\"@search.score\":1.0,\"HotelId\":\"252\"},{\"@search.score\":1.0,\"HotelId\":\"2520\"},{\"@search.score\":1.0,\"HotelId\":\"2521\"},{\"@search.score\":1.0,\"HotelId\":\"2522\"},{\"@search.score\":1.0,\"HotelId\":\"2523\"},{\"@search.score\":1.0,\"HotelId\":\"2524\"},{\"@search.score\":1.0,\"HotelId\":\"2525\"},{\"@search.score\":1.0,\"HotelId\":\"2526\"},{\"@search.score\":1.0,\"HotelId\":\"2527\"},{\"@search.score\":1.0,\"HotelId\":\"2528\"},{\"@search.score\":1.0,\"HotelId\":\"2529\"},{\"@search.score\":1.0,\"HotelId\":\"253\"},{\"@search.score\":1.0,\"HotelId\":\"2530\"},{\"@search.score\":1.0,\"HotelId\":\"2531\"},{\"@search.score\":1.0,\"HotelId\":\"2532\"},{\"@search.score\":1.0,\"HotelId\":\"2533\"},{\"@search.score\":1.0,\"HotelId\":\"2534\"},{\"@search.score\":1.0,\"HotelId\":\"2535\"},{\"@search.score\":1.0,\"HotelId\":\"2536\"},{\"@search.score\":1.0,\"HotelId\":\"2537\"},{\"@search.score\":1.0,\"HotelId\":\"2538\"},{\"@search.score\":1.0,\"HotelId\":\"2539\"},{\"@search.score\":1.0,\"HotelId\":\"254\"},{\"@search.score\":1.0,\"HotelId\":\"2540\"},{\"@search.score\":1.0,\"HotelId\":\"2541\"},{\"@search.score\":1.0,\"HotelId\":\"2542\"},{\"@search.score\":1.0,\"HotelId\":\"2543\"},{\"@search.score\":1.0,\"HotelId\":\"2544\"},{\"@search.score\":1.0,\"HotelId\":\"2545\"},{\"@search.score\":1.0,\"HotelId\":\"2546\"},{\"@search.score\":1.0,\"HotelId\":\"2547\"},{\"@search.score\":1.0,\"HotelId\":\"2548\"},{\"@search.score\":1.0,\"HotelId\":\"2549\"},{\"@search.score\":1.0,\"HotelId\":\"255\"},{\"@search.score\":1.0,\"HotelId\":\"2550\"},{\"@search.score\":1.0,\"HotelId\":\"2551\"},{\"@search.score\":1.0,\"HotelId\":\"2552\"},{\"@search.score\":1.0,\"HotelId\":\"2553\"},{\"@search.score\":1.0,\"HotelId\":\"2554\"},{\"@search.score\":1.0,\"HotelId\":\"2555\"},{\"@search.score\":1.0,\"HotelId\":\"2556\"},{\"@search.score\":1.0,\"HotelId\":\"2557\"},{\"@search.score\":1.0,\"HotelId\":\"2558\"},{\"@search.score\":1.0,\"HotelId\":\"2559\"},{\"@search.score\":1.0,\"HotelId\":\"256\"},{\"@search.score\":1.0,\"HotelId\":\"2560\"},{\"@search.score\":1.0,\"HotelId\":\"2561\"},{\"@search.score\":1.0,\"HotelId\":\"2562\"},{\"@search.score\":1.0,\"HotelId\":\"2563\"},{\"@search.score\":1.0,\"HotelId\":\"2564\"},{\"@search.score\":1.0,\"HotelId\":\"2565\"},{\"@search.score\":1.0,\"HotelId\":\"2566\"},{\"@search.score\":1.0,\"HotelId\":\"2567\"},{\"@search.score\":1.0,\"HotelId\":\"2568\"},{\"@search.score\":1.0,\"HotelId\":\"2569\"},{\"@search.score\":1.0,\"HotelId\":\"257\"},{\"@search.score\":1.0,\"HotelId\":\"2570\"},{\"@search.score\":1.0,\"HotelId\":\"2571\"},{\"@search.score\":1.0,\"HotelId\":\"2572\"},{\"@search.score\":1.0,\"HotelId\":\"2573\"},{\"@search.score\":1.0,\"HotelId\":\"2574\"},{\"@search.score\":1.0,\"HotelId\":\"2575\"},{\"@search.score\":1.0,\"HotelId\":\"2576\"},{\"@search.score\":1.0,\"HotelId\":\"2577\"},{\"@search.score\":1.0,\"HotelId\":\"2578\"},{\"@search.score\":1.0,\"HotelId\":\"2579\"},{\"@search.score\":1.0,\"HotelId\":\"258\"},{\"@search.score\":1.0,\"HotelId\":\"2580\"},{\"@search.score\":1.0,\"HotelId\":\"2581\"},{\"@search.score\":1.0,\"HotelId\":\"2582\"},{\"@search.score\":1.0,\"HotelId\":\"2583\"},{\"@search.score\":1.0,\"HotelId\":\"2584\"},{\"@search.score\":1.0,\"HotelId\":\"2585\"},{\"@search.score\":1.0,\"HotelId\":\"2586\"},{\"@search.score\":1.0,\"HotelId\":\"2587\"},{\"@search.score\":1.0,\"HotelId\":\"2588\"},{\"@search.score\":1.0,\"HotelId\":\"2589\"},{\"@search.score\":1.0,\"HotelId\":\"259\"},{\"@search.score\":1.0,\"HotelId\":\"2590\"},{\"@search.score\":1.0,\"HotelId\":\"2591\"},{\"@search.score\":1.0,\"HotelId\":\"2592\"},{\"@search.score\":1.0,\"HotelId\":\"2593\"},{\"@search.score\":1.0,\"HotelId\":\"2594\"},{\"@search.score\":1.0,\"HotelId\":\"2595\"},{\"@search.score\":1.0,\"HotelId\":\"2596\"},{\"@search.score\":1.0,\"HotelId\":\"2597\"},{\"@search.score\":1.0,\"HotelId\":\"2598\"},{\"@search.score\":1.0,\"HotelId\":\"2599\"},{\"@search.score\":1.0,\"HotelId\":\"26\"},{\"@search.score\":1.0,\"HotelId\":\"260\"},{\"@search.score\":1.0,\"HotelId\":\"2600\"},{\"@search.score\":1.0,\"HotelId\":\"2601\"},{\"@search.score\":1.0,\"HotelId\":\"2602\"},{\"@search.score\":1.0,\"HotelId\":\"2603\"},{\"@search.score\":1.0,\"HotelId\":\"2604\"},{\"@search.score\":1.0,\"HotelId\":\"2605\"},{\"@search.score\":1.0,\"HotelId\":\"2606\"},{\"@search.score\":1.0,\"HotelId\":\"2607\"},{\"@search.score\":1.0,\"HotelId\":\"2608\"},{\"@search.score\":1.0,\"HotelId\":\"2609\"},{\"@search.score\":1.0,\"HotelId\":\"261\"},{\"@search.score\":1.0,\"HotelId\":\"2610\"},{\"@search.score\":1.0,\"HotelId\":\"2611\"},{\"@search.score\":1.0,\"HotelId\":\"2612\"},{\"@search.score\":1.0,\"HotelId\":\"2613\"},{\"@search.score\":1.0,\"HotelId\":\"2614\"},{\"@search.score\":1.0,\"HotelId\":\"2615\"},{\"@search.score\":1.0,\"HotelId\":\"2616\"},{\"@search.score\":1.0,\"HotelId\":\"2617\"},{\"@search.score\":1.0,\"HotelId\":\"2618\"},{\"@search.score\":1.0,\"HotelId\":\"2619\"},{\"@search.score\":1.0,\"HotelId\":\"262\"},{\"@search.score\":1.0,\"HotelId\":\"2620\"},{\"@search.score\":1.0,\"HotelId\":\"2621\"},{\"@search.score\":1.0,\"HotelId\":\"2622\"},{\"@search.score\":1.0,\"HotelId\":\"2623\"},{\"@search.score\":1.0,\"HotelId\":\"2624\"},{\"@search.score\":1.0,\"HotelId\":\"2625\"},{\"@search.score\":1.0,\"HotelId\":\"2626\"},{\"@search.score\":1.0,\"HotelId\":\"2627\"},{\"@search.score\":1.0,\"HotelId\":\"2628\"},{\"@search.score\":1.0,\"HotelId\":\"2629\"},{\"@search.score\":1.0,\"HotelId\":\"263\"},{\"@search.score\":1.0,\"HotelId\":\"2630\"},{\"@search.score\":1.0,\"HotelId\":\"2631\"},{\"@search.score\":1.0,\"HotelId\":\"2632\"},{\"@search.score\":1.0,\"HotelId\":\"2633\"},{\"@search.score\":1.0,\"HotelId\":\"2634\"},{\"@search.score\":1.0,\"HotelId\":\"2635\"},{\"@search.score\":1.0,\"HotelId\":\"2636\"},{\"@search.score\":1.0,\"HotelId\":\"2637\"},{\"@search.score\":1.0,\"HotelId\":\"2638\"},{\"@search.score\":1.0,\"HotelId\":\"2639\"},{\"@search.score\":1.0,\"HotelId\":\"264\"},{\"@search.score\":1.0,\"HotelId\":\"2640\"},{\"@search.score\":1.0,\"HotelId\":\"2641\"},{\"@search.score\":1.0,\"HotelId\":\"2642\"},{\"@search.score\":1.0,\"HotelId\":\"2643\"},{\"@search.score\":1.0,\"HotelId\":\"2644\"},{\"@search.score\":1.0,\"HotelId\":\"2645\"},{\"@search.score\":1.0,\"HotelId\":\"2646\"},{\"@search.score\":1.0,\"HotelId\":\"2647\"},{\"@search.score\":1.0,\"HotelId\":\"2648\"},{\"@search.score\":1.0,\"HotelId\":\"2649\"},{\"@search.score\":1.0,\"HotelId\":\"265\"},{\"@search.score\":1.0,\"HotelId\":\"2650\"},{\"@search.score\":1.0,\"HotelId\":\"2651\"},{\"@search.score\":1.0,\"HotelId\":\"2652\"},{\"@search.score\":1.0,\"HotelId\":\"2653\"},{\"@search.score\":1.0,\"HotelId\":\"2654\"},{\"@search.score\":1.0,\"HotelId\":\"2655\"},{\"@search.score\":1.0,\"HotelId\":\"2656\"},{\"@search.score\":1.0,\"HotelId\":\"2657\"},{\"@search.score\":1.0,\"HotelId\":\"2658\"},{\"@search.score\":1.0,\"HotelId\":\"2659\"},{\"@search.score\":1.0,\"HotelId\":\"266\"},{\"@search.score\":1.0,\"HotelId\":\"2660\"},{\"@search.score\":1.0,\"HotelId\":\"2661\"},{\"@search.score\":1.0,\"HotelId\":\"2662\"},{\"@search.score\":1.0,\"HotelId\":\"2663\"},{\"@search.score\":1.0,\"HotelId\":\"2664\"},{\"@search.score\":1.0,\"HotelId\":\"2665\"},{\"@search.score\":1.0,\"HotelId\":\"2666\"},{\"@search.score\":1.0,\"HotelId\":\"2667\"},{\"@search.score\":1.0,\"HotelId\":\"2668\"},{\"@search.score\":1.0,\"HotelId\":\"2669\"},{\"@search.score\":1.0,\"HotelId\":\"267\"},{\"@search.score\":1.0,\"HotelId\":\"2670\"},{\"@search.score\":1.0,\"HotelId\":\"2671\"},{\"@search.score\":1.0,\"HotelId\":\"2672\"},{\"@search.score\":1.0,\"HotelId\":\"2673\"},{\"@search.score\":1.0,\"HotelId\":\"2674\"},{\"@search.score\":1.0,\"HotelId\":\"2675\"},{\"@search.score\":1.0,\"HotelId\":\"2676\"},{\"@search.score\":1.0,\"HotelId\":\"2677\"},{\"@search.score\":1.0,\"HotelId\":\"2678\"},{\"@search.score\":1.0,\"HotelId\":\"2679\"},{\"@search.score\":1.0,\"HotelId\":\"268\"},{\"@search.score\":1.0,\"HotelId\":\"2680\"},{\"@search.score\":1.0,\"HotelId\":\"2681\"},{\"@search.score\":1.0,\"HotelId\":\"2682\"},{\"@search.score\":1.0,\"HotelId\":\"2683\"},{\"@search.score\":1.0,\"HotelId\":\"2684\"},{\"@search.score\":1.0,\"HotelId\":\"2685\"},{\"@search.score\":1.0,\"HotelId\":\"2686\"},{\"@search.score\":1.0,\"HotelId\":\"2687\"},{\"@search.score\":1.0,\"HotelId\":\"2688\"},{\"@search.score\":1.0,\"HotelId\":\"2689\"},{\"@search.score\":1.0,\"HotelId\":\"269\"},{\"@search.score\":1.0,\"HotelId\":\"2690\"},{\"@search.score\":1.0,\"HotelId\":\"2691\"},{\"@search.score\":1.0,\"HotelId\":\"2692\"},{\"@search.score\":1.0,\"HotelId\":\"2693\"},{\"@search.score\":1.0,\"HotelId\":\"2694\"},{\"@search.score\":1.0,\"HotelId\":\"2695\"},{\"@search.score\":1.0,\"HotelId\":\"2696\"},{\"@search.score\":1.0,\"HotelId\":\"2697\"},{\"@search.score\":1.0,\"HotelId\":\"2698\"},{\"@search.score\":1.0,\"HotelId\":\"2699\"},{\"@search.score\":1.0,\"HotelId\":\"27\"},{\"@search.score\":1.0,\"HotelId\":\"270\"},{\"@search.score\":1.0,\"HotelId\":\"2700\"},{\"@search.score\":1.0,\"HotelId\":\"2701\"},{\"@search.score\":1.0,\"HotelId\":\"2702\"},{\"@search.score\":1.0,\"HotelId\":\"2703\"},{\"@search.score\":1.0,\"HotelId\":\"2704\"},{\"@search.score\":1.0,\"HotelId\":\"2705\"},{\"@search.score\":1.0,\"HotelId\":\"2706\"},{\"@search.score\":1.0,\"HotelId\":\"2707\"},{\"@search.score\":1.0,\"HotelId\":\"2708\"},{\"@search.score\":1.0,\"HotelId\":\"2709\"},{\"@search.score\":1.0,\"HotelId\":\"271\"},{\"@search.score\":1.0,\"HotelId\":\"2710\"},{\"@search.score\":1.0,\"HotelId\":\"2711\"},{\"@search.score\":1.0,\"HotelId\":\"2712\"},{\"@search.score\":1.0,\"HotelId\":\"2713\"},{\"@search.score\":1.0,\"HotelId\":\"2714\"},{\"@search.score\":1.0,\"HotelId\":\"2715\"},{\"@search.score\":1.0,\"HotelId\":\"2716\"},{\"@search.score\":1.0,\"HotelId\":\"2717\"},{\"@search.score\":1.0,\"HotelId\":\"2718\"},{\"@search.score\":1.0,\"HotelId\":\"2719\"},{\"@search.score\":1.0,\"HotelId\":\"272\"},{\"@search.score\":1.0,\"HotelId\":\"2720\"},{\"@search.score\":1.0,\"HotelId\":\"2721\"},{\"@search.score\":1.0,\"HotelId\":\"2722\"},{\"@search.score\":1.0,\"HotelId\":\"2723\"},{\"@search.score\":1.0,\"HotelId\":\"2724\"},{\"@search.score\":1.0,\"HotelId\":\"2725\"},{\"@search.score\":1.0,\"HotelId\":\"2726\"},{\"@search.score\":1.0,\"HotelId\":\"2727\"},{\"@search.score\":1.0,\"HotelId\":\"2728\"},{\"@search.score\":1.0,\"HotelId\":\"2729\"},{\"@search.score\":1.0,\"HotelId\":\"273\"},{\"@search.score\":1.0,\"HotelId\":\"2730\"},{\"@search.score\":1.0,\"HotelId\":\"2731\"},{\"@search.score\":1.0,\"HotelId\":\"2732\"},{\"@search.score\":1.0,\"HotelId\":\"2733\"},{\"@search.score\":1.0,\"HotelId\":\"2734\"},{\"@search.score\":1.0,\"HotelId\":\"2735\"},{\"@search.score\":1.0,\"HotelId\":\"2736\"},{\"@search.score\":1.0,\"HotelId\":\"2737\"},{\"@search.score\":1.0,\"HotelId\":\"2738\"},{\"@search.score\":1.0,\"HotelId\":\"2739\"},{\"@search.score\":1.0,\"HotelId\":\"274\"},{\"@search.score\":1.0,\"HotelId\":\"2740\"},{\"@search.score\":1.0,\"HotelId\":\"2741\"},{\"@search.score\":1.0,\"HotelId\":\"2742\"},{\"@search.score\":1.0,\"HotelId\":\"2743\"},{\"@search.score\":1.0,\"HotelId\":\"2744\"},{\"@search.score\":1.0,\"HotelId\":\"2745\"},{\"@search.score\":1.0,\"HotelId\":\"2746\"},{\"@search.score\":1.0,\"HotelId\":\"2747\"},{\"@search.score\":1.0,\"HotelId\":\"2748\"},{\"@search.score\":1.0,\"HotelId\":\"2749\"},{\"@search.score\":1.0,\"HotelId\":\"275\"},{\"@search.score\":1.0,\"HotelId\":\"2750\"},{\"@search.score\":1.0,\"HotelId\":\"2751\"},{\"@search.score\":1.0,\"HotelId\":\"2752\"},{\"@search.score\":1.0,\"HotelId\":\"2753\"},{\"@search.score\":1.0,\"HotelId\":\"2754\"},{\"@search.score\":1.0,\"HotelId\":\"2755\"},{\"@search.score\":1.0,\"HotelId\":\"2756\"},{\"@search.score\":1.0,\"HotelId\":\"2757\"},{\"@search.score\":1.0,\"HotelId\":\"2758\"},{\"@search.score\":1.0,\"HotelId\":\"2759\"},{\"@search.score\":1.0,\"HotelId\":\"276\"},{\"@search.score\":1.0,\"HotelId\":\"2760\"},{\"@search.score\":1.0,\"HotelId\":\"2761\"},{\"@search.score\":1.0,\"HotelId\":\"2762\"},{\"@search.score\":1.0,\"HotelId\":\"2763\"},{\"@search.score\":1.0,\"HotelId\":\"2764\"},{\"@search.score\":1.0,\"HotelId\":\"2765\"},{\"@search.score\":1.0,\"HotelId\":\"2766\"},{\"@search.score\":1.0,\"HotelId\":\"2767\"},{\"@search.score\":1.0,\"HotelId\":\"2768\"},{\"@search.score\":1.0,\"HotelId\":\"2769\"},{\"@search.score\":1.0,\"HotelId\":\"277\"},{\"@search.score\":1.0,\"HotelId\":\"2770\"},{\"@search.score\":1.0,\"HotelId\":\"2771\"},{\"@search.score\":1.0,\"HotelId\":\"2772\"},{\"@search.score\":1.0,\"HotelId\":\"2773\"},{\"@search.score\":1.0,\"HotelId\":\"2774\"},{\"@search.score\":1.0,\"HotelId\":\"2775\"},{\"@search.score\":1.0,\"HotelId\":\"2776\"},{\"@search.score\":1.0,\"HotelId\":\"2777\"},{\"@search.score\":1.0,\"HotelId\":\"2778\"},{\"@search.score\":1.0,\"HotelId\":\"2779\"},{\"@search.score\":1.0,\"HotelId\":\"278\"},{\"@search.score\":1.0,\"HotelId\":\"2780\"},{\"@search.score\":1.0,\"HotelId\":\"2781\"},{\"@search.score\":1.0,\"HotelId\":\"2782\"},{\"@search.score\":1.0,\"HotelId\":\"2783\"},{\"@search.score\":1.0,\"HotelId\":\"2784\"},{\"@search.score\":1.0,\"HotelId\":\"2785\"},{\"@search.score\":1.0,\"HotelId\":\"2786\"},{\"@search.score\":1.0,\"HotelId\":\"2787\"},{\"@search.score\":1.0,\"HotelId\":\"2788\"},{\"@search.score\":1.0,\"HotelId\":\"2789\"},{\"@search.score\":1.0,\"HotelId\":\"279\"},{\"@search.score\":1.0,\"HotelId\":\"2790\"},{\"@search.score\":1.0,\"HotelId\":\"2791\"},{\"@search.score\":1.0,\"HotelId\":\"2792\"},{\"@search.score\":1.0,\"HotelId\":\"2793\"},{\"@search.score\":1.0,\"HotelId\":\"2794\"},{\"@search.score\":1.0,\"HotelId\":\"2795\"},{\"@search.score\":1.0,\"HotelId\":\"2796\"},{\"@search.score\":1.0,\"HotelId\":\"2797\"},{\"@search.score\":1.0,\"HotelId\":\"2798\"},{\"@search.score\":1.0,\"HotelId\":\"2799\"}]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} + "networkCallRecords" : [ { + "Method" : "POST", + "Uri" : "https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "c7b8cc8f-c222-43b9-8ce3-59e96323851e", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:51:13 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "1014", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "197056", + "Body" : "{\"@odata.context\":\"https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1001\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1002\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1003\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1004\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1005\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1006\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1007\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1008\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1009\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1010\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1011\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1012\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1013\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1014\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1015\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1016\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1017\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1018\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1019\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1020\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1021\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1022\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1023\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1024\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1025\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1026\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1027\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1028\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1029\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1030\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1031\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1032\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1033\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1034\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1035\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1036\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1037\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1038\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1039\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1040\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1041\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1042\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1043\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1044\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1045\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1046\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1047\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1048\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1049\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1050\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1051\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1052\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1053\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1054\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1055\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1056\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1057\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1058\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1059\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1060\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1061\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1062\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1063\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1064\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1065\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1066\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1067\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1068\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1069\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1070\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1071\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1072\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1073\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1074\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1075\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1076\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1077\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1078\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1079\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1080\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1081\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1082\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1083\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1084\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1085\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1086\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1087\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1088\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1089\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1090\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1091\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1092\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1093\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1094\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1095\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1096\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1097\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1098\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1099\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"1999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2001\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2002\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2003\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2004\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2005\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2006\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2007\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2008\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2009\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2010\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2011\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2012\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2013\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2014\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2015\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2016\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2017\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2018\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2019\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2020\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2021\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2022\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2023\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2024\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2025\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2026\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2027\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2028\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2029\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2030\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2031\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2032\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2033\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2034\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2035\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2036\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2037\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2038\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2039\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2040\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2041\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2042\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2043\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2044\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2045\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2046\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2047\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2048\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2049\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2050\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2051\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2052\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2053\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2054\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2055\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2056\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2057\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2058\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2059\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2060\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2061\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2062\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2063\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2064\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2065\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2066\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2067\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2068\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2069\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2070\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2071\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2072\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2073\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2074\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2075\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2076\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2077\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2078\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2079\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2080\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2081\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2082\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2083\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2084\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2085\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2086\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2087\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2088\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2089\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2090\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2091\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2092\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2093\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2094\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2095\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2096\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2097\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2098\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2099\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2201\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2202\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2203\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2204\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2205\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2206\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2207\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2208\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2209\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2210\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2211\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2212\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2213\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2214\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2215\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2216\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2217\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2218\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2219\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2220\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2221\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2222\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2223\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2224\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2225\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2226\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2227\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2228\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2229\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2230\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2231\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2232\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2233\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2234\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2235\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2236\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2237\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2238\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2239\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2240\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2241\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2242\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2243\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2244\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2245\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2246\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2247\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2248\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2249\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2250\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2251\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2252\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2253\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2254\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2255\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2256\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2257\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2258\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2259\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2260\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2261\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2262\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2263\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2264\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2265\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2266\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2267\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2268\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2269\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2270\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2271\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2272\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2273\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2274\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2275\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2276\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2277\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2278\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2279\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2280\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2281\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2282\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2283\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2284\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2285\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2286\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2287\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2288\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2289\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2290\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2291\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2292\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2293\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2294\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2295\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2296\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2297\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2298\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2299\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2300\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2301\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2302\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2303\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2304\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2305\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2306\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2307\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2308\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2309\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2310\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2311\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2312\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2313\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2314\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2315\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2316\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2317\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2318\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2319\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2320\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2321\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2322\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2323\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2324\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2325\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2326\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2327\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2328\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2329\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2330\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2331\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2332\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2333\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2334\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2335\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2336\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2337\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2338\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2339\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2340\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2341\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2342\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2343\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2344\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2345\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2346\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2347\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2348\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2349\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2350\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2351\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2352\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2353\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2354\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2355\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2356\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2357\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2358\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2359\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2360\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2361\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2362\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2363\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2364\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2365\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2366\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2367\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2368\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2369\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2370\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2371\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2372\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2373\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2374\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2375\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2376\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2377\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2378\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2379\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2380\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2381\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2382\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2383\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2384\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2385\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2386\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2387\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2388\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2389\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2390\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2391\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2392\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2393\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2394\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2395\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2396\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2397\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2398\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2399\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2400\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2401\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2402\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2403\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2404\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2405\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2406\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2407\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2408\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2409\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2410\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2411\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2412\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2413\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2414\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2415\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2416\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2417\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2418\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2419\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2420\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2421\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2422\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2423\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2424\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2425\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2426\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2427\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2428\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2429\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2430\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2431\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2432\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2433\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2434\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2435\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2436\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2437\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2438\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2439\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2440\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2441\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2442\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2443\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2444\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2445\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2446\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2447\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2448\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2449\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2450\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2451\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2452\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2453\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2454\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2455\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2457\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2458\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2459\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2460\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2461\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2462\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2463\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2464\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2465\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2466\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2467\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2468\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2469\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2470\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2471\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2472\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2473\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2474\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2475\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2476\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2477\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2478\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2479\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2480\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2481\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2482\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2483\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2484\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2485\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2486\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2487\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2488\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2489\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2490\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2491\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2492\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2493\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2494\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2495\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2496\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2497\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2498\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2499\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2500\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2501\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2502\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2503\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2504\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2505\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2506\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2507\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2508\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2509\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2510\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2511\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2512\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2513\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2514\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2515\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2516\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2517\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2518\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2519\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2520\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2521\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2522\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2523\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2524\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2525\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2526\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2527\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2528\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2529\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2530\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2531\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2532\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2533\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2534\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2535\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2536\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2537\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2538\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2539\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2540\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2541\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2542\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2543\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2544\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2545\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2546\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2547\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2548\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2549\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2550\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2551\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2552\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2553\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2554\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2555\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2556\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2557\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2558\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2559\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2560\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2561\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2562\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2563\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2564\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2565\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2566\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2567\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2568\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2569\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2570\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2571\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2572\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2573\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2574\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2575\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2576\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2577\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2578\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2579\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2580\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2581\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2582\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2583\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2584\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2585\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2586\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2587\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2588\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2589\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2590\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2591\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2592\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2593\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2594\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2595\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2596\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2597\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2598\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2599\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2600\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2601\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2602\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2603\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2604\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2605\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2606\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2607\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2608\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2609\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2610\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2611\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2612\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2613\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2614\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2615\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2616\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2617\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2618\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2619\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2620\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2621\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2622\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2623\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2624\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2625\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2626\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2627\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2628\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2629\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2630\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2631\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2632\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2633\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2634\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2635\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2636\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2637\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2638\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2639\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2640\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2641\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2642\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2643\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2644\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2645\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2646\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2647\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2648\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2649\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2650\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2651\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2652\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2653\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2654\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2655\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2656\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2657\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2658\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2659\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2660\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2661\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2662\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2663\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2664\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2665\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2666\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2667\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2668\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2669\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2670\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2671\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2672\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2673\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2674\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2675\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2676\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2677\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2678\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2679\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2680\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2681\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2682\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2683\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2684\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2685\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2686\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2687\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2688\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2689\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2690\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2691\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2692\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2693\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2694\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2695\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2696\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2697\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2698\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2699\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2700\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2701\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2702\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2703\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2704\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2705\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2706\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2707\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2708\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2709\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2710\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2711\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2712\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2713\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2714\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2715\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2716\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2717\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2718\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2719\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2720\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2721\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2722\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2723\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2724\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2725\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2726\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2727\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2728\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2729\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2730\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2731\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2732\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2733\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2734\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2735\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2736\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2737\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2738\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2739\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2740\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2741\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2742\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2743\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2744\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2745\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2746\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2747\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2748\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2749\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2750\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2751\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2752\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2753\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2754\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2755\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2756\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2757\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2758\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2759\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2760\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2761\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2762\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2763\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2764\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2765\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2766\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2767\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2768\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2769\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2770\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2771\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2772\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2773\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2774\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2775\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2776\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2777\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2778\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2779\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2780\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2781\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2782\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2783\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2784\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2785\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2786\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2787\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2788\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2790\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2791\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2792\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2793\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2794\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2795\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2796\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2797\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2798\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2799\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2800\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2801\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2802\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2803\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2804\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2805\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2806\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2807\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2808\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2809\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2810\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2811\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2812\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2813\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2814\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2815\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2816\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2817\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2818\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2819\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2820\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2821\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2822\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2823\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2824\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2825\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2826\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2827\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2828\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2829\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2830\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2831\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2832\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2833\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2834\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2835\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2836\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2837\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2838\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2839\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2840\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2841\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2842\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2843\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2844\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2845\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2846\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2847\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2848\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2849\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2850\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2851\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2852\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2853\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2854\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2855\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2856\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2857\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2858\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2859\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2860\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2861\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2862\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2863\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2864\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2865\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2866\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2867\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2868\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2869\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2870\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2871\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2872\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2873\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2874\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2875\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2876\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2877\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2878\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2879\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2880\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2881\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2882\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2883\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2884\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2885\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2886\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2887\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2888\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2889\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2890\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2891\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2892\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2893\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2894\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2895\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2896\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2897\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2898\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2899\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2900\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2901\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2902\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2903\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2904\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2905\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2906\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2907\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2908\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2909\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2910\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2911\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2912\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2913\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2914\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2915\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2916\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2917\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2918\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2919\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2920\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2921\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2922\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2923\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2924\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2925\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2926\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2927\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2928\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2929\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2930\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2931\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2932\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2933\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2934\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2935\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2936\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2937\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2938\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2939\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2940\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2941\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2942\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2943\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2944\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2945\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2946\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2947\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2948\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2949\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2950\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2951\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2952\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2953\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2954\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2955\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2956\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2957\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2958\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2959\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2960\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2961\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2962\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2963\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2964\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2965\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2966\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2967\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2968\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2969\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2970\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2971\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2972\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2973\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2974\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2975\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2976\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2977\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2978\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2979\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2980\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2981\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2982\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2983\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2984\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2985\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2986\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2987\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2988\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2989\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2990\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2991\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2992\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2993\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2994\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2995\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2996\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2997\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2998\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2999\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3000\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + }, { + "Method" : "POST", + "Uri" : "https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "8e61f04d-ccc0-495a-8ce0-fc8df2f2659a", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:51:14 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "57", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "39242", + "Body" : "{\"@odata.context\":\"https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"orderby\":\"HotelId asc\",\"search\":\"*\",\"select\":\"HotelId\",\"top\":1000,\"skip\":1000},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\"},{\"@search.score\":1.0,\"HotelId\":\"10\"},{\"@search.score\":1.0,\"HotelId\":\"100\"},{\"@search.score\":1.0,\"HotelId\":\"1000\"},{\"@search.score\":1.0,\"HotelId\":\"1001\"},{\"@search.score\":1.0,\"HotelId\":\"1002\"},{\"@search.score\":1.0,\"HotelId\":\"1003\"},{\"@search.score\":1.0,\"HotelId\":\"1004\"},{\"@search.score\":1.0,\"HotelId\":\"1005\"},{\"@search.score\":1.0,\"HotelId\":\"1006\"},{\"@search.score\":1.0,\"HotelId\":\"1007\"},{\"@search.score\":1.0,\"HotelId\":\"1008\"},{\"@search.score\":1.0,\"HotelId\":\"1009\"},{\"@search.score\":1.0,\"HotelId\":\"101\"},{\"@search.score\":1.0,\"HotelId\":\"1010\"},{\"@search.score\":1.0,\"HotelId\":\"1011\"},{\"@search.score\":1.0,\"HotelId\":\"1012\"},{\"@search.score\":1.0,\"HotelId\":\"1013\"},{\"@search.score\":1.0,\"HotelId\":\"1014\"},{\"@search.score\":1.0,\"HotelId\":\"1015\"},{\"@search.score\":1.0,\"HotelId\":\"1016\"},{\"@search.score\":1.0,\"HotelId\":\"1017\"},{\"@search.score\":1.0,\"HotelId\":\"1018\"},{\"@search.score\":1.0,\"HotelId\":\"1019\"},{\"@search.score\":1.0,\"HotelId\":\"102\"},{\"@search.score\":1.0,\"HotelId\":\"1020\"},{\"@search.score\":1.0,\"HotelId\":\"1021\"},{\"@search.score\":1.0,\"HotelId\":\"1022\"},{\"@search.score\":1.0,\"HotelId\":\"1023\"},{\"@search.score\":1.0,\"HotelId\":\"1024\"},{\"@search.score\":1.0,\"HotelId\":\"1025\"},{\"@search.score\":1.0,\"HotelId\":\"1026\"},{\"@search.score\":1.0,\"HotelId\":\"1027\"},{\"@search.score\":1.0,\"HotelId\":\"1028\"},{\"@search.score\":1.0,\"HotelId\":\"1029\"},{\"@search.score\":1.0,\"HotelId\":\"103\"},{\"@search.score\":1.0,\"HotelId\":\"1030\"},{\"@search.score\":1.0,\"HotelId\":\"1031\"},{\"@search.score\":1.0,\"HotelId\":\"1032\"},{\"@search.score\":1.0,\"HotelId\":\"1033\"},{\"@search.score\":1.0,\"HotelId\":\"1034\"},{\"@search.score\":1.0,\"HotelId\":\"1035\"},{\"@search.score\":1.0,\"HotelId\":\"1036\"},{\"@search.score\":1.0,\"HotelId\":\"1037\"},{\"@search.score\":1.0,\"HotelId\":\"1038\"},{\"@search.score\":1.0,\"HotelId\":\"1039\"},{\"@search.score\":1.0,\"HotelId\":\"104\"},{\"@search.score\":1.0,\"HotelId\":\"1040\"},{\"@search.score\":1.0,\"HotelId\":\"1041\"},{\"@search.score\":1.0,\"HotelId\":\"1042\"},{\"@search.score\":1.0,\"HotelId\":\"1043\"},{\"@search.score\":1.0,\"HotelId\":\"1044\"},{\"@search.score\":1.0,\"HotelId\":\"1045\"},{\"@search.score\":1.0,\"HotelId\":\"1046\"},{\"@search.score\":1.0,\"HotelId\":\"1047\"},{\"@search.score\":1.0,\"HotelId\":\"1048\"},{\"@search.score\":1.0,\"HotelId\":\"1049\"},{\"@search.score\":1.0,\"HotelId\":\"105\"},{\"@search.score\":1.0,\"HotelId\":\"1050\"},{\"@search.score\":1.0,\"HotelId\":\"1051\"},{\"@search.score\":1.0,\"HotelId\":\"1052\"},{\"@search.score\":1.0,\"HotelId\":\"1053\"},{\"@search.score\":1.0,\"HotelId\":\"1054\"},{\"@search.score\":1.0,\"HotelId\":\"1055\"},{\"@search.score\":1.0,\"HotelId\":\"1056\"},{\"@search.score\":1.0,\"HotelId\":\"1057\"},{\"@search.score\":1.0,\"HotelId\":\"1058\"},{\"@search.score\":1.0,\"HotelId\":\"1059\"},{\"@search.score\":1.0,\"HotelId\":\"106\"},{\"@search.score\":1.0,\"HotelId\":\"1060\"},{\"@search.score\":1.0,\"HotelId\":\"1061\"},{\"@search.score\":1.0,\"HotelId\":\"1062\"},{\"@search.score\":1.0,\"HotelId\":\"1063\"},{\"@search.score\":1.0,\"HotelId\":\"1064\"},{\"@search.score\":1.0,\"HotelId\":\"1065\"},{\"@search.score\":1.0,\"HotelId\":\"1066\"},{\"@search.score\":1.0,\"HotelId\":\"1067\"},{\"@search.score\":1.0,\"HotelId\":\"1068\"},{\"@search.score\":1.0,\"HotelId\":\"1069\"},{\"@search.score\":1.0,\"HotelId\":\"107\"},{\"@search.score\":1.0,\"HotelId\":\"1070\"},{\"@search.score\":1.0,\"HotelId\":\"1071\"},{\"@search.score\":1.0,\"HotelId\":\"1072\"},{\"@search.score\":1.0,\"HotelId\":\"1073\"},{\"@search.score\":1.0,\"HotelId\":\"1074\"},{\"@search.score\":1.0,\"HotelId\":\"1075\"},{\"@search.score\":1.0,\"HotelId\":\"1076\"},{\"@search.score\":1.0,\"HotelId\":\"1077\"},{\"@search.score\":1.0,\"HotelId\":\"1078\"},{\"@search.score\":1.0,\"HotelId\":\"1079\"},{\"@search.score\":1.0,\"HotelId\":\"108\"},{\"@search.score\":1.0,\"HotelId\":\"1080\"},{\"@search.score\":1.0,\"HotelId\":\"1081\"},{\"@search.score\":1.0,\"HotelId\":\"1082\"},{\"@search.score\":1.0,\"HotelId\":\"1083\"},{\"@search.score\":1.0,\"HotelId\":\"1084\"},{\"@search.score\":1.0,\"HotelId\":\"1085\"},{\"@search.score\":1.0,\"HotelId\":\"1086\"},{\"@search.score\":1.0,\"HotelId\":\"1087\"},{\"@search.score\":1.0,\"HotelId\":\"1088\"},{\"@search.score\":1.0,\"HotelId\":\"1089\"},{\"@search.score\":1.0,\"HotelId\":\"109\"},{\"@search.score\":1.0,\"HotelId\":\"1090\"},{\"@search.score\":1.0,\"HotelId\":\"1091\"},{\"@search.score\":1.0,\"HotelId\":\"1092\"},{\"@search.score\":1.0,\"HotelId\":\"1093\"},{\"@search.score\":1.0,\"HotelId\":\"1094\"},{\"@search.score\":1.0,\"HotelId\":\"1095\"},{\"@search.score\":1.0,\"HotelId\":\"1096\"},{\"@search.score\":1.0,\"HotelId\":\"1097\"},{\"@search.score\":1.0,\"HotelId\":\"1098\"},{\"@search.score\":1.0,\"HotelId\":\"1099\"},{\"@search.score\":1.0,\"HotelId\":\"11\"},{\"@search.score\":1.0,\"HotelId\":\"110\"},{\"@search.score\":1.0,\"HotelId\":\"1100\"},{\"@search.score\":1.0,\"HotelId\":\"1101\"},{\"@search.score\":1.0,\"HotelId\":\"1102\"},{\"@search.score\":1.0,\"HotelId\":\"1103\"},{\"@search.score\":1.0,\"HotelId\":\"1104\"},{\"@search.score\":1.0,\"HotelId\":\"1105\"},{\"@search.score\":1.0,\"HotelId\":\"1106\"},{\"@search.score\":1.0,\"HotelId\":\"1107\"},{\"@search.score\":1.0,\"HotelId\":\"1108\"},{\"@search.score\":1.0,\"HotelId\":\"1109\"},{\"@search.score\":1.0,\"HotelId\":\"111\"},{\"@search.score\":1.0,\"HotelId\":\"1110\"},{\"@search.score\":1.0,\"HotelId\":\"1111\"},{\"@search.score\":1.0,\"HotelId\":\"1112\"},{\"@search.score\":1.0,\"HotelId\":\"1113\"},{\"@search.score\":1.0,\"HotelId\":\"1114\"},{\"@search.score\":1.0,\"HotelId\":\"1115\"},{\"@search.score\":1.0,\"HotelId\":\"1116\"},{\"@search.score\":1.0,\"HotelId\":\"1117\"},{\"@search.score\":1.0,\"HotelId\":\"1118\"},{\"@search.score\":1.0,\"HotelId\":\"1119\"},{\"@search.score\":1.0,\"HotelId\":\"112\"},{\"@search.score\":1.0,\"HotelId\":\"1120\"},{\"@search.score\":1.0,\"HotelId\":\"1121\"},{\"@search.score\":1.0,\"HotelId\":\"1122\"},{\"@search.score\":1.0,\"HotelId\":\"1123\"},{\"@search.score\":1.0,\"HotelId\":\"1124\"},{\"@search.score\":1.0,\"HotelId\":\"1125\"},{\"@search.score\":1.0,\"HotelId\":\"1126\"},{\"@search.score\":1.0,\"HotelId\":\"1127\"},{\"@search.score\":1.0,\"HotelId\":\"1128\"},{\"@search.score\":1.0,\"HotelId\":\"1129\"},{\"@search.score\":1.0,\"HotelId\":\"113\"},{\"@search.score\":1.0,\"HotelId\":\"1130\"},{\"@search.score\":1.0,\"HotelId\":\"1131\"},{\"@search.score\":1.0,\"HotelId\":\"1132\"},{\"@search.score\":1.0,\"HotelId\":\"1133\"},{\"@search.score\":1.0,\"HotelId\":\"1134\"},{\"@search.score\":1.0,\"HotelId\":\"1135\"},{\"@search.score\":1.0,\"HotelId\":\"1136\"},{\"@search.score\":1.0,\"HotelId\":\"1137\"},{\"@search.score\":1.0,\"HotelId\":\"1138\"},{\"@search.score\":1.0,\"HotelId\":\"1139\"},{\"@search.score\":1.0,\"HotelId\":\"114\"},{\"@search.score\":1.0,\"HotelId\":\"1140\"},{\"@search.score\":1.0,\"HotelId\":\"1141\"},{\"@search.score\":1.0,\"HotelId\":\"1142\"},{\"@search.score\":1.0,\"HotelId\":\"1143\"},{\"@search.score\":1.0,\"HotelId\":\"1144\"},{\"@search.score\":1.0,\"HotelId\":\"1145\"},{\"@search.score\":1.0,\"HotelId\":\"1146\"},{\"@search.score\":1.0,\"HotelId\":\"1147\"},{\"@search.score\":1.0,\"HotelId\":\"1148\"},{\"@search.score\":1.0,\"HotelId\":\"1149\"},{\"@search.score\":1.0,\"HotelId\":\"115\"},{\"@search.score\":1.0,\"HotelId\":\"1150\"},{\"@search.score\":1.0,\"HotelId\":\"1151\"},{\"@search.score\":1.0,\"HotelId\":\"1152\"},{\"@search.score\":1.0,\"HotelId\":\"1153\"},{\"@search.score\":1.0,\"HotelId\":\"1154\"},{\"@search.score\":1.0,\"HotelId\":\"1155\"},{\"@search.score\":1.0,\"HotelId\":\"1156\"},{\"@search.score\":1.0,\"HotelId\":\"1157\"},{\"@search.score\":1.0,\"HotelId\":\"1158\"},{\"@search.score\":1.0,\"HotelId\":\"1159\"},{\"@search.score\":1.0,\"HotelId\":\"116\"},{\"@search.score\":1.0,\"HotelId\":\"1160\"},{\"@search.score\":1.0,\"HotelId\":\"1161\"},{\"@search.score\":1.0,\"HotelId\":\"1162\"},{\"@search.score\":1.0,\"HotelId\":\"1163\"},{\"@search.score\":1.0,\"HotelId\":\"1164\"},{\"@search.score\":1.0,\"HotelId\":\"1165\"},{\"@search.score\":1.0,\"HotelId\":\"1166\"},{\"@search.score\":1.0,\"HotelId\":\"1167\"},{\"@search.score\":1.0,\"HotelId\":\"1168\"},{\"@search.score\":1.0,\"HotelId\":\"1169\"},{\"@search.score\":1.0,\"HotelId\":\"117\"},{\"@search.score\":1.0,\"HotelId\":\"1170\"},{\"@search.score\":1.0,\"HotelId\":\"1171\"},{\"@search.score\":1.0,\"HotelId\":\"1172\"},{\"@search.score\":1.0,\"HotelId\":\"1173\"},{\"@search.score\":1.0,\"HotelId\":\"1174\"},{\"@search.score\":1.0,\"HotelId\":\"1175\"},{\"@search.score\":1.0,\"HotelId\":\"1176\"},{\"@search.score\":1.0,\"HotelId\":\"1177\"},{\"@search.score\":1.0,\"HotelId\":\"1178\"},{\"@search.score\":1.0,\"HotelId\":\"1179\"},{\"@search.score\":1.0,\"HotelId\":\"118\"},{\"@search.score\":1.0,\"HotelId\":\"1180\"},{\"@search.score\":1.0,\"HotelId\":\"1181\"},{\"@search.score\":1.0,\"HotelId\":\"1182\"},{\"@search.score\":1.0,\"HotelId\":\"1183\"},{\"@search.score\":1.0,\"HotelId\":\"1184\"},{\"@search.score\":1.0,\"HotelId\":\"1185\"},{\"@search.score\":1.0,\"HotelId\":\"1186\"},{\"@search.score\":1.0,\"HotelId\":\"1187\"},{\"@search.score\":1.0,\"HotelId\":\"1188\"},{\"@search.score\":1.0,\"HotelId\":\"1189\"},{\"@search.score\":1.0,\"HotelId\":\"119\"},{\"@search.score\":1.0,\"HotelId\":\"1190\"},{\"@search.score\":1.0,\"HotelId\":\"1191\"},{\"@search.score\":1.0,\"HotelId\":\"1192\"},{\"@search.score\":1.0,\"HotelId\":\"1193\"},{\"@search.score\":1.0,\"HotelId\":\"1194\"},{\"@search.score\":1.0,\"HotelId\":\"1195\"},{\"@search.score\":1.0,\"HotelId\":\"1196\"},{\"@search.score\":1.0,\"HotelId\":\"1197\"},{\"@search.score\":1.0,\"HotelId\":\"1198\"},{\"@search.score\":1.0,\"HotelId\":\"1199\"},{\"@search.score\":1.0,\"HotelId\":\"12\"},{\"@search.score\":1.0,\"HotelId\":\"120\"},{\"@search.score\":1.0,\"HotelId\":\"1200\"},{\"@search.score\":1.0,\"HotelId\":\"1201\"},{\"@search.score\":1.0,\"HotelId\":\"1202\"},{\"@search.score\":1.0,\"HotelId\":\"1203\"},{\"@search.score\":1.0,\"HotelId\":\"1204\"},{\"@search.score\":1.0,\"HotelId\":\"1205\"},{\"@search.score\":1.0,\"HotelId\":\"1206\"},{\"@search.score\":1.0,\"HotelId\":\"1207\"},{\"@search.score\":1.0,\"HotelId\":\"1208\"},{\"@search.score\":1.0,\"HotelId\":\"1209\"},{\"@search.score\":1.0,\"HotelId\":\"121\"},{\"@search.score\":1.0,\"HotelId\":\"1210\"},{\"@search.score\":1.0,\"HotelId\":\"1211\"},{\"@search.score\":1.0,\"HotelId\":\"1212\"},{\"@search.score\":1.0,\"HotelId\":\"1213\"},{\"@search.score\":1.0,\"HotelId\":\"1214\"},{\"@search.score\":1.0,\"HotelId\":\"1215\"},{\"@search.score\":1.0,\"HotelId\":\"1216\"},{\"@search.score\":1.0,\"HotelId\":\"1217\"},{\"@search.score\":1.0,\"HotelId\":\"1218\"},{\"@search.score\":1.0,\"HotelId\":\"1219\"},{\"@search.score\":1.0,\"HotelId\":\"122\"},{\"@search.score\":1.0,\"HotelId\":\"1220\"},{\"@search.score\":1.0,\"HotelId\":\"1221\"},{\"@search.score\":1.0,\"HotelId\":\"1222\"},{\"@search.score\":1.0,\"HotelId\":\"1223\"},{\"@search.score\":1.0,\"HotelId\":\"1224\"},{\"@search.score\":1.0,\"HotelId\":\"1225\"},{\"@search.score\":1.0,\"HotelId\":\"1226\"},{\"@search.score\":1.0,\"HotelId\":\"1227\"},{\"@search.score\":1.0,\"HotelId\":\"1228\"},{\"@search.score\":1.0,\"HotelId\":\"1229\"},{\"@search.score\":1.0,\"HotelId\":\"123\"},{\"@search.score\":1.0,\"HotelId\":\"1230\"},{\"@search.score\":1.0,\"HotelId\":\"1231\"},{\"@search.score\":1.0,\"HotelId\":\"1232\"},{\"@search.score\":1.0,\"HotelId\":\"1233\"},{\"@search.score\":1.0,\"HotelId\":\"1234\"},{\"@search.score\":1.0,\"HotelId\":\"1235\"},{\"@search.score\":1.0,\"HotelId\":\"1236\"},{\"@search.score\":1.0,\"HotelId\":\"1237\"},{\"@search.score\":1.0,\"HotelId\":\"1238\"},{\"@search.score\":1.0,\"HotelId\":\"1239\"},{\"@search.score\":1.0,\"HotelId\":\"124\"},{\"@search.score\":1.0,\"HotelId\":\"1240\"},{\"@search.score\":1.0,\"HotelId\":\"1241\"},{\"@search.score\":1.0,\"HotelId\":\"1242\"},{\"@search.score\":1.0,\"HotelId\":\"1243\"},{\"@search.score\":1.0,\"HotelId\":\"1244\"},{\"@search.score\":1.0,\"HotelId\":\"1245\"},{\"@search.score\":1.0,\"HotelId\":\"1246\"},{\"@search.score\":1.0,\"HotelId\":\"1247\"},{\"@search.score\":1.0,\"HotelId\":\"1248\"},{\"@search.score\":1.0,\"HotelId\":\"1249\"},{\"@search.score\":1.0,\"HotelId\":\"125\"},{\"@search.score\":1.0,\"HotelId\":\"1250\"},{\"@search.score\":1.0,\"HotelId\":\"1251\"},{\"@search.score\":1.0,\"HotelId\":\"1252\"},{\"@search.score\":1.0,\"HotelId\":\"1253\"},{\"@search.score\":1.0,\"HotelId\":\"1254\"},{\"@search.score\":1.0,\"HotelId\":\"1255\"},{\"@search.score\":1.0,\"HotelId\":\"1256\"},{\"@search.score\":1.0,\"HotelId\":\"1257\"},{\"@search.score\":1.0,\"HotelId\":\"1258\"},{\"@search.score\":1.0,\"HotelId\":\"1259\"},{\"@search.score\":1.0,\"HotelId\":\"126\"},{\"@search.score\":1.0,\"HotelId\":\"1260\"},{\"@search.score\":1.0,\"HotelId\":\"1261\"},{\"@search.score\":1.0,\"HotelId\":\"1262\"},{\"@search.score\":1.0,\"HotelId\":\"1263\"},{\"@search.score\":1.0,\"HotelId\":\"1264\"},{\"@search.score\":1.0,\"HotelId\":\"1265\"},{\"@search.score\":1.0,\"HotelId\":\"1266\"},{\"@search.score\":1.0,\"HotelId\":\"1267\"},{\"@search.score\":1.0,\"HotelId\":\"1268\"},{\"@search.score\":1.0,\"HotelId\":\"1269\"},{\"@search.score\":1.0,\"HotelId\":\"127\"},{\"@search.score\":1.0,\"HotelId\":\"1270\"},{\"@search.score\":1.0,\"HotelId\":\"1271\"},{\"@search.score\":1.0,\"HotelId\":\"1272\"},{\"@search.score\":1.0,\"HotelId\":\"1273\"},{\"@search.score\":1.0,\"HotelId\":\"1274\"},{\"@search.score\":1.0,\"HotelId\":\"1275\"},{\"@search.score\":1.0,\"HotelId\":\"1276\"},{\"@search.score\":1.0,\"HotelId\":\"1277\"},{\"@search.score\":1.0,\"HotelId\":\"1278\"},{\"@search.score\":1.0,\"HotelId\":\"1279\"},{\"@search.score\":1.0,\"HotelId\":\"128\"},{\"@search.score\":1.0,\"HotelId\":\"1280\"},{\"@search.score\":1.0,\"HotelId\":\"1281\"},{\"@search.score\":1.0,\"HotelId\":\"1282\"},{\"@search.score\":1.0,\"HotelId\":\"1283\"},{\"@search.score\":1.0,\"HotelId\":\"1284\"},{\"@search.score\":1.0,\"HotelId\":\"1285\"},{\"@search.score\":1.0,\"HotelId\":\"1286\"},{\"@search.score\":1.0,\"HotelId\":\"1287\"},{\"@search.score\":1.0,\"HotelId\":\"1288\"},{\"@search.score\":1.0,\"HotelId\":\"1289\"},{\"@search.score\":1.0,\"HotelId\":\"129\"},{\"@search.score\":1.0,\"HotelId\":\"1290\"},{\"@search.score\":1.0,\"HotelId\":\"1291\"},{\"@search.score\":1.0,\"HotelId\":\"1292\"},{\"@search.score\":1.0,\"HotelId\":\"1293\"},{\"@search.score\":1.0,\"HotelId\":\"1294\"},{\"@search.score\":1.0,\"HotelId\":\"1295\"},{\"@search.score\":1.0,\"HotelId\":\"1296\"},{\"@search.score\":1.0,\"HotelId\":\"1297\"},{\"@search.score\":1.0,\"HotelId\":\"1298\"},{\"@search.score\":1.0,\"HotelId\":\"1299\"},{\"@search.score\":1.0,\"HotelId\":\"13\"},{\"@search.score\":1.0,\"HotelId\":\"130\"},{\"@search.score\":1.0,\"HotelId\":\"1300\"},{\"@search.score\":1.0,\"HotelId\":\"1301\"},{\"@search.score\":1.0,\"HotelId\":\"1302\"},{\"@search.score\":1.0,\"HotelId\":\"1303\"},{\"@search.score\":1.0,\"HotelId\":\"1304\"},{\"@search.score\":1.0,\"HotelId\":\"1305\"},{\"@search.score\":1.0,\"HotelId\":\"1306\"},{\"@search.score\":1.0,\"HotelId\":\"1307\"},{\"@search.score\":1.0,\"HotelId\":\"1308\"},{\"@search.score\":1.0,\"HotelId\":\"1309\"},{\"@search.score\":1.0,\"HotelId\":\"131\"},{\"@search.score\":1.0,\"HotelId\":\"1310\"},{\"@search.score\":1.0,\"HotelId\":\"1311\"},{\"@search.score\":1.0,\"HotelId\":\"1312\"},{\"@search.score\":1.0,\"HotelId\":\"1313\"},{\"@search.score\":1.0,\"HotelId\":\"1314\"},{\"@search.score\":1.0,\"HotelId\":\"1315\"},{\"@search.score\":1.0,\"HotelId\":\"1316\"},{\"@search.score\":1.0,\"HotelId\":\"1317\"},{\"@search.score\":1.0,\"HotelId\":\"1318\"},{\"@search.score\":1.0,\"HotelId\":\"1319\"},{\"@search.score\":1.0,\"HotelId\":\"132\"},{\"@search.score\":1.0,\"HotelId\":\"1320\"},{\"@search.score\":1.0,\"HotelId\":\"1321\"},{\"@search.score\":1.0,\"HotelId\":\"1322\"},{\"@search.score\":1.0,\"HotelId\":\"1323\"},{\"@search.score\":1.0,\"HotelId\":\"1324\"},{\"@search.score\":1.0,\"HotelId\":\"1325\"},{\"@search.score\":1.0,\"HotelId\":\"1326\"},{\"@search.score\":1.0,\"HotelId\":\"1327\"},{\"@search.score\":1.0,\"HotelId\":\"1328\"},{\"@search.score\":1.0,\"HotelId\":\"1329\"},{\"@search.score\":1.0,\"HotelId\":\"133\"},{\"@search.score\":1.0,\"HotelId\":\"1330\"},{\"@search.score\":1.0,\"HotelId\":\"1331\"},{\"@search.score\":1.0,\"HotelId\":\"1332\"},{\"@search.score\":1.0,\"HotelId\":\"1333\"},{\"@search.score\":1.0,\"HotelId\":\"1334\"},{\"@search.score\":1.0,\"HotelId\":\"1335\"},{\"@search.score\":1.0,\"HotelId\":\"1336\"},{\"@search.score\":1.0,\"HotelId\":\"1337\"},{\"@search.score\":1.0,\"HotelId\":\"1338\"},{\"@search.score\":1.0,\"HotelId\":\"1339\"},{\"@search.score\":1.0,\"HotelId\":\"134\"},{\"@search.score\":1.0,\"HotelId\":\"1340\"},{\"@search.score\":1.0,\"HotelId\":\"1341\"},{\"@search.score\":1.0,\"HotelId\":\"1342\"},{\"@search.score\":1.0,\"HotelId\":\"1343\"},{\"@search.score\":1.0,\"HotelId\":\"1344\"},{\"@search.score\":1.0,\"HotelId\":\"1345\"},{\"@search.score\":1.0,\"HotelId\":\"1346\"},{\"@search.score\":1.0,\"HotelId\":\"1347\"},{\"@search.score\":1.0,\"HotelId\":\"1348\"},{\"@search.score\":1.0,\"HotelId\":\"1349\"},{\"@search.score\":1.0,\"HotelId\":\"135\"},{\"@search.score\":1.0,\"HotelId\":\"1350\"},{\"@search.score\":1.0,\"HotelId\":\"1351\"},{\"@search.score\":1.0,\"HotelId\":\"1352\"},{\"@search.score\":1.0,\"HotelId\":\"1353\"},{\"@search.score\":1.0,\"HotelId\":\"1354\"},{\"@search.score\":1.0,\"HotelId\":\"1355\"},{\"@search.score\":1.0,\"HotelId\":\"1356\"},{\"@search.score\":1.0,\"HotelId\":\"1357\"},{\"@search.score\":1.0,\"HotelId\":\"1358\"},{\"@search.score\":1.0,\"HotelId\":\"1359\"},{\"@search.score\":1.0,\"HotelId\":\"136\"},{\"@search.score\":1.0,\"HotelId\":\"1360\"},{\"@search.score\":1.0,\"HotelId\":\"1361\"},{\"@search.score\":1.0,\"HotelId\":\"1362\"},{\"@search.score\":1.0,\"HotelId\":\"1363\"},{\"@search.score\":1.0,\"HotelId\":\"1364\"},{\"@search.score\":1.0,\"HotelId\":\"1365\"},{\"@search.score\":1.0,\"HotelId\":\"1366\"},{\"@search.score\":1.0,\"HotelId\":\"1367\"},{\"@search.score\":1.0,\"HotelId\":\"1368\"},{\"@search.score\":1.0,\"HotelId\":\"1369\"},{\"@search.score\":1.0,\"HotelId\":\"137\"},{\"@search.score\":1.0,\"HotelId\":\"1370\"},{\"@search.score\":1.0,\"HotelId\":\"1371\"},{\"@search.score\":1.0,\"HotelId\":\"1372\"},{\"@search.score\":1.0,\"HotelId\":\"1373\"},{\"@search.score\":1.0,\"HotelId\":\"1374\"},{\"@search.score\":1.0,\"HotelId\":\"1375\"},{\"@search.score\":1.0,\"HotelId\":\"1376\"},{\"@search.score\":1.0,\"HotelId\":\"1377\"},{\"@search.score\":1.0,\"HotelId\":\"1378\"},{\"@search.score\":1.0,\"HotelId\":\"1379\"},{\"@search.score\":1.0,\"HotelId\":\"138\"},{\"@search.score\":1.0,\"HotelId\":\"1380\"},{\"@search.score\":1.0,\"HotelId\":\"1381\"},{\"@search.score\":1.0,\"HotelId\":\"1382\"},{\"@search.score\":1.0,\"HotelId\":\"1383\"},{\"@search.score\":1.0,\"HotelId\":\"1384\"},{\"@search.score\":1.0,\"HotelId\":\"1385\"},{\"@search.score\":1.0,\"HotelId\":\"1386\"},{\"@search.score\":1.0,\"HotelId\":\"1387\"},{\"@search.score\":1.0,\"HotelId\":\"1388\"},{\"@search.score\":1.0,\"HotelId\":\"1389\"},{\"@search.score\":1.0,\"HotelId\":\"139\"},{\"@search.score\":1.0,\"HotelId\":\"1390\"},{\"@search.score\":1.0,\"HotelId\":\"1391\"},{\"@search.score\":1.0,\"HotelId\":\"1392\"},{\"@search.score\":1.0,\"HotelId\":\"1393\"},{\"@search.score\":1.0,\"HotelId\":\"1394\"},{\"@search.score\":1.0,\"HotelId\":\"1395\"},{\"@search.score\":1.0,\"HotelId\":\"1396\"},{\"@search.score\":1.0,\"HotelId\":\"1397\"},{\"@search.score\":1.0,\"HotelId\":\"1398\"},{\"@search.score\":1.0,\"HotelId\":\"1399\"},{\"@search.score\":1.0,\"HotelId\":\"14\"},{\"@search.score\":1.0,\"HotelId\":\"140\"},{\"@search.score\":1.0,\"HotelId\":\"1400\"},{\"@search.score\":1.0,\"HotelId\":\"1401\"},{\"@search.score\":1.0,\"HotelId\":\"1402\"},{\"@search.score\":1.0,\"HotelId\":\"1403\"},{\"@search.score\":1.0,\"HotelId\":\"1404\"},{\"@search.score\":1.0,\"HotelId\":\"1405\"},{\"@search.score\":1.0,\"HotelId\":\"1406\"},{\"@search.score\":1.0,\"HotelId\":\"1407\"},{\"@search.score\":1.0,\"HotelId\":\"1408\"},{\"@search.score\":1.0,\"HotelId\":\"1409\"},{\"@search.score\":1.0,\"HotelId\":\"141\"},{\"@search.score\":1.0,\"HotelId\":\"1410\"},{\"@search.score\":1.0,\"HotelId\":\"1411\"},{\"@search.score\":1.0,\"HotelId\":\"1412\"},{\"@search.score\":1.0,\"HotelId\":\"1413\"},{\"@search.score\":1.0,\"HotelId\":\"1414\"},{\"@search.score\":1.0,\"HotelId\":\"1415\"},{\"@search.score\":1.0,\"HotelId\":\"1416\"},{\"@search.score\":1.0,\"HotelId\":\"1417\"},{\"@search.score\":1.0,\"HotelId\":\"1418\"},{\"@search.score\":1.0,\"HotelId\":\"1419\"},{\"@search.score\":1.0,\"HotelId\":\"142\"},{\"@search.score\":1.0,\"HotelId\":\"1420\"},{\"@search.score\":1.0,\"HotelId\":\"1421\"},{\"@search.score\":1.0,\"HotelId\":\"1422\"},{\"@search.score\":1.0,\"HotelId\":\"1423\"},{\"@search.score\":1.0,\"HotelId\":\"1424\"},{\"@search.score\":1.0,\"HotelId\":\"1425\"},{\"@search.score\":1.0,\"HotelId\":\"1426\"},{\"@search.score\":1.0,\"HotelId\":\"1427\"},{\"@search.score\":1.0,\"HotelId\":\"1428\"},{\"@search.score\":1.0,\"HotelId\":\"1429\"},{\"@search.score\":1.0,\"HotelId\":\"143\"},{\"@search.score\":1.0,\"HotelId\":\"1430\"},{\"@search.score\":1.0,\"HotelId\":\"1431\"},{\"@search.score\":1.0,\"HotelId\":\"1432\"},{\"@search.score\":1.0,\"HotelId\":\"1433\"},{\"@search.score\":1.0,\"HotelId\":\"1434\"},{\"@search.score\":1.0,\"HotelId\":\"1435\"},{\"@search.score\":1.0,\"HotelId\":\"1436\"},{\"@search.score\":1.0,\"HotelId\":\"1437\"},{\"@search.score\":1.0,\"HotelId\":\"1438\"},{\"@search.score\":1.0,\"HotelId\":\"1439\"},{\"@search.score\":1.0,\"HotelId\":\"144\"},{\"@search.score\":1.0,\"HotelId\":\"1440\"},{\"@search.score\":1.0,\"HotelId\":\"1441\"},{\"@search.score\":1.0,\"HotelId\":\"1442\"},{\"@search.score\":1.0,\"HotelId\":\"1443\"},{\"@search.score\":1.0,\"HotelId\":\"1444\"},{\"@search.score\":1.0,\"HotelId\":\"1445\"},{\"@search.score\":1.0,\"HotelId\":\"1446\"},{\"@search.score\":1.0,\"HotelId\":\"1447\"},{\"@search.score\":1.0,\"HotelId\":\"1448\"},{\"@search.score\":1.0,\"HotelId\":\"1449\"},{\"@search.score\":1.0,\"HotelId\":\"145\"},{\"@search.score\":1.0,\"HotelId\":\"1450\"},{\"@search.score\":1.0,\"HotelId\":\"1451\"},{\"@search.score\":1.0,\"HotelId\":\"1452\"},{\"@search.score\":1.0,\"HotelId\":\"1453\"},{\"@search.score\":1.0,\"HotelId\":\"1454\"},{\"@search.score\":1.0,\"HotelId\":\"1455\"},{\"@search.score\":1.0,\"HotelId\":\"1456\"},{\"@search.score\":1.0,\"HotelId\":\"1457\"},{\"@search.score\":1.0,\"HotelId\":\"1458\"},{\"@search.score\":1.0,\"HotelId\":\"1459\"},{\"@search.score\":1.0,\"HotelId\":\"146\"},{\"@search.score\":1.0,\"HotelId\":\"1460\"},{\"@search.score\":1.0,\"HotelId\":\"1461\"},{\"@search.score\":1.0,\"HotelId\":\"1462\"},{\"@search.score\":1.0,\"HotelId\":\"1463\"},{\"@search.score\":1.0,\"HotelId\":\"1464\"},{\"@search.score\":1.0,\"HotelId\":\"1465\"},{\"@search.score\":1.0,\"HotelId\":\"1466\"},{\"@search.score\":1.0,\"HotelId\":\"1467\"},{\"@search.score\":1.0,\"HotelId\":\"1468\"},{\"@search.score\":1.0,\"HotelId\":\"1469\"},{\"@search.score\":1.0,\"HotelId\":\"147\"},{\"@search.score\":1.0,\"HotelId\":\"1470\"},{\"@search.score\":1.0,\"HotelId\":\"1471\"},{\"@search.score\":1.0,\"HotelId\":\"1472\"},{\"@search.score\":1.0,\"HotelId\":\"1473\"},{\"@search.score\":1.0,\"HotelId\":\"1474\"},{\"@search.score\":1.0,\"HotelId\":\"1475\"},{\"@search.score\":1.0,\"HotelId\":\"1476\"},{\"@search.score\":1.0,\"HotelId\":\"1477\"},{\"@search.score\":1.0,\"HotelId\":\"1478\"},{\"@search.score\":1.0,\"HotelId\":\"1479\"},{\"@search.score\":1.0,\"HotelId\":\"148\"},{\"@search.score\":1.0,\"HotelId\":\"1480\"},{\"@search.score\":1.0,\"HotelId\":\"1481\"},{\"@search.score\":1.0,\"HotelId\":\"1482\"},{\"@search.score\":1.0,\"HotelId\":\"1483\"},{\"@search.score\":1.0,\"HotelId\":\"1484\"},{\"@search.score\":1.0,\"HotelId\":\"1485\"},{\"@search.score\":1.0,\"HotelId\":\"1486\"},{\"@search.score\":1.0,\"HotelId\":\"1487\"},{\"@search.score\":1.0,\"HotelId\":\"1488\"},{\"@search.score\":1.0,\"HotelId\":\"1489\"},{\"@search.score\":1.0,\"HotelId\":\"149\"},{\"@search.score\":1.0,\"HotelId\":\"1490\"},{\"@search.score\":1.0,\"HotelId\":\"1491\"},{\"@search.score\":1.0,\"HotelId\":\"1492\"},{\"@search.score\":1.0,\"HotelId\":\"1493\"},{\"@search.score\":1.0,\"HotelId\":\"1494\"},{\"@search.score\":1.0,\"HotelId\":\"1495\"},{\"@search.score\":1.0,\"HotelId\":\"1496\"},{\"@search.score\":1.0,\"HotelId\":\"1497\"},{\"@search.score\":1.0,\"HotelId\":\"1498\"},{\"@search.score\":1.0,\"HotelId\":\"1499\"},{\"@search.score\":1.0,\"HotelId\":\"15\"},{\"@search.score\":1.0,\"HotelId\":\"150\"},{\"@search.score\":1.0,\"HotelId\":\"1500\"},{\"@search.score\":1.0,\"HotelId\":\"1501\"},{\"@search.score\":1.0,\"HotelId\":\"1502\"},{\"@search.score\":1.0,\"HotelId\":\"1503\"},{\"@search.score\":1.0,\"HotelId\":\"1504\"},{\"@search.score\":1.0,\"HotelId\":\"1505\"},{\"@search.score\":1.0,\"HotelId\":\"1506\"},{\"@search.score\":1.0,\"HotelId\":\"1507\"},{\"@search.score\":1.0,\"HotelId\":\"1508\"},{\"@search.score\":1.0,\"HotelId\":\"1509\"},{\"@search.score\":1.0,\"HotelId\":\"151\"},{\"@search.score\":1.0,\"HotelId\":\"1510\"},{\"@search.score\":1.0,\"HotelId\":\"1511\"},{\"@search.score\":1.0,\"HotelId\":\"1512\"},{\"@search.score\":1.0,\"HotelId\":\"1513\"},{\"@search.score\":1.0,\"HotelId\":\"1514\"},{\"@search.score\":1.0,\"HotelId\":\"1515\"},{\"@search.score\":1.0,\"HotelId\":\"1516\"},{\"@search.score\":1.0,\"HotelId\":\"1517\"},{\"@search.score\":1.0,\"HotelId\":\"1518\"},{\"@search.score\":1.0,\"HotelId\":\"1519\"},{\"@search.score\":1.0,\"HotelId\":\"152\"},{\"@search.score\":1.0,\"HotelId\":\"1520\"},{\"@search.score\":1.0,\"HotelId\":\"1521\"},{\"@search.score\":1.0,\"HotelId\":\"1522\"},{\"@search.score\":1.0,\"HotelId\":\"1523\"},{\"@search.score\":1.0,\"HotelId\":\"1524\"},{\"@search.score\":1.0,\"HotelId\":\"1525\"},{\"@search.score\":1.0,\"HotelId\":\"1526\"},{\"@search.score\":1.0,\"HotelId\":\"1527\"},{\"@search.score\":1.0,\"HotelId\":\"1528\"},{\"@search.score\":1.0,\"HotelId\":\"1529\"},{\"@search.score\":1.0,\"HotelId\":\"153\"},{\"@search.score\":1.0,\"HotelId\":\"1530\"},{\"@search.score\":1.0,\"HotelId\":\"1531\"},{\"@search.score\":1.0,\"HotelId\":\"1532\"},{\"@search.score\":1.0,\"HotelId\":\"1533\"},{\"@search.score\":1.0,\"HotelId\":\"1534\"},{\"@search.score\":1.0,\"HotelId\":\"1535\"},{\"@search.score\":1.0,\"HotelId\":\"1536\"},{\"@search.score\":1.0,\"HotelId\":\"1537\"},{\"@search.score\":1.0,\"HotelId\":\"1538\"},{\"@search.score\":1.0,\"HotelId\":\"1539\"},{\"@search.score\":1.0,\"HotelId\":\"154\"},{\"@search.score\":1.0,\"HotelId\":\"1540\"},{\"@search.score\":1.0,\"HotelId\":\"1541\"},{\"@search.score\":1.0,\"HotelId\":\"1542\"},{\"@search.score\":1.0,\"HotelId\":\"1543\"},{\"@search.score\":1.0,\"HotelId\":\"1544\"},{\"@search.score\":1.0,\"HotelId\":\"1545\"},{\"@search.score\":1.0,\"HotelId\":\"1546\"},{\"@search.score\":1.0,\"HotelId\":\"1547\"},{\"@search.score\":1.0,\"HotelId\":\"1548\"},{\"@search.score\":1.0,\"HotelId\":\"1549\"},{\"@search.score\":1.0,\"HotelId\":\"155\"},{\"@search.score\":1.0,\"HotelId\":\"1550\"},{\"@search.score\":1.0,\"HotelId\":\"1551\"},{\"@search.score\":1.0,\"HotelId\":\"1552\"},{\"@search.score\":1.0,\"HotelId\":\"1553\"},{\"@search.score\":1.0,\"HotelId\":\"1554\"},{\"@search.score\":1.0,\"HotelId\":\"1555\"},{\"@search.score\":1.0,\"HotelId\":\"1556\"},{\"@search.score\":1.0,\"HotelId\":\"1557\"},{\"@search.score\":1.0,\"HotelId\":\"1558\"},{\"@search.score\":1.0,\"HotelId\":\"1559\"},{\"@search.score\":1.0,\"HotelId\":\"156\"},{\"@search.score\":1.0,\"HotelId\":\"1560\"},{\"@search.score\":1.0,\"HotelId\":\"1561\"},{\"@search.score\":1.0,\"HotelId\":\"1562\"},{\"@search.score\":1.0,\"HotelId\":\"1563\"},{\"@search.score\":1.0,\"HotelId\":\"1564\"},{\"@search.score\":1.0,\"HotelId\":\"1565\"},{\"@search.score\":1.0,\"HotelId\":\"1566\"},{\"@search.score\":1.0,\"HotelId\":\"1567\"},{\"@search.score\":1.0,\"HotelId\":\"1568\"},{\"@search.score\":1.0,\"HotelId\":\"1569\"},{\"@search.score\":1.0,\"HotelId\":\"157\"},{\"@search.score\":1.0,\"HotelId\":\"1570\"},{\"@search.score\":1.0,\"HotelId\":\"1571\"},{\"@search.score\":1.0,\"HotelId\":\"1572\"},{\"@search.score\":1.0,\"HotelId\":\"1573\"},{\"@search.score\":1.0,\"HotelId\":\"1574\"},{\"@search.score\":1.0,\"HotelId\":\"1575\"},{\"@search.score\":1.0,\"HotelId\":\"1576\"},{\"@search.score\":1.0,\"HotelId\":\"1577\"},{\"@search.score\":1.0,\"HotelId\":\"1578\"},{\"@search.score\":1.0,\"HotelId\":\"1579\"},{\"@search.score\":1.0,\"HotelId\":\"158\"},{\"@search.score\":1.0,\"HotelId\":\"1580\"},{\"@search.score\":1.0,\"HotelId\":\"1581\"},{\"@search.score\":1.0,\"HotelId\":\"1582\"},{\"@search.score\":1.0,\"HotelId\":\"1583\"},{\"@search.score\":1.0,\"HotelId\":\"1584\"},{\"@search.score\":1.0,\"HotelId\":\"1585\"},{\"@search.score\":1.0,\"HotelId\":\"1586\"},{\"@search.score\":1.0,\"HotelId\":\"1587\"},{\"@search.score\":1.0,\"HotelId\":\"1588\"},{\"@search.score\":1.0,\"HotelId\":\"1589\"},{\"@search.score\":1.0,\"HotelId\":\"159\"},{\"@search.score\":1.0,\"HotelId\":\"1590\"},{\"@search.score\":1.0,\"HotelId\":\"1591\"},{\"@search.score\":1.0,\"HotelId\":\"1592\"},{\"@search.score\":1.0,\"HotelId\":\"1593\"},{\"@search.score\":1.0,\"HotelId\":\"1594\"},{\"@search.score\":1.0,\"HotelId\":\"1595\"},{\"@search.score\":1.0,\"HotelId\":\"1596\"},{\"@search.score\":1.0,\"HotelId\":\"1597\"},{\"@search.score\":1.0,\"HotelId\":\"1598\"},{\"@search.score\":1.0,\"HotelId\":\"1599\"},{\"@search.score\":1.0,\"HotelId\":\"16\"},{\"@search.score\":1.0,\"HotelId\":\"160\"},{\"@search.score\":1.0,\"HotelId\":\"1600\"},{\"@search.score\":1.0,\"HotelId\":\"1601\"},{\"@search.score\":1.0,\"HotelId\":\"1602\"},{\"@search.score\":1.0,\"HotelId\":\"1603\"},{\"@search.score\":1.0,\"HotelId\":\"1604\"},{\"@search.score\":1.0,\"HotelId\":\"1605\"},{\"@search.score\":1.0,\"HotelId\":\"1606\"},{\"@search.score\":1.0,\"HotelId\":\"1607\"},{\"@search.score\":1.0,\"HotelId\":\"1608\"},{\"@search.score\":1.0,\"HotelId\":\"1609\"},{\"@search.score\":1.0,\"HotelId\":\"161\"},{\"@search.score\":1.0,\"HotelId\":\"1610\"},{\"@search.score\":1.0,\"HotelId\":\"1611\"},{\"@search.score\":1.0,\"HotelId\":\"1612\"},{\"@search.score\":1.0,\"HotelId\":\"1613\"},{\"@search.score\":1.0,\"HotelId\":\"1614\"},{\"@search.score\":1.0,\"HotelId\":\"1615\"},{\"@search.score\":1.0,\"HotelId\":\"1616\"},{\"@search.score\":1.0,\"HotelId\":\"1617\"},{\"@search.score\":1.0,\"HotelId\":\"1618\"},{\"@search.score\":1.0,\"HotelId\":\"1619\"},{\"@search.score\":1.0,\"HotelId\":\"162\"},{\"@search.score\":1.0,\"HotelId\":\"1620\"},{\"@search.score\":1.0,\"HotelId\":\"1621\"},{\"@search.score\":1.0,\"HotelId\":\"1622\"},{\"@search.score\":1.0,\"HotelId\":\"1623\"},{\"@search.score\":1.0,\"HotelId\":\"1624\"},{\"@search.score\":1.0,\"HotelId\":\"1625\"},{\"@search.score\":1.0,\"HotelId\":\"1626\"},{\"@search.score\":1.0,\"HotelId\":\"1627\"},{\"@search.score\":1.0,\"HotelId\":\"1628\"},{\"@search.score\":1.0,\"HotelId\":\"1629\"},{\"@search.score\":1.0,\"HotelId\":\"163\"},{\"@search.score\":1.0,\"HotelId\":\"1630\"},{\"@search.score\":1.0,\"HotelId\":\"1631\"},{\"@search.score\":1.0,\"HotelId\":\"1632\"},{\"@search.score\":1.0,\"HotelId\":\"1633\"},{\"@search.score\":1.0,\"HotelId\":\"1634\"},{\"@search.score\":1.0,\"HotelId\":\"1635\"},{\"@search.score\":1.0,\"HotelId\":\"1636\"},{\"@search.score\":1.0,\"HotelId\":\"1637\"},{\"@search.score\":1.0,\"HotelId\":\"1638\"},{\"@search.score\":1.0,\"HotelId\":\"1639\"},{\"@search.score\":1.0,\"HotelId\":\"164\"},{\"@search.score\":1.0,\"HotelId\":\"1640\"},{\"@search.score\":1.0,\"HotelId\":\"1641\"},{\"@search.score\":1.0,\"HotelId\":\"1642\"},{\"@search.score\":1.0,\"HotelId\":\"1643\"},{\"@search.score\":1.0,\"HotelId\":\"1644\"},{\"@search.score\":1.0,\"HotelId\":\"1645\"},{\"@search.score\":1.0,\"HotelId\":\"1646\"},{\"@search.score\":1.0,\"HotelId\":\"1647\"},{\"@search.score\":1.0,\"HotelId\":\"1648\"},{\"@search.score\":1.0,\"HotelId\":\"1649\"},{\"@search.score\":1.0,\"HotelId\":\"165\"},{\"@search.score\":1.0,\"HotelId\":\"1650\"},{\"@search.score\":1.0,\"HotelId\":\"1651\"},{\"@search.score\":1.0,\"HotelId\":\"1652\"},{\"@search.score\":1.0,\"HotelId\":\"1653\"},{\"@search.score\":1.0,\"HotelId\":\"1654\"},{\"@search.score\":1.0,\"HotelId\":\"1655\"},{\"@search.score\":1.0,\"HotelId\":\"1656\"},{\"@search.score\":1.0,\"HotelId\":\"1657\"},{\"@search.score\":1.0,\"HotelId\":\"1658\"},{\"@search.score\":1.0,\"HotelId\":\"1659\"},{\"@search.score\":1.0,\"HotelId\":\"166\"},{\"@search.score\":1.0,\"HotelId\":\"1660\"},{\"@search.score\":1.0,\"HotelId\":\"1661\"},{\"@search.score\":1.0,\"HotelId\":\"1662\"},{\"@search.score\":1.0,\"HotelId\":\"1663\"},{\"@search.score\":1.0,\"HotelId\":\"1664\"},{\"@search.score\":1.0,\"HotelId\":\"1665\"},{\"@search.score\":1.0,\"HotelId\":\"1666\"},{\"@search.score\":1.0,\"HotelId\":\"1667\"},{\"@search.score\":1.0,\"HotelId\":\"1668\"},{\"@search.score\":1.0,\"HotelId\":\"1669\"},{\"@search.score\":1.0,\"HotelId\":\"167\"},{\"@search.score\":1.0,\"HotelId\":\"1670\"},{\"@search.score\":1.0,\"HotelId\":\"1671\"},{\"@search.score\":1.0,\"HotelId\":\"1672\"},{\"@search.score\":1.0,\"HotelId\":\"1673\"},{\"@search.score\":1.0,\"HotelId\":\"1674\"},{\"@search.score\":1.0,\"HotelId\":\"1675\"},{\"@search.score\":1.0,\"HotelId\":\"1676\"},{\"@search.score\":1.0,\"HotelId\":\"1677\"},{\"@search.score\":1.0,\"HotelId\":\"1678\"},{\"@search.score\":1.0,\"HotelId\":\"1679\"},{\"@search.score\":1.0,\"HotelId\":\"168\"},{\"@search.score\":1.0,\"HotelId\":\"1680\"},{\"@search.score\":1.0,\"HotelId\":\"1681\"},{\"@search.score\":1.0,\"HotelId\":\"1682\"},{\"@search.score\":1.0,\"HotelId\":\"1683\"},{\"@search.score\":1.0,\"HotelId\":\"1684\"},{\"@search.score\":1.0,\"HotelId\":\"1685\"},{\"@search.score\":1.0,\"HotelId\":\"1686\"},{\"@search.score\":1.0,\"HotelId\":\"1687\"},{\"@search.score\":1.0,\"HotelId\":\"1688\"},{\"@search.score\":1.0,\"HotelId\":\"1689\"},{\"@search.score\":1.0,\"HotelId\":\"169\"},{\"@search.score\":1.0,\"HotelId\":\"1690\"},{\"@search.score\":1.0,\"HotelId\":\"1691\"},{\"@search.score\":1.0,\"HotelId\":\"1692\"},{\"@search.score\":1.0,\"HotelId\":\"1693\"},{\"@search.score\":1.0,\"HotelId\":\"1694\"},{\"@search.score\":1.0,\"HotelId\":\"1695\"},{\"@search.score\":1.0,\"HotelId\":\"1696\"},{\"@search.score\":1.0,\"HotelId\":\"1697\"},{\"@search.score\":1.0,\"HotelId\":\"1698\"},{\"@search.score\":1.0,\"HotelId\":\"1699\"},{\"@search.score\":1.0,\"HotelId\":\"17\"},{\"@search.score\":1.0,\"HotelId\":\"170\"},{\"@search.score\":1.0,\"HotelId\":\"1700\"},{\"@search.score\":1.0,\"HotelId\":\"1701\"},{\"@search.score\":1.0,\"HotelId\":\"1702\"},{\"@search.score\":1.0,\"HotelId\":\"1703\"},{\"@search.score\":1.0,\"HotelId\":\"1704\"},{\"@search.score\":1.0,\"HotelId\":\"1705\"},{\"@search.score\":1.0,\"HotelId\":\"1706\"},{\"@search.score\":1.0,\"HotelId\":\"1707\"},{\"@search.score\":1.0,\"HotelId\":\"1708\"},{\"@search.score\":1.0,\"HotelId\":\"1709\"},{\"@search.score\":1.0,\"HotelId\":\"171\"},{\"@search.score\":1.0,\"HotelId\":\"1710\"},{\"@search.score\":1.0,\"HotelId\":\"1711\"},{\"@search.score\":1.0,\"HotelId\":\"1712\"},{\"@search.score\":1.0,\"HotelId\":\"1713\"},{\"@search.score\":1.0,\"HotelId\":\"1714\"},{\"@search.score\":1.0,\"HotelId\":\"1715\"},{\"@search.score\":1.0,\"HotelId\":\"1716\"},{\"@search.score\":1.0,\"HotelId\":\"1717\"},{\"@search.score\":1.0,\"HotelId\":\"1718\"},{\"@search.score\":1.0,\"HotelId\":\"1719\"},{\"@search.score\":1.0,\"HotelId\":\"172\"},{\"@search.score\":1.0,\"HotelId\":\"1720\"},{\"@search.score\":1.0,\"HotelId\":\"1721\"},{\"@search.score\":1.0,\"HotelId\":\"1722\"},{\"@search.score\":1.0,\"HotelId\":\"1723\"},{\"@search.score\":1.0,\"HotelId\":\"1724\"},{\"@search.score\":1.0,\"HotelId\":\"1725\"},{\"@search.score\":1.0,\"HotelId\":\"1726\"},{\"@search.score\":1.0,\"HotelId\":\"1727\"},{\"@search.score\":1.0,\"HotelId\":\"1728\"},{\"@search.score\":1.0,\"HotelId\":\"1729\"},{\"@search.score\":1.0,\"HotelId\":\"173\"},{\"@search.score\":1.0,\"HotelId\":\"1730\"},{\"@search.score\":1.0,\"HotelId\":\"1731\"},{\"@search.score\":1.0,\"HotelId\":\"1732\"},{\"@search.score\":1.0,\"HotelId\":\"1733\"},{\"@search.score\":1.0,\"HotelId\":\"1734\"},{\"@search.score\":1.0,\"HotelId\":\"1735\"},{\"@search.score\":1.0,\"HotelId\":\"1736\"},{\"@search.score\":1.0,\"HotelId\":\"1737\"},{\"@search.score\":1.0,\"HotelId\":\"1738\"},{\"@search.score\":1.0,\"HotelId\":\"1739\"},{\"@search.score\":1.0,\"HotelId\":\"174\"},{\"@search.score\":1.0,\"HotelId\":\"1740\"},{\"@search.score\":1.0,\"HotelId\":\"1741\"},{\"@search.score\":1.0,\"HotelId\":\"1742\"},{\"@search.score\":1.0,\"HotelId\":\"1743\"},{\"@search.score\":1.0,\"HotelId\":\"1744\"},{\"@search.score\":1.0,\"HotelId\":\"1745\"},{\"@search.score\":1.0,\"HotelId\":\"1746\"},{\"@search.score\":1.0,\"HotelId\":\"1747\"},{\"@search.score\":1.0,\"HotelId\":\"1748\"},{\"@search.score\":1.0,\"HotelId\":\"1749\"},{\"@search.score\":1.0,\"HotelId\":\"175\"},{\"@search.score\":1.0,\"HotelId\":\"1750\"},{\"@search.score\":1.0,\"HotelId\":\"1751\"},{\"@search.score\":1.0,\"HotelId\":\"1752\"},{\"@search.score\":1.0,\"HotelId\":\"1753\"},{\"@search.score\":1.0,\"HotelId\":\"1754\"},{\"@search.score\":1.0,\"HotelId\":\"1755\"},{\"@search.score\":1.0,\"HotelId\":\"1756\"},{\"@search.score\":1.0,\"HotelId\":\"1757\"},{\"@search.score\":1.0,\"HotelId\":\"1758\"},{\"@search.score\":1.0,\"HotelId\":\"1759\"},{\"@search.score\":1.0,\"HotelId\":\"176\"},{\"@search.score\":1.0,\"HotelId\":\"1760\"},{\"@search.score\":1.0,\"HotelId\":\"1761\"},{\"@search.score\":1.0,\"HotelId\":\"1762\"},{\"@search.score\":1.0,\"HotelId\":\"1763\"},{\"@search.score\":1.0,\"HotelId\":\"1764\"},{\"@search.score\":1.0,\"HotelId\":\"1765\"},{\"@search.score\":1.0,\"HotelId\":\"1766\"},{\"@search.score\":1.0,\"HotelId\":\"1767\"},{\"@search.score\":1.0,\"HotelId\":\"1768\"},{\"@search.score\":1.0,\"HotelId\":\"1769\"},{\"@search.score\":1.0,\"HotelId\":\"177\"},{\"@search.score\":1.0,\"HotelId\":\"1770\"},{\"@search.score\":1.0,\"HotelId\":\"1771\"},{\"@search.score\":1.0,\"HotelId\":\"1772\"},{\"@search.score\":1.0,\"HotelId\":\"1773\"},{\"@search.score\":1.0,\"HotelId\":\"1774\"},{\"@search.score\":1.0,\"HotelId\":\"1775\"},{\"@search.score\":1.0,\"HotelId\":\"1776\"},{\"@search.score\":1.0,\"HotelId\":\"1777\"},{\"@search.score\":1.0,\"HotelId\":\"1778\"},{\"@search.score\":1.0,\"HotelId\":\"1779\"},{\"@search.score\":1.0,\"HotelId\":\"178\"},{\"@search.score\":1.0,\"HotelId\":\"1780\"},{\"@search.score\":1.0,\"HotelId\":\"1781\"},{\"@search.score\":1.0,\"HotelId\":\"1782\"},{\"@search.score\":1.0,\"HotelId\":\"1783\"},{\"@search.score\":1.0,\"HotelId\":\"1784\"},{\"@search.score\":1.0,\"HotelId\":\"1785\"},{\"@search.score\":1.0,\"HotelId\":\"1786\"},{\"@search.score\":1.0,\"HotelId\":\"1787\"},{\"@search.score\":1.0,\"HotelId\":\"1788\"},{\"@search.score\":1.0,\"HotelId\":\"1789\"},{\"@search.score\":1.0,\"HotelId\":\"179\"},{\"@search.score\":1.0,\"HotelId\":\"1790\"},{\"@search.score\":1.0,\"HotelId\":\"1791\"},{\"@search.score\":1.0,\"HotelId\":\"1792\"},{\"@search.score\":1.0,\"HotelId\":\"1793\"},{\"@search.score\":1.0,\"HotelId\":\"1794\"},{\"@search.score\":1.0,\"HotelId\":\"1795\"},{\"@search.score\":1.0,\"HotelId\":\"1796\"},{\"@search.score\":1.0,\"HotelId\":\"1797\"},{\"@search.score\":1.0,\"HotelId\":\"1798\"},{\"@search.score\":1.0,\"HotelId\":\"1799\"},{\"@search.score\":1.0,\"HotelId\":\"18\"},{\"@search.score\":1.0,\"HotelId\":\"180\"},{\"@search.score\":1.0,\"HotelId\":\"1800\"},{\"@search.score\":1.0,\"HotelId\":\"1801\"},{\"@search.score\":1.0,\"HotelId\":\"1802\"},{\"@search.score\":1.0,\"HotelId\":\"1803\"},{\"@search.score\":1.0,\"HotelId\":\"1804\"},{\"@search.score\":1.0,\"HotelId\":\"1805\"},{\"@search.score\":1.0,\"HotelId\":\"1806\"},{\"@search.score\":1.0,\"HotelId\":\"1807\"},{\"@search.score\":1.0,\"HotelId\":\"1808\"},{\"@search.score\":1.0,\"HotelId\":\"1809\"},{\"@search.score\":1.0,\"HotelId\":\"181\"},{\"@search.score\":1.0,\"HotelId\":\"1810\"},{\"@search.score\":1.0,\"HotelId\":\"1811\"},{\"@search.score\":1.0,\"HotelId\":\"1812\"},{\"@search.score\":1.0,\"HotelId\":\"1813\"},{\"@search.score\":1.0,\"HotelId\":\"1814\"},{\"@search.score\":1.0,\"HotelId\":\"1815\"},{\"@search.score\":1.0,\"HotelId\":\"1816\"},{\"@search.score\":1.0,\"HotelId\":\"1817\"},{\"@search.score\":1.0,\"HotelId\":\"1818\"},{\"@search.score\":1.0,\"HotelId\":\"1819\"},{\"@search.score\":1.0,\"HotelId\":\"182\"},{\"@search.score\":1.0,\"HotelId\":\"1820\"},{\"@search.score\":1.0,\"HotelId\":\"1821\"},{\"@search.score\":1.0,\"HotelId\":\"1822\"},{\"@search.score\":1.0,\"HotelId\":\"1823\"},{\"@search.score\":1.0,\"HotelId\":\"1824\"},{\"@search.score\":1.0,\"HotelId\":\"1825\"},{\"@search.score\":1.0,\"HotelId\":\"1826\"},{\"@search.score\":1.0,\"HotelId\":\"1827\"},{\"@search.score\":1.0,\"HotelId\":\"1828\"},{\"@search.score\":1.0,\"HotelId\":\"1829\"},{\"@search.score\":1.0,\"HotelId\":\"183\"},{\"@search.score\":1.0,\"HotelId\":\"1830\"},{\"@search.score\":1.0,\"HotelId\":\"1831\"},{\"@search.score\":1.0,\"HotelId\":\"1832\"},{\"@search.score\":1.0,\"HotelId\":\"1833\"},{\"@search.score\":1.0,\"HotelId\":\"1834\"},{\"@search.score\":1.0,\"HotelId\":\"1835\"},{\"@search.score\":1.0,\"HotelId\":\"1836\"},{\"@search.score\":1.0,\"HotelId\":\"1837\"},{\"@search.score\":1.0,\"HotelId\":\"1838\"},{\"@search.score\":1.0,\"HotelId\":\"1839\"},{\"@search.score\":1.0,\"HotelId\":\"184\"},{\"@search.score\":1.0,\"HotelId\":\"1840\"},{\"@search.score\":1.0,\"HotelId\":\"1841\"},{\"@search.score\":1.0,\"HotelId\":\"1842\"},{\"@search.score\":1.0,\"HotelId\":\"1843\"},{\"@search.score\":1.0,\"HotelId\":\"1844\"},{\"@search.score\":1.0,\"HotelId\":\"1845\"},{\"@search.score\":1.0,\"HotelId\":\"1846\"},{\"@search.score\":1.0,\"HotelId\":\"1847\"},{\"@search.score\":1.0,\"HotelId\":\"1848\"},{\"@search.score\":1.0,\"HotelId\":\"1849\"},{\"@search.score\":1.0,\"HotelId\":\"185\"},{\"@search.score\":1.0,\"HotelId\":\"1850\"},{\"@search.score\":1.0,\"HotelId\":\"1851\"},{\"@search.score\":1.0,\"HotelId\":\"1852\"},{\"@search.score\":1.0,\"HotelId\":\"1853\"},{\"@search.score\":1.0,\"HotelId\":\"1854\"},{\"@search.score\":1.0,\"HotelId\":\"1855\"},{\"@search.score\":1.0,\"HotelId\":\"1856\"},{\"@search.score\":1.0,\"HotelId\":\"1857\"},{\"@search.score\":1.0,\"HotelId\":\"1858\"},{\"@search.score\":1.0,\"HotelId\":\"1859\"},{\"@search.score\":1.0,\"HotelId\":\"186\"},{\"@search.score\":1.0,\"HotelId\":\"1860\"},{\"@search.score\":1.0,\"HotelId\":\"1861\"},{\"@search.score\":1.0,\"HotelId\":\"1862\"},{\"@search.score\":1.0,\"HotelId\":\"1863\"},{\"@search.score\":1.0,\"HotelId\":\"1864\"},{\"@search.score\":1.0,\"HotelId\":\"1865\"},{\"@search.score\":1.0,\"HotelId\":\"1866\"},{\"@search.score\":1.0,\"HotelId\":\"1867\"},{\"@search.score\":1.0,\"HotelId\":\"1868\"},{\"@search.score\":1.0,\"HotelId\":\"1869\"},{\"@search.score\":1.0,\"HotelId\":\"187\"},{\"@search.score\":1.0,\"HotelId\":\"1870\"},{\"@search.score\":1.0,\"HotelId\":\"1871\"},{\"@search.score\":1.0,\"HotelId\":\"1872\"},{\"@search.score\":1.0,\"HotelId\":\"1873\"},{\"@search.score\":1.0,\"HotelId\":\"1874\"},{\"@search.score\":1.0,\"HotelId\":\"1875\"},{\"@search.score\":1.0,\"HotelId\":\"1876\"},{\"@search.score\":1.0,\"HotelId\":\"1877\"},{\"@search.score\":1.0,\"HotelId\":\"1878\"},{\"@search.score\":1.0,\"HotelId\":\"1879\"},{\"@search.score\":1.0,\"HotelId\":\"188\"},{\"@search.score\":1.0,\"HotelId\":\"1880\"},{\"@search.score\":1.0,\"HotelId\":\"1881\"},{\"@search.score\":1.0,\"HotelId\":\"1882\"},{\"@search.score\":1.0,\"HotelId\":\"1883\"},{\"@search.score\":1.0,\"HotelId\":\"1884\"},{\"@search.score\":1.0,\"HotelId\":\"1885\"},{\"@search.score\":1.0,\"HotelId\":\"1886\"},{\"@search.score\":1.0,\"HotelId\":\"1887\"},{\"@search.score\":1.0,\"HotelId\":\"1888\"},{\"@search.score\":1.0,\"HotelId\":\"1889\"},{\"@search.score\":1.0,\"HotelId\":\"189\"},{\"@search.score\":1.0,\"HotelId\":\"1890\"},{\"@search.score\":1.0,\"HotelId\":\"1891\"},{\"@search.score\":1.0,\"HotelId\":\"1892\"},{\"@search.score\":1.0,\"HotelId\":\"1893\"},{\"@search.score\":1.0,\"HotelId\":\"1894\"},{\"@search.score\":1.0,\"HotelId\":\"1895\"},{\"@search.score\":1.0,\"HotelId\":\"1896\"},{\"@search.score\":1.0,\"HotelId\":\"1897\"},{\"@search.score\":1.0,\"HotelId\":\"1898\"},{\"@search.score\":1.0,\"HotelId\":\"1899\"}],\"@odata.nextLink\":\"https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + }, { + "Method" : "POST", + "Uri" : "https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "8e61f04d-ccc0-495a-8ce0-fc8df2f2659a", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:51:15 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "44", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "39001", + "Body" : "{\"@odata.context\":\"https://azs-sdk21200cb5874.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"19\"},{\"@search.score\":1.0,\"HotelId\":\"190\"},{\"@search.score\":1.0,\"HotelId\":\"1900\"},{\"@search.score\":1.0,\"HotelId\":\"1901\"},{\"@search.score\":1.0,\"HotelId\":\"1902\"},{\"@search.score\":1.0,\"HotelId\":\"1903\"},{\"@search.score\":1.0,\"HotelId\":\"1904\"},{\"@search.score\":1.0,\"HotelId\":\"1905\"},{\"@search.score\":1.0,\"HotelId\":\"1906\"},{\"@search.score\":1.0,\"HotelId\":\"1907\"},{\"@search.score\":1.0,\"HotelId\":\"1908\"},{\"@search.score\":1.0,\"HotelId\":\"1909\"},{\"@search.score\":1.0,\"HotelId\":\"191\"},{\"@search.score\":1.0,\"HotelId\":\"1910\"},{\"@search.score\":1.0,\"HotelId\":\"1911\"},{\"@search.score\":1.0,\"HotelId\":\"1912\"},{\"@search.score\":1.0,\"HotelId\":\"1913\"},{\"@search.score\":1.0,\"HotelId\":\"1914\"},{\"@search.score\":1.0,\"HotelId\":\"1915\"},{\"@search.score\":1.0,\"HotelId\":\"1916\"},{\"@search.score\":1.0,\"HotelId\":\"1917\"},{\"@search.score\":1.0,\"HotelId\":\"1918\"},{\"@search.score\":1.0,\"HotelId\":\"1919\"},{\"@search.score\":1.0,\"HotelId\":\"192\"},{\"@search.score\":1.0,\"HotelId\":\"1920\"},{\"@search.score\":1.0,\"HotelId\":\"1921\"},{\"@search.score\":1.0,\"HotelId\":\"1922\"},{\"@search.score\":1.0,\"HotelId\":\"1923\"},{\"@search.score\":1.0,\"HotelId\":\"1924\"},{\"@search.score\":1.0,\"HotelId\":\"1925\"},{\"@search.score\":1.0,\"HotelId\":\"1926\"},{\"@search.score\":1.0,\"HotelId\":\"1927\"},{\"@search.score\":1.0,\"HotelId\":\"1928\"},{\"@search.score\":1.0,\"HotelId\":\"1929\"},{\"@search.score\":1.0,\"HotelId\":\"193\"},{\"@search.score\":1.0,\"HotelId\":\"1930\"},{\"@search.score\":1.0,\"HotelId\":\"1931\"},{\"@search.score\":1.0,\"HotelId\":\"1932\"},{\"@search.score\":1.0,\"HotelId\":\"1933\"},{\"@search.score\":1.0,\"HotelId\":\"1934\"},{\"@search.score\":1.0,\"HotelId\":\"1935\"},{\"@search.score\":1.0,\"HotelId\":\"1936\"},{\"@search.score\":1.0,\"HotelId\":\"1937\"},{\"@search.score\":1.0,\"HotelId\":\"1938\"},{\"@search.score\":1.0,\"HotelId\":\"1939\"},{\"@search.score\":1.0,\"HotelId\":\"194\"},{\"@search.score\":1.0,\"HotelId\":\"1940\"},{\"@search.score\":1.0,\"HotelId\":\"1941\"},{\"@search.score\":1.0,\"HotelId\":\"1942\"},{\"@search.score\":1.0,\"HotelId\":\"1943\"},{\"@search.score\":1.0,\"HotelId\":\"1944\"},{\"@search.score\":1.0,\"HotelId\":\"1945\"},{\"@search.score\":1.0,\"HotelId\":\"1946\"},{\"@search.score\":1.0,\"HotelId\":\"1947\"},{\"@search.score\":1.0,\"HotelId\":\"1948\"},{\"@search.score\":1.0,\"HotelId\":\"1949\"},{\"@search.score\":1.0,\"HotelId\":\"195\"},{\"@search.score\":1.0,\"HotelId\":\"1950\"},{\"@search.score\":1.0,\"HotelId\":\"1951\"},{\"@search.score\":1.0,\"HotelId\":\"1952\"},{\"@search.score\":1.0,\"HotelId\":\"1953\"},{\"@search.score\":1.0,\"HotelId\":\"1954\"},{\"@search.score\":1.0,\"HotelId\":\"1955\"},{\"@search.score\":1.0,\"HotelId\":\"1956\"},{\"@search.score\":1.0,\"HotelId\":\"1957\"},{\"@search.score\":1.0,\"HotelId\":\"1958\"},{\"@search.score\":1.0,\"HotelId\":\"1959\"},{\"@search.score\":1.0,\"HotelId\":\"196\"},{\"@search.score\":1.0,\"HotelId\":\"1960\"},{\"@search.score\":1.0,\"HotelId\":\"1961\"},{\"@search.score\":1.0,\"HotelId\":\"1962\"},{\"@search.score\":1.0,\"HotelId\":\"1963\"},{\"@search.score\":1.0,\"HotelId\":\"1964\"},{\"@search.score\":1.0,\"HotelId\":\"1965\"},{\"@search.score\":1.0,\"HotelId\":\"1966\"},{\"@search.score\":1.0,\"HotelId\":\"1967\"},{\"@search.score\":1.0,\"HotelId\":\"1968\"},{\"@search.score\":1.0,\"HotelId\":\"1969\"},{\"@search.score\":1.0,\"HotelId\":\"197\"},{\"@search.score\":1.0,\"HotelId\":\"1970\"},{\"@search.score\":1.0,\"HotelId\":\"1971\"},{\"@search.score\":1.0,\"HotelId\":\"1972\"},{\"@search.score\":1.0,\"HotelId\":\"1973\"},{\"@search.score\":1.0,\"HotelId\":\"1974\"},{\"@search.score\":1.0,\"HotelId\":\"1975\"},{\"@search.score\":1.0,\"HotelId\":\"1976\"},{\"@search.score\":1.0,\"HotelId\":\"1977\"},{\"@search.score\":1.0,\"HotelId\":\"1978\"},{\"@search.score\":1.0,\"HotelId\":\"1979\"},{\"@search.score\":1.0,\"HotelId\":\"198\"},{\"@search.score\":1.0,\"HotelId\":\"1980\"},{\"@search.score\":1.0,\"HotelId\":\"1981\"},{\"@search.score\":1.0,\"HotelId\":\"1982\"},{\"@search.score\":1.0,\"HotelId\":\"1983\"},{\"@search.score\":1.0,\"HotelId\":\"1984\"},{\"@search.score\":1.0,\"HotelId\":\"1985\"},{\"@search.score\":1.0,\"HotelId\":\"1986\"},{\"@search.score\":1.0,\"HotelId\":\"1987\"},{\"@search.score\":1.0,\"HotelId\":\"1988\"},{\"@search.score\":1.0,\"HotelId\":\"1989\"},{\"@search.score\":1.0,\"HotelId\":\"199\"},{\"@search.score\":1.0,\"HotelId\":\"1990\"},{\"@search.score\":1.0,\"HotelId\":\"1991\"},{\"@search.score\":1.0,\"HotelId\":\"1992\"},{\"@search.score\":1.0,\"HotelId\":\"1993\"},{\"@search.score\":1.0,\"HotelId\":\"1994\"},{\"@search.score\":1.0,\"HotelId\":\"1995\"},{\"@search.score\":1.0,\"HotelId\":\"1996\"},{\"@search.score\":1.0,\"HotelId\":\"1997\"},{\"@search.score\":1.0,\"HotelId\":\"1998\"},{\"@search.score\":1.0,\"HotelId\":\"1999\"},{\"@search.score\":1.0,\"HotelId\":\"2\"},{\"@search.score\":1.0,\"HotelId\":\"20\"},{\"@search.score\":1.0,\"HotelId\":\"200\"},{\"@search.score\":1.0,\"HotelId\":\"2000\"},{\"@search.score\":1.0,\"HotelId\":\"2001\"},{\"@search.score\":1.0,\"HotelId\":\"2002\"},{\"@search.score\":1.0,\"HotelId\":\"2003\"},{\"@search.score\":1.0,\"HotelId\":\"2004\"},{\"@search.score\":1.0,\"HotelId\":\"2005\"},{\"@search.score\":1.0,\"HotelId\":\"2006\"},{\"@search.score\":1.0,\"HotelId\":\"2007\"},{\"@search.score\":1.0,\"HotelId\":\"2008\"},{\"@search.score\":1.0,\"HotelId\":\"2009\"},{\"@search.score\":1.0,\"HotelId\":\"201\"},{\"@search.score\":1.0,\"HotelId\":\"2010\"},{\"@search.score\":1.0,\"HotelId\":\"2011\"},{\"@search.score\":1.0,\"HotelId\":\"2012\"},{\"@search.score\":1.0,\"HotelId\":\"2013\"},{\"@search.score\":1.0,\"HotelId\":\"2014\"},{\"@search.score\":1.0,\"HotelId\":\"2015\"},{\"@search.score\":1.0,\"HotelId\":\"2016\"},{\"@search.score\":1.0,\"HotelId\":\"2017\"},{\"@search.score\":1.0,\"HotelId\":\"2018\"},{\"@search.score\":1.0,\"HotelId\":\"2019\"},{\"@search.score\":1.0,\"HotelId\":\"202\"},{\"@search.score\":1.0,\"HotelId\":\"2020\"},{\"@search.score\":1.0,\"HotelId\":\"2021\"},{\"@search.score\":1.0,\"HotelId\":\"2022\"},{\"@search.score\":1.0,\"HotelId\":\"2023\"},{\"@search.score\":1.0,\"HotelId\":\"2024\"},{\"@search.score\":1.0,\"HotelId\":\"2025\"},{\"@search.score\":1.0,\"HotelId\":\"2026\"},{\"@search.score\":1.0,\"HotelId\":\"2027\"},{\"@search.score\":1.0,\"HotelId\":\"2028\"},{\"@search.score\":1.0,\"HotelId\":\"2029\"},{\"@search.score\":1.0,\"HotelId\":\"203\"},{\"@search.score\":1.0,\"HotelId\":\"2030\"},{\"@search.score\":1.0,\"HotelId\":\"2031\"},{\"@search.score\":1.0,\"HotelId\":\"2032\"},{\"@search.score\":1.0,\"HotelId\":\"2033\"},{\"@search.score\":1.0,\"HotelId\":\"2034\"},{\"@search.score\":1.0,\"HotelId\":\"2035\"},{\"@search.score\":1.0,\"HotelId\":\"2036\"},{\"@search.score\":1.0,\"HotelId\":\"2037\"},{\"@search.score\":1.0,\"HotelId\":\"2038\"},{\"@search.score\":1.0,\"HotelId\":\"2039\"},{\"@search.score\":1.0,\"HotelId\":\"204\"},{\"@search.score\":1.0,\"HotelId\":\"2040\"},{\"@search.score\":1.0,\"HotelId\":\"2041\"},{\"@search.score\":1.0,\"HotelId\":\"2042\"},{\"@search.score\":1.0,\"HotelId\":\"2043\"},{\"@search.score\":1.0,\"HotelId\":\"2044\"},{\"@search.score\":1.0,\"HotelId\":\"2045\"},{\"@search.score\":1.0,\"HotelId\":\"2046\"},{\"@search.score\":1.0,\"HotelId\":\"2047\"},{\"@search.score\":1.0,\"HotelId\":\"2048\"},{\"@search.score\":1.0,\"HotelId\":\"2049\"},{\"@search.score\":1.0,\"HotelId\":\"205\"},{\"@search.score\":1.0,\"HotelId\":\"2050\"},{\"@search.score\":1.0,\"HotelId\":\"2051\"},{\"@search.score\":1.0,\"HotelId\":\"2052\"},{\"@search.score\":1.0,\"HotelId\":\"2053\"},{\"@search.score\":1.0,\"HotelId\":\"2054\"},{\"@search.score\":1.0,\"HotelId\":\"2055\"},{\"@search.score\":1.0,\"HotelId\":\"2056\"},{\"@search.score\":1.0,\"HotelId\":\"2057\"},{\"@search.score\":1.0,\"HotelId\":\"2058\"},{\"@search.score\":1.0,\"HotelId\":\"2059\"},{\"@search.score\":1.0,\"HotelId\":\"206\"},{\"@search.score\":1.0,\"HotelId\":\"2060\"},{\"@search.score\":1.0,\"HotelId\":\"2061\"},{\"@search.score\":1.0,\"HotelId\":\"2062\"},{\"@search.score\":1.0,\"HotelId\":\"2063\"},{\"@search.score\":1.0,\"HotelId\":\"2064\"},{\"@search.score\":1.0,\"HotelId\":\"2065\"},{\"@search.score\":1.0,\"HotelId\":\"2066\"},{\"@search.score\":1.0,\"HotelId\":\"2067\"},{\"@search.score\":1.0,\"HotelId\":\"2068\"},{\"@search.score\":1.0,\"HotelId\":\"2069\"},{\"@search.score\":1.0,\"HotelId\":\"207\"},{\"@search.score\":1.0,\"HotelId\":\"2070\"},{\"@search.score\":1.0,\"HotelId\":\"2071\"},{\"@search.score\":1.0,\"HotelId\":\"2072\"},{\"@search.score\":1.0,\"HotelId\":\"2073\"},{\"@search.score\":1.0,\"HotelId\":\"2074\"},{\"@search.score\":1.0,\"HotelId\":\"2075\"},{\"@search.score\":1.0,\"HotelId\":\"2076\"},{\"@search.score\":1.0,\"HotelId\":\"2077\"},{\"@search.score\":1.0,\"HotelId\":\"2078\"},{\"@search.score\":1.0,\"HotelId\":\"2079\"},{\"@search.score\":1.0,\"HotelId\":\"208\"},{\"@search.score\":1.0,\"HotelId\":\"2080\"},{\"@search.score\":1.0,\"HotelId\":\"2081\"},{\"@search.score\":1.0,\"HotelId\":\"2082\"},{\"@search.score\":1.0,\"HotelId\":\"2083\"},{\"@search.score\":1.0,\"HotelId\":\"2084\"},{\"@search.score\":1.0,\"HotelId\":\"2085\"},{\"@search.score\":1.0,\"HotelId\":\"2086\"},{\"@search.score\":1.0,\"HotelId\":\"2087\"},{\"@search.score\":1.0,\"HotelId\":\"2088\"},{\"@search.score\":1.0,\"HotelId\":\"2089\"},{\"@search.score\":1.0,\"HotelId\":\"209\"},{\"@search.score\":1.0,\"HotelId\":\"2090\"},{\"@search.score\":1.0,\"HotelId\":\"2091\"},{\"@search.score\":1.0,\"HotelId\":\"2092\"},{\"@search.score\":1.0,\"HotelId\":\"2093\"},{\"@search.score\":1.0,\"HotelId\":\"2094\"},{\"@search.score\":1.0,\"HotelId\":\"2095\"},{\"@search.score\":1.0,\"HotelId\":\"2096\"},{\"@search.score\":1.0,\"HotelId\":\"2097\"},{\"@search.score\":1.0,\"HotelId\":\"2098\"},{\"@search.score\":1.0,\"HotelId\":\"2099\"},{\"@search.score\":1.0,\"HotelId\":\"21\"},{\"@search.score\":1.0,\"HotelId\":\"210\"},{\"@search.score\":1.0,\"HotelId\":\"2100\"},{\"@search.score\":1.0,\"HotelId\":\"2101\"},{\"@search.score\":1.0,\"HotelId\":\"2102\"},{\"@search.score\":1.0,\"HotelId\":\"2103\"},{\"@search.score\":1.0,\"HotelId\":\"2104\"},{\"@search.score\":1.0,\"HotelId\":\"2105\"},{\"@search.score\":1.0,\"HotelId\":\"2106\"},{\"@search.score\":1.0,\"HotelId\":\"2107\"},{\"@search.score\":1.0,\"HotelId\":\"2108\"},{\"@search.score\":1.0,\"HotelId\":\"2109\"},{\"@search.score\":1.0,\"HotelId\":\"211\"},{\"@search.score\":1.0,\"HotelId\":\"2110\"},{\"@search.score\":1.0,\"HotelId\":\"2111\"},{\"@search.score\":1.0,\"HotelId\":\"2112\"},{\"@search.score\":1.0,\"HotelId\":\"2113\"},{\"@search.score\":1.0,\"HotelId\":\"2114\"},{\"@search.score\":1.0,\"HotelId\":\"2115\"},{\"@search.score\":1.0,\"HotelId\":\"2116\"},{\"@search.score\":1.0,\"HotelId\":\"2117\"},{\"@search.score\":1.0,\"HotelId\":\"2118\"},{\"@search.score\":1.0,\"HotelId\":\"2119\"},{\"@search.score\":1.0,\"HotelId\":\"212\"},{\"@search.score\":1.0,\"HotelId\":\"2120\"},{\"@search.score\":1.0,\"HotelId\":\"2121\"},{\"@search.score\":1.0,\"HotelId\":\"2122\"},{\"@search.score\":1.0,\"HotelId\":\"2123\"},{\"@search.score\":1.0,\"HotelId\":\"2124\"},{\"@search.score\":1.0,\"HotelId\":\"2125\"},{\"@search.score\":1.0,\"HotelId\":\"2126\"},{\"@search.score\":1.0,\"HotelId\":\"2127\"},{\"@search.score\":1.0,\"HotelId\":\"2128\"},{\"@search.score\":1.0,\"HotelId\":\"2129\"},{\"@search.score\":1.0,\"HotelId\":\"213\"},{\"@search.score\":1.0,\"HotelId\":\"2130\"},{\"@search.score\":1.0,\"HotelId\":\"2131\"},{\"@search.score\":1.0,\"HotelId\":\"2132\"},{\"@search.score\":1.0,\"HotelId\":\"2133\"},{\"@search.score\":1.0,\"HotelId\":\"2134\"},{\"@search.score\":1.0,\"HotelId\":\"2135\"},{\"@search.score\":1.0,\"HotelId\":\"2136\"},{\"@search.score\":1.0,\"HotelId\":\"2137\"},{\"@search.score\":1.0,\"HotelId\":\"2138\"},{\"@search.score\":1.0,\"HotelId\":\"2139\"},{\"@search.score\":1.0,\"HotelId\":\"214\"},{\"@search.score\":1.0,\"HotelId\":\"2140\"},{\"@search.score\":1.0,\"HotelId\":\"2141\"},{\"@search.score\":1.0,\"HotelId\":\"2142\"},{\"@search.score\":1.0,\"HotelId\":\"2143\"},{\"@search.score\":1.0,\"HotelId\":\"2144\"},{\"@search.score\":1.0,\"HotelId\":\"2145\"},{\"@search.score\":1.0,\"HotelId\":\"2146\"},{\"@search.score\":1.0,\"HotelId\":\"2147\"},{\"@search.score\":1.0,\"HotelId\":\"2148\"},{\"@search.score\":1.0,\"HotelId\":\"2149\"},{\"@search.score\":1.0,\"HotelId\":\"215\"},{\"@search.score\":1.0,\"HotelId\":\"2150\"},{\"@search.score\":1.0,\"HotelId\":\"2151\"},{\"@search.score\":1.0,\"HotelId\":\"2152\"},{\"@search.score\":1.0,\"HotelId\":\"2153\"},{\"@search.score\":1.0,\"HotelId\":\"2154\"},{\"@search.score\":1.0,\"HotelId\":\"2155\"},{\"@search.score\":1.0,\"HotelId\":\"2156\"},{\"@search.score\":1.0,\"HotelId\":\"2157\"},{\"@search.score\":1.0,\"HotelId\":\"2158\"},{\"@search.score\":1.0,\"HotelId\":\"2159\"},{\"@search.score\":1.0,\"HotelId\":\"216\"},{\"@search.score\":1.0,\"HotelId\":\"2160\"},{\"@search.score\":1.0,\"HotelId\":\"2161\"},{\"@search.score\":1.0,\"HotelId\":\"2162\"},{\"@search.score\":1.0,\"HotelId\":\"2163\"},{\"@search.score\":1.0,\"HotelId\":\"2164\"},{\"@search.score\":1.0,\"HotelId\":\"2165\"},{\"@search.score\":1.0,\"HotelId\":\"2166\"},{\"@search.score\":1.0,\"HotelId\":\"2167\"},{\"@search.score\":1.0,\"HotelId\":\"2168\"},{\"@search.score\":1.0,\"HotelId\":\"2169\"},{\"@search.score\":1.0,\"HotelId\":\"217\"},{\"@search.score\":1.0,\"HotelId\":\"2170\"},{\"@search.score\":1.0,\"HotelId\":\"2171\"},{\"@search.score\":1.0,\"HotelId\":\"2172\"},{\"@search.score\":1.0,\"HotelId\":\"2173\"},{\"@search.score\":1.0,\"HotelId\":\"2174\"},{\"@search.score\":1.0,\"HotelId\":\"2175\"},{\"@search.score\":1.0,\"HotelId\":\"2176\"},{\"@search.score\":1.0,\"HotelId\":\"2177\"},{\"@search.score\":1.0,\"HotelId\":\"2178\"},{\"@search.score\":1.0,\"HotelId\":\"2179\"},{\"@search.score\":1.0,\"HotelId\":\"218\"},{\"@search.score\":1.0,\"HotelId\":\"2180\"},{\"@search.score\":1.0,\"HotelId\":\"2181\"},{\"@search.score\":1.0,\"HotelId\":\"2182\"},{\"@search.score\":1.0,\"HotelId\":\"2183\"},{\"@search.score\":1.0,\"HotelId\":\"2184\"},{\"@search.score\":1.0,\"HotelId\":\"2185\"},{\"@search.score\":1.0,\"HotelId\":\"2186\"},{\"@search.score\":1.0,\"HotelId\":\"2187\"},{\"@search.score\":1.0,\"HotelId\":\"2188\"},{\"@search.score\":1.0,\"HotelId\":\"2189\"},{\"@search.score\":1.0,\"HotelId\":\"219\"},{\"@search.score\":1.0,\"HotelId\":\"2190\"},{\"@search.score\":1.0,\"HotelId\":\"2191\"},{\"@search.score\":1.0,\"HotelId\":\"2192\"},{\"@search.score\":1.0,\"HotelId\":\"2193\"},{\"@search.score\":1.0,\"HotelId\":\"2194\"},{\"@search.score\":1.0,\"HotelId\":\"2195\"},{\"@search.score\":1.0,\"HotelId\":\"2196\"},{\"@search.score\":1.0,\"HotelId\":\"2197\"},{\"@search.score\":1.0,\"HotelId\":\"2198\"},{\"@search.score\":1.0,\"HotelId\":\"2199\"},{\"@search.score\":1.0,\"HotelId\":\"22\"},{\"@search.score\":1.0,\"HotelId\":\"220\"},{\"@search.score\":1.0,\"HotelId\":\"2200\"},{\"@search.score\":1.0,\"HotelId\":\"2201\"},{\"@search.score\":1.0,\"HotelId\":\"2202\"},{\"@search.score\":1.0,\"HotelId\":\"2203\"},{\"@search.score\":1.0,\"HotelId\":\"2204\"},{\"@search.score\":1.0,\"HotelId\":\"2205\"},{\"@search.score\":1.0,\"HotelId\":\"2206\"},{\"@search.score\":1.0,\"HotelId\":\"2207\"},{\"@search.score\":1.0,\"HotelId\":\"2208\"},{\"@search.score\":1.0,\"HotelId\":\"2209\"},{\"@search.score\":1.0,\"HotelId\":\"221\"},{\"@search.score\":1.0,\"HotelId\":\"2210\"},{\"@search.score\":1.0,\"HotelId\":\"2211\"},{\"@search.score\":1.0,\"HotelId\":\"2212\"},{\"@search.score\":1.0,\"HotelId\":\"2213\"},{\"@search.score\":1.0,\"HotelId\":\"2214\"},{\"@search.score\":1.0,\"HotelId\":\"2215\"},{\"@search.score\":1.0,\"HotelId\":\"2216\"},{\"@search.score\":1.0,\"HotelId\":\"2217\"},{\"@search.score\":1.0,\"HotelId\":\"2218\"},{\"@search.score\":1.0,\"HotelId\":\"2219\"},{\"@search.score\":1.0,\"HotelId\":\"222\"},{\"@search.score\":1.0,\"HotelId\":\"2220\"},{\"@search.score\":1.0,\"HotelId\":\"2221\"},{\"@search.score\":1.0,\"HotelId\":\"2222\"},{\"@search.score\":1.0,\"HotelId\":\"2223\"},{\"@search.score\":1.0,\"HotelId\":\"2224\"},{\"@search.score\":1.0,\"HotelId\":\"2225\"},{\"@search.score\":1.0,\"HotelId\":\"2226\"},{\"@search.score\":1.0,\"HotelId\":\"2227\"},{\"@search.score\":1.0,\"HotelId\":\"2228\"},{\"@search.score\":1.0,\"HotelId\":\"2229\"},{\"@search.score\":1.0,\"HotelId\":\"223\"},{\"@search.score\":1.0,\"HotelId\":\"2230\"},{\"@search.score\":1.0,\"HotelId\":\"2231\"},{\"@search.score\":1.0,\"HotelId\":\"2232\"},{\"@search.score\":1.0,\"HotelId\":\"2233\"},{\"@search.score\":1.0,\"HotelId\":\"2234\"},{\"@search.score\":1.0,\"HotelId\":\"2235\"},{\"@search.score\":1.0,\"HotelId\":\"2236\"},{\"@search.score\":1.0,\"HotelId\":\"2237\"},{\"@search.score\":1.0,\"HotelId\":\"2238\"},{\"@search.score\":1.0,\"HotelId\":\"2239\"},{\"@search.score\":1.0,\"HotelId\":\"224\"},{\"@search.score\":1.0,\"HotelId\":\"2240\"},{\"@search.score\":1.0,\"HotelId\":\"2241\"},{\"@search.score\":1.0,\"HotelId\":\"2242\"},{\"@search.score\":1.0,\"HotelId\":\"2243\"},{\"@search.score\":1.0,\"HotelId\":\"2244\"},{\"@search.score\":1.0,\"HotelId\":\"2245\"},{\"@search.score\":1.0,\"HotelId\":\"2246\"},{\"@search.score\":1.0,\"HotelId\":\"2247\"},{\"@search.score\":1.0,\"HotelId\":\"2248\"},{\"@search.score\":1.0,\"HotelId\":\"2249\"},{\"@search.score\":1.0,\"HotelId\":\"225\"},{\"@search.score\":1.0,\"HotelId\":\"2250\"},{\"@search.score\":1.0,\"HotelId\":\"2251\"},{\"@search.score\":1.0,\"HotelId\":\"2252\"},{\"@search.score\":1.0,\"HotelId\":\"2253\"},{\"@search.score\":1.0,\"HotelId\":\"2254\"},{\"@search.score\":1.0,\"HotelId\":\"2255\"},{\"@search.score\":1.0,\"HotelId\":\"2256\"},{\"@search.score\":1.0,\"HotelId\":\"2257\"},{\"@search.score\":1.0,\"HotelId\":\"2258\"},{\"@search.score\":1.0,\"HotelId\":\"2259\"},{\"@search.score\":1.0,\"HotelId\":\"226\"},{\"@search.score\":1.0,\"HotelId\":\"2260\"},{\"@search.score\":1.0,\"HotelId\":\"2261\"},{\"@search.score\":1.0,\"HotelId\":\"2262\"},{\"@search.score\":1.0,\"HotelId\":\"2263\"},{\"@search.score\":1.0,\"HotelId\":\"2264\"},{\"@search.score\":1.0,\"HotelId\":\"2265\"},{\"@search.score\":1.0,\"HotelId\":\"2266\"},{\"@search.score\":1.0,\"HotelId\":\"2267\"},{\"@search.score\":1.0,\"HotelId\":\"2268\"},{\"@search.score\":1.0,\"HotelId\":\"2269\"},{\"@search.score\":1.0,\"HotelId\":\"227\"},{\"@search.score\":1.0,\"HotelId\":\"2270\"},{\"@search.score\":1.0,\"HotelId\":\"2271\"},{\"@search.score\":1.0,\"HotelId\":\"2272\"},{\"@search.score\":1.0,\"HotelId\":\"2273\"},{\"@search.score\":1.0,\"HotelId\":\"2274\"},{\"@search.score\":1.0,\"HotelId\":\"2275\"},{\"@search.score\":1.0,\"HotelId\":\"2276\"},{\"@search.score\":1.0,\"HotelId\":\"2277\"},{\"@search.score\":1.0,\"HotelId\":\"2278\"},{\"@search.score\":1.0,\"HotelId\":\"2279\"},{\"@search.score\":1.0,\"HotelId\":\"228\"},{\"@search.score\":1.0,\"HotelId\":\"2280\"},{\"@search.score\":1.0,\"HotelId\":\"2281\"},{\"@search.score\":1.0,\"HotelId\":\"2282\"},{\"@search.score\":1.0,\"HotelId\":\"2283\"},{\"@search.score\":1.0,\"HotelId\":\"2284\"},{\"@search.score\":1.0,\"HotelId\":\"2285\"},{\"@search.score\":1.0,\"HotelId\":\"2286\"},{\"@search.score\":1.0,\"HotelId\":\"2287\"},{\"@search.score\":1.0,\"HotelId\":\"2288\"},{\"@search.score\":1.0,\"HotelId\":\"2289\"},{\"@search.score\":1.0,\"HotelId\":\"229\"},{\"@search.score\":1.0,\"HotelId\":\"2290\"},{\"@search.score\":1.0,\"HotelId\":\"2291\"},{\"@search.score\":1.0,\"HotelId\":\"2292\"},{\"@search.score\":1.0,\"HotelId\":\"2293\"},{\"@search.score\":1.0,\"HotelId\":\"2294\"},{\"@search.score\":1.0,\"HotelId\":\"2295\"},{\"@search.score\":1.0,\"HotelId\":\"2296\"},{\"@search.score\":1.0,\"HotelId\":\"2297\"},{\"@search.score\":1.0,\"HotelId\":\"2298\"},{\"@search.score\":1.0,\"HotelId\":\"2299\"},{\"@search.score\":1.0,\"HotelId\":\"23\"},{\"@search.score\":1.0,\"HotelId\":\"230\"},{\"@search.score\":1.0,\"HotelId\":\"2300\"},{\"@search.score\":1.0,\"HotelId\":\"2301\"},{\"@search.score\":1.0,\"HotelId\":\"2302\"},{\"@search.score\":1.0,\"HotelId\":\"2303\"},{\"@search.score\":1.0,\"HotelId\":\"2304\"},{\"@search.score\":1.0,\"HotelId\":\"2305\"},{\"@search.score\":1.0,\"HotelId\":\"2306\"},{\"@search.score\":1.0,\"HotelId\":\"2307\"},{\"@search.score\":1.0,\"HotelId\":\"2308\"},{\"@search.score\":1.0,\"HotelId\":\"2309\"},{\"@search.score\":1.0,\"HotelId\":\"231\"},{\"@search.score\":1.0,\"HotelId\":\"2310\"},{\"@search.score\":1.0,\"HotelId\":\"2311\"},{\"@search.score\":1.0,\"HotelId\":\"2312\"},{\"@search.score\":1.0,\"HotelId\":\"2313\"},{\"@search.score\":1.0,\"HotelId\":\"2314\"},{\"@search.score\":1.0,\"HotelId\":\"2315\"},{\"@search.score\":1.0,\"HotelId\":\"2316\"},{\"@search.score\":1.0,\"HotelId\":\"2317\"},{\"@search.score\":1.0,\"HotelId\":\"2318\"},{\"@search.score\":1.0,\"HotelId\":\"2319\"},{\"@search.score\":1.0,\"HotelId\":\"232\"},{\"@search.score\":1.0,\"HotelId\":\"2320\"},{\"@search.score\":1.0,\"HotelId\":\"2321\"},{\"@search.score\":1.0,\"HotelId\":\"2322\"},{\"@search.score\":1.0,\"HotelId\":\"2323\"},{\"@search.score\":1.0,\"HotelId\":\"2324\"},{\"@search.score\":1.0,\"HotelId\":\"2325\"},{\"@search.score\":1.0,\"HotelId\":\"2326\"},{\"@search.score\":1.0,\"HotelId\":\"2327\"},{\"@search.score\":1.0,\"HotelId\":\"2328\"},{\"@search.score\":1.0,\"HotelId\":\"2329\"},{\"@search.score\":1.0,\"HotelId\":\"233\"},{\"@search.score\":1.0,\"HotelId\":\"2330\"},{\"@search.score\":1.0,\"HotelId\":\"2331\"},{\"@search.score\":1.0,\"HotelId\":\"2332\"},{\"@search.score\":1.0,\"HotelId\":\"2333\"},{\"@search.score\":1.0,\"HotelId\":\"2334\"},{\"@search.score\":1.0,\"HotelId\":\"2335\"},{\"@search.score\":1.0,\"HotelId\":\"2336\"},{\"@search.score\":1.0,\"HotelId\":\"2337\"},{\"@search.score\":1.0,\"HotelId\":\"2338\"},{\"@search.score\":1.0,\"HotelId\":\"2339\"},{\"@search.score\":1.0,\"HotelId\":\"234\"},{\"@search.score\":1.0,\"HotelId\":\"2340\"},{\"@search.score\":1.0,\"HotelId\":\"2341\"},{\"@search.score\":1.0,\"HotelId\":\"2342\"},{\"@search.score\":1.0,\"HotelId\":\"2343\"},{\"@search.score\":1.0,\"HotelId\":\"2344\"},{\"@search.score\":1.0,\"HotelId\":\"2345\"},{\"@search.score\":1.0,\"HotelId\":\"2346\"},{\"@search.score\":1.0,\"HotelId\":\"2347\"},{\"@search.score\":1.0,\"HotelId\":\"2348\"},{\"@search.score\":1.0,\"HotelId\":\"2349\"},{\"@search.score\":1.0,\"HotelId\":\"235\"},{\"@search.score\":1.0,\"HotelId\":\"2350\"},{\"@search.score\":1.0,\"HotelId\":\"2351\"},{\"@search.score\":1.0,\"HotelId\":\"2352\"},{\"@search.score\":1.0,\"HotelId\":\"2353\"},{\"@search.score\":1.0,\"HotelId\":\"2354\"},{\"@search.score\":1.0,\"HotelId\":\"2355\"},{\"@search.score\":1.0,\"HotelId\":\"2356\"},{\"@search.score\":1.0,\"HotelId\":\"2357\"},{\"@search.score\":1.0,\"HotelId\":\"2358\"},{\"@search.score\":1.0,\"HotelId\":\"2359\"},{\"@search.score\":1.0,\"HotelId\":\"236\"},{\"@search.score\":1.0,\"HotelId\":\"2360\"},{\"@search.score\":1.0,\"HotelId\":\"2361\"},{\"@search.score\":1.0,\"HotelId\":\"2362\"},{\"@search.score\":1.0,\"HotelId\":\"2363\"},{\"@search.score\":1.0,\"HotelId\":\"2364\"},{\"@search.score\":1.0,\"HotelId\":\"2365\"},{\"@search.score\":1.0,\"HotelId\":\"2366\"},{\"@search.score\":1.0,\"HotelId\":\"2367\"},{\"@search.score\":1.0,\"HotelId\":\"2368\"},{\"@search.score\":1.0,\"HotelId\":\"2369\"},{\"@search.score\":1.0,\"HotelId\":\"237\"},{\"@search.score\":1.0,\"HotelId\":\"2370\"},{\"@search.score\":1.0,\"HotelId\":\"2371\"},{\"@search.score\":1.0,\"HotelId\":\"2372\"},{\"@search.score\":1.0,\"HotelId\":\"2373\"},{\"@search.score\":1.0,\"HotelId\":\"2374\"},{\"@search.score\":1.0,\"HotelId\":\"2375\"},{\"@search.score\":1.0,\"HotelId\":\"2376\"},{\"@search.score\":1.0,\"HotelId\":\"2377\"},{\"@search.score\":1.0,\"HotelId\":\"2378\"},{\"@search.score\":1.0,\"HotelId\":\"2379\"},{\"@search.score\":1.0,\"HotelId\":\"238\"},{\"@search.score\":1.0,\"HotelId\":\"2380\"},{\"@search.score\":1.0,\"HotelId\":\"2381\"},{\"@search.score\":1.0,\"HotelId\":\"2382\"},{\"@search.score\":1.0,\"HotelId\":\"2383\"},{\"@search.score\":1.0,\"HotelId\":\"2384\"},{\"@search.score\":1.0,\"HotelId\":\"2385\"},{\"@search.score\":1.0,\"HotelId\":\"2386\"},{\"@search.score\":1.0,\"HotelId\":\"2387\"},{\"@search.score\":1.0,\"HotelId\":\"2388\"},{\"@search.score\":1.0,\"HotelId\":\"2389\"},{\"@search.score\":1.0,\"HotelId\":\"239\"},{\"@search.score\":1.0,\"HotelId\":\"2390\"},{\"@search.score\":1.0,\"HotelId\":\"2391\"},{\"@search.score\":1.0,\"HotelId\":\"2392\"},{\"@search.score\":1.0,\"HotelId\":\"2393\"},{\"@search.score\":1.0,\"HotelId\":\"2394\"},{\"@search.score\":1.0,\"HotelId\":\"2395\"},{\"@search.score\":1.0,\"HotelId\":\"2396\"},{\"@search.score\":1.0,\"HotelId\":\"2397\"},{\"@search.score\":1.0,\"HotelId\":\"2398\"},{\"@search.score\":1.0,\"HotelId\":\"2399\"},{\"@search.score\":1.0,\"HotelId\":\"24\"},{\"@search.score\":1.0,\"HotelId\":\"240\"},{\"@search.score\":1.0,\"HotelId\":\"2400\"},{\"@search.score\":1.0,\"HotelId\":\"2401\"},{\"@search.score\":1.0,\"HotelId\":\"2402\"},{\"@search.score\":1.0,\"HotelId\":\"2403\"},{\"@search.score\":1.0,\"HotelId\":\"2404\"},{\"@search.score\":1.0,\"HotelId\":\"2405\"},{\"@search.score\":1.0,\"HotelId\":\"2406\"},{\"@search.score\":1.0,\"HotelId\":\"2407\"},{\"@search.score\":1.0,\"HotelId\":\"2408\"},{\"@search.score\":1.0,\"HotelId\":\"2409\"},{\"@search.score\":1.0,\"HotelId\":\"241\"},{\"@search.score\":1.0,\"HotelId\":\"2410\"},{\"@search.score\":1.0,\"HotelId\":\"2411\"},{\"@search.score\":1.0,\"HotelId\":\"2412\"},{\"@search.score\":1.0,\"HotelId\":\"2413\"},{\"@search.score\":1.0,\"HotelId\":\"2414\"},{\"@search.score\":1.0,\"HotelId\":\"2415\"},{\"@search.score\":1.0,\"HotelId\":\"2416\"},{\"@search.score\":1.0,\"HotelId\":\"2417\"},{\"@search.score\":1.0,\"HotelId\":\"2418\"},{\"@search.score\":1.0,\"HotelId\":\"2419\"},{\"@search.score\":1.0,\"HotelId\":\"242\"},{\"@search.score\":1.0,\"HotelId\":\"2420\"},{\"@search.score\":1.0,\"HotelId\":\"2421\"},{\"@search.score\":1.0,\"HotelId\":\"2422\"},{\"@search.score\":1.0,\"HotelId\":\"2423\"},{\"@search.score\":1.0,\"HotelId\":\"2424\"},{\"@search.score\":1.0,\"HotelId\":\"2425\"},{\"@search.score\":1.0,\"HotelId\":\"2426\"},{\"@search.score\":1.0,\"HotelId\":\"2427\"},{\"@search.score\":1.0,\"HotelId\":\"2428\"},{\"@search.score\":1.0,\"HotelId\":\"2429\"},{\"@search.score\":1.0,\"HotelId\":\"243\"},{\"@search.score\":1.0,\"HotelId\":\"2430\"},{\"@search.score\":1.0,\"HotelId\":\"2431\"},{\"@search.score\":1.0,\"HotelId\":\"2432\"},{\"@search.score\":1.0,\"HotelId\":\"2433\"},{\"@search.score\":1.0,\"HotelId\":\"2434\"},{\"@search.score\":1.0,\"HotelId\":\"2435\"},{\"@search.score\":1.0,\"HotelId\":\"2436\"},{\"@search.score\":1.0,\"HotelId\":\"2437\"},{\"@search.score\":1.0,\"HotelId\":\"2438\"},{\"@search.score\":1.0,\"HotelId\":\"2439\"},{\"@search.score\":1.0,\"HotelId\":\"244\"},{\"@search.score\":1.0,\"HotelId\":\"2440\"},{\"@search.score\":1.0,\"HotelId\":\"2441\"},{\"@search.score\":1.0,\"HotelId\":\"2442\"},{\"@search.score\":1.0,\"HotelId\":\"2443\"},{\"@search.score\":1.0,\"HotelId\":\"2444\"},{\"@search.score\":1.0,\"HotelId\":\"2445\"},{\"@search.score\":1.0,\"HotelId\":\"2446\"},{\"@search.score\":1.0,\"HotelId\":\"2447\"},{\"@search.score\":1.0,\"HotelId\":\"2448\"},{\"@search.score\":1.0,\"HotelId\":\"2449\"},{\"@search.score\":1.0,\"HotelId\":\"245\"},{\"@search.score\":1.0,\"HotelId\":\"2450\"},{\"@search.score\":1.0,\"HotelId\":\"2451\"},{\"@search.score\":1.0,\"HotelId\":\"2452\"},{\"@search.score\":1.0,\"HotelId\":\"2453\"},{\"@search.score\":1.0,\"HotelId\":\"2454\"},{\"@search.score\":1.0,\"HotelId\":\"2455\"},{\"@search.score\":1.0,\"HotelId\":\"2456\"},{\"@search.score\":1.0,\"HotelId\":\"2457\"},{\"@search.score\":1.0,\"HotelId\":\"2458\"},{\"@search.score\":1.0,\"HotelId\":\"2459\"},{\"@search.score\":1.0,\"HotelId\":\"246\"},{\"@search.score\":1.0,\"HotelId\":\"2460\"},{\"@search.score\":1.0,\"HotelId\":\"2461\"},{\"@search.score\":1.0,\"HotelId\":\"2462\"},{\"@search.score\":1.0,\"HotelId\":\"2463\"},{\"@search.score\":1.0,\"HotelId\":\"2464\"},{\"@search.score\":1.0,\"HotelId\":\"2465\"},{\"@search.score\":1.0,\"HotelId\":\"2466\"},{\"@search.score\":1.0,\"HotelId\":\"2467\"},{\"@search.score\":1.0,\"HotelId\":\"2468\"},{\"@search.score\":1.0,\"HotelId\":\"2469\"},{\"@search.score\":1.0,\"HotelId\":\"247\"},{\"@search.score\":1.0,\"HotelId\":\"2470\"},{\"@search.score\":1.0,\"HotelId\":\"2471\"},{\"@search.score\":1.0,\"HotelId\":\"2472\"},{\"@search.score\":1.0,\"HotelId\":\"2473\"},{\"@search.score\":1.0,\"HotelId\":\"2474\"},{\"@search.score\":1.0,\"HotelId\":\"2475\"},{\"@search.score\":1.0,\"HotelId\":\"2476\"},{\"@search.score\":1.0,\"HotelId\":\"2477\"},{\"@search.score\":1.0,\"HotelId\":\"2478\"},{\"@search.score\":1.0,\"HotelId\":\"2479\"},{\"@search.score\":1.0,\"HotelId\":\"248\"},{\"@search.score\":1.0,\"HotelId\":\"2480\"},{\"@search.score\":1.0,\"HotelId\":\"2481\"},{\"@search.score\":1.0,\"HotelId\":\"2482\"},{\"@search.score\":1.0,\"HotelId\":\"2483\"},{\"@search.score\":1.0,\"HotelId\":\"2484\"},{\"@search.score\":1.0,\"HotelId\":\"2485\"},{\"@search.score\":1.0,\"HotelId\":\"2486\"},{\"@search.score\":1.0,\"HotelId\":\"2487\"},{\"@search.score\":1.0,\"HotelId\":\"2488\"},{\"@search.score\":1.0,\"HotelId\":\"2489\"},{\"@search.score\":1.0,\"HotelId\":\"249\"},{\"@search.score\":1.0,\"HotelId\":\"2490\"},{\"@search.score\":1.0,\"HotelId\":\"2491\"},{\"@search.score\":1.0,\"HotelId\":\"2492\"},{\"@search.score\":1.0,\"HotelId\":\"2493\"},{\"@search.score\":1.0,\"HotelId\":\"2494\"},{\"@search.score\":1.0,\"HotelId\":\"2495\"},{\"@search.score\":1.0,\"HotelId\":\"2496\"},{\"@search.score\":1.0,\"HotelId\":\"2497\"},{\"@search.score\":1.0,\"HotelId\":\"2498\"},{\"@search.score\":1.0,\"HotelId\":\"2499\"},{\"@search.score\":1.0,\"HotelId\":\"25\"},{\"@search.score\":1.0,\"HotelId\":\"250\"},{\"@search.score\":1.0,\"HotelId\":\"2500\"},{\"@search.score\":1.0,\"HotelId\":\"2501\"},{\"@search.score\":1.0,\"HotelId\":\"2502\"},{\"@search.score\":1.0,\"HotelId\":\"2503\"},{\"@search.score\":1.0,\"HotelId\":\"2504\"},{\"@search.score\":1.0,\"HotelId\":\"2505\"},{\"@search.score\":1.0,\"HotelId\":\"2506\"},{\"@search.score\":1.0,\"HotelId\":\"2507\"},{\"@search.score\":1.0,\"HotelId\":\"2508\"},{\"@search.score\":1.0,\"HotelId\":\"2509\"},{\"@search.score\":1.0,\"HotelId\":\"251\"},{\"@search.score\":1.0,\"HotelId\":\"2510\"},{\"@search.score\":1.0,\"HotelId\":\"2511\"},{\"@search.score\":1.0,\"HotelId\":\"2512\"},{\"@search.score\":1.0,\"HotelId\":\"2513\"},{\"@search.score\":1.0,\"HotelId\":\"2514\"},{\"@search.score\":1.0,\"HotelId\":\"2515\"},{\"@search.score\":1.0,\"HotelId\":\"2516\"},{\"@search.score\":1.0,\"HotelId\":\"2517\"},{\"@search.score\":1.0,\"HotelId\":\"2518\"},{\"@search.score\":1.0,\"HotelId\":\"2519\"},{\"@search.score\":1.0,\"HotelId\":\"252\"},{\"@search.score\":1.0,\"HotelId\":\"2520\"},{\"@search.score\":1.0,\"HotelId\":\"2521\"},{\"@search.score\":1.0,\"HotelId\":\"2522\"},{\"@search.score\":1.0,\"HotelId\":\"2523\"},{\"@search.score\":1.0,\"HotelId\":\"2524\"},{\"@search.score\":1.0,\"HotelId\":\"2525\"},{\"@search.score\":1.0,\"HotelId\":\"2526\"},{\"@search.score\":1.0,\"HotelId\":\"2527\"},{\"@search.score\":1.0,\"HotelId\":\"2528\"},{\"@search.score\":1.0,\"HotelId\":\"2529\"},{\"@search.score\":1.0,\"HotelId\":\"253\"},{\"@search.score\":1.0,\"HotelId\":\"2530\"},{\"@search.score\":1.0,\"HotelId\":\"2531\"},{\"@search.score\":1.0,\"HotelId\":\"2532\"},{\"@search.score\":1.0,\"HotelId\":\"2533\"},{\"@search.score\":1.0,\"HotelId\":\"2534\"},{\"@search.score\":1.0,\"HotelId\":\"2535\"},{\"@search.score\":1.0,\"HotelId\":\"2536\"},{\"@search.score\":1.0,\"HotelId\":\"2537\"},{\"@search.score\":1.0,\"HotelId\":\"2538\"},{\"@search.score\":1.0,\"HotelId\":\"2539\"},{\"@search.score\":1.0,\"HotelId\":\"254\"},{\"@search.score\":1.0,\"HotelId\":\"2540\"},{\"@search.score\":1.0,\"HotelId\":\"2541\"},{\"@search.score\":1.0,\"HotelId\":\"2542\"},{\"@search.score\":1.0,\"HotelId\":\"2543\"},{\"@search.score\":1.0,\"HotelId\":\"2544\"},{\"@search.score\":1.0,\"HotelId\":\"2545\"},{\"@search.score\":1.0,\"HotelId\":\"2546\"},{\"@search.score\":1.0,\"HotelId\":\"2547\"},{\"@search.score\":1.0,\"HotelId\":\"2548\"},{\"@search.score\":1.0,\"HotelId\":\"2549\"},{\"@search.score\":1.0,\"HotelId\":\"255\"},{\"@search.score\":1.0,\"HotelId\":\"2550\"},{\"@search.score\":1.0,\"HotelId\":\"2551\"},{\"@search.score\":1.0,\"HotelId\":\"2552\"},{\"@search.score\":1.0,\"HotelId\":\"2553\"},{\"@search.score\":1.0,\"HotelId\":\"2554\"},{\"@search.score\":1.0,\"HotelId\":\"2555\"},{\"@search.score\":1.0,\"HotelId\":\"2556\"},{\"@search.score\":1.0,\"HotelId\":\"2557\"},{\"@search.score\":1.0,\"HotelId\":\"2558\"},{\"@search.score\":1.0,\"HotelId\":\"2559\"},{\"@search.score\":1.0,\"HotelId\":\"256\"},{\"@search.score\":1.0,\"HotelId\":\"2560\"},{\"@search.score\":1.0,\"HotelId\":\"2561\"},{\"@search.score\":1.0,\"HotelId\":\"2562\"},{\"@search.score\":1.0,\"HotelId\":\"2563\"},{\"@search.score\":1.0,\"HotelId\":\"2564\"},{\"@search.score\":1.0,\"HotelId\":\"2565\"},{\"@search.score\":1.0,\"HotelId\":\"2566\"},{\"@search.score\":1.0,\"HotelId\":\"2567\"},{\"@search.score\":1.0,\"HotelId\":\"2568\"},{\"@search.score\":1.0,\"HotelId\":\"2569\"},{\"@search.score\":1.0,\"HotelId\":\"257\"},{\"@search.score\":1.0,\"HotelId\":\"2570\"},{\"@search.score\":1.0,\"HotelId\":\"2571\"},{\"@search.score\":1.0,\"HotelId\":\"2572\"},{\"@search.score\":1.0,\"HotelId\":\"2573\"},{\"@search.score\":1.0,\"HotelId\":\"2574\"},{\"@search.score\":1.0,\"HotelId\":\"2575\"},{\"@search.score\":1.0,\"HotelId\":\"2576\"},{\"@search.score\":1.0,\"HotelId\":\"2577\"},{\"@search.score\":1.0,\"HotelId\":\"2578\"},{\"@search.score\":1.0,\"HotelId\":\"2579\"},{\"@search.score\":1.0,\"HotelId\":\"258\"},{\"@search.score\":1.0,\"HotelId\":\"2580\"},{\"@search.score\":1.0,\"HotelId\":\"2581\"},{\"@search.score\":1.0,\"HotelId\":\"2582\"},{\"@search.score\":1.0,\"HotelId\":\"2583\"},{\"@search.score\":1.0,\"HotelId\":\"2584\"},{\"@search.score\":1.0,\"HotelId\":\"2585\"},{\"@search.score\":1.0,\"HotelId\":\"2586\"},{\"@search.score\":1.0,\"HotelId\":\"2587\"},{\"@search.score\":1.0,\"HotelId\":\"2588\"},{\"@search.score\":1.0,\"HotelId\":\"2589\"},{\"@search.score\":1.0,\"HotelId\":\"259\"},{\"@search.score\":1.0,\"HotelId\":\"2590\"},{\"@search.score\":1.0,\"HotelId\":\"2591\"},{\"@search.score\":1.0,\"HotelId\":\"2592\"},{\"@search.score\":1.0,\"HotelId\":\"2593\"},{\"@search.score\":1.0,\"HotelId\":\"2594\"},{\"@search.score\":1.0,\"HotelId\":\"2595\"},{\"@search.score\":1.0,\"HotelId\":\"2596\"},{\"@search.score\":1.0,\"HotelId\":\"2597\"},{\"@search.score\":1.0,\"HotelId\":\"2598\"},{\"@search.score\":1.0,\"HotelId\":\"2599\"},{\"@search.score\":1.0,\"HotelId\":\"26\"},{\"@search.score\":1.0,\"HotelId\":\"260\"},{\"@search.score\":1.0,\"HotelId\":\"2600\"},{\"@search.score\":1.0,\"HotelId\":\"2601\"},{\"@search.score\":1.0,\"HotelId\":\"2602\"},{\"@search.score\":1.0,\"HotelId\":\"2603\"},{\"@search.score\":1.0,\"HotelId\":\"2604\"},{\"@search.score\":1.0,\"HotelId\":\"2605\"},{\"@search.score\":1.0,\"HotelId\":\"2606\"},{\"@search.score\":1.0,\"HotelId\":\"2607\"},{\"@search.score\":1.0,\"HotelId\":\"2608\"},{\"@search.score\":1.0,\"HotelId\":\"2609\"},{\"@search.score\":1.0,\"HotelId\":\"261\"},{\"@search.score\":1.0,\"HotelId\":\"2610\"},{\"@search.score\":1.0,\"HotelId\":\"2611\"},{\"@search.score\":1.0,\"HotelId\":\"2612\"},{\"@search.score\":1.0,\"HotelId\":\"2613\"},{\"@search.score\":1.0,\"HotelId\":\"2614\"},{\"@search.score\":1.0,\"HotelId\":\"2615\"},{\"@search.score\":1.0,\"HotelId\":\"2616\"},{\"@search.score\":1.0,\"HotelId\":\"2617\"},{\"@search.score\":1.0,\"HotelId\":\"2618\"},{\"@search.score\":1.0,\"HotelId\":\"2619\"},{\"@search.score\":1.0,\"HotelId\":\"262\"},{\"@search.score\":1.0,\"HotelId\":\"2620\"},{\"@search.score\":1.0,\"HotelId\":\"2621\"},{\"@search.score\":1.0,\"HotelId\":\"2622\"},{\"@search.score\":1.0,\"HotelId\":\"2623\"},{\"@search.score\":1.0,\"HotelId\":\"2624\"},{\"@search.score\":1.0,\"HotelId\":\"2625\"},{\"@search.score\":1.0,\"HotelId\":\"2626\"},{\"@search.score\":1.0,\"HotelId\":\"2627\"},{\"@search.score\":1.0,\"HotelId\":\"2628\"},{\"@search.score\":1.0,\"HotelId\":\"2629\"},{\"@search.score\":1.0,\"HotelId\":\"263\"},{\"@search.score\":1.0,\"HotelId\":\"2630\"},{\"@search.score\":1.0,\"HotelId\":\"2631\"},{\"@search.score\":1.0,\"HotelId\":\"2632\"},{\"@search.score\":1.0,\"HotelId\":\"2633\"},{\"@search.score\":1.0,\"HotelId\":\"2634\"},{\"@search.score\":1.0,\"HotelId\":\"2635\"},{\"@search.score\":1.0,\"HotelId\":\"2636\"},{\"@search.score\":1.0,\"HotelId\":\"2637\"},{\"@search.score\":1.0,\"HotelId\":\"2638\"},{\"@search.score\":1.0,\"HotelId\":\"2639\"},{\"@search.score\":1.0,\"HotelId\":\"264\"},{\"@search.score\":1.0,\"HotelId\":\"2640\"},{\"@search.score\":1.0,\"HotelId\":\"2641\"},{\"@search.score\":1.0,\"HotelId\":\"2642\"},{\"@search.score\":1.0,\"HotelId\":\"2643\"},{\"@search.score\":1.0,\"HotelId\":\"2644\"},{\"@search.score\":1.0,\"HotelId\":\"2645\"},{\"@search.score\":1.0,\"HotelId\":\"2646\"},{\"@search.score\":1.0,\"HotelId\":\"2647\"},{\"@search.score\":1.0,\"HotelId\":\"2648\"},{\"@search.score\":1.0,\"HotelId\":\"2649\"},{\"@search.score\":1.0,\"HotelId\":\"265\"},{\"@search.score\":1.0,\"HotelId\":\"2650\"},{\"@search.score\":1.0,\"HotelId\":\"2651\"},{\"@search.score\":1.0,\"HotelId\":\"2652\"},{\"@search.score\":1.0,\"HotelId\":\"2653\"},{\"@search.score\":1.0,\"HotelId\":\"2654\"},{\"@search.score\":1.0,\"HotelId\":\"2655\"},{\"@search.score\":1.0,\"HotelId\":\"2656\"},{\"@search.score\":1.0,\"HotelId\":\"2657\"},{\"@search.score\":1.0,\"HotelId\":\"2658\"},{\"@search.score\":1.0,\"HotelId\":\"2659\"},{\"@search.score\":1.0,\"HotelId\":\"266\"},{\"@search.score\":1.0,\"HotelId\":\"2660\"},{\"@search.score\":1.0,\"HotelId\":\"2661\"},{\"@search.score\":1.0,\"HotelId\":\"2662\"},{\"@search.score\":1.0,\"HotelId\":\"2663\"},{\"@search.score\":1.0,\"HotelId\":\"2664\"},{\"@search.score\":1.0,\"HotelId\":\"2665\"},{\"@search.score\":1.0,\"HotelId\":\"2666\"},{\"@search.score\":1.0,\"HotelId\":\"2667\"},{\"@search.score\":1.0,\"HotelId\":\"2668\"},{\"@search.score\":1.0,\"HotelId\":\"2669\"},{\"@search.score\":1.0,\"HotelId\":\"267\"},{\"@search.score\":1.0,\"HotelId\":\"2670\"},{\"@search.score\":1.0,\"HotelId\":\"2671\"},{\"@search.score\":1.0,\"HotelId\":\"2672\"},{\"@search.score\":1.0,\"HotelId\":\"2673\"},{\"@search.score\":1.0,\"HotelId\":\"2674\"},{\"@search.score\":1.0,\"HotelId\":\"2675\"},{\"@search.score\":1.0,\"HotelId\":\"2676\"},{\"@search.score\":1.0,\"HotelId\":\"2677\"},{\"@search.score\":1.0,\"HotelId\":\"2678\"},{\"@search.score\":1.0,\"HotelId\":\"2679\"},{\"@search.score\":1.0,\"HotelId\":\"268\"},{\"@search.score\":1.0,\"HotelId\":\"2680\"},{\"@search.score\":1.0,\"HotelId\":\"2681\"},{\"@search.score\":1.0,\"HotelId\":\"2682\"},{\"@search.score\":1.0,\"HotelId\":\"2683\"},{\"@search.score\":1.0,\"HotelId\":\"2684\"},{\"@search.score\":1.0,\"HotelId\":\"2685\"},{\"@search.score\":1.0,\"HotelId\":\"2686\"},{\"@search.score\":1.0,\"HotelId\":\"2687\"},{\"@search.score\":1.0,\"HotelId\":\"2688\"},{\"@search.score\":1.0,\"HotelId\":\"2689\"},{\"@search.score\":1.0,\"HotelId\":\"269\"},{\"@search.score\":1.0,\"HotelId\":\"2690\"},{\"@search.score\":1.0,\"HotelId\":\"2691\"},{\"@search.score\":1.0,\"HotelId\":\"2692\"},{\"@search.score\":1.0,\"HotelId\":\"2693\"},{\"@search.score\":1.0,\"HotelId\":\"2694\"},{\"@search.score\":1.0,\"HotelId\":\"2695\"},{\"@search.score\":1.0,\"HotelId\":\"2696\"},{\"@search.score\":1.0,\"HotelId\":\"2697\"},{\"@search.score\":1.0,\"HotelId\":\"2698\"},{\"@search.score\":1.0,\"HotelId\":\"2699\"},{\"@search.score\":1.0,\"HotelId\":\"27\"},{\"@search.score\":1.0,\"HotelId\":\"270\"},{\"@search.score\":1.0,\"HotelId\":\"2700\"},{\"@search.score\":1.0,\"HotelId\":\"2701\"},{\"@search.score\":1.0,\"HotelId\":\"2702\"},{\"@search.score\":1.0,\"HotelId\":\"2703\"},{\"@search.score\":1.0,\"HotelId\":\"2704\"},{\"@search.score\":1.0,\"HotelId\":\"2705\"},{\"@search.score\":1.0,\"HotelId\":\"2706\"},{\"@search.score\":1.0,\"HotelId\":\"2707\"},{\"@search.score\":1.0,\"HotelId\":\"2708\"},{\"@search.score\":1.0,\"HotelId\":\"2709\"},{\"@search.score\":1.0,\"HotelId\":\"271\"},{\"@search.score\":1.0,\"HotelId\":\"2710\"},{\"@search.score\":1.0,\"HotelId\":\"2711\"},{\"@search.score\":1.0,\"HotelId\":\"2712\"},{\"@search.score\":1.0,\"HotelId\":\"2713\"},{\"@search.score\":1.0,\"HotelId\":\"2714\"},{\"@search.score\":1.0,\"HotelId\":\"2715\"},{\"@search.score\":1.0,\"HotelId\":\"2716\"},{\"@search.score\":1.0,\"HotelId\":\"2717\"},{\"@search.score\":1.0,\"HotelId\":\"2718\"},{\"@search.score\":1.0,\"HotelId\":\"2719\"},{\"@search.score\":1.0,\"HotelId\":\"272\"},{\"@search.score\":1.0,\"HotelId\":\"2720\"},{\"@search.score\":1.0,\"HotelId\":\"2721\"},{\"@search.score\":1.0,\"HotelId\":\"2722\"},{\"@search.score\":1.0,\"HotelId\":\"2723\"},{\"@search.score\":1.0,\"HotelId\":\"2724\"},{\"@search.score\":1.0,\"HotelId\":\"2725\"},{\"@search.score\":1.0,\"HotelId\":\"2726\"},{\"@search.score\":1.0,\"HotelId\":\"2727\"},{\"@search.score\":1.0,\"HotelId\":\"2728\"},{\"@search.score\":1.0,\"HotelId\":\"2729\"},{\"@search.score\":1.0,\"HotelId\":\"273\"},{\"@search.score\":1.0,\"HotelId\":\"2730\"},{\"@search.score\":1.0,\"HotelId\":\"2731\"},{\"@search.score\":1.0,\"HotelId\":\"2732\"},{\"@search.score\":1.0,\"HotelId\":\"2733\"},{\"@search.score\":1.0,\"HotelId\":\"2734\"},{\"@search.score\":1.0,\"HotelId\":\"2735\"},{\"@search.score\":1.0,\"HotelId\":\"2736\"},{\"@search.score\":1.0,\"HotelId\":\"2737\"},{\"@search.score\":1.0,\"HotelId\":\"2738\"},{\"@search.score\":1.0,\"HotelId\":\"2739\"},{\"@search.score\":1.0,\"HotelId\":\"274\"},{\"@search.score\":1.0,\"HotelId\":\"2740\"},{\"@search.score\":1.0,\"HotelId\":\"2741\"},{\"@search.score\":1.0,\"HotelId\":\"2742\"},{\"@search.score\":1.0,\"HotelId\":\"2743\"},{\"@search.score\":1.0,\"HotelId\":\"2744\"},{\"@search.score\":1.0,\"HotelId\":\"2745\"},{\"@search.score\":1.0,\"HotelId\":\"2746\"},{\"@search.score\":1.0,\"HotelId\":\"2747\"},{\"@search.score\":1.0,\"HotelId\":\"2748\"},{\"@search.score\":1.0,\"HotelId\":\"2749\"},{\"@search.score\":1.0,\"HotelId\":\"275\"},{\"@search.score\":1.0,\"HotelId\":\"2750\"},{\"@search.score\":1.0,\"HotelId\":\"2751\"},{\"@search.score\":1.0,\"HotelId\":\"2752\"},{\"@search.score\":1.0,\"HotelId\":\"2753\"},{\"@search.score\":1.0,\"HotelId\":\"2754\"},{\"@search.score\":1.0,\"HotelId\":\"2755\"},{\"@search.score\":1.0,\"HotelId\":\"2756\"},{\"@search.score\":1.0,\"HotelId\":\"2757\"},{\"@search.score\":1.0,\"HotelId\":\"2758\"},{\"@search.score\":1.0,\"HotelId\":\"2759\"},{\"@search.score\":1.0,\"HotelId\":\"276\"},{\"@search.score\":1.0,\"HotelId\":\"2760\"},{\"@search.score\":1.0,\"HotelId\":\"2761\"},{\"@search.score\":1.0,\"HotelId\":\"2762\"},{\"@search.score\":1.0,\"HotelId\":\"2763\"},{\"@search.score\":1.0,\"HotelId\":\"2764\"},{\"@search.score\":1.0,\"HotelId\":\"2765\"},{\"@search.score\":1.0,\"HotelId\":\"2766\"},{\"@search.score\":1.0,\"HotelId\":\"2767\"},{\"@search.score\":1.0,\"HotelId\":\"2768\"},{\"@search.score\":1.0,\"HotelId\":\"2769\"},{\"@search.score\":1.0,\"HotelId\":\"277\"},{\"@search.score\":1.0,\"HotelId\":\"2770\"},{\"@search.score\":1.0,\"HotelId\":\"2771\"},{\"@search.score\":1.0,\"HotelId\":\"2772\"},{\"@search.score\":1.0,\"HotelId\":\"2773\"},{\"@search.score\":1.0,\"HotelId\":\"2774\"},{\"@search.score\":1.0,\"HotelId\":\"2775\"},{\"@search.score\":1.0,\"HotelId\":\"2776\"},{\"@search.score\":1.0,\"HotelId\":\"2777\"},{\"@search.score\":1.0,\"HotelId\":\"2778\"},{\"@search.score\":1.0,\"HotelId\":\"2779\"},{\"@search.score\":1.0,\"HotelId\":\"278\"},{\"@search.score\":1.0,\"HotelId\":\"2780\"},{\"@search.score\":1.0,\"HotelId\":\"2781\"},{\"@search.score\":1.0,\"HotelId\":\"2782\"},{\"@search.score\":1.0,\"HotelId\":\"2783\"},{\"@search.score\":1.0,\"HotelId\":\"2784\"},{\"@search.score\":1.0,\"HotelId\":\"2785\"},{\"@search.score\":1.0,\"HotelId\":\"2786\"},{\"@search.score\":1.0,\"HotelId\":\"2787\"},{\"@search.score\":1.0,\"HotelId\":\"2788\"},{\"@search.score\":1.0,\"HotelId\":\"2789\"},{\"@search.score\":1.0,\"HotelId\":\"279\"},{\"@search.score\":1.0,\"HotelId\":\"2790\"},{\"@search.score\":1.0,\"HotelId\":\"2791\"},{\"@search.score\":1.0,\"HotelId\":\"2792\"},{\"@search.score\":1.0,\"HotelId\":\"2793\"},{\"@search.score\":1.0,\"HotelId\":\"2794\"},{\"@search.score\":1.0,\"HotelId\":\"2795\"},{\"@search.score\":1.0,\"HotelId\":\"2796\"},{\"@search.score\":1.0,\"HotelId\":\"2797\"},{\"@search.score\":1.0,\"HotelId\":\"2798\"},{\"@search.score\":1.0,\"HotelId\":\"2799\"}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + } ], + "variables" : [ "azs-sdk21200cb5874" ] +} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAllAnalysisComponents.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAllAnalysisComponents.json index bd2c31a96a38..f4669cf2ca23 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAllAnalysisComponents.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAllAnalysisComponents.json @@ -1,168 +1,168 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "053e4408-4ca6-4df2-818d-1453937219af", + "request-id" : "e2395792-723d-4369-9842-9fc6aa31f885", "StatusCode" : "201", - "Date" : "Thu, 26 Dec 2019 06:55:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789D0A72CDA5C\"", - "elapsed-time" : "1785", + "ETag" : "W/\"0x8D7B95FE5C43E36\"", + "elapsed-time" : "1163", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "15413", - "Body" : "{\"@odata.context\":\"https://azs-sdk92313999b05a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789D0A72CDA5C\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetb1008700b178\",\"tokenizer\":\"my_tokenizer\",\"tokenFilters\":[\"my_tokenfilter\"],\"charFilters\":[\"my_charfilter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetb7b5141149f5\",\"tokenizer\":\"edgeNGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet9f2375670f79\",\"lowercase\":false,\"pattern\":\"abc\",\"flags\":\"DOTALL\",\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardAnalyzer\",\"name\":\"azsmnet49367080bdc3\",\"maxTokenLength\":100,\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"azsmnet9e4996385c7f\",\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"azsmnet6ae753764b7c\",\"stopwords\":[]}],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"my_tokenizer\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"azsmnet88f236990309\",\"minGram\":2,\"maxGram\":4,\"tokenChars\":[\"letter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenizer\",\"name\":\"azsmnet25262152771d\",\"minGram\":2,\"maxGram\":4,\"tokenChars\":[\"letter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.ClassicTokenizer\",\"name\":\"azsmnet07194470c455\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordTokenizerV2\",\"name\":\"azsmnet28e1552038ee\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet8ab170630308\",\"maxTokenLength\":100,\"isSearchTokenizer\":true,\"language\":\"croatian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\"name\":\"azsmnetdc691310f22b\",\"maxTokenLength\":100,\"isSearchTokenizer\":true,\"language\":\"thai\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\"name\":\"azsmnetffe43429df2a\",\"delimiter\":\":\",\"replacement\":\"_\",\"maxTokenLength\":300,\"reverse\":true,\"skip\":2},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternTokenizer\",\"name\":\"azsmnetc326774310f7\",\"pattern\":\".*\",\"flags\":\"MULTILINE\",\"group\":0},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardTokenizerV2\",\"name\":\"azsmnet08045874c886\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\"name\":\"azsmnetb4e77598a085\",\"maxTokenLength\":100}],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"my_tokenfilter\",\"ignoreScripts\":[],\"outputUnigrams\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnet62355005081b\",\"ignoreScripts\":[\"han\"],\"outputUnigrams\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnet5a1024069d70\",\"ignoreScripts\":[],\"outputUnigrams\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\"name\":\"azsmnet0bb250746262\",\"preserveOriginal\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\"name\":\"azsmnetae601808cea3\",\"preserveOriginal\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.CommonGramTokenFilter\",\"name\":\"azsmnet2e2800048020\",\"commonWords\":[\"hello\",\"goodbye\"],\"ignoreCase\":true,\"queryMode\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.CommonGramTokenFilter\",\"name\":\"azsmnete3933993fae6\",\"commonWords\":[\"at\"],\"ignoreCase\":false,\"queryMode\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\"name\":\"azsmnet1cd184484830\",\"wordList\":[\"Schadenfreude\"],\"minWordSize\":10,\"minSubwordSize\":5,\"maxSubwordSize\":13,\"onlyLongestMatch\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmneta3c26778f0c0\",\"minGram\":2,\"maxGram\":10,\"side\":\"back\"},{\"@odata.type\":\"#Microsoft.Azure.Search.ElisionTokenFilter\",\"name\":\"azsmnetd61761337e29\",\"articles\":[\"a\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.ElisionTokenFilter\",\"name\":\"azsmnet4e416592b9e7\",\"articles\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.KeepTokenFilter\",\"name\":\"azsmnet67e178130732\",\"keepWords\":[\"aloha\"],\"keepWordsCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeepTokenFilter\",\"name\":\"azsmnet44223937b012\",\"keepWords\":[\"e\",\"komo\",\"mai\"],\"keepWordsCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\"name\":\"azsmnet59e04271d406\",\"keywords\":[\"key\",\"words\"],\"ignoreCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\"name\":\"azsmnetda8619799427\",\"keywords\":[\"essential\"],\"ignoreCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.LengthTokenFilter\",\"name\":\"azsmnet6dd9425178a6\",\"min\":5,\"max\":10},{\"@odata.type\":\"#Microsoft.Azure.Search.LimitTokenFilter\",\"name\":\"azsmnetbbf60787ef8f\",\"maxTokenCount\":10,\"consumeAllTokens\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenFilterV2\",\"name\":\"azsmnet72d65308579c\",\"minGram\":2,\"maxGram\":3},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\"name\":\"azsmnet590463185939\",\"patterns\":[\".*\"],\"preserveOriginal\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\"name\":\"azsmnet88644520ba2f\",\"pattern\":\"abc\",\"replacement\":\"123\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet6e04632776b1\",\"encoder\":\"soundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.ShingleTokenFilter\",\"name\":\"azsmnet6e373289a1e8\",\"maxShingleSize\":10,\"minShingleSize\":5,\"outputUnigrams\":false,\"outputUnigramsIfNoShingles\":true,\"tokenSeparator\":\" \",\"filterToken\":\"|\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetf82128172229\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\"name\":\"azsmnet21499371fa1e\",\"rules\":[\"ran => run\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetf3603579523e\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet2ff8474825dd\",\"stopwords\":[\"a\",\"the\"],\"stopwordsList\":null,\"ignoreCase\":true,\"removeTrailing\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet03098031dcc7\",\"stopwords\":[],\"stopwordsList\":\"italian\",\"ignoreCase\":true,\"removeTrailing\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.SynonymTokenFilter\",\"name\":\"azsmnetf2b23389e046\",\"synonyms\":[\"great, good\"],\"ignoreCase\":true,\"expand\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.TruncateTokenFilter\",\"name\":\"azsmnet89d26168bed7\",\"length\":10},{\"@odata.type\":\"#Microsoft.Azure.Search.UniqueTokenFilter\",\"name\":\"azsmnete3b82581903a\",\"onlyOnSamePosition\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.UniqueTokenFilter\",\"name\":\"azsmnet58160661a0ee\",\"onlyOnSamePosition\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\"name\":\"azsmnet59f95425fdf5\",\"generateWordParts\":false,\"generateNumberParts\":false,\"catenateWords\":true,\"catenateNumbers\":true,\"catenateAll\":true,\"splitOnCaseChange\":false,\"preserveOriginal\":true,\"splitOnNumerics\":false,\"stemEnglishPossessive\":false,\"protectedWords\":[\"protected\"]}],\"charFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.MappingCharFilter\",\"name\":\"my_charfilter\",\"mappings\":[\"a => b\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.MappingCharFilter\",\"name\":\"azsmnetd7112030f5f9\",\"mappings\":[\"s => $\",\"S => $\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\"name\":\"azsmnet5c487143c950\",\"pattern\":\"abc\",\"replacement\":\"123\"}],\"encryptionKey\":null}", + "Content-Length" : "15339", + "Body" : "{\"@odata.context\":\"https://azs-sdk36919504d0c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FE5C43E36\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet14157b4cecc\",\"tokenizer\":\"my_tokenizer\",\"tokenFilters\":[\"my_tokenfilter\"],\"charFilters\":[\"my_charfilter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet7803895a50e\",\"tokenizer\":\"edgeNGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet94418e7228f\",\"lowercase\":false,\"pattern\":\"abc\",\"flags\":\"DOTALL\",\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardAnalyzer\",\"name\":\"azsmnet0060314ef32\",\"maxTokenLength\":100,\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"azsmnet621562fd549\",\"stopwords\":[\"the\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StopAnalyzer\",\"name\":\"azsmnet82244b8ab5e\",\"stopwords\":[]}],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"my_tokenizer\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"azsmnet7850643be2f\",\"minGram\":2,\"maxGram\":4,\"tokenChars\":[\"letter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenizer\",\"name\":\"azsmnet790234b2c81\",\"minGram\":2,\"maxGram\":4,\"tokenChars\":[\"letter\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.ClassicTokenizer\",\"name\":\"azsmnet627180d39b6\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordTokenizerV2\",\"name\":\"azsmnet12637076cbb\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet47099adbaac\",\"maxTokenLength\":100,\"isSearchTokenizer\":true,\"language\":\"croatian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\"name\":\"azsmnet364348bcf47\",\"maxTokenLength\":100,\"isSearchTokenizer\":true,\"language\":\"thai\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\"name\":\"azsmnet4093015d9f9\",\"delimiter\":\":\",\"replacement\":\"_\",\"maxTokenLength\":300,\"reverse\":true,\"skip\":2},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternTokenizer\",\"name\":\"azsmnet09977943c02\",\"pattern\":\".*\",\"flags\":\"MULTILINE\",\"group\":0},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardTokenizerV2\",\"name\":\"azsmnet00441a33774\",\"maxTokenLength\":100},{\"@odata.type\":\"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\"name\":\"azsmnet31924d62e83\",\"maxTokenLength\":100}],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"my_tokenfilter\",\"ignoreScripts\":[],\"outputUnigrams\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnet876189cd7f6\",\"ignoreScripts\":[\"han\"],\"outputUnigrams\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnet54418a870ac\",\"ignoreScripts\":[],\"outputUnigrams\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\"name\":\"azsmnet81913348c60\",\"preserveOriginal\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.AsciiFoldingTokenFilter\",\"name\":\"azsmnet076005a6db1\",\"preserveOriginal\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.CommonGramTokenFilter\",\"name\":\"azsmnet542011878e9\",\"commonWords\":[\"hello\",\"goodbye\"],\"ignoreCase\":true,\"queryMode\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.CommonGramTokenFilter\",\"name\":\"azsmnet79732ce7f93\",\"commonWords\":[\"at\"],\"ignoreCase\":false,\"queryMode\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\"name\":\"azsmnet190459cd5a0\",\"wordList\":[\"Schadenfreude\"],\"minWordSize\":10,\"minSubwordSize\":5,\"maxSubwordSize\":13,\"onlyLongestMatch\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmnet16806e7a0b4\",\"minGram\":2,\"maxGram\":10,\"side\":\"back\"},{\"@odata.type\":\"#Microsoft.Azure.Search.ElisionTokenFilter\",\"name\":\"azsmnet48931665211\",\"articles\":[\"a\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.ElisionTokenFilter\",\"name\":\"azsmnet95501687034\",\"articles\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.KeepTokenFilter\",\"name\":\"azsmnet456420f5648\",\"keepWords\":[\"aloha\"],\"keepWordsCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeepTokenFilter\",\"name\":\"azsmnet63596a6e4c3\",\"keepWords\":[\"e\",\"komo\",\"mai\"],\"keepWordsCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\"name\":\"azsmnet35414d0fa56\",\"keywords\":[\"key\",\"words\"],\"ignoreCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordMarkerTokenFilter\",\"name\":\"azsmnet77943def314\",\"keywords\":[\"essential\"],\"ignoreCase\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.LengthTokenFilter\",\"name\":\"azsmnet347004e88b9\",\"min\":5,\"max\":10},{\"@odata.type\":\"#Microsoft.Azure.Search.LimitTokenFilter\",\"name\":\"azsmnet72678bc1bc2\",\"maxTokenCount\":10,\"consumeAllTokens\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenFilterV2\",\"name\":\"azsmnet0505250f735\",\"minGram\":2,\"maxGram\":3},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\"name\":\"azsmnet1230301eaa0\",\"patterns\":[\".*\"],\"preserveOriginal\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceTokenFilter\",\"name\":\"azsmnet25590f6eac5\",\"pattern\":\"abc\",\"replacement\":\"123\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet10835363b80\",\"encoder\":\"soundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.ShingleTokenFilter\",\"name\":\"azsmnet9055964a48e\",\"maxShingleSize\":10,\"minShingleSize\":5,\"outputUnigrams\":false,\"outputUnigramsIfNoShingles\":true,\"tokenSeparator\":\" \",\"filterToken\":\"|\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet60214a23735\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerOverrideTokenFilter\",\"name\":\"azsmnet21202014f82\",\"rules\":[\"ran => run\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet792514f2d96\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet24114752388\",\"stopwords\":[\"a\",\"the\"],\"stopwordsList\":null,\"ignoreCase\":true,\"removeTrailing\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet401358a0b42\",\"stopwords\":[],\"stopwordsList\":\"italian\",\"ignoreCase\":true,\"removeTrailing\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.SynonymTokenFilter\",\"name\":\"azsmnet841372a5052\",\"synonyms\":[\"great, good\"],\"ignoreCase\":true,\"expand\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.TruncateTokenFilter\",\"name\":\"azsmnet40961135cb3\",\"length\":10},{\"@odata.type\":\"#Microsoft.Azure.Search.UniqueTokenFilter\",\"name\":\"azsmnet04639125b9f\",\"onlyOnSamePosition\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.UniqueTokenFilter\",\"name\":\"azsmnet411504417ee\",\"onlyOnSamePosition\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\"name\":\"azsmnet00635a02421\",\"generateWordParts\":false,\"generateNumberParts\":false,\"catenateWords\":true,\"catenateNumbers\":true,\"catenateAll\":true,\"splitOnCaseChange\":false,\"preserveOriginal\":true,\"splitOnNumerics\":false,\"stemEnglishPossessive\":false,\"protectedWords\":[\"protected\"]}],\"charFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.MappingCharFilter\",\"name\":\"my_charfilter\",\"mappings\":[\"a => b\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.MappingCharFilter\",\"name\":\"azsmnet18833434a74\",\"mappings\":[\"s => $\",\"S => $\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\"name\":\"azsmnet7261947e820\",\"pattern\":\"abc\",\"replacement\":\"123\"}],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "616", + "elapsed-time" : "197", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d9124fac-8b0d-4e73-9e11-b2191bbf9e8b", + "request-id" : "c4456bd4-a083-4994-9f35-f4f1c1f41db8", "StatusCode" : "204", - "Date" : "Thu, 26 Dec 2019 06:55:54 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:42 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a59b1f8b-fb39-4473-9fc6-46c7134f3c6c", + "request-id" : "056fc801-0c8e-43e1-961c-0e511cb12409", "StatusCode" : "201", - "Date" : "Thu, 26 Dec 2019 06:55:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789D0A860923D\"", - "elapsed-time" : "781", + "ETag" : "W/\"0x8D7B95FE667C857\"", + "elapsed-time" : "863", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8433", - "Body" : "{\"@odata.context\":\"https://azs-sdk92313999b05a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789D0A860923D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"a0\",\"lowercase\":true,\"pattern\":\"\\\\W+\",\"flags\":null,\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardAnalyzer\",\"name\":\"a1\",\"maxTokenLength\":255,\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8408", + "Body" : "{\"@odata.context\":\"https://azs-sdk36919504d0c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FE667C857\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"a0\",\"lowercase\":true,\"pattern\":\"\\\\W+\",\"flags\":null,\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardAnalyzer\",\"name\":\"a1\",\"maxTokenLength\":255,\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "398", + "elapsed-time" : "196", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c20d7dc9-4d81-48e5-bfdf-b45d39d7418a", + "request-id" : "395119f7-6a48-4be8-9ccc-83bdc4a6978f", "StatusCode" : "204", - "Date" : "Thu, 26 Dec 2019 06:55:56 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:43 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e3a80ab4-639f-4e91-952b-f20f1a1cc128", + "request-id" : "a17032fa-2e17-4d26-bcfb-a6e3b38f79e6", "StatusCode" : "201", - "Date" : "Thu, 26 Dec 2019 06:55:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789D0A93E9E03\"", - "elapsed-time" : "689", + "ETag" : "W/\"0x8D7B95FE70D2770\"", + "elapsed-time" : "813", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "9372", - "Body" : "{\"@odata.context\":\"https://azs-sdk92313999b05a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789D0A93E9E03\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"a2\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenizer\",\"name\":\"a3\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.ClassicTokenizer\",\"name\":\"a4\",\"maxTokenLength\":255},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordTokenizerV2\",\"name\":\"a5\",\"maxTokenLength\":256},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"a6\",\"maxTokenLength\":255,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\"name\":\"a7\",\"maxTokenLength\":255,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\"name\":\"a8\",\"delimiter\":\"/\",\"replacement\":\"/\",\"maxTokenLength\":300,\"reverse\":false,\"skip\":0},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternTokenizer\",\"name\":\"a9\",\"pattern\":\"\\\\W+\",\"flags\":null,\"group\":-1},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardTokenizerV2\",\"name\":\"a10\",\"maxTokenLength\":255},{\"@odata.type\":\"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\"name\":\"a11\",\"maxTokenLength\":255}],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "9347", + "Body" : "{\"@odata.context\":\"https://azs-sdk36919504d0c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FE70D2770\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"a2\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenizer\",\"name\":\"a3\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.ClassicTokenizer\",\"name\":\"a4\",\"maxTokenLength\":255},{\"@odata.type\":\"#Microsoft.Azure.Search.KeywordTokenizerV2\",\"name\":\"a5\",\"maxTokenLength\":256},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"a6\",\"maxTokenLength\":255,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageTokenizer\",\"name\":\"a7\",\"maxTokenLength\":255,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PathHierarchyTokenizerV2\",\"name\":\"a8\",\"delimiter\":\"/\",\"replacement\":\"/\",\"maxTokenLength\":300,\"reverse\":false,\"skip\":0},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternTokenizer\",\"name\":\"a9\",\"pattern\":\"\\\\W+\",\"flags\":null,\"group\":-1},{\"@odata.type\":\"#Microsoft.Azure.Search.StandardTokenizerV2\",\"name\":\"a10\",\"maxTokenLength\":255},{\"@odata.type\":\"#Microsoft.Azure.Search.UaxUrlEmailTokenizer\",\"name\":\"a11\",\"maxTokenLength\":255}],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "418", + "elapsed-time" : "180", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "efb0344d-f2be-48bc-b8c9-2a000f741453", + "request-id" : "a3de4867-a80b-47a8-8b3d-c0d5ee11d4e0", "StatusCode" : "204", - "Date" : "Thu, 26 Dec 2019 06:55:58 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:44 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f412cd94-6678-4c93-a443-cb9aa1237049", + "request-id" : "dd960697-f7d3-4b07-a2f6-668e1593466e", "StatusCode" : "201", - "Date" : "Thu, 26 Dec 2019 06:55:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:45 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789D0AA297DBA\"", - "elapsed-time" : "724", + "ETag" : "W/\"0x8D7B95FE82C60B9\"", + "elapsed-time" : "1674", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "9962", - "Body" : "{\"@odata.context\":\"https://azs-sdk92313999b05a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789D0AA297DBA\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\"name\":\"a12\",\"wordList\":[\"Bahnhof\"],\"minWordSize\":5,\"minSubwordSize\":2,\"maxSubwordSize\":15,\"onlyLongestMatch\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"a13\",\"minGram\":1,\"maxGram\":2,\"side\":\"front\"},{\"@odata.type\":\"#Microsoft.Azure.Search.LengthTokenFilter\",\"name\":\"a14\",\"min\":0,\"max\":300},{\"@odata.type\":\"#Microsoft.Azure.Search.LimitTokenFilter\",\"name\":\"a15\",\"maxTokenCount\":1,\"consumeAllTokens\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenFilterV2\",\"name\":\"a16\",\"minGram\":1,\"maxGram\":2},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\"name\":\"a17\",\"patterns\":[\"[a-z]*\"],\"preserveOriginal\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"a18\",\"encoder\":\"metaphone\",\"replace\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.ShingleTokenFilter\",\"name\":\"a19\",\"maxShingleSize\":2,\"minShingleSize\":2,\"outputUnigrams\":true,\"outputUnigramsIfNoShingles\":false,\"tokenSeparator\":\" \",\"filterToken\":\"_\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"a20\",\"stopwords\":[],\"stopwordsList\":\"english\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.SynonymTokenFilter\",\"name\":\"a21\",\"synonyms\":[\"mutt, canine => dog\"],\"ignoreCase\":false,\"expand\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.TruncateTokenFilter\",\"name\":\"a22\",\"length\":300},{\"@odata.type\":\"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\"name\":\"a23\",\"generateWordParts\":true,\"generateNumberParts\":true,\"catenateWords\":false,\"catenateNumbers\":false,\"catenateAll\":false,\"splitOnCaseChange\":true,\"preserveOriginal\":false,\"splitOnNumerics\":true,\"stemEnglishPossessive\":true,\"protectedWords\":[]}],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "9937", + "Body" : "{\"@odata.context\":\"https://azs-sdk36919504d0c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FE82C60B9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.DictionaryDecompounderTokenFilter\",\"name\":\"a12\",\"wordList\":[\"Bahnhof\"],\"minWordSize\":5,\"minSubwordSize\":2,\"maxSubwordSize\":15,\"onlyLongestMatch\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"a13\",\"minGram\":1,\"maxGram\":2,\"side\":\"front\"},{\"@odata.type\":\"#Microsoft.Azure.Search.LengthTokenFilter\",\"name\":\"a14\",\"min\":0,\"max\":300},{\"@odata.type\":\"#Microsoft.Azure.Search.LimitTokenFilter\",\"name\":\"a15\",\"maxTokenCount\":1,\"consumeAllTokens\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.NGramTokenFilterV2\",\"name\":\"a16\",\"minGram\":1,\"maxGram\":2},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternCaptureTokenFilter\",\"name\":\"a17\",\"patterns\":[\"[a-z]*\"],\"preserveOriginal\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"a18\",\"encoder\":\"metaphone\",\"replace\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.ShingleTokenFilter\",\"name\":\"a19\",\"maxShingleSize\":2,\"minShingleSize\":2,\"outputUnigrams\":true,\"outputUnigramsIfNoShingles\":false,\"tokenSeparator\":\" \",\"filterToken\":\"_\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"a20\",\"stopwords\":[],\"stopwordsList\":\"english\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.SynonymTokenFilter\",\"name\":\"a21\",\"synonyms\":[\"mutt, canine => dog\"],\"ignoreCase\":false,\"expand\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.TruncateTokenFilter\",\"name\":\"a22\",\"length\":300},{\"@odata.type\":\"#Microsoft.Azure.Search.WordDelimiterTokenFilter\",\"name\":\"a23\",\"generateWordParts\":true,\"generateNumberParts\":true,\"catenateWords\":false,\"catenateNumbers\":false,\"catenateAll\":false,\"splitOnCaseChange\":true,\"preserveOriginal\":false,\"splitOnNumerics\":true,\"stemEnglishPossessive\":true,\"protectedWords\":[]}],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk92313999b05a.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk36919504d0c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "380", + "elapsed-time" : "222", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1fafb482-9dfa-4832-9902-f0e59bcd76ba", + "request-id" : "e8018128-7d61-4a5f-992c-ea43e9543903", "StatusCode" : "204", - "Date" : "Thu, 26 Dec 2019 06:55:59 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:45 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk36919504d0c", "azsmnet14157b4cecc", "azsmnet7803895a50e", "azsmnet94418e7228f", "azsmnet0060314ef32", "azsmnet621562fd549", "azsmnet82244b8ab5e", "azsmnet7850643be2f", "azsmnet790234b2c81", "azsmnet627180d39b6", "azsmnet12637076cbb", "azsmnet47099adbaac", "azsmnet364348bcf47", "azsmnet4093015d9f9", "azsmnet09977943c02", "azsmnet00441a33774", "azsmnet31924d62e83", "azsmnet876189cd7f6", "azsmnet54418a870ac", "azsmnet81913348c60", "azsmnet076005a6db1", "azsmnet542011878e9", "azsmnet79732ce7f93", "azsmnet190459cd5a0", "azsmnet16806e7a0b4", "azsmnet48931665211", "azsmnet95501687034", "azsmnet456420f5648", "azsmnet63596a6e4c3", "azsmnet35414d0fa56", "azsmnet77943def314", "azsmnet347004e88b9", "azsmnet72678bc1bc2", "azsmnet0505250f735", "azsmnet1230301eaa0", "azsmnet25590f6eac5", "azsmnet10835363b80", "azsmnet9055964a48e", "azsmnet60214a23735", "azsmnet21202014f82", "azsmnet792514f2d96", "azsmnet24114752388", "azsmnet401358a0b42", "azsmnet841372a5052", "azsmnet40961135cb3", "azsmnet04639125b9f", "azsmnet411504417ee", "azsmnet00635a02421", "azsmnet18833434a74", "azsmnet7261947e820" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteDatasource.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteDatasource.json index f4dd3a5624ee..bba64251e993 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteDatasource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteDatasource.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "DELETE", - "Uri" : "https://azs-sdk624337555549.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk451307e2296.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "31666d10-898f-4e91-b891-53fea248748e", + "request-id" : "a6ecd310-613d-4065-8b44-663eb1ba1e94", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "134", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdk624337555549'.\"}}", + "Content-Length" : "133", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdk451307e2296'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -23,26 +23,26 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk624337555549.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk451307e2296.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bbedd618-1f92-4723-b1b9-bda43664d97f", + "request-id" : "0e9a519a-27c6-44dd-8f7b-0802e01dd7d0", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "127", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No data source with the name 'azs-java-test-blob' was found in service 'azs-sdk624337555549'.\"}}", + "Content-Length" : "126", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No data source with the name 'azs-java-test-blob' was found in service 'azs-sdk451307e2296'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk451307e2296" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndex.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndex.json index 90870a34ea71..95c227a91ea5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndex.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndex.json @@ -1,67 +1,67 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk4e5546298e28.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk757725db8e8.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "731492e3-6baf-4975-8025-8508420322d5", + "request-id" : "d45bf14c-2b49-4cc2-a19b-88ebead9bea8", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F34841A72\"", - "elapsed-time" : "1380", + "ETag" : "W/\"0x8D7B96185BD5352\"", + "elapsed-time" : "506", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk4e5546298e28.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F34841A72\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk757725db8e8.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96185BD5352\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk4e5546298e28.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk757725db8e8.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk4e5546298e28.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk757725db8e8.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "406", + "elapsed-time" : "319", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ccc1baba-f410-4166-856b-c85d844f8830", + "request-id" : "e31c1aec-445e-46f6-80d1-3dc0ee90477c", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:02:15 GMT" + "Date" : "Mon, 24 Feb 2020 19:41:20 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk4e5546298e28.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk757725db8e8.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c466f5f0-3b5c-4b5a-b5a5-3a923fa9927e", + "request-id" : "0b868392-93c1-4e0d-af41-eca519861501", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:02:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "34", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "113", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in the service 'azs-sdk4e5546298e28'.\"}}", + "Content-Length" : "112", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in the service 'azs-sdk757725db8e8'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk757725db8e8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexer.json index e45ea86a06da..55aae90d3f6d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexer.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexer.json @@ -1,117 +1,117 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk993066e4e8b.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4c7e3bc3-f782-4150-84eb-183a86501486", + "request-id" : "69ed0306-1e61-4e2d-b446-f2090add2206", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:10 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:39 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5657E37B\"", - "elapsed-time" : "67", + "ETag" : "W/\"0x8D7B960978DD356\"", + "elapsed-time" : "64", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5657E37B\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk993066e4e8b.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960978DD356\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk993066e4e8b.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk993066e4e8b.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86868aaf-8488-4503-b0cd-ebd4b2816f36", + "request-id" : "69ad7f88-47c6-4c2b-9b4f-57cd2d55d745", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F57341A49\"", - "elapsed-time" : "1211", + "ETag" : "W/\"0x8D7B96097FD99A3\"", + "elapsed-time" : "770", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F57341A49\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk993066e4e8b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96097FD99A3\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk993066e4e8b.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk993066e4e8b.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "02957e19-6617-484e-98cb-c9c4c117a11c", + "request-id" : "8a92257c-4f36-4773-a7bf-be222d93d245", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5778ABCA\"", - "elapsed-time" : "130", + "ETag" : "W/\"0x8D7B960981592D6\"", + "elapsed-time" : "147", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5778ABCA\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk993066e4e8b.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960981592D6\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk993066e4e8b.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk993066e4e8b.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "43", + "elapsed-time" : "38", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b5552051-6caa-4371-9ba8-c4773faaf49e", + "request-id" : "26b723a4-9ec8-4986-af2d-40af60a66f67", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:03:13 GMT" + "Date" : "Mon, 24 Feb 2020 19:34:41 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk62e28414b09a.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk993066e4e8b.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bccab18d-c7d4-4e15-be2f-faf6a94453dd", + "request-id" : "22640b7e-f1c6-49bd-849f-3778cee9d588", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:03:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "9", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "99", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk62e28414b09a'.\"}}", + "Content-Length" : "98", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk993066e4e8b'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk993066e4e8b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexerWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexerWithResponse.json index ce9a39be7632..be6b5a22f866 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexerWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteIndexerWithResponse.json @@ -1,117 +1,117 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk481950f7fc6.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7dbbe97f-fb75-4da9-bcac-fd2bb1c5982c", + "request-id" : "64b481fc-ca8b-4026-a278-82073d16cef2", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5BC1C424\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B9609AC72801\"", + "elapsed-time" : "55", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk9aa965287818.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5BC1C424\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk481950f7fc6.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9609AC72801\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk481950f7fc6.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk481950f7fc6.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5550919b-5984-489d-a1c8-49ed5060f9a0", + "request-id" : "eed512ef-e50c-446c-b413-1aaf448543fd", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5C580965\"", - "elapsed-time" : "833", + "ETag" : "W/\"0x8D7B9609B415075\"", + "elapsed-time" : "848", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk9aa965287818.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5C580965\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk481950f7fc6.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9609B415075\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk481950f7fc6.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk481950f7fc6.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86dd9131-4920-4a8e-9b00-0c09a2d285fb", + "request-id" : "a326fa1b-daf4-400f-a3c4-fdbfbb895cbf", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5C825694\"", - "elapsed-time" : "146", + "ETag" : "W/\"0x8D7B9609B5E2C8A\"", + "elapsed-time" : "189", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk9aa965287818.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5C825694\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk481950f7fc6.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9609B5E2C8A\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk481950f7fc6.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk481950f7fc6.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "50", + "elapsed-time" : "47", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e6cbbbbd-0fd5-4e87-aab1-dd3144d4d9f9", + "request-id" : "a5518713-0c36-4268-94b8-b955b9635e2c", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:03:21 GMT" + "Date" : "Mon, 24 Feb 2020 19:34:47 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9aa965287818.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk481950f7fc6.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dab497b1-7b05-4423-b02d-6a7cc1e57eb3", + "request-id" : "96913362-540b-48d6-b89c-32b6fd717b7f", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:03:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "14", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "99", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk9aa965287818'.\"}}", + "Content-Length" : "98", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk481950f7fc6'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk481950f7fc6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSkillset.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSkillset.json index ff04507de8ad..9bff9e576662 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSkillset.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSkillset.json @@ -1,67 +1,67 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk5eb13043570b.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk288876db8a8.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a588fef3-50a5-4f36-8016-690ba40f1a9d", + "request-id" : "5d4e7bce-f5ec-4702-98f4-ae92958e95bb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889803E8B645\"", - "elapsed-time" : "58", + "ETag" : "W/\"0x8D7B963CB60E227\"", + "elapsed-time" : "88", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk5eb13043570b.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889803E8B645\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk288876db8a8.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963CB60E227\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5eb13043570b.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk288876db8a8.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk5eb13043570b.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk288876db8a8.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "82", + "elapsed-time" : "47", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86f5d1c2-93c1-4585-8b99-5bc91ac4ddb8", + "request-id" : "2ecfdb4e-5061-435a-b1f5-56a364681e50", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:37:57 GMT" + "Date" : "Mon, 24 Feb 2020 19:57:35 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk5eb13043570b.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk288876db8a8.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d3d05d5d-7e1d-4b52-8044-03efc19bdacd", + "request-id" : "b5aad8ed-4d47-4ad8-84c4-83936ea194f9", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:37:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "13", + "elapsed-time" : "12", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "118", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in service 'azs-sdk5eb13043570b'.\"}}", + "Content-Length" : "154", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in service 'Microsoft.WindowsAzure.Search.Core.Models.SearchService'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk288876db8a8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSynonymMap.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSynonymMap.json index b9fa2c7fbc63..b4c645827566 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSynonymMap.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndDeleteSynonymMap.json @@ -1,67 +1,67 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk66d35906b22b.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk384499a39f0.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2d7e3847-a582-4786-a636-14673d770304", + "request-id" : "7d66e625-728f-433e-a18f-abed00c9af15", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:05 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AB02FAC08\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B9645AF1A93F\"", + "elapsed-time" : "39", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk66d35906b22b.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AB02FAC08\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk384499a39f0.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9645AF1A93F\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk66d35906b22b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk384499a39f0.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk66d35906b22b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk384499a39f0.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "17", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ad34b35d-94bc-4718-8a94-882929e312af", + "request-id" : "e01194ed-9932-408a-8271-c44652001f68", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:57:05 GMT" + "Date" : "Mon, 24 Feb 2020 20:01:36 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk66d35906b22b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk384499a39f0.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7e57e352-7433-40cb-a3b2-6dbd0cc2a8f1", + "request-id" : "2f18fb1a-f4cf-49a7-b001-6668aecdf0ba", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:57:05 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "121", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'test-synonym' was found in service 'azs-sdk66d35906b22b'.\"}}", + "Content-Length" : "120", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'test-synonym' was found in service 'azs-sdk384499a39f0'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk384499a39f0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStats.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStats.json index 1c0f486682d1..ceeaba16e312 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStats.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStats.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkfc177474ae85.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk54970be7b9b.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "eaeb1c8a-0dd2-436b-ab1f-ec789fbfd6c6", + "request-id" : "597be34e-bdf3-47b8-9768-5b3ba227b9ba", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1A7011E3\"", - "elapsed-time" : "1691", + "ETag" : "W/\"0x8D7B9617444D064\"", + "elapsed-time" : "852", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkfc177474ae85.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1A7011E3\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk54970be7b9b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617444D064\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfc177474ae85.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk54970be7b9b.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkfc177474ae85.search-dogfood.windows-int.net/indexes('hotels')/search.stats?api-version=2019-05-06", + "Uri" : "https://azs-sdk54970be7b9b.search.windows.net/indexes('hotels')/search.stats?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f77c71e6-c8a9-4bc5-acf3-65f1f736c487", + "request-id" : "ec784321-cec3-4a86-9e45-96a21d8a2d22", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "40", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "174", - "Body" : "{\"@odata.context\":\"https://azs-sdkfc177474ae85.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\"documentCount\":0,\"storageSize\":0}", + "Content-Length" : "161", + "Body" : "{\"@odata.context\":\"https://azs-sdk54970be7b9b.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\"documentCount\":0,\"storageSize\":0}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk54970be7b9b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStatsWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStatsWithResponse.json index c1e2f4e92d5c..765231ebf0f5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStatsWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexStatsWithResponse.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk9cd6329742b1.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk600596c1965.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4b855e5e-9cd4-4343-a165-69360fe7bf0c", + "request-id" : "6adb1691-32c7-4be0-bdea-76adcbe662cc", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F5BB31B11\"", - "elapsed-time" : "1054", + "ETag" : "W/\"0x8D7B961A58D4C61\"", + "elapsed-time" : "862", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk9cd6329742b1.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F5BB31B11\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk600596c1965.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961A58D4C61\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9cd6329742b1.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk600596c1965.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9cd6329742b1.search-dogfood.windows-int.net/indexes('hotels')/search.stats?api-version=2019-05-06", + "Uri" : "https://azs-sdk600596c1965.search.windows.net/indexes('hotels')/search.stats?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c9dfdba7-3419-412b-87ae-4346b2daedf5", + "request-id" : "ad83cf7e-257a-4c47-96d9-26afd6f3b1c7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "43", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "174", - "Body" : "{\"@odata.context\":\"https://azs-sdk9cd6329742b1.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\"documentCount\":0,\"storageSize\":0}", + "Content-Length" : "161", + "Body" : "{\"@odata.context\":\"https://azs-sdk600596c1965.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexStatistics\",\"documentCount\":0,\"storageSize\":0}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk600596c1965" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexer.json index 35f715ede08f..fe744c88163e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexer.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndGetIndexer.json @@ -1,123 +1,123 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk21997d90251.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9c9872bb-d199-45df-a87c-7e5b961b57de", + "request-id" : "d271a1a3-0edb-466f-a936-7b6d8c718aa7", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2F0B1BA3\"", - "elapsed-time" : "49", + "ETag" : "W/\"0x8D7B96078B119CA\"", + "elapsed-time" : "68", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2F0B1BA3\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk21997d90251.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96078B119CA\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk21997d90251.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk21997d90251.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a835cd49-91e8-4da7-824c-913519c10c07", + "request-id" : "1c0493fc-9212-41f8-ba8f-43785bc3748b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2F955058\"", - "elapsed-time" : "751", + "ETag" : "W/\"0x8D7B96079254DAE\"", + "elapsed-time" : "778", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2F955058\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk21997d90251.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96079254DAE\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk21997d90251.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk21997d90251.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4f1f14e0-bf65-4e91-9876-aa2ee9ae078c", + "request-id" : "2a16cf5d-0315-4008-90c0-56895d8ee2a6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2FBD2C10\"", - "elapsed-time" : "123", + "ETag" : "W/\"0x8D7B9607939EAE8\"", + "elapsed-time" : "154", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2FBD2C10\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk21997d90251.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607939EAE8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk21997d90251.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk21997d90251.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "736e1c7b-4111-4737-8715-bb6fdd9fffdb", + "request-id" : "f2ff0daf-cefc-4a83-91d6-a3941d4d31d4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2FBD2C10\"", - "elapsed-time" : "18", + "ETag" : "W/\"0x8D7B9607939EAE8\"", + "elapsed-time" : "11", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2FBD2C10\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk21997d90251.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607939EAE8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk21997d90251.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "eb99ce49-abe2-473d-bc08-c70817c8bbee", + "request-id" : "f9c82968-cc4b-48a4-a7f1-dada9f99a317", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2FBD2C10\"", - "elapsed-time" : "16", + "ETag" : "W/\"0x8D7B9607939EAE8\"", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk9f836100de7d.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2FBD2C10\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk21997d90251.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607939EAE8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk21997d90251" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSources.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSources.json index d950958b02a8..aa10b63b4cd6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSources.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSources.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk0bd248562262.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk350204453da.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c826fd0c-ec44-48f4-92dd-cfb675ce7cb8", + "request-id" : "80abb5b2-6c4f-48cd-9527-cfa1c66075ac", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EBB6DA833\"", - "elapsed-time" : "50", + "ETag" : "W/\"0x8D7B95FF209B0BB\"", + "elapsed-time" : "79", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bd248562262.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EBB6DA833\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk350204453da.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF209B0BB\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0bd248562262.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk350204453da.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk0bd248562262.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk350204453da.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "13f4dab7-1a72-411b-80e3-1a0acad210b6", + "request-id" : "90b01be5-108c-4cbe-ac81-ac4d1226d646", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EBB8D6BDD\"", - "elapsed-time" : "38", + "ETag" : "W/\"0x8D7B95FF211533E\"", + "elapsed-time" : "34", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bd248562262.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EBB8D6BDD\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk350204453da.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF211533E\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0bd248562262.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk350204453da.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk0bd248562262.search-dogfood.windows-int.net/datasources?api-version=2019-05-06", + "Uri" : "https://azs-sdk350204453da.search.windows.net/datasources?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2e5fef93-a82c-488c-ba44-0480acac7f70", + "request-id" : "b5b73347-5074-4849-aa5d-e91411ddfb67", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "50", + "elapsed-time" : "29", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "702", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bd248562262.search-dogfood.windows-int.net/$metadata#datasources\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7883EBB6DA833\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null},{\"@odata.etag\":\"\\\"0x8D7883EBB8D6BDD\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}]}", + "Content-Length" : "689", + "Body" : "{\"@odata.context\":\"https://azs-sdk350204453da.search.windows.net/$metadata#datasources\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B95FF209B0BB\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null},{\"@odata.etag\":\"\\\"0x8D7B95FF211533E\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk350204453da" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSourcesWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSourcesWithResponse.json index eda5e4b1e00e..3dfe9d678deb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSourcesWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListDataSourcesWithResponse.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk24a325124880.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk77018a0a347.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "21272c58-63bd-4e9f-8080-4231b552cf8c", + "request-id" : "a51a69f7-9987-41d4-a23c-160b7887a2d0", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EE513FA41\"", - "elapsed-time" : "46", + "ETag" : "W/\"0x8D7B96015E91327\"", + "elapsed-time" : "52", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk24a325124880.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EE513FA41\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk77018a0a347.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96015E91327\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk24a325124880.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk77018a0a347.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk24a325124880.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk77018a0a347.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "afdedaf6-90b4-4750-a01c-548b7c0fa03c", + "request-id" : "c9cf7a5a-ed42-41bd-809f-b863f64ab24d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EE532853E\"", - "elapsed-time" : "30", + "ETag" : "W/\"0x8D7B96015F1C754\"", + "elapsed-time" : "44", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk24a325124880.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EE532853E\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk77018a0a347.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96015F1C754\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk24a325124880.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk77018a0a347.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk24a325124880.search-dogfood.windows-int.net/datasources?$select=name&api-version=2019-05-06", + "Uri" : "https://azs-sdk77018a0a347.search.windows.net/datasources?$select=name&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fc7ab2b3-44a9-436f-8be8-f981f3f6c7b3", + "request-id" : "6ee1d3c9-ddbe-4609-b9ad-3687d0671b7b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "80", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "176", - "Body" : "{\"@odata.context\":\"https://azs-sdk24a325124880.search-dogfood.windows-int.net/$metadata#datasources(name)\",\"value\":[{\"name\":\"azs-java-test-blob\"},{\"name\":\"azs-java-test-sql\"}]}", + "Content-Length" : "163", + "Body" : "{\"@odata.context\":\"https://azs-sdk77018a0a347.search.windows.net/$metadata#datasources(name)\",\"value\":[{\"name\":\"azs-java-test-blob\"},{\"name\":\"azs-java-test-sql\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk77018a0a347" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexerNames.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexerNames.json index f62b1d79a5f2..a2338d0a59c4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexerNames.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexerNames.json @@ -1,125 +1,125 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk24964a222f1.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ccebdf13-be2f-475f-b061-dd8c3cd664fb", + "request-id" : "bd7f9542-9337-46c8-aea8-9467ed864e97", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F109C6A96\"", - "elapsed-time" : "67", + "ETag" : "W/\"0x8D7B9605FC0A99F\"", + "elapsed-time" : "74", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F109C6A96\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk24964a222f1.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9605FC0A99F\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk24964a222f1.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk24964a222f1.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b61bb070-d383-41cc-aff3-eb1ef789215e", + "request-id" : "98b5b3be-fbbb-422e-8f16-660acd5ab899", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F11334C28\"", - "elapsed-time" : "830", + "ETag" : "W/\"0x8D7B9606002EEEB\"", + "elapsed-time" : "455", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F11334C28\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk24964a222f1.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606002EEEB\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk24964a222f1.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk24964a222f1.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e99a928c-de5c-4a83-bdca-4f07f3a219c3", + "request-id" : "abe07699-82ad-4257-87dc-ecf8dac3385f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1174A8B0\"", - "elapsed-time" : "412", + "ETag" : "W/\"0x8D7B96060B261F1\"", + "elapsed-time" : "1224", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "418", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1174A8B0\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk24964a222f1.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96060B261F1\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexers('indexer1')?api-version=2019-05-06" + "Location" : "https://azs-sdk24964a222f1.search.windows.net/indexers('indexer1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk24964a222f1.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e1bce407-8c82-4f8f-9dbb-bc6887d8c0ac", + "request-id" : "68578549-af3d-4f73-ab22-23087cad806a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F11D553A3\"", - "elapsed-time" : "337", + "ETag" : "W/\"0x8D7B9606114912A\"", + "elapsed-time" : "567", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "418", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F11D553A3\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk24964a222f1.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606114912A\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexers('indexer2')?api-version=2019-05-06" + "Location" : "https://azs-sdk24964a222f1.search.windows.net/indexers('indexer2')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/indexers?$select=name&api-version=2019-05-06", + "Uri" : "https://azs-sdk24964a222f1.search.windows.net/indexers?$select=name&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6520621a-fd6d-4343-9b9f-6dd413a82c4b", + "request-id" : "a8dc64ad-3b1c-4fb2-b46b-d8a94af1c0d5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "14", + "elapsed-time" : "11", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "154", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2a362709cdc.search-dogfood.windows-int.net/$metadata#indexers(name)\",\"value\":[{\"name\":\"indexer1\"},{\"name\":\"indexer2\"}]}", + "Content-Length" : "141", + "Body" : "{\"@odata.context\":\"https://azs-sdk24964a222f1.search.windows.net/$metadata#indexers(name)\",\"value\":[{\"name\":\"indexer1\"},{\"name\":\"indexer2\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk24964a222f1" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexers.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexers.json index 19bb53c12a99..bc3d58c1bdd3 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexers.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexers.json @@ -1,125 +1,125 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk896198b6132.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0c0868ef-6f14-4f9a-9da8-563815e33203", + "request-id" : "c2eccb22-0ebc-43eb-a71d-72194e64ba3c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:15:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78894D7E12E32\"", - "elapsed-time" : "53", + "ETag" : "W/\"0x8D7B960B39BA69A\"", + "elapsed-time" : "85", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D78894D7E12E32\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk896198b6132.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B39BA69A\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk896198b6132.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk896198b6132.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a812261a-f415-4f92-94c7-b5912692922d", + "request-id" : "aa211ce8-0788-4e11-a40d-d2e47d2708f3", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:15:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78894D88FE28D\"", - "elapsed-time" : "947", + "ETag" : "W/\"0x8D7B960B3D86CA4\"", + "elapsed-time" : "418", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78894D88FE28D\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk896198b6132.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B3D86CA4\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk896198b6132.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk896198b6132.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9b0e5cb0-2547-471c-b6dd-90fd3f0a4852", + "request-id" : "471d8a91-92d7-4861-b8c9-9733d3a9f4bc", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:15:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78894D8CF42D6\"", - "elapsed-time" : "147", + "ETag" : "W/\"0x8D7B960B3F17779\"", + "elapsed-time" : "209", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "418", - "Body" : "{\"@odata.context\":\"https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D78894D8CF42D6\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk896198b6132.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B3F17779\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexers('indexer1')?api-version=2019-05-06" + "Location" : "https://azs-sdk896198b6132.search.windows.net/indexers('indexer1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk896198b6132.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5f001a55-dbba-4389-8b11-bc50c4c25033", + "request-id" : "06cf6d79-6cc9-4831-9ba4-b4bf4fd4fd3e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:15:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78894D904199F\"", - "elapsed-time" : "112", + "ETag" : "W/\"0x8D7B960B40E539A\"", + "elapsed-time" : "152", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "418", - "Body" : "{\"@odata.context\":\"https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D78894D904199F\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk896198b6132.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B40E539A\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexers('indexer2')?api-version=2019-05-06" + "Location" : "https://azs-sdk896198b6132.search.windows.net/indexers('indexer2')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk896198b6132.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c35bff4c-e81f-44a2-a158-c775a22ce9ee", + "request-id" : "f14b112f-4d0a-4ae8-b73c-814e2d3d9207", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:15:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "13", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "736", - "Body" : "{\"@odata.context\":\"https://azs-sdk93576616bd7a.search-dogfood.windows-int.net/$metadata#indexers\",\"value\":[{\"@odata.etag\":\"\\\"0x8D78894D8CF42D6\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]},{\"@odata.etag\":\"\\\"0x8D78894D904199F\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}]}", + "Content-Length" : "723", + "Body" : "{\"@odata.context\":\"https://azs-sdk896198b6132.search.windows.net/$metadata#indexers\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B960B3F17779\\\"\",\"name\":\"indexer1\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]},{\"@odata.etag\":\"\\\"0x8D7B960B40E539A\\\"\",\"name\":\"indexer2\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk896198b6132" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexes.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexes.json index 1494bc935f66..bae7bc4e9dd2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexes.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListIndexes.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk2319269d6a6.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7865c78c-af14-4a6a-a2ef-a4b7b069c028", + "request-id" : "efa37219-c1c6-4b36-b11d-746a8e1da1c4", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 13:25:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78874C988AF2A\"", - "elapsed-time" : "692", + "ETag" : "W/\"0x8D7B96167FDFDF9\"", + "elapsed-time" : "849", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78874C988AF2A\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk2319269d6a6.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96167FDFDF9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk2319269d6a6.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk2319269d6a6.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "591e53a5-9874-4db1-a3d3-9c3cc40e1c34", + "request-id" : "bd4d2512-b36a-4bb4-b187-34cdca86cdd0", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 13:25:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78874CACF5633\"", - "elapsed-time" : "759", + "ETag" : "W/\"0x8D7B96168840F91\"", + "elapsed-time" : "940", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8196", - "Body" : "{\"@odata.context\":\"https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78874CACF5633\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8171", + "Body" : "{\"@odata.context\":\"https://azs-sdk2319269d6a6.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96168840F91\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/indexes('hotels2')?api-version=2019-05-06" + "Location" : "https://azs-sdk2319269d6a6.search.windows.net/indexes('hotels2')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk2319269d6a6.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7c7c9560-4206-4c1c-a391-191e96d84a53", + "request-id" : "f6f59e43-6b4f-4873-86f3-097f2eb20148", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 13:25:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "102", + "elapsed-time" : "61", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "16292", - "Body" : "{\"@odata.context\":\"https://azs-sdka5574739a5a1.search-dogfood.windows-int.net/$metadata#indexes\",\"value\":[{\"@odata.etag\":\"\\\"0x8D78874C988AF2A\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null},{\"@odata.etag\":\"\\\"0x8D78874CACF5633\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}]}", + "Content-Length" : "16255", + "Body" : "{\"@odata.context\":\"https://azs-sdk2319269d6a6.search.windows.net/$metadata#indexes\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B96167FDFDF9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null},{\"@odata.etag\":\"\\\"0x8D7B96168840F91\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk2319269d6a6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSkillsets.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSkillsets.json index d35081a0a178..0015f2ba4724 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSkillsets.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSkillsets.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk21319473d76a.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk0403536d0c3.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dd64b792-7f88-453b-b558-d88916e4b009", + "request-id" : "84d1e6e9-b746-496e-880b-1d3830d5061d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897F6E8C5FE\"", - "elapsed-time" : "62", + "ETag" : "W/\"0x8D7B963C051B787\"", + "elapsed-time" : "91", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "791", - "Body" : "{\"@odata.context\":\"https://azs-sdk21319473d76a.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897F6E8C5FE\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", + "Content-Length" : "778", + "Body" : "{\"@odata.context\":\"https://azs-sdk0403536d0c3.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963C051B787\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk21319473d76a.search-dogfood.windows-int.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk0403536d0c3.search.windows.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk21319473d76a.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk0403536d0c3.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3eca14dc-f2da-4490-bdeb-c7bf32032ff3", + "request-id" : "623c7559-3aa6-4635-b044-1c3f8dbdc146", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897F7153695\"", - "elapsed-time" : "39", + "ETag" : "W/\"0x8D7B963C0639528\"", + "elapsed-time" : "127", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "673", - "Body" : "{\"@odata.context\":\"https://azs-sdk21319473d76a.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897F7153695\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "660", + "Body" : "{\"@odata.context\":\"https://azs-sdk0403536d0c3.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963C0639528\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk21319473d76a.search-dogfood.windows-int.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk0403536d0c3.search.windows.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk21319473d76a.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk0403536d0c3.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86527ae2-2382-43fb-bf47-91566262fb1c", + "request-id" : "f1de2958-a11e-4861-adb0-80824f7cfa04", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:37:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "70", + "elapsed-time" : "93", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1436", - "Body" : "{\"@odata.context\":\"https://azs-sdk21319473d76a.search-dogfood.windows-int.net/$metadata#skillsets\",\"value\":[{\"@odata.etag\":\"\\\"0x8D78897F6E8C5FE\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}},{\"@odata.etag\":\"\\\"0x8D78897F7153695\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[\"Person\",\"Quantity\",\"Organization\",\"URL\",\"Email\",\"Location\",\"DateTime\"],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}]}", + "Content-Length" : "1423", + "Body" : "{\"@odata.context\":\"https://azs-sdk0403536d0c3.search.windows.net/$metadata#skillsets\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B963C051B787\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}},{\"@odata.etag\":\"\\\"0x8D7B963C0639528\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[\"Person\",\"Quantity\",\"Organization\",\"URL\",\"Email\",\"Location\",\"DateTime\"],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0403536d0c3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSynonymMaps.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSynonymMaps.json index 3d2e496e2e41..58a3926e31ff 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSynonymMaps.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateAndListSynonymMaps.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk6790395e453.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8fac2152-ece1-4291-8dac-4e2a732e29c0", + "request-id" : "791fc183-11c2-46bb-b52c-81a5184e3411", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:24 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B02B7AAFD\"", - "elapsed-time" : "72", + "ETag" : "W/\"0x8D7B964954C5EC7\"", + "elapsed-time" : "37", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B02B7AAFD\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk6790395e453.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964954C5EC7\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk6790395e453.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk6790395e453.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "50d6ba51-f6da-456d-8689-f22baacbbc05", + "request-id" : "613dd673-ac28-40cb-8177-b692b9c20844", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:24 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B02D37639\"", - "elapsed-time" : "23", + "ETag" : "W/\"0x8D7B964955141AD\"", + "elapsed-time" : "42", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "232", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B02D37639\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "219", + "Body" : "{\"@odata.context\":\"https://azs-sdk6790395e453.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964955141AD\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/synonymmaps('test-synonym1')?api-version=2019-05-06" + "Location" : "https://azs-sdk6790395e453.search.windows.net/synonymmaps('test-synonym1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk6790395e453.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c7e14ec5-92b7-4d4e-9a9c-d24eb8bd118d", + "request-id" : "d66cc4d6-d655-4dd4-95bd-d5848699bdd1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:24 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "44", + "elapsed-time" : "17", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "360", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ec08161e602.search-dogfood.windows-int.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7889B02B7AAFD\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null},{\"@odata.etag\":\"\\\"0x8D7889B02D37639\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}]}", + "Content-Length" : "347", + "Body" : "{\"@odata.context\":\"https://azs-sdk6790395e453.search.windows.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B964954C5EC7\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null},{\"@odata.etag\":\"\\\"0x8D7B964955141AD\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk6790395e453" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSource.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSource.json index 53e3179a0c05..7746f27eb54e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSource.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf3b668782b45.search-dogfood.windows-int.net/datasources?api-version=2019-05-06", + "Uri" : "https://azs-sdk920243a96d9.search.windows.net/datasources?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e67eaa0a-c07b-4255-ab6f-f0bc886a63c3", + "request-id" : "362218ff-bb42-450a-8cd7-e42dda285eac", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 18:22:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889E417C94AA\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B9600C3A7CDF\"", + "elapsed-time" : "60", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkf3b668782b45.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7889E417C94AA\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk920243a96d9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600C3A7CDF\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf3b668782b45.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk920243a96d9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkf3b668782b45.search-dogfood.windows-int.net/datasources?api-version=2019-05-06", + "Uri" : "https://azs-sdk920243a96d9.search.windows.net/datasources?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b38b7b95-edfa-4bb9-85ae-81006112f446", + "request-id" : "5b18c0d6-96ef-4c6b-a50b-8aae7623ce50", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:22:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "23", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdkf3b668782b45.search-dogfood.windows-int.net/$metadata#datasources\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7889E417C94AA\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk920243a96d9.search.windows.net/$metadata#datasources\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B9600C3A7CDF\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk920243a96d9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSourceWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSourceWithResponse.json index 522e2ce4aca0..48e08e080d78 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSourceWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateDataSourceWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk7b9092098d1d.search-dogfood.windows-int.net/datasources?api-version=2019-05-06", + "Uri" : "https://azs-sdk9047741df0a.search.windows.net/datasources?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cbd355af-da57-4516-bad3-e37be4a7778b", + "request-id" : "8773a069-c0c9-4a32-a8b7-47ef01174eff", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 18:23:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889E635FF1C7\"", - "elapsed-time" : "51", + "ETag" : "W/\"0x8D7B96009827E26\"", + "elapsed-time" : "55", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk7b9092098d1d.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7889E635FF1C7\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk9047741df0a.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96009827E26\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7b9092098d1d.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk9047741df0a.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk9047741df0a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBatchSizeMaxFailedItems.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBatchSizeMaxFailedItems.json index e80876f3b783..185f1d75029f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBatchSizeMaxFailedItems.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBatchSizeMaxFailedItems.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk0607819b22a.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e53b3f02-7b1d-4c0a-ab91-f82db1589bff", + "request-id" : "62688d15-951f-46d3-b2a0-fd88f4d92420", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0731110D\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B9605850FB3D\"", + "elapsed-time" : "90", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0731110D\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk0607819b22a.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9605850FB3D\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk0607819b22a.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk0607819b22a.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a8ca9bea-4417-441b-a020-ac4b1863c85f", + "request-id" : "ca2bc094-4efe-455e-91ad-fdaf01d7345d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F081ADEFA\"", - "elapsed-time" : "1389", + "ETag" : "W/\"0x8D7B96058CC0E3C\"", + "elapsed-time" : "797", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F081ADEFA\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk0607819b22a.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96058CC0E3C\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk0607819b22a.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk0607819b22a.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a6dc3665-f277-4471-ba70-b03ad108f13e", + "request-id" : "3426a28a-5c5b-4983-8625-f8c422d7013d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F08486133\"", - "elapsed-time" : "155", + "ETag" : "W/\"0x8D7B960591E831D\"", + "elapsed-time" : "557", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "521", - "Body" : "{\"@odata.context\":\"https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F08486133\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":20,\"maxFailedItems\":121,\"maxFailedItemsPerBatch\":11,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "508", + "Body" : "{\"@odata.context\":\"https://azs-sdk0607819b22a.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960591E831D\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":20,\"maxFailedItems\":121,\"maxFailedItemsPerBatch\":11,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcb3124206bd9.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk0607819b22a.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0607819b22a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBlobParams.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBlobParams.json index 3cd447e51206..948b6776bb43 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBlobParams.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithBlobParams.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdke84156760375.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk9787005bd6f.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1c85c7ee-9f69-4dbb-aa33-07cbb659d941", + "request-id" : "8202cfa1-65bf-4d51-983a-b199db260c6c", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918DFBBD894\"", - "elapsed-time" : "98", + "ETag" : "W/\"0x8D7B960AA627CF3\"", + "elapsed-time" : "97", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "533", - "Body" : "{\"@odata.context\":\"https://azs-sdke84156760375.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D78918DFBBD894\\\"\",\"name\":\"azs-java-live-blob\",\"description\":\"real live blob\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"azsblob50488a\",\"query\":\"/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"fieldName\",\"softDeleteMarkerValue\":\"someValue\"}}", + "Content-Length" : "532", + "Body" : "{\"@odata.context\":\"https://azs-sdk9787005bd6f.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960AA627CF3\\\"\",\"name\":\"azs-java-live-blob\",\"description\":\"real live blob\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"azsblob30569d\",\"query\":\"/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"fieldName\",\"softDeleteMarkerValue\":\"someValue\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke84156760375.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk9787005bd6f.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke84156760375.search.windows.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk9787005bd6f.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "76bb0484-d8e4-4982-b71f-10e111a618e9", + "request-id" : "59db589d-842f-4359-8cba-3ceb1732e01b", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918E01E0DA0\"", - "elapsed-time" : "519", + "ETag" : "W/\"0x8D7B960AAE38477\"", + "elapsed-time" : "859", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "970", - "Body" : "{\"@odata.context\":\"https://azs-sdke84156760375.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78918E01E0DA0\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[]}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk9787005bd6f.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960AAE38477\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke84156760375.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk9787005bd6f.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke84156760375.search.windows.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk9787005bd6f.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3fb27b51-6748-48c2-9829-807d3011aa7b", + "request-id" : "2617a8e4-3985-4e42-bbf4-cf89e3ed7fda", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918E04B6A36\"", - "elapsed-time" : "179", + "ETag" : "W/\"0x8D7B960AB221F97\"", + "elapsed-time" : "432", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "663", - "Body" : "{\"@odata.context\":\"https://azs-sdke84156760375.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D78918E04B6A36\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":null,\"maxFailedItems\":null,\"maxFailedItemsPerBatch\":null,\"base64EncodeKeys\":null,\"configuration\":{\"dataToExtract\":\"storageMetadata\",\"failOnUnsupportedContentType\":false,\"indexedFileNameExtensions\":\".pdf,.docx\",\"excludedFileNameExtensions\":\".xlsx\"}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "662", + "Body" : "{\"@odata.context\":\"https://azs-sdk9787005bd6f.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960AB221F97\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":null,\"maxFailedItems\":null,\"maxFailedItemsPerBatch\":null,\"base64EncodeKeys\":null,\"configuration\":{\"dataToExtract\":\"storageMetadata\",\"failOnUnsupportedContentType\":false,\"indexedFileNameExtensions\":\".pdf,.docx\",\"excludedFileNameExtensions\":\".xlsx\"}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke84156760375.search.windows.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk9787005bd6f.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk9787005bd6f", "azsstor39334d", "azsblob30569d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithFieldMapping.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithFieldMapping.json index 4658bc30ca7d..129aa7147cfb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithFieldMapping.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithFieldMapping.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk48602cbd4ca.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4e6e0ba7-b2ff-4d37-8c31-31df43965b5c", + "request-id" : "db66e7f7-3942-4be2-a3d2-2ad5bcdca195", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0C202947\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B9605C2350A2\"", + "elapsed-time" : "66", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0C202947\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk48602cbd4ca.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9605C2350A2\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk48602cbd4ca.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk48602cbd4ca.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ebea8562-5bba-419e-aaca-809f05e64cd5", + "request-id" : "88bedb0f-948c-4933-b7b0-eab261788e8e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0CCB0C3C\"", - "elapsed-time" : "970", + "ETag" : "W/\"0x8D7B9605C96E82D\"", + "elapsed-time" : "764", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0CCB0C3C\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk48602cbd4ca.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9605C96E82D\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk48602cbd4ca.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk48602cbd4ca.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "de92fde4-c1f7-4eb7-a710-66a288f164cc", + "request-id" : "45b0b028-d076-466c-a2e5-b3aa74fbf20b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0CF3D289\"", - "elapsed-time" : "126", + "ETag" : "W/\"0x8D7B9605CEDF1CA\"", + "elapsed-time" : "609", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "499", - "Body" : "{\"@odata.context\":\"https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0CF3D289\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[{\"sourceFieldName\":\"state_alpha\",\"targetFieldName\":\"state\",\"mappingFunction\":null}],\"outputFieldMappings\":[]}", + "Content-Length" : "486", + "Body" : "{\"@odata.context\":\"https://azs-sdk48602cbd4ca.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9605CEDF1CA\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[{\"sourceFieldName\":\"state_alpha\",\"targetFieldName\":\"state\",\"mappingFunction\":null}],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk29a9759633ce.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk48602cbd4ca.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk48602cbd4ca" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSchedule.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSchedule.json index eb7a9b150ebe..2fbf68db79bb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSchedule.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSchedule.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk36037efa02a.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d8e8087b-b437-4499-ab4b-a7604118c95f", + "request-id" : "bc571747-51ad-46ea-944c-b3d6161bbbaf", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F63BEC195\"", - "elapsed-time" : "50", + "ETag" : "W/\"0x8D7B960ADE74039\"", + "elapsed-time" : "84", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk154782214eb2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F63BEC195\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk36037efa02a.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960ADE74039\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk36037efa02a.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk36037efa02a.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b7885fd7-cff3-44aa-8f70-0d81304a84e3", + "request-id" : "86f7cb0b-d55e-486f-a025-2025053424f0", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6446FA20\"", - "elapsed-time" : "738", + "ETag" : "W/\"0x8D7B960AE644F7D\"", + "elapsed-time" : "805", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk154782214eb2.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6446FA20\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk36037efa02a.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960AE644F7D\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk36037efa02a.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk36037efa02a.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "33db69fe-f69b-4cd4-919c-eb2587d72775", + "request-id" : "ace98a6c-4637-405e-b4a5-3a4a185d2971", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6470AAE9\"", - "elapsed-time" : "153", + "ETag" : "W/\"0x8D7B960AEBDF1A8\"", + "elapsed-time" : "642", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "419", - "Body" : "{\"@odata.context\":\"https://azs-sdk154782214eb2.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6470AAE9\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"PT10M\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "406", + "Body" : "{\"@odata.context\":\"https://azs-sdk36037efa02a.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960AEBDF1A8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"PT10M\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk154782214eb2.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk36037efa02a.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk36037efa02a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSkillset.json b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSkillset.json index 8bfac1c1b6a0..be9f5cd08388 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSkillset.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canCreateIndexerWithSkillset.json @@ -1,104 +1,104 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk477277d3889.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c0d9f168-4675-425d-88cc-668cfedd34ff", + "request-id" : "c093f093-65d3-4158-8b8e-30e0656b8451", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2A53E7C6\"", - "elapsed-time" : "61", + "ETag" : "W/\"0x8D7B960756CEDAA\"", + "elapsed-time" : "47", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2A53E7C6\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk477277d3889.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960756CEDAA\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk477277d3889.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk477277d3889.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5b532634-579a-4a6c-bce5-9794d4316f12", + "request-id" : "7a05adf3-66d9-499c-a725-990ec8ed5ce9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2A772EA6\"", - "elapsed-time" : "49", + "ETag" : "W/\"0x8D7B9607574420B\"", + "elapsed-time" : "37", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "708", - "Body" : "{\"@odata.context\":\"https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2A772EA6\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "695", + "Body" : "{\"@odata.context\":\"https://azs-sdk477277d3889.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607574420B\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk477277d3889.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk477277d3889.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8f8fcb13-7a66-4726-a4f1-dbfbbef8e2bc", + "request-id" : "b9bd8884-f4b1-467e-b91a-c2695c22e492", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2B2F5ADD\"", - "elapsed-time" : "1051", + "ETag" : "W/\"0x8D7B96075E2CF95\"", + "elapsed-time" : "742", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2B2F5ADD\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk477277d3889.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96075E2CF95\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk477277d3889.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk477277d3889.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "25721a6a-2766-49df-a0c9-df5829cad75b", + "request-id" : "278bcdf5-994b-4958-bedd-c9b678109cfb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2B77215B\"", - "elapsed-time" : "346", + "ETag" : "W/\"0x8D7B96075F8CC9F\"", + "elapsed-time" : "163", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "427", - "Body" : "{\"@odata.context\":\"https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2B77215B\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":\"ocr-skillset\",\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "414", + "Body" : "{\"@odata.context\":\"https://azs-sdk477277d3889.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96075F8CC9F\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":\"ocr-skillset\",\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1ce90926fb8d.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk477277d3889.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk477277d3889" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canDeleteBatchByKeys.json b/sdk/search/azure-search/src/test/resources/session-records/canDeleteBatchByKeys.json index 5bf714281d85..4017fe8f6b2a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canDeleteBatchByKeys.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canDeleteBatchByKeys.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9a7b5de2-3548-4fd3-bf1a-c965f61130b8", + "request-id" : "bb0426d4-dce1-4ed0-b7b8-7b57f0c16a07", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "142", + "elapsed-time" : "147", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "302", - "Body" : "{\"@odata.context\":\"https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "289", + "Body" : "{\"@odata.context\":\"https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4bf8cad9-e5f5-458a-bdc0-6339f4d30865", + "request-id" : "6a0034fe-2e65-4935-9bc8-a88360e0748d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "31", + "elapsed-time" : "23", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -45,40 +45,40 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16a36687-48bd-4222-9a97-52ea527303d0", + "request-id" : "06449af5-6e38-43af-85e6-6eca9431a54d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "57", + "elapsed-time" : "25", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "302", - "Body" : "{\"@odata.context\":\"https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "289", + "Body" : "{\"@odata.context\":\"https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk22e6625941df.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk77674bf15b0.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16e78064-99ae-498f-8caa-095fddaf6f18", + "request-id" : "86e6f170-20b2-40b4-aeaa-71fef5e12117", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "4", + "elapsed-time" : "3", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -88,5 +88,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk77674bf15b0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canDeserializeGeoPoint.json b/sdk/search/azure-search/src/test/resources/session-records/canDeserializeGeoPoint.json index 09996e7d277e..6eda1002a85c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canDeserializeGeoPoint.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canDeserializeGeoPoint.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkbc444373c218.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk226580177e4.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "99e6e182-5e82-4079-ab98-997b3b77264a", + "request-id" : "de49fecb-b212-46a9-a7f3-8f9c3ee2ffcc", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:25:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "201", + "elapsed-time" : "159", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkbc444373c218.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk226580177e4.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkbc444373c218.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk226580177e4.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2c467b07-7231-4934-b7f0-1b8523b7cc90", + "request-id" : "450a9057-c943-461e-8ae1-0201fa5fbbf3", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:26:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "92", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1094", - "Body" : "{\"@odata.context\":\"https://azs-sdkbc444373c218.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.06666835,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1141", + "Body" : "{\"@odata.context\":\"https://azs-sdk226580177e4.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.06666835,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk226580177e4" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canFilter.json b/sdk/search/azure-search/src/test/resources/session-records/canFilter.json index d05d8c3e5a4d..cb3d84f00130 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canFilter.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canFilter.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke44661926991.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk82192e94bae.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e36295e6-761c-47ad-bb74-66fbfe265353", + "request-id" : "2ee63d07-656a-44e0-9100-c6538aa7b3f7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "141", + "elapsed-time" : "170", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdke44661926991.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk82192e94bae.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke44661926991.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk82192e94bae.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7d186ff3-c2e5-4e85-82f9-03a84fe15367", + "request-id" : "949decfb-b539-4b51-a36c-0b10c817e6c7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "28", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1521", - "Body" : "{\"@odata.context\":\"https://azs-sdke44661926991.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1574", + "Body" : "{\"@odata.context\":\"https://azs-sdk82192e94bae.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk82192e94bae" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canFilterNonNullableType.json b/sdk/search/azure-search/src/test/resources/session-records/canFilterNonNullableType.json index 2a9866ce69dd..4cd92d568683 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canFilterNonNullableType.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canFilterNonNullableType.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk24558356524f.search-dogfood.windows-int.net/indexes('testindex')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk311848f7a38.search.windows.net/indexes('testindex')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3b30e35a-153a-4f09-b5ae-ef6bd108f073", + "request-id" : "2142f865-c692-48dd-9d28-513052c93957", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:53 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "175", + "elapsed-time" : "88", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "374", - "Body" : "{\"@odata.context\":\"https://azs-sdk24558356524f.search-dogfood.windows-int.net/indexes('testindex')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "361", + "Body" : "{\"@odata.context\":\"https://azs-sdk311848f7a38.search.windows.net/indexes('testindex')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"789\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk24558356524f.search-dogfood.windows-int.net/indexes('testindex')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk311848f7a38.search.windows.net/indexes('testindex')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9974ee45-4d8e-498f-987c-62d432da99d2", + "request-id" : "c9a5140a-0095-47f1-b1ce-38e41392da37", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "298", - "Body" : "{\"@odata.context\":\"https://azs-sdk24558356524f.search-dogfood.windows-int.net/indexes('testindex')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"Key\":\"123\",\"IntValue\":0,\"Bucket\":{\"BucketName\":\"A\",\"Count\":3}},{\"@search.score\":1.0,\"Key\":\"456\",\"IntValue\":7,\"Bucket\":{\"BucketName\":\"B\",\"Count\":5}}]}", + "Content-Length" : "285", + "Body" : "{\"@odata.context\":\"https://azs-sdk311848f7a38.search.windows.net/indexes('testindex')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"Key\":\"123\",\"IntValue\":0,\"Bucket\":{\"BucketName\":\"A\",\"Count\":3}},{\"@search.score\":1.0,\"Key\":\"456\",\"IntValue\":7,\"Bucket\":{\"BucketName\":\"B\",\"Count\":5}}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk311848f7a38" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetDocumentWithBase64EncodedKey.json b/sdk/search/azure-search/src/test/resources/session-records/canGetDocumentWithBase64EncodedKey.json new file mode 100644 index 000000000000..d173fd4fe353 --- /dev/null +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetDocumentWithBase64EncodedKey.json @@ -0,0 +1,48 @@ +{ + "networkCallRecords" : [ { + "Method" : "POST", + "Uri" : "https://azs-sdk237989ae3cd.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "d6f6a2bf-5dc4-4e22-882e-3b5ecf1e732a", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:42:39 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "124", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "233", + "Body" : "{\"@odata.context\":\"https://azs-sdk237989ae3cd.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"AQIDBAU=\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://azs-sdk237989ae3cd.search.windows.net/indexes('hotels')/docs('AQIDBAU=')?$select=HotelId&api-version=2019-05-06", + "Headers" : { }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "e83aac26-2a86-49f1-b60e-9c7827fa4422", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:42:39 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "7", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "131", + "Body" : "{\"@odata.context\":\"https://azs-sdk237989ae3cd.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"AQIDBAU=\"}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + } ], + "variables" : [ "azs-sdk237989ae3cd" ] +} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocument.json b/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocument.json index 6b96f62473db..7d87d416946b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocument.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocument.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk9b3441477a79.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk2071042b0bf.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fce01b6d-8e5c-4093-85d8-382b8ea1eb40", + "request-id" : "e8ddb7fd-c1ee-42e4-bd84-e4b4ffa530e3", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "132", + "elapsed-time" : "150", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b3441477a79.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk2071042b0bf.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9b3441477a79.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk2071042b0bf.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f724d5a0-86bb-468c-abf8-d5064cb0653d", + "request-id" : "d62ee04e-96dd-4fce-aaad-c1f72ded6587", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:32 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "300", + "elapsed-time" : "10", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1789", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b3441477a79.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", + "Content-Length" : "1776", + "Body" : "{\"@odata.context\":\"https://azs-sdk2071042b0bf.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk2071042b0bf" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocumentWithNullOrEmptyValues.json b/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocumentWithNullOrEmptyValues.json index c03918f02e73..5aa2c6b9b087 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocumentWithNullOrEmptyValues.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetDynamicDocumentWithNullOrEmptyValues.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk34a89414b90d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk222746aecc4.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cef742ec-4df0-4530-87da-21beb2cd03fd", + "request-id" : "69ece6f7-db8e-4513-b569-5efd939e0a4a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "139", + "elapsed-time" : "143", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk34a89414b90d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk222746aecc4.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk34a89414b90d.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?$select=HotelId%2cHotelName%2cTags%2cParkingIncluded%2cLastRenovationDate%2cRating%2cLocation%2cAddress%2cRooms/BaseRate%2cRooms/BedOptions%2cRooms/SleepsCount%2cRooms/SmokingAllowed%2cRooms/Tags&api-version=2019-05-06", + "Uri" : "https://azs-sdk222746aecc4.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cHotelName%2cTags%2cParkingIncluded%2cLastRenovationDate%2cRating%2cLocation%2cAddress%2cRooms/BaseRate%2cRooms/BedOptions%2cRooms/SleepsCount%2cRooms/SmokingAllowed%2cRooms/Tags&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f9ebd9e6-ec7c-416a-a31e-13053b47856c", + "request-id" : "c71de9ab-defa-4775-87a4-796f00e01132", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "20", + "elapsed-time" : "11", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "355", - "Body" : "{\"@odata.context\":\"https://azs-sdk34a89414b90d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Tags\":[],\"ParkingIncluded\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "342", + "Body" : "{\"@odata.context\":\"https://azs-sdk222746aecc4.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Tags\":[],\"ParkingIncluded\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk222746aecc4" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetFuzzySuggestions.json b/sdk/search/azure-search/src/test/resources/session-records/canGetFuzzySuggestions.json index cbe99a99748a..3cc7853e7581 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetFuzzySuggestions.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetFuzzySuggestions.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk2fa985469af6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk4884829b248.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a2a6ec1a-c805-436b-b912-ed50366588e0", + "request-id" : "058b3552-b77c-407b-b78f-e32dc8a67c9c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:40 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "148", + "elapsed-time" : "150", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk2fa985469af6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk4884829b248.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk2fa985469af6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk4884829b248.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "aa5d422b-93c0-4abf-8e93-79f5c646f433", + "request-id" : "3fe36d48-b2c7-444a-8ae7-8b3056b62991", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:43 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "60", + "elapsed-time" : "27", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "3468", - "Body" : "{\"@odata.context\":\"https://azs-sdk2fa985469af6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Countryside Hotel\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Pretty good hotel\",\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Very popular hotel in town\",\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Cheapest hotel in town. Infact, a motel.\",\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "3539", + "Body" : "{\"@odata.context\":\"https://azs-sdk4884829b248.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Countryside Hotel\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Pretty good hotel\",\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Very popular hotel in town\",\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Cheapest hotel in town. Infact, a motel.\",\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4884829b248" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientAfterUsingServiceClient.json b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientAfterUsingServiceClient.json index ba5f37f8f855..623ced310aed 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientAfterUsingServiceClient.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientAfterUsingServiceClient.json @@ -1,4 +1,4 @@ { "networkCallRecords" : [ ], - "variables" : [ ] + "variables" : [ "azs-sdk76862065639", "azs-sdk93465cbf5bc" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientFromSearchClient.json b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientFromSearchClient.json index ba5f37f8f855..20814a5a3ed2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientFromSearchClient.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexAsyncClientFromSearchClient.json @@ -1,4 +1,4 @@ { "networkCallRecords" : [ ], - "variables" : [ ] + "variables" : [ "azs-sdk8770733f4d8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientAfterUsingServiceClient.json b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientAfterUsingServiceClient.json index ba5f37f8f855..67df45b035d7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientAfterUsingServiceClient.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientAfterUsingServiceClient.json @@ -1,4 +1,4 @@ { "networkCallRecords" : [ ], - "variables" : [ ] + "variables" : [ "azs-sdk647388574d6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientFromSearchClient.json b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientFromSearchClient.json index ba5f37f8f855..b497ae0a8e57 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientFromSearchClient.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetIndexClientFromSearchClient.json @@ -1,4 +1,4 @@ { "networkCallRecords" : [ ], - "variables" : [ ] + "variables" : [ "azs-sdk53980df6d30" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocuments.json index 00e8b1c0a2ed..bbcaa1d1bcd4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocuments.json @@ -1,303 +1,303 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9e479033-56b1-457b-8aed-931141e65297", + "request-id" : "a82d5b92-d9fa-4841-a725-5335db74eaa4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:39 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "254", + "elapsed-time" : "147", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13068", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "13055", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7c134125-f434-4ca3-bbce-cf061038ba1f", + "request-id" : "2793489f-c1d2-4a66-860b-3ce361281909", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "57", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13005", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12979", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1f4299da-6ee6-488f-8af4-0a580167b722", + "request-id" : "f9160a21-4685-46be-8df3-41cc398b7e0e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "137", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13026", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13000", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0f4bd8e5-159e-4d29-a532-9925eb8a9048", + "request-id" : "199576a6-f6b6-4d89-bbfe-963a42d73226", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "38", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "abb942e3-edd6-4153-b529-2d805506edc0", + "request-id" : "e9b60207-b2f6-4962-9e98-d5c00c266ddb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "48", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "12925", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "12912", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fa8cd323-adb1-4ab7-afa2-93d051c565d8", + "request-id" : "09c46d90-30d8-4bd7-b6b7-a0bf0a02e6fe", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "23", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13005", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12979", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cdc8f850-3c41-4962-b65d-2b63bf9418cc", + "request-id" : "7f1b9cd6-df82-4c3f-b9b7-c1fec9723287", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "27", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13026", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13000", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "85efa195-4d50-4b2d-b26c-c92898c71158", + "request-id" : "e3362879-2602-4f19-a7c9-d90d0afd8172", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "98fe4951-d559-4a1f-975e-dbcf1b1617dc", + "request-id" : "40f275b4-8d34-49f8-aa83-2e1d794495cf", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "12925", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "12912", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16d9c0bd-ea8c-4114-8f67-b936f5f48398", + "request-id" : "f60d6a7a-4532-4b36-8fcf-a8a295537b4f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13005", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12979", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "50ff8bbd-20a5-4acb-827d-92f561dfd2d6", + "request-id" : "99c0dd76-d462-4a43-9041-4be3c150c51e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "13", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13026", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13000", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1022d353-c44d-49b5-aef1-3575f20cc1e9", + "request-id" : "fbc246e6-4c01-4727-90af-6df546d2040b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fcd0c6e6-7dd2-4b56-8578-be6a7a945125", + "request-id" : "f2c0d578-9853-4eb2-a906-3d9772dc73b1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "12925", - "Body" : "{\"@odata.context\":\"https://azs-sdkd4b8842654f2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "12912", + "Body" : "{\"@odata.context\":\"https://azs-sdk35787b632c3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk35787b632c3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocumentsWithSearchOptions.json b/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocumentsWithSearchOptions.json index 9dad2dc1d5ed..b6a2e36c2303 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocumentsWithSearchOptions.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetPaginatedDocumentsWithSearchOptions.json @@ -1,303 +1,303 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "654b29d1-ba28-41f7-a930-91cf77598ef8", + "request-id" : "48df85ab-c77b-4cd2-8343-0e87607e8037", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "185", + "elapsed-time" : "107", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13068", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "13055", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"11\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"12\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"13\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"14\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"15\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"16\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"17\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"18\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"19\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"20\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"21\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"22\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"23\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"24\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"25\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"26\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"27\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"28\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"29\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"30\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"31\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"32\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"33\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"34\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"35\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"36\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"37\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"38\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"39\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"40\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"41\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"42\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"43\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"44\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"45\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"46\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"47\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"48\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"49\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"50\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"51\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"52\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"53\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"54\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"55\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"56\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"57\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"58\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"59\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"60\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"61\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"62\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"63\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"64\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"65\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"66\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"67\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"68\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"69\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"70\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"71\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"72\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"73\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"74\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"75\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"76\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"77\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"78\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"79\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"80\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"81\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"82\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"83\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"84\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"85\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"86\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"87\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"88\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"89\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"90\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"91\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"92\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"93\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"94\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"95\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"96\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"97\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"98\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"99\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"100\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"101\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"102\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"103\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"104\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"105\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"106\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"107\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"108\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"109\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"110\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"111\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"112\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"113\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"114\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"115\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"116\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"117\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"118\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"119\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"120\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"121\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"122\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"124\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"125\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"126\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"127\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"128\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"129\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"130\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"131\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"132\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"133\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"134\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"135\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"136\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"137\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"138\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"139\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"140\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"141\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"142\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"143\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"144\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"145\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"146\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"147\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"148\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"149\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"150\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"151\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"152\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"153\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"154\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"155\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"156\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"157\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"158\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"159\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"160\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"161\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"162\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"163\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"164\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"165\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"166\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"167\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"168\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"169\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"170\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"171\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"172\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"173\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"174\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"175\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"176\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"177\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"178\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"179\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"180\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"181\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"182\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"183\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"184\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"185\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"186\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"187\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"188\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"189\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"190\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"191\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"192\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"193\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"194\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"195\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"196\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"197\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"198\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"199\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"200\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cad2b97-3cc6-4016-aa31-cdf189aa1712", + "request-id" : "bfa5627e-243b-4708-8f13-e896dd264ca0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13005", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12979", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":50},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Hotel 1\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Hotel 2\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"Hotel 3\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Hotel 4\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Hotel 5\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":\"Hotel 6\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Hotel 7\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":\"Hotel 8\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Hotel 9\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Hotel 10\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cad2b97-3cc6-4016-aa31-cdf189aa1712", + "request-id" : "bfa5627e-243b-4708-8f13-e896dd264ca0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "104", + "elapsed-time" : "103", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13026", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13000", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":100},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cad2b97-3cc6-4016-aa31-cdf189aa1712", + "request-id" : "bfa5627e-243b-4708-8f13-e896dd264ca0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "12", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":150},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cad2b97-3cc6-4016-aa31-cdf189aa1712", + "request-id" : "bfa5627e-243b-4708-8f13-e896dd264ca0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "9", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "12925", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "12912", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5fef4445-e0e8-48b0-bce6-162ec867b6e1", + "request-id" : "9cab01f4-452f-4d4f-ab82-a57c46db6610", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13023", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":60},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12997", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":60},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"11\",\"HotelName\":\"Hotel 11\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"12\",\"HotelName\":\"Hotel 12\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"13\",\"HotelName\":\"Hotel 13\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"14\",\"HotelName\":\"Hotel 14\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"15\",\"HotelName\":\"Hotel 15\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"16\",\"HotelName\":\"Hotel 16\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"17\",\"HotelName\":\"Hotel 17\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"18\",\"HotelName\":\"Hotel 18\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"19\",\"HotelName\":\"Hotel 19\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"20\",\"HotelName\":\"Hotel 20\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"21\",\"HotelName\":\"Hotel 21\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"22\",\"HotelName\":\"Hotel 22\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"23\",\"HotelName\":\"Hotel 23\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"24\",\"HotelName\":\"Hotel 24\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"25\",\"HotelName\":\"Hotel 25\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"26\",\"HotelName\":\"Hotel 26\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"27\",\"HotelName\":\"Hotel 27\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"28\",\"HotelName\":\"Hotel 28\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"29\",\"HotelName\":\"Hotel 29\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"30\",\"HotelName\":\"Hotel 30\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5fef4445-e0e8-48b0-bce6-162ec867b6e1", + "request-id" : "9cab01f4-452f-4d4f-ab82-a57c46db6610", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13046", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":110},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13020", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":110},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5fef4445-e0e8-48b0-bce6-162ec867b6e1", + "request-id" : "9cab01f4-452f-4d4f-ab82-a57c46db6610", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "15", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":160},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":160},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5fef4445-e0e8-48b0-bce6-162ec867b6e1", + "request-id" : "9cab01f4-452f-4d4f-ab82-a57c46db6610", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "27", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "10365", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "10352", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cfcac40-9192-4728-b0ae-17e0b7c8db24", + "request-id" : "13224a89-7fc7-404a-95ba-a452b8ed9977", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "26", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13023", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":80},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "12997", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":80},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"31\",\"HotelName\":\"Hotel 31\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"32\",\"HotelName\":\"Hotel 32\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"33\",\"HotelName\":\"Hotel 33\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"34\",\"HotelName\":\"Hotel 34\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"35\",\"HotelName\":\"Hotel 35\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"36\",\"HotelName\":\"Hotel 36\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"37\",\"HotelName\":\"Hotel 37\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"38\",\"HotelName\":\"Hotel 38\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"39\",\"HotelName\":\"Hotel 39\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"40\",\"HotelName\":\"Hotel 40\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"41\",\"HotelName\":\"Hotel 41\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"42\",\"HotelName\":\"Hotel 42\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"43\",\"HotelName\":\"Hotel 43\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"44\",\"HotelName\":\"Hotel 44\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"45\",\"HotelName\":\"Hotel 45\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"46\",\"HotelName\":\"Hotel 46\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"47\",\"HotelName\":\"Hotel 47\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"48\",\"HotelName\":\"Hotel 48\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"49\",\"HotelName\":\"Hotel 49\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"50\",\"HotelName\":\"Hotel 50\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"51\",\"HotelName\":\"Hotel 51\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"52\",\"HotelName\":\"Hotel 52\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"53\",\"HotelName\":\"Hotel 53\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"54\",\"HotelName\":\"Hotel 54\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"55\",\"HotelName\":\"Hotel 55\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"56\",\"HotelName\":\"Hotel 56\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"57\",\"HotelName\":\"Hotel 57\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"58\",\"HotelName\":\"Hotel 58\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"59\",\"HotelName\":\"Hotel 59\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"60\",\"HotelName\":\"Hotel 60\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"61\",\"HotelName\":\"Hotel 61\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"62\",\"HotelName\":\"Hotel 62\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"63\",\"HotelName\":\"Hotel 63\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"64\",\"HotelName\":\"Hotel 64\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"65\",\"HotelName\":\"Hotel 65\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"66\",\"HotelName\":\"Hotel 66\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"67\",\"HotelName\":\"Hotel 67\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"68\",\"HotelName\":\"Hotel 68\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"69\",\"HotelName\":\"Hotel 69\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"70\",\"HotelName\":\"Hotel 70\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"71\",\"HotelName\":\"Hotel 71\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"72\",\"HotelName\":\"Hotel 72\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"73\",\"HotelName\":\"Hotel 73\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"74\",\"HotelName\":\"Hotel 74\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"75\",\"HotelName\":\"Hotel 75\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"76\",\"HotelName\":\"Hotel 76\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"77\",\"HotelName\":\"Hotel 77\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"78\",\"HotelName\":\"Hotel 78\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"79\",\"HotelName\":\"Hotel 79\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"80\",\"HotelName\":\"Hotel 80\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cfcac40-9192-4728-b0ae-17e0b7c8db24", + "request-id" : "13224a89-7fc7-404a-95ba-a452b8ed9977", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13086", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":130},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13060", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":130},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"81\",\"HotelName\":\"Hotel 81\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"82\",\"HotelName\":\"Hotel 82\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"83\",\"HotelName\":\"Hotel 83\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"84\",\"HotelName\":\"Hotel 84\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"85\",\"HotelName\":\"Hotel 85\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"86\",\"HotelName\":\"Hotel 86\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"87\",\"HotelName\":\"Hotel 87\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"88\",\"HotelName\":\"Hotel 88\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"89\",\"HotelName\":\"Hotel 89\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"90\",\"HotelName\":\"Hotel 90\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"91\",\"HotelName\":\"Hotel 91\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"92\",\"HotelName\":\"Hotel 92\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"93\",\"HotelName\":\"Hotel 93\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"94\",\"HotelName\":\"Hotel 94\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"95\",\"HotelName\":\"Hotel 95\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"96\",\"HotelName\":\"Hotel 96\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"97\",\"HotelName\":\"Hotel 97\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"98\",\"HotelName\":\"Hotel 98\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"99\",\"HotelName\":\"Hotel 99\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"100\",\"HotelName\":\"Hotel 100\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"101\",\"HotelName\":\"Hotel 101\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"102\",\"HotelName\":\"Hotel 102\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"103\",\"HotelName\":\"Hotel 103\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"104\",\"HotelName\":\"Hotel 104\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"105\",\"HotelName\":\"Hotel 105\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"106\",\"HotelName\":\"Hotel 106\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"107\",\"HotelName\":\"Hotel 107\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"108\",\"HotelName\":\"Hotel 108\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"109\",\"HotelName\":\"Hotel 109\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"110\",\"HotelName\":\"Hotel 110\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"111\",\"HotelName\":\"Hotel 111\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"112\",\"HotelName\":\"Hotel 112\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"113\",\"HotelName\":\"Hotel 113\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"114\",\"HotelName\":\"Hotel 114\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"115\",\"HotelName\":\"Hotel 115\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"116\",\"HotelName\":\"Hotel 116\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"117\",\"HotelName\":\"Hotel 117\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"118\",\"HotelName\":\"Hotel 118\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"119\",\"HotelName\":\"Hotel 119\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"120\",\"HotelName\":\"Hotel 120\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"121\",\"HotelName\":\"Hotel 121\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"122\",\"HotelName\":\"Hotel 122\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"123\",\"HotelName\":\"Hotel 123\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"124\",\"HotelName\":\"Hotel 124\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"125\",\"HotelName\":\"Hotel 125\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"126\",\"HotelName\":\"Hotel 126\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"127\",\"HotelName\":\"Hotel 127\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"128\",\"HotelName\":\"Hotel 128\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"129\",\"HotelName\":\"Hotel 129\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"130\",\"HotelName\":\"Hotel 130\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cfcac40-9192-4728-b0ae-17e0b7c8db24", + "request-id" : "13224a89-7fc7-404a-95ba-a452b8ed9977", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "35", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "13124", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":180},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", + "Content-Length" : "13098", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.nextPageParameters\":{\"search\":\"*\",\"skip\":180},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"131\",\"HotelName\":\"Hotel 131\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"132\",\"HotelName\":\"Hotel 132\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"133\",\"HotelName\":\"Hotel 133\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"134\",\"HotelName\":\"Hotel 134\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"135\",\"HotelName\":\"Hotel 135\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"136\",\"HotelName\":\"Hotel 136\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"137\",\"HotelName\":\"Hotel 137\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"138\",\"HotelName\":\"Hotel 138\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"139\",\"HotelName\":\"Hotel 139\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"140\",\"HotelName\":\"Hotel 140\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"141\",\"HotelName\":\"Hotel 141\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"142\",\"HotelName\":\"Hotel 142\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"143\",\"HotelName\":\"Hotel 143\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"144\",\"HotelName\":\"Hotel 144\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"145\",\"HotelName\":\"Hotel 145\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"146\",\"HotelName\":\"Hotel 146\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"147\",\"HotelName\":\"Hotel 147\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"148\",\"HotelName\":\"Hotel 148\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"149\",\"HotelName\":\"Hotel 149\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"150\",\"HotelName\":\"Hotel 150\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"151\",\"HotelName\":\"Hotel 151\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"152\",\"HotelName\":\"Hotel 152\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"153\",\"HotelName\":\"Hotel 153\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"154\",\"HotelName\":\"Hotel 154\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"155\",\"HotelName\":\"Hotel 155\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"156\",\"HotelName\":\"Hotel 156\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"157\",\"HotelName\":\"Hotel 157\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"158\",\"HotelName\":\"Hotel 158\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"159\",\"HotelName\":\"Hotel 159\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"160\",\"HotelName\":\"Hotel 160\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"161\",\"HotelName\":\"Hotel 161\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"162\",\"HotelName\":\"Hotel 162\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"163\",\"HotelName\":\"Hotel 163\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"164\",\"HotelName\":\"Hotel 164\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"165\",\"HotelName\":\"Hotel 165\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"166\",\"HotelName\":\"Hotel 166\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"167\",\"HotelName\":\"Hotel 167\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"168\",\"HotelName\":\"Hotel 168\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"169\",\"HotelName\":\"Hotel 169\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"170\",\"HotelName\":\"Hotel 170\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"171\",\"HotelName\":\"Hotel 171\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"172\",\"HotelName\":\"Hotel 172\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"173\",\"HotelName\":\"Hotel 173\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"174\",\"HotelName\":\"Hotel 174\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"175\",\"HotelName\":\"Hotel 175\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"176\",\"HotelName\":\"Hotel 176\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"177\",\"HotelName\":\"Hotel 177\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"178\",\"HotelName\":\"Hotel 178\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"179\",\"HotelName\":\"Hotel 179\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"180\",\"HotelName\":\"Hotel 180\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}],\"@odata.nextLink\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1cfcac40-9192-4728-b0ae-17e0b7c8db24", + "request-id" : "13224a89-7fc7-404a-95ba-a452b8ed9977", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:32:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:49:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "5245", - "Body" : "{\"@odata.context\":\"https://azs-sdka8b64196a4b0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "5232", + "Body" : "{\"@odata.context\":\"https://azs-sdk53085ad3170.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"181\",\"HotelName\":\"Hotel 181\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"182\",\"HotelName\":\"Hotel 182\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"183\",\"HotelName\":\"Hotel 183\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"184\",\"HotelName\":\"Hotel 184\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"185\",\"HotelName\":\"Hotel 185\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"186\",\"HotelName\":\"Hotel 186\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"187\",\"HotelName\":\"Hotel 187\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"188\",\"HotelName\":\"Hotel 188\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"189\",\"HotelName\":\"Hotel 189\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"190\",\"HotelName\":\"Hotel 190\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"191\",\"HotelName\":\"Hotel 191\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"192\",\"HotelName\":\"Hotel 192\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"193\",\"HotelName\":\"Hotel 193\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"194\",\"HotelName\":\"Hotel 194\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"195\",\"HotelName\":\"Hotel 195\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"196\",\"HotelName\":\"Hotel 196\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"197\",\"HotelName\":\"Hotel 197\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"198\",\"HotelName\":\"Hotel 198\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"199\",\"HotelName\":\"Hotel 199\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"200\",\"HotelName\":\"Hotel 200\",\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk53085ad3170" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetResultCountInSearch.json b/sdk/search/azure-search/src/test/resources/session-records/canGetResultCountInSearch.json index f48f06035e51..e23defc8c244 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetResultCountInSearch.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetResultCountInSearch.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb0546535c5f9.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk96385b2770c.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6b5005b8-b4a0-439a-bbe2-9209cea6ba18", + "request-id" : "04d85b85-d1bb-40df-820f-a272a509ca57", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:55:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "218", + "elapsed-time" : "131", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkb0546535c5f9.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk96385b2770c.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb0546535c5f9.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk96385b2770c.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "82cfc9ff-1e1c-49f5-ae2c-f932114f2e7f", + "request-id" : "00b0417a-672e-4d61-abd5-48198631960d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:55:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:23 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "30", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "7222", - "Body" : "{\"@odata.context\":\"https://azs-sdkb0546535c5f9.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@odata.count\":10,\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00e8s propre. Aussi tr\\u00e8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "7467", + "Body" : "{\"@odata.context\":\"https://azs-sdk96385b2770c.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@odata.count\":10,\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00c3\\u00a8s propre. Aussi tr\\u00c3\\u00a8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk96385b2770c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocument.json b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocument.json index 5eda6394dac1..6eeee7a15f4d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocument.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocument.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk82c472224e69.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk84957a43f9b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "658c0acf-e50e-4ed7-973a-275a7e6a80af", + "request-id" : "b9fadc7a-4364-4d62-a619-bb8518206aef", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "161", + "elapsed-time" : "158", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk82c472224e69.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk84957a43f9b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk82c472224e69.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk84957a43f9b.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ce6bfafd-cb57-496a-bbb7-c3a8a2cc3917", + "request-id" : "5294ff4a-4b3d-4bc4-bda1-a2811da22297", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "10", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1063", - "Body" : "{\"@odata.context\":\"https://azs-sdk82c472224e69.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}", + "Content-Length" : "1050", + "Body" : "{\"@odata.context\":\"https://azs-sdk84957a43f9b.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk84957a43f9b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithNullOrEmptyValues.json b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithNullOrEmptyValues.json index ab59b51cc6b2..f571346b877f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithNullOrEmptyValues.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithNullOrEmptyValues.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk5630212750e9.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk447642e1b9f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fef7df90-f610-41ad-a09d-df230e0fdfcc", + "request-id" : "63e4566b-8558-4bd2-9792-1d9bc582750d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "165", + "elapsed-time" : "88", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk5630212750e9.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk447642e1b9f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk5630212750e9.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk447642e1b9f.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "aff854e6-ab3c-485a-bd10-fac67a592342", + "request-id" : "c2db51ff-e959-4e0f-816a-fc4c7a812ce1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "15", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "487", - "Body" : "{\"@odata.context\":\"https://azs-sdk5630212750e9.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "474", + "Body" : "{\"@odata.context\":\"https://azs-sdk447642e1b9f.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk447642e1b9f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithPascalCaseFields.json b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithPascalCaseFields.json index 2f14b902275b..e16fde0fcaaf 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithPascalCaseFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canGetStaticallyTypedDocumentWithPascalCaseFields.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkc1b11666191f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk819959071a6.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cfb338ed-d65e-41d9-b032-598bb1357c45", + "request-id" : "0a960b39-7a3d-4393-863d-b2f5936e3ee0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "128", + "elapsed-time" : "98", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "241", - "Body" : "{\"@odata.context\":\"https://azs-sdkc1b11666191f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "228", + "Body" : "{\"@odata.context\":\"https://azs-sdk819959071a6.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkc1b11666191f.search-dogfood.windows-int.net/indexes('hotels')/docs('123')?api-version=2019-05-06", + "Uri" : "https://azs-sdk819959071a6.search.windows.net/indexes('hotels')/docs('123')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "28ccc699-1f98-457f-99a8-b4c8e9184c91", + "request-id" : "2f0f6482-c105-4267-8e33-600fc61ac102", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:32 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "29", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "373", - "Body" : "{\"@odata.context\":\"https://azs-sdkc1b11666191f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"123\",\"HotelName\":\"Lord of the Rings\",\"Description\":\"J.R.R\",\"Description_fr\":\"Tolkien\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}", + "Content-Length" : "360", + "Body" : "{\"@odata.context\":\"https://azs-sdk819959071a6.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"123\",\"HotelName\":\"Lord of the Rings\",\"Description\":\"J.R.R\",\"Description_fr\":\"Tolkien\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4563442b6cd", "azs-sdk819959071a6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canIndexAndAccessResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canIndexAndAccessResponse.json index c34e06e344ae..a7a218ed0777 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canIndexAndAccessResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canIndexAndAccessResponse.json @@ -1,153 +1,153 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "24b5b011-8836-40e0-9c6f-d17a8b076539", + "request-id" : "e594137c-20b1-41ee-b8f8-9c45bb7c5011", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "241", + "elapsed-time" : "140", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "302", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "289", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dd4654a2-3c5b-46a4-8fb3-e899f6ac23df", + "request-id" : "d1e356d3-2970-4767-8fb7-5aa717a5aea1", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "67", + "elapsed-time" : "37", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fd666dcb-7ef9-42e6-83e9-b77b8c41d9ef", + "request-id" : "9aad0586-ed8f-438b-97d1-f6b3118d9f9c", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "56", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "302", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "289", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d86558a2-9689-455e-88e7-7783ae96ff84", + "request-id" : "3d2787dd-0e49-4f09-84a6-e4c60b242295", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "48", + "elapsed-time" : "25", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ef85394f-0d48-45cb-8494-e02826cb592e", + "request-id" : "737ed0c4-2337-4248-b87b-b2b1cd2a9bf3", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "49", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "428", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "415", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs('3')?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs('3')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "278e7c2e-a292-4aaa-843f-d03ae2f164f1", + "request-id" : "379b247a-c056-4ace-9674-0ae922798365", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "36", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "345", - "Body" : "{\"@odata.context\":\"https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":4,\"Location\":null,\"Address\":null,\"Rooms\":[]}", + "Content-Length" : "332", + "Body" : "{\"@odata.context\":\"https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":4,\"Location\":null,\"Address\":null,\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk77567671f483.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk5414179124b.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "175aa492-1ee3-4a97-b1ae-fbef28632182", + "request-id" : "feb1e919-7c9e-4547-8b0b-f8fef5a112f8", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:02:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "3", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -157,5 +157,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk5414179124b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canIndexDynamicDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canIndexDynamicDocuments.json index 9f30d84d4b76..23f5eec228dc 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canIndexDynamicDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canIndexDynamicDocuments.json @@ -1,90 +1,90 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a00a0512-1d72-4381-8234-f473096b12be", + "request-id" : "6d362a7b-cc46-409e-a036-247ce648abc2", "StatusCode" : "207", - "Date" : "Tue, 24 Dec 2019 16:16:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "203", + "elapsed-time" : "98", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "531", - "Body" : "{\"@odata.context\":\"https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"randomId\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"nonExistingHotel\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "518", + "Body" : "{\"@odata.context\":\"https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"randomId\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"nonExistingHotel\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "505ce482-1bdd-400d-8bdf-8a14909aae9e", + "request-id" : "3695d210-60b7-4eed-9d0c-0cf39f01c283", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "82", + "elapsed-time" : "30", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1160", - "Body" : "{\"@odata.context\":\"https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", + "Content-Length" : "1147", + "Body" : "{\"@odata.context\":\"https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/docs('2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/docs('2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "62206c32-e559-4ec7-87da-e5c467d2fae7", + "request-id" : "c0fa489b-8d4b-4cc1-82e1-2f64d0fe092c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "12", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1160", - "Body" : "{\"@odata.context\":\"https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", + "Content-Length" : "1147", + "Body" : "{\"@odata.context\":\"https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/docs('3')?api-version=2019-05-06", + "Uri" : "https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/docs('3')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "544b8d07-6fe0-46b5-8292-57e13c878f68", + "request-id" : "06bc3a64-dc91-42bf-ae59-dc75671fce83", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "40", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1160", - "Body" : "{\"@odata.context\":\"https://azs-sdkefc38887f9f1.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", + "Content-Length" : "1147", + "Body" : "{\"@odata.context\":\"https://azs-sdk24252b9c823.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":\"Fancy Stay Hotel\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":null,\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2019-01-30T00:00:00Z\",\"Rating\":5,\"Location\":null,\"Address\":{\"StreetAddress\":\"One Microsoft way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"US\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":149.99,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"great view\"]},{\"Description\":\"Budget Room, 1 King Bed\",\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":249.99,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"seaside view\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4171573da01", "azs-sdk24252b9c823" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canIndexStaticallyTypedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canIndexStaticallyTypedDocuments.json index cd13209ad420..64f6515034e2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canIndexStaticallyTypedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canIndexStaticallyTypedDocuments.json @@ -1,90 +1,90 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "93601716-9eef-449d-8625-ecced0ede98d", + "request-id" : "ef2db558-4bd0-44ec-818a-8509ecaee49d", "StatusCode" : "207", - "Date" : "Tue, 24 Dec 2019 16:17:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "148", + "elapsed-time" : "132", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "531", - "Body" : "{\"@odata.context\":\"https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"randomId\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"nonExistingHotel\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "518", + "Body" : "{\"@odata.context\":\"https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"randomId\",\"status\":true,\"errorMessage\":null,\"statusCode\":200},{\"key\":\"nonExistingHotel\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a30ca5e6-c8a1-403a-a4cb-9548202946ae", + "request-id" : "1b02ef40-e9c2-4c69-bd71-b17ab1683270", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "40", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1187", - "Body" : "{\"@odata.context\":\"https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", + "Content-Length" : "1174", + "Body" : "{\"@odata.context\":\"https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/docs('2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/docs('2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9536c0c2-976b-4c54-8b39-271eb28ffc24", + "request-id" : "858c3342-b095-42f1-97b0-3bd58c09ae26", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "12", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1187", - "Body" : "{\"@odata.context\":\"https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", + "Content-Length" : "1174", + "Body" : "{\"@odata.context\":\"https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/docs('3')?api-version=2019-05-06", + "Uri" : "https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/docs('3')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "37cc1301-3b2f-4372-b797-8c7ada1f81a6", + "request-id" : "c1e65016-c9a5-4b69-b0d9-153f53b8c5a2", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1187", - "Body" : "{\"@odata.context\":\"https://azs-sdke1612667628e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", + "Content-Length" : "1174", + "Body" : "{\"@odata.context\":\"https://azs-sdk661610b0bdd.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"1 Microsoft Way\",\"City\":\"Redmond\",\"StateProvince\":\"Washington\",\"PostalCode\":\"98052\",\"Country\":\"United States\"},\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk661610b0bdd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canIndexWithPascalCaseFields.json b/sdk/search/azure-search/src/test/resources/session-records/canIndexWithPascalCaseFields.json index 1189e234c6eb..985327dd697d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canIndexWithPascalCaseFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canIndexWithPascalCaseFields.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk328629841834.search-dogfood.windows-int.net/indexes('books')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk20129bafe89.search.windows.net/indexes('books')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86f77f52-505d-435a-b931-a44686ad455a", + "request-id" : "e28fa1bb-47a4-49c0-9e7d-02a9e1c46c42", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "249", + "elapsed-time" : "126", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "240", - "Body" : "{\"@odata.context\":\"https://azs-sdk328629841834.search-dogfood.windows-int.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "227", + "Body" : "{\"@odata.context\":\"https://azs-sdk20129bafe89.search.windows.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk328629841834.search-dogfood.windows-int.net/indexes('books')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk20129bafe89.search.windows.net/indexes('books')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f55b81a8-48e8-4b73-b1e0-7838082924f8", + "request-id" : "209a97ae-4fb2-40c9-b24e-4d3cce198603", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "25", + "elapsed-time" : "23", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -44,5 +44,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk20129bafe89" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canListIndexesWithSelectedField.json b/sdk/search/azure-search/src/test/resources/session-records/canListIndexesWithSelectedField.json index 73d28fc67cdd..be3fdd694bab 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canListIndexesWithSelectedField.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canListIndexesWithSelectedField.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk705475cd110.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "33118fcf-73d2-41bc-a356-f37c5575ffbd", + "request-id" : "a9ec5f31-9ae1-435a-9b3c-90831a39a741", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F39F2B71A\"", - "elapsed-time" : "739", + "ETag" : "W/\"0x8D7B96189CE6AEA\"", + "elapsed-time" : "856", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F39F2B71A\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk705475cd110.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96189CE6AEA\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk705475cd110.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk705475cd110.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "deb3c81e-caa1-4943-8ae4-4d6846a5f6ad", + "request-id" : "777f0143-d3cf-40a2-994e-46f74e473e12", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:24 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3ADA61C0\"", - "elapsed-time" : "758", + "ETag" : "W/\"0x8D7B9618A56EDD9\"", + "elapsed-time" : "849", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8196", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3ADA61C0\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8171", + "Body" : "{\"@odata.context\":\"https://azs-sdk705475cd110.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9618A56EDD9\\\"\",\"name\":\"hotels2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/indexes('hotels2')?api-version=2019-05-06" + "Location" : "https://azs-sdk705475cd110.search.windows.net/indexes('hotels2')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/indexes?$select=name&api-version=2019-05-06", + "Uri" : "https://azs-sdk705475cd110.search.windows.net/indexes?$select=name&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16a27f62-d210-4424-8082-b6514fda116d", + "request-id" : "f834a0d8-c5e9-4cd1-b407-5fe4aae60b0f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:25 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "47", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "150", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa603601ba3d.search-dogfood.windows-int.net/$metadata#indexes(name)\",\"value\":[{\"name\":\"hotels\"},{\"name\":\"hotels2\"}]}", + "Content-Length" : "137", + "Body" : "{\"@odata.context\":\"https://azs-sdk705475cd110.search.windows.net/$metadata#indexes(name)\",\"value\":[{\"name\":\"hotels\"},{\"name\":\"hotels2\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk705475cd110" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canListSkillsetsWithSelectedField.json b/sdk/search/azure-search/src/test/resources/session-records/canListSkillsetsWithSelectedField.json index 29a28b099737..27a28dc8bcff 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canListSkillsetsWithSelectedField.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canListSkillsetsWithSelectedField.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk668202b2244.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "06baa2b2-a06f-4283-94d9-b8d0e3a24469", + "request-id" : "b765096c-21af-4bf4-a486-53048165e559", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889821B203C6\"", - "elapsed-time" : "58", + "ETag" : "W/\"0x8D7B963E3053425\"", + "elapsed-time" : "98", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "791", - "Body" : "{\"@odata.context\":\"https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889821B203C6\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", + "Content-Length" : "778", + "Body" : "{\"@odata.context\":\"https://azs-sdk668202b2244.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963E3053425\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk668202b2244.search.windows.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk668202b2244.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2d2999fa-edbc-4835-bad2-0f8c12f74ded", + "request-id" : "198b932c-38b6-4fad-a762-a5cb146d021e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889821E07099\"", - "elapsed-time" : "42", + "ETag" : "W/\"0x8D7B963E3145218\"", + "elapsed-time" : "48", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "673", - "Body" : "{\"@odata.context\":\"https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889821E07099\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "660", + "Body" : "{\"@odata.context\":\"https://azs-sdk668202b2244.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963E3145218\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk668202b2244.search.windows.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/skillsets?$select=name&api-version=2019-05-06", + "Uri" : "https://azs-sdk668202b2244.search.windows.net/skillsets?$select=name&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "473578fe-41be-4519-98a4-f46f3e6785d1", + "request-id" : "cddf5d38-f448-4569-a5c8-70aeec94dc1d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:38:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "197", - "Body" : "{\"@odata.context\":\"https://azs-sdk1f563162dcba.search-dogfood.windows-int.net/$metadata#skillsets(name)\",\"value\":[{\"name\":\"cognitive-services-key-skillset\"},{\"name\":\"entity-recognition-skillset\"}]}", + "Content-Length" : "184", + "Body" : "{\"@odata.context\":\"https://azs-sdk668202b2244.search.windows.net/$metadata#skillsets(name)\",\"value\":[{\"name\":\"cognitive-services-key-skillset\"},{\"name\":\"entity-recognition-skillset\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk668202b2244" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canListSynonymMapsWithSelectedField.json b/sdk/search/azure-search/src/test/resources/session-records/canListSynonymMapsWithSelectedField.json index f76c9fe658f2..1ab47879241f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canListSynonymMapsWithSelectedField.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canListSynonymMapsWithSelectedField.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk942571730a6.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2c9a2da5-31dc-476e-9cc7-ac937edbc19d", + "request-id" : "2ffcfd37-d4ed-481f-9272-f73d8c424706", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:23 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889ABAB2CB26\"", - "elapsed-time" : "52", + "ETag" : "W/\"0x8D7B9646CBE9D7B\"", + "elapsed-time" : "119", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889ABAB2CB26\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk942571730a6.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9646CBE9D7B\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk942571730a6.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk942571730a6.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "823d0cc7-0bc7-490b-b0cd-51c5afa3c822", + "request-id" : "282bfab6-151f-4ee7-ba6a-b28fe9247887", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:23 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889ABACEBD76\"", - "elapsed-time" : "18", + "ETag" : "W/\"0x8D7B9646CCD6D48\"", + "elapsed-time" : "63", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "232", - "Body" : "{\"@odata.context\":\"https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889ABACEBD76\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "219", + "Body" : "{\"@odata.context\":\"https://azs-sdk942571730a6.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9646CCD6D48\\\"\",\"name\":\"test-synonym1\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/synonymmaps('test-synonym1')?api-version=2019-05-06" + "Location" : "https://azs-sdk942571730a6.search.windows.net/synonymmaps('test-synonym1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/synonymmaps?$select=name&api-version=2019-05-06", + "Uri" : "https://azs-sdk942571730a6.search.windows.net/synonymmaps?$select=name&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1f552ef8-0278-4d6a-80ba-a74e1219cc33", + "request-id" : "df4f5735-cf02-4953-9cb1-bb02c5d3bdea", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:23 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "166", - "Body" : "{\"@odata.context\":\"https://azs-sdk33a608928f8d.search-dogfood.windows-int.net/$metadata#synonymmaps(name)\",\"value\":[{\"name\":\"test-synonym\"},{\"name\":\"test-synonym1\"}]}", + "Content-Length" : "153", + "Body" : "{\"@odata.context\":\"https://azs-sdk942571730a6.search.windows.net/$metadata#synonymmaps(name)\",\"value\":[{\"name\":\"test-synonym\"},{\"name\":\"test-synonym1\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk942571730a6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canMergeDynamicDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canMergeDynamicDocuments.json index 835c6d9339c2..f5aabf15f530 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canMergeDynamicDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canMergeDynamicDocuments.json @@ -1,115 +1,115 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3f7276d1-4c13-457d-b027-64cc153e84d6", + "request-id" : "89572b7f-4d60-453c-b0a1-ee79a856d1ac", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "177", + "elapsed-time" : "91", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c381e8e0-edc7-4b9b-b46b-23fe73eb3c7d", + "request-id" : "94f6e664-f9e1-4f73-b9c8-1432c9af2bf6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "53", + "elapsed-time" : "31", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "87b9bae1-4baa-4e15-995c-e451f6521627", + "request-id" : "30037fb2-27ec-4822-9c0e-715f0d478872", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "12", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1018", - "Body" : "{\"@odata.context\":\"https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":null,\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Economy\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":null,\"Rating\":3,\"Location\":null,\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", + "Content-Length" : "1005", + "Body" : "{\"@odata.context\":\"https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":null,\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Economy\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":null,\"Rating\":3,\"Location\":null,\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ac9a31f4-9b20-4fa6-a060-7fff4691744e", + "request-id" : "347dd432-603e-4119-a45a-f22879b78754", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "61", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "82c9d5eb-70c5-4fca-9d7d-86e62f9c1205", + "request-id" : "fcd77958-e88c-4a81-81ee-c1e2f318224a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1789", - "Body" : "{\"@odata.context\":\"https://azs-sdkeee65476d91f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.965403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", + "Content-Length" : "1776", + "Body" : "{\"@odata.context\":\"https://azs-sdk1546831f945.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.965403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk1546831f945" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canMergeStaticallyTypedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canMergeStaticallyTypedDocuments.json index 18e8d18b80ad..e8240f06ba75 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canMergeStaticallyTypedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canMergeStaticallyTypedDocuments.json @@ -1,115 +1,115 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "74870521-79c5-4c82-ba48-3b06d3f87722", + "request-id" : "d0419c6d-39cd-49df-8dd0-62c3a42d2d42", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "138", + "elapsed-time" : "148", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "044437d2-d925-421f-96c1-ef5861ac0b02", + "request-id" : "97548917-2374-4251-8a3f-97e3e46ad99c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "93", + "elapsed-time" : "20", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "061a502a-0bda-4534-8927-99de15f687f9", + "request-id" : "5f96bd16-c9eb-49d1-a001-94f41470b89f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "37", + "elapsed-time" : "12", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1421", - "Body" : "{\"@odata.context\":\"https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Economy\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":null,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", + "Content-Length" : "1408", + "Body" : "{\"@odata.context\":\"https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Economy\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":null,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a56698b1-92f7-44d8-be54-458bc34902df", + "request-id" : "907f04ad-208e-4401-a0b3-1d9c57d965c7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "56", + "elapsed-time" : "27", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "79c46638-a762-402e-b00c-f3dcd684c604", + "request-id" : "2f2a39fd-5b87-4336-9c50-9f520e635387", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:53 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "25", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1789", - "Body" : "{\"@odata.context\":\"https://azs-sdke2f934077b12.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", + "Content-Length" : "1776", + "Body" : "{\"@odata.context\":\"https://azs-sdk02645e7cb67.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk02645e7cb67" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatus.json b/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatus.json index 118b40564385..529984541879 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatus.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatus.json @@ -1,116 +1,116 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk230212aa20c.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6ee5086b-a87f-40f6-9cdb-61a35367d92e", + "request-id" : "5e91bee2-0b5a-496b-bc2f-86ac4030b41b", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:10:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892B04FCA6F7\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B9603664EAED\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7892B04FCA6F7\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk230212aa20c.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603664EAED\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk230212aa20c.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk230212aa20c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "072bda72-82ad-40d6-9083-7607e14e6180", + "request-id" : "97bf78fe-712f-4320-a158-d85055671d15", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:10:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892B058AAD1A\"", - "elapsed-time" : "683", + "ETag" : "W/\"0x8D7B96036A2C295\"", + "elapsed-time" : "428", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7892B058AAD1A\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk230212aa20c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96036A2C295\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk230212aa20c.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk230212aa20c.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3c9fa68e-dcd6-4895-80c0-c4eec9e10c93", + "request-id" : "4cfd0604-6101-4ccd-a7c3-7c60155d7a98", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:10:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892B05D7CBEF\"", - "elapsed-time" : "368", + "ETag" : "W/\"0x8D7B9603763C509\"", + "elapsed-time" : "1364", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7892B05D7CBEF\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk230212aa20c.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603763C509\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk230212aa20c.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexers('indexer')/search.reset?api-version=2019-05-06", + "Uri" : "https://azs-sdk230212aa20c.search.windows.net/indexers('indexer')/search.reset?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "119", + "elapsed-time" : "634", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "491007e3-7b06-4615-9dd2-64155ba34d3c", + "request-id" : "2c13b1ed-5110-4e3f-a11f-2ad261ce2531", "StatusCode" : "204", - "Date" : "Wed, 25 Dec 2019 11:10:16 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:59 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06", + "Uri" : "https://azs-sdk230212aa20c.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "105fa68f-5897-4049-9260-860fd344c924", + "request-id" : "2d110041-5d45-4099-ab58-33857fcdad39", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:10:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "15", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "719", - "Body" : "{\"@odata.context\":\"https://azs-sdk79b0859786b9.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-25T11:10:17.352Z\",\"endTime\":\"2019-12-25T11:10:17.352Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-25T11:10:17.352Z\",\"endTime\":\"2019-12-25T11:10:17.352Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null}],\"limits\":null}", + "Content-Length" : "706", + "Body" : "{\"@odata.context\":\"https://azs-sdk230212aa20c.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:31:59.541Z\",\"endTime\":\"2020-02-24T19:31:59.541Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:31:59.541Z\",\"endTime\":\"2020-02-24T19:31:59.541Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null}],\"limits\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk230212aa20c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatusWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatusWithResponse.json index f9f6c182b7af..abfa724cd694 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatusWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canResetIndexerAndGetIndexerStatusWithResponse.json @@ -1,116 +1,116 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk42499eeae61.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f432916c-73b4-4335-b91f-68be1de3a417", + "request-id" : "68db7644-d23c-4d10-9188-898c645ff670", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F77285DE8\"", - "elapsed-time" : "57", + "ETag" : "W/\"0x8D7B960C4F43F97\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F77285DE8\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk42499eeae61.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C4F43F97\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk42499eeae61.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk42499eeae61.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f000f989-6cd1-4bdd-8899-3bf43e6ee0a7", + "request-id" : "2614f792-4ffc-47bf-9a16-27d2564aed3e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:08 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F7884DC09\"", - "elapsed-time" : "2132", + "ETag" : "W/\"0x8D7B960C5662927\"", + "elapsed-time" : "761", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F7884DC09\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk42499eeae61.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C5662927\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk42499eeae61.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk42499eeae61.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ddf0c0e3-3cd1-4ac7-a6d6-2991ce6f7606", + "request-id" : "3316395b-6184-4339-ab6b-a327a33f92c5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:08 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F78B013D6\"", - "elapsed-time" : "203", + "ETag" : "W/\"0x8D7B960C57A02E9\"", + "elapsed-time" : "154", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F78B013D6\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk42499eeae61.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C57A02E9\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk42499eeae61.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexers('indexer')/search.reset?api-version=2019-05-06", + "Uri" : "https://azs-sdk42499eeae61.search.windows.net/indexers('indexer')/search.reset?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "183", + "elapsed-time" : "148", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dc24d7d2-0a0a-4bb7-8496-8995e952ab3b", + "request-id" : "19234cdd-865e-4831-abd0-0eb533ed9766", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:04:08 GMT" + "Date" : "Mon, 24 Feb 2020 19:35:57 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06", + "Uri" : "https://azs-sdk42499eeae61.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "818f8471-4f6d-4c0e-b7b4-75c4ee927676", + "request-id" : "922d1a7b-dd33-43f3-bf81-3a5d0a20c233", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:04:09 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "36", + "elapsed-time" : "11", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "719", - "Body" : "{\"@odata.context\":\"https://azs-sdk88e4275590e9.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-24T07:04:08.841Z\",\"endTime\":\"2019-12-24T07:04:08.841Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-24T07:04:08.841Z\",\"endTime\":\"2019-12-24T07:04:08.841Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null}],\"limits\":null}", + "Content-Length" : "706", + "Body" : "{\"@odata.context\":\"https://azs-sdk42499eeae61.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:35:57.815Z\",\"endTime\":\"2020-02-24T19:35:57.815Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:35:57.815Z\",\"endTime\":\"2020-02-24T19:35:57.815Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null}],\"limits\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk42499eeae61" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRoundTripNonNullableValueTypes.json b/sdk/search/azure-search/src/test/resources/session-records/canRoundTripNonNullableValueTypes.json index a9b10d981043..2e398b10a415 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRoundTripNonNullableValueTypes.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRoundTripNonNullableValueTypes.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk58598896238d.search-dogfood.windows-int.net/indexes('non-nullable-index')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk85039e89596.search.windows.net/indexes('non-nullable-index')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0094f0ad-48b6-44e4-bcb6-18642b1fd305", + "request-id" : "2ce9aa8c-0817-45f4-92dc-a809c4fe0441", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "282", + "elapsed-time" : "94", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "318", - "Body" : "{\"@odata.context\":\"https://azs-sdk58598896238d.search-dogfood.windows-int.net/indexes('non-nullable-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "305", + "Body" : "{\"@odata.context\":\"https://azs-sdk85039e89596.search.windows.net/indexes('non-nullable-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk58598896238d.search-dogfood.windows-int.net/indexes('non-nullable-index')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk85039e89596.search.windows.net/indexes('non-nullable-index')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "21717764-bbc2-407b-8e59-e48e20f78447", + "request-id" : "eb4a359d-badc-4fe5-8c9e-24ee9db4b536", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "560", - "Body" : "{\"@odata.context\":\"https://azs-sdk58598896238d.search-dogfood.windows-int.net/indexes('non-nullable-index')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"Key\":\"123\",\"Rating\":5,\"Count\":3,\"IsEnabled\":true,\"Ratio\":3.14,\"StartDate\":\"2010-06-01T00:00:00Z\",\"EndDate\":\"2010-06-15T00:00:00Z\",\"TopLevelBucket\":{\"BucketName\":\"A\",\"Count\":12},\"Buckets\":[{\"BucketName\":\"B\",\"Count\":20},{\"BucketName\":\"C\",\"Count\":7}]},{\"@search.score\":1.0,\"Key\":\"456\",\"Rating\":0,\"Count\":0,\"IsEnabled\":false,\"Ratio\":0.0,\"StartDate\":null,\"EndDate\":null,\"TopLevelBucket\":null,\"Buckets\":[]}]}", + "Content-Length" : "547", + "Body" : "{\"@odata.context\":\"https://azs-sdk85039e89596.search.windows.net/indexes('non-nullable-index')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"Key\":\"123\",\"Rating\":5,\"Count\":3,\"IsEnabled\":true,\"Ratio\":3.14,\"StartDate\":\"2010-06-01T00:00:00Z\",\"EndDate\":\"2010-06-15T00:00:00Z\",\"TopLevelBucket\":{\"BucketName\":\"A\",\"Count\":12},\"Buckets\":[{\"BucketName\":\"B\",\"Count\":20},{\"BucketName\":\"C\",\"Count\":7}]},{\"@search.score\":1.0,\"Key\":\"456\",\"Rating\":0,\"Count\":0,\"IsEnabled\":false,\"Ratio\":0.0,\"StartDate\":null,\"EndDate\":null,\"TopLevelBucket\":null,\"Buckets\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk85039e89596" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRoundtripBoundaryValues.json b/sdk/search/azure-search/src/test/resources/session-records/canRoundtripBoundaryValues.json index 0d65a4b5cd05..634bffbe502b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRoundtripBoundaryValues.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRoundtripBoundaryValues.json @@ -1,153 +1,153 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1574cdc8-0d5d-4f5d-af48-262d4ff43e8a", + "request-id" : "a447cc9b-418b-4cd4-855d-d85eaf14d651", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "207", + "elapsed-time" : "122", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "554", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "541", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "59a1d8e4-a30f-472e-946b-98a3faa8e951", + "request-id" : "228b9208-81d2-4180-86ac-b9a5cef9788f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "15", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":\"\",\"Tags\":[],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"0001-01-01T00:00:00Z\",\"Rating\":-2147483648,\"Location\":{\"type\":\"Point\",\"coordinates\":[-180.0,-90.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":null,\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":4.94065645841247E-324,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":\"\",\"Tags\":[],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"0001-01-01T00:00:00Z\",\"Rating\":-2147483648,\"Location\":{\"type\":\"Point\",\"coordinates\":[-180.0,-90.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":null,\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":4.94065645841247E-324,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fe1bfe1e-8f04-4234-9205-923e0bacef80", + "request-id" : "7708d70f-5251-40b4-8fe5-5ca31e046898", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "722", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":\"test\",\"Tags\":[\"test\"],\"ParkingIncluded\":true,\"SmokingAllowed\":null,\"LastRenovationDate\":\"9999-12-31T11:59:59Z\",\"Rating\":2147483647,\"Location\":{\"type\":\"Point\",\"coordinates\":[180.0,90.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":\"Maximum\",\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":1.7976931348623157E+308,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "709", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"2\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":\"test\",\"Tags\":[\"test\"],\"ParkingIncluded\":true,\"SmokingAllowed\":null,\"LastRenovationDate\":\"9999-12-31T11:59:59Z\",\"Rating\":2147483647,\"Location\":{\"type\":\"Point\",\"coordinates\":[180.0,90.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":\"Maximum\",\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":1.7976931348623157E+308,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('3')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('3')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d5841e7a-15cd-452d-83a3-b77295957643", + "request-id" : "d4d123cb-79cd-43f3-96cd-baa733105e68", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "4", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "670", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":{\"type\":\"Point\",\"coordinates\":[0.0,0.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":\"Maximum\",\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"-INF\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "657", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"3\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":{\"type\":\"Point\",\"coordinates\":[0.0,0.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":null,\"City\":\"Maximum\",\"StateProvince\":null,\"PostalCode\":null,\"Country\":null},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"-INF\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('4')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('4')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7a01ee0b-bd9b-47ba-a262-24b13676846e", + "request-id" : "53312a48-a65a-4916-8c91-9efaec4e04fa", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "3", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "488", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"4\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"INF\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "475", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"4\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"INF\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('5')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('5')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b1ce74ae-24c4-4d72-a77a-c644189b8bd9", + "request-id" : "f1370c0d-c0b8-4be1-968b-b88bb5695cb1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:09 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "6", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "488", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"5\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"NaN\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "475", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"5\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":\"NaN\",\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/docs('6')?api-version=2019-05-06", + "Uri" : "https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/docs('6')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "13cf3c9e-ed82-4357-8c9b-e664ae7164f8", + "request-id" : "444c1661-1517-4373-92b1-bb1812ef4cb6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:09 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "4", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "348", - "Body" : "{\"@odata.context\":\"https://azs-sdkbd208206761a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"6\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}", + "Content-Length" : "335", + "Body" : "{\"@odata.context\":\"https://azs-sdk273363a9888.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"6\",\"HotelName\":null,\"Description\":null,\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk273363a9888" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRoundtripStaticallyTypedPrimitiveCollections.json b/sdk/search/azure-search/src/test/resources/session-records/canRoundtripStaticallyTypedPrimitiveCollections.json index 24c0d98b9d51..4b01b773273e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRoundtripStaticallyTypedPrimitiveCollections.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRoundtripStaticallyTypedPrimitiveCollections.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk39d78757be83.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk598214f916b.search.windows.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fb05bbf1-c615-41bf-b105-7c477ac7d4aa", + "request-id" : "dfc31718-6572-4732-8b32-7ffbe4710b66", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:09 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "210", + "elapsed-time" : "104", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "255", - "Body" : "{\"@odata.context\":\"https://azs-sdk39d78757be83.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "242", + "Body" : "{\"@odata.context\":\"https://azs-sdk598214f916b.search.windows.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk39d78757be83.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk598214f916b.search.windows.net/indexes('data-types-tests-index')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f066bb58-25dc-4eaf-ad94-68a17bec292c", + "request-id" : "1c8ab88e-0107-4652-aec1-9e04de8c6a4c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "15", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "598", - "Body" : "{\"@odata.context\":\"https://azs-sdk39d78757be83.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"1\",\"Bools\":[true,false],\"Dates\":[\"2019-04-14T14:24:00Z\",\"1999-12-31T23:59:59Z\"],\"Doubles\":[\"-INF\",0.0,2.78,\"NaN\",3.14,\"INF\"],\"Points\":[{\"type\":\"Point\",\"coordinates\":[-67.0,49.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},{\"type\":\"Point\",\"coordinates\":[21.0,47.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}}],\"Ints\":[1,2,3,4,-13,5,0],\"Longs\":[-9999999999999999,832372345832523],\"Strings\":[\"hello\",\"2019-04-14T14:56:00-07:00\"]}", + "Content-Length" : "585", + "Body" : "{\"@odata.context\":\"https://azs-sdk598214f916b.search.windows.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"1\",\"Bools\":[true,false],\"Dates\":[\"2019-04-14T14:24:00Z\",\"1999-12-31T23:59:59Z\"],\"Doubles\":[\"-INF\",0.0,2.78,\"NaN\",3.14,\"INF\"],\"Points\":[{\"type\":\"Point\",\"coordinates\":[-67.0,49.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},{\"type\":\"Point\",\"coordinates\":[21.0,47.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}}],\"Ints\":[1,2,3,4,-13,5,0],\"Longs\":[-9999999999999999,832372345832523],\"Strings\":[\"hello\",\"2019-04-14T14:56:00-07:00\"]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk598214f916b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexer.json index caed9a7dbeda..781d8b0921e3 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexer.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexer.json @@ -1,117 +1,117 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk48997be8c88.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5e3b0e84-33a5-485e-8f16-0530a8fb9d37", + "request-id" : "02746b06-1d87-43a6-91dc-ca7a2d73992c", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:07:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892AB28D4457\"", - "elapsed-time" : "85", + "ETag" : "W/\"0x8D7B9603AC9FE56\"", + "elapsed-time" : "76", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkb90544773013.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7892AB28D4457\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk48997be8c88.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603AC9FE56\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk48997be8c88.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk48997be8c88.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "43dec3d7-635a-45a8-96f4-c45c39b2f4e2", + "request-id" : "4fcde8c1-0cc4-49c2-85bd-6175451c7b3b", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:07:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892AB349690F\"", - "elapsed-time" : "744", + "ETag" : "W/\"0x8D7B9603B470D83\"", + "elapsed-time" : "850", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkb90544773013.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7892AB349690F\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk48997be8c88.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603B470D83\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk48997be8c88.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk48997be8c88.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "df1b0bb2-6b86-4839-b383-668bca7ec674", + "request-id" : "3d82e519-338d-492b-b691-03c635e04cc0", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:07:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892AB3C71802\"", - "elapsed-time" : "665", + "ETag" : "W/\"0x8D7B9603BA2D2E6\"", + "elapsed-time" : "652", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkb90544773013.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7892AB3C71802\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk48997be8c88.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603BA2D2E6\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk48997be8c88.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexers('indexer')/search.run?api-version=2019-05-06", + "Uri" : "https://azs-sdk48997be8c88.search.windows.net/indexers('indexer')/search.run?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "68", + "elapsed-time" : "97", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", "Content-Length" : "0", - "request-id" : "dd4633a1-ae3e-42ac-aa19-19dccafdc204", + "request-id" : "1d5c0334-2815-4c9f-a9ce-91c543baaa8e", "StatusCode" : "202", - "Date" : "Wed, 25 Dec 2019 11:07:59 GMT" + "Date" : "Mon, 24 Feb 2020 19:32:06 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkb90544773013.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06", + "Uri" : "https://azs-sdk48997be8c88.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a537241f-bb32-47c7-96ba-9771355853e5", + "request-id" : "2e16eb8a-d4f8-4367-9fcd-14190e125f47", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:07:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "36", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "324", - "Body" : "{\"@odata.context\":\"https://azs-sdkb90544773013.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":null,\"executionHistory\":[],\"limits\":{\"maxRunTime\":\"PT0S\",\"maxDocumentExtractionSize\":0,\"maxDocumentContentCharactersToExtract\":0}}", + "Content-Length" : "311", + "Body" : "{\"@odata.context\":\"https://azs-sdk48997be8c88.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":null,\"executionHistory\":[],\"limits\":{\"maxRunTime\":\"PT0S\",\"maxDocumentExtractionSize\":0,\"maxDocumentContentCharactersToExtract\":0}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk48997be8c88" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerAndGetIndexerStatus.json b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerAndGetIndexerStatus.json index 0dee1fc70d60..64fcc0c802bd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerAndGetIndexerStatus.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerAndGetIndexerStatus.json @@ -1,138 +1,138 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06&mock_status=inProgress", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "715486df-8872-45cb-9d8e-d7db3fefa47f", + "request-id" : "e7ccbbb2-b9a6-47d1-97ba-891b60b0f086", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:37:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892EDC0AD367\"", - "elapsed-time" : "84", + "ETag" : "W/\"0x8D7B9607BF4D058\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk0464589514a4.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7892EDC0AD367\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk131958fa7be.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607BF4D058\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06&mock_status=inProgress" + "Location" : "https://azs-sdk131958fa7be.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06&mock_status=inProgress" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexes?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/indexes?api-version=2019-05-06&mock_status=inProgress", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "633d5777-ec6b-4726-94c6-53f171f1b02d", + "request-id" : "ba871017-eb12-47d3-b65a-aa1afec8e67e", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:37:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892EDCA8BB58\"", - "elapsed-time" : "672", + "ETag" : "W/\"0x8D7B9607C380034\"", + "elapsed-time" : "455", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk0464589514a4.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7892EDCA8BB58\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk131958fa7be.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607C380034\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06&mock_status=inProgress" + "Location" : "https://azs-sdk131958fa7be.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06&mock_status=inProgress" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexers?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/indexers?api-version=2019-05-06&mock_status=inProgress", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0ad820e8-9ef7-4665-90a7-2734c841c04d", + "request-id" : "09d7ce2a-179e-4b64-8fa1-cc8f8f598d4e", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 11:37:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892EDCFBF5F8\"", - "elapsed-time" : "378", + "ETag" : "W/\"0x8D7B9607C92B3FD\"", + "elapsed-time" : "609", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk0464589514a4.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7892EDCFBF5F8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk131958fa7be.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607C92B3FD\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06&mock_status=inProgress" + "Location" : "https://azs-sdk131958fa7be.search.windows.net/indexers('indexer')?api-version=2019-05-06&mock_status=inProgress" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06&mock_status=inProgress", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ad234240-cafb-441b-9414-9a8db675bffa", + "request-id" : "ddbfead2-150c-480f-b472-8d351210fb88", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:37:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "6", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2116", - "Body" : "{\"@odata.context\":\"https://azs-sdk0464589514a4.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"inProgress\",\"errorMessage\":null,\"startTime\":\"2019-12-25T11:37:46.8123841Z\",\"endTime\":null,\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"transientFailure\",\"errorMessage\":\"The indexer could not connect to the data source\",\"startTime\":\"2019-12-25T11:37:46.8123841Z\",\"endTime\":\"2019-12-25T11:37:46.8123841Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-25T10:37:46.8123841Z\",\"endTime\":\"2019-12-25T10:37:46.8123841Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"success\",\"errorMessage\":null,\"startTime\":\"2019-12-24T11:37:46.8123841Z\",\"endTime\":\"2019-12-24T12:37:46.8123841Z\",\"itemsProcessed\":124876,\"itemsFailed\":2,\"initialTrackingState\":\"100\",\"finalTrackingState\":\"200\",\"errors\":[{\"key\":\"1\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.MyDataSource\",\"errorMessage\":\"Key field contains unsafe characters\",\"details\":\"The file could not be parsed.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"},{\"key\":\"121713\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.DataReader\",\"errorMessage\":\"Item is too large\",\"details\":\"Blob size cannot exceed 256 MB.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"}],\"warnings\":[{\"key\":\"2\",\"name\":\"Enrichment.LanguageDetectionSkill.#4\",\"message\":\"Document was truncated to 50000 characters.\",\"details\":\"Try to split the input into smaller chunks using Split skill.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2099692\"}],\"metrics\":null}],\"limits\":{\"maxRunTime\":\"P1D\",\"maxDocumentExtractionSize\":1000,\"maxDocumentContentCharactersToExtract\":100000}}", + "Content-Length" : "2082", + "Body" : "{\"@odata.context\":\"https://azs-sdk131958fa7be.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"inProgress\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:33:55.5006Z\",\"endTime\":null,\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"transientFailure\",\"errorMessage\":\"The indexer could not connect to the data source\",\"startTime\":\"2020-02-24T19:33:55.5006Z\",\"endTime\":\"2020-02-24T19:33:55.5006Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T18:33:55.5006Z\",\"endTime\":\"2020-02-24T18:33:55.5006Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"success\",\"errorMessage\":null,\"startTime\":\"2020-02-23T19:33:55.5006Z\",\"endTime\":\"2020-02-23T20:33:55.5006Z\",\"itemsProcessed\":124876,\"itemsFailed\":2,\"initialTrackingState\":\"100\",\"finalTrackingState\":\"200\",\"errors\":[{\"key\":\"1\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.MyDataSource\",\"errorMessage\":\"Key field contains unsafe characters\",\"details\":\"The file could not be parsed.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"},{\"key\":\"121713\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.DataReader\",\"errorMessage\":\"Item is too large\",\"details\":\"Blob size cannot exceed 256 MB.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"}],\"warnings\":[{\"key\":\"2\",\"name\":\"Enrichment.LanguageDetectionSkill.#4\",\"message\":\"Document was truncated to 50000 characters.\",\"details\":\"Try to split the input into smaller chunks using Split skill.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2099692\"}],\"metrics\":null}],\"limits\":{\"maxRunTime\":\"P1D\",\"maxDocumentExtractionSize\":1000,\"maxDocumentContentCharactersToExtract\":100000}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexers('indexer')/search.run?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/indexers('indexer')/search.run?api-version=2019-05-06&mock_status=inProgress", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "42", + "elapsed-time" : "44", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", "Content-Length" : "0", - "request-id" : "9387e71e-eb24-4da0-830a-bd3ebe6b8fc4", + "request-id" : "975f7465-008e-421d-91cd-5b61db4ae27b", "StatusCode" : "202", - "Date" : "Wed, 25 Dec 2019 11:37:47 GMT" + "Date" : "Mon, 24 Feb 2020 19:33:55 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk0464589514a4.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06&mock_status=inProgress", + "Uri" : "https://azs-sdk131958fa7be.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06&mock_status=inProgress", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b3733d34-aab8-4318-bc80-8b74a04c399b", + "request-id" : "544d3da9-ca80-42c3-a433-9c207382ea39", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 11:37:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "1", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2116", - "Body" : "{\"@odata.context\":\"https://azs-sdk0464589514a4.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"inProgress\",\"errorMessage\":null,\"startTime\":\"2019-12-25T11:37:47.2498961Z\",\"endTime\":null,\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"transientFailure\",\"errorMessage\":\"The indexer could not connect to the data source\",\"startTime\":\"2019-12-25T11:37:47.2498961Z\",\"endTime\":\"2019-12-25T11:37:47.2498961Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2019-12-25T10:37:47.2498961Z\",\"endTime\":\"2019-12-25T10:37:47.2498961Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"success\",\"errorMessage\":null,\"startTime\":\"2019-12-24T11:37:47.2498961Z\",\"endTime\":\"2019-12-24T12:37:47.2498961Z\",\"itemsProcessed\":124876,\"itemsFailed\":2,\"initialTrackingState\":\"100\",\"finalTrackingState\":\"200\",\"errors\":[{\"key\":\"1\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.MyDataSource\",\"errorMessage\":\"Key field contains unsafe characters\",\"details\":\"The file could not be parsed.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"},{\"key\":\"121713\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.DataReader\",\"errorMessage\":\"Item is too large\",\"details\":\"Blob size cannot exceed 256 MB.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"}],\"warnings\":[{\"key\":\"2\",\"name\":\"Enrichment.LanguageDetectionSkill.#4\",\"message\":\"Document was truncated to 50000 characters.\",\"details\":\"Try to split the input into smaller chunks using Split skill.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2099692\"}],\"metrics\":null}],\"limits\":{\"maxRunTime\":\"P1D\",\"maxDocumentExtractionSize\":1000,\"maxDocumentContentCharactersToExtract\":100000}}", + "Content-Length" : "2103", + "Body" : "{\"@odata.context\":\"https://azs-sdk131958fa7be.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":{\"status\":\"inProgress\",\"errorMessage\":null,\"startTime\":\"2020-02-24T19:33:55.5787281Z\",\"endTime\":null,\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},\"executionHistory\":[{\"status\":\"transientFailure\",\"errorMessage\":\"The indexer could not connect to the data source\",\"startTime\":\"2020-02-24T19:33:55.5787281Z\",\"endTime\":\"2020-02-24T19:33:55.5787281Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"reset\",\"errorMessage\":null,\"startTime\":\"2020-02-24T18:33:55.5787281Z\",\"endTime\":\"2020-02-24T18:33:55.5787281Z\",\"itemsProcessed\":0,\"itemsFailed\":0,\"initialTrackingState\":null,\"finalTrackingState\":null,\"errors\":[],\"warnings\":[],\"metrics\":null},{\"status\":\"success\",\"errorMessage\":null,\"startTime\":\"2020-02-23T19:33:55.5787281Z\",\"endTime\":\"2020-02-23T20:33:55.5787281Z\",\"itemsProcessed\":124876,\"itemsFailed\":2,\"initialTrackingState\":\"100\",\"finalTrackingState\":\"200\",\"errors\":[{\"key\":\"1\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.MyDataSource\",\"errorMessage\":\"Key field contains unsafe characters\",\"details\":\"The file could not be parsed.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"},{\"key\":\"121713\",\"statusCode\":400,\"name\":\"DocumentExtraction.AzureBlob.DataReader\",\"errorMessage\":\"Item is too large\",\"details\":\"Blob size cannot exceed 256 MB.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2049388\"}],\"warnings\":[{\"key\":\"2\",\"name\":\"Enrichment.LanguageDetectionSkill.#4\",\"message\":\"Document was truncated to 50000 characters.\",\"details\":\"Try to split the input into smaller chunks using Split skill.\",\"documentationLink\":\"https://go.microsoft.com/fwlink/?linkid=2099692\"}],\"metrics\":null}],\"limits\":{\"maxRunTime\":\"P1D\",\"maxDocumentExtractionSize\":1000,\"maxDocumentContentCharactersToExtract\":100000}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk131958fa7be" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerWithResponse.json index 89150248ca10..a04b8be65962 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canRunIndexerWithResponse.json @@ -1,117 +1,117 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk491630f89bd.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c853bbe7-8110-4b26-952a-25bc1599e706", + "request-id" : "923f4091-2f76-4fe3-9811-c75bd602a215", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F7CF24CED\"", - "elapsed-time" : "50", + "ETag" : "W/\"0x8D7B960C929AEBF\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F7CF24CED\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk491630f89bd.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C929AEBF\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk491630f89bd.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk491630f89bd.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9bf3ceb7-89ef-4743-9e3c-db126380eba1", + "request-id" : "3e12fd26-8433-419b-9a56-cbc047ac3589", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F7D76DB21\"", - "elapsed-time" : "704", + "ETag" : "W/\"0x8D7B960C99E30D6\"", + "elapsed-time" : "761", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F7D76DB21\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk491630f89bd.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C99E30D6\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk491630f89bd.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk491630f89bd.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c37ae0a3-b07e-4f09-b901-1722b4cf2cde", + "request-id" : "6f0fd52e-69de-4dc6-9436-bba99bf93e58", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:04:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F7DBFDA61\"", - "elapsed-time" : "309", + "ETag" : "W/\"0x8D7B960C9B762C7\"", + "elapsed-time" : "196", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F7DBFDA61\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk491630f89bd.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C9B762C7\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk491630f89bd.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexers('indexer')/search.run?api-version=2019-05-06", + "Uri" : "https://azs-sdk491630f89bd.search.windows.net/indexers('indexer')/search.run?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "32", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", "Content-Length" : "0", - "request-id" : "939ab7db-24bd-4696-adfe-bd765281ebd6", + "request-id" : "be6212b5-428e-402f-ad6b-08b576404c70", "StatusCode" : "202", - "Date" : "Tue, 24 Dec 2019 07:04:17 GMT" + "Date" : "Mon, 24 Feb 2020 19:36:04 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/indexers('indexer')/search.status?api-version=2019-05-06", + "Uri" : "https://azs-sdk491630f89bd.search.windows.net/indexers('indexer')/search.status?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "485b9885-278e-41de-97fc-19aa0c553e2e", + "request-id" : "ab1c3fa3-332b-4b3e-88c5-99fc4a1308e9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:04:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:36:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "18", + "elapsed-time" : "13", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "324", - "Body" : "{\"@odata.context\":\"https://azs-sdkb34234919ab0.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":null,\"executionHistory\":[],\"limits\":{\"maxRunTime\":\"PT0S\",\"maxDocumentExtractionSize\":0,\"maxDocumentContentCharactersToExtract\":0}}", + "Content-Length" : "311", + "Body" : "{\"@odata.context\":\"https://azs-sdk491630f89bd.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.IndexerExecutionInfo\",\"name\":\"indexer\",\"status\":\"running\",\"lastResult\":null,\"executionHistory\":[],\"limits\":{\"maxRunTime\":\"PT0S\",\"maxDocumentExtractionSize\":0,\"maxDocumentContentCharactersToExtract\":0}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk491630f89bd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchDynamicDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchDynamicDocuments.json index c63952268d41..1ae4b300352b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchDynamicDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchDynamicDocuments.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkba095945168f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk73036dc763f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b7d170a7-f1ac-4b8f-842a-1116a5c736d7", + "request-id" : "280991f5-32e4-4645-90fa-d421a99ab66a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:55:29 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "144", + "elapsed-time" : "99", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkba095945168f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk73036dc763f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkba095945168f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk73036dc763f.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f6545bb8-ed90-4556-b490-b3156b065402", + "request-id" : "1c9da3d1-c3a3-4c9d-9b28-21d80f070e71", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:55:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "20", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "5721", - "Body" : "{\"@odata.context\":\"https://azs-sdkba095945168f.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "5708", + "Body" : "{\"@odata.context\":\"https://azs-sdk73036dc763f.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk73036dc763f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchStaticallyTypedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchStaticallyTypedDocuments.json index 99291405ddc4..122da02c72ec 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchStaticallyTypedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchStaticallyTypedDocuments.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkad2152626806.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk227595e9dc7.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "02d487f1-5eb3-481f-ac4e-5483799d6bcd", + "request-id" : "52c9370c-9a7a-4846-92fc-e24cc68b9d56", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:53 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "308", + "elapsed-time" : "165", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkad2152626806.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk227595e9dc7.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkad2152626806.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk227595e9dc7.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "21f3f5f7-683e-4579-a59a-d73558ae68c2", + "request-id" : "e97c9dde-b2ae-43b6-b515-ec9590220c00", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:55 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "5721", - "Body" : "{\"@odata.context\":\"https://azs-sdkad2152626806.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "5708", + "Body" : "{\"@odata.context\":\"https://azs-sdk227595e9dc7.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk227595e9dc7" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithCustomAnalyzer.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithCustomAnalyzer.json index 45a64e2a5254..7fe91d94395c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithCustomAnalyzer.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithCustomAnalyzer.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk88782eaab91.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6dc4fcaf-e1fb-490c-bb6e-a7f771e4b2dc", + "request-id" : "c66893e9-c77f-4a2e-a7b7-66557906b25e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAE6F8D41\"", - "elapsed-time" : "855", + "ETag" : "W/\"0x8D7B95FCBB90E9B\"", + "elapsed-time" : "602", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1068", - "Body" : "{\"@odata.context\":\"https://azs-sdk61c314286f77.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAE6F8D41\\\"\",\"name\":\"testindex\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"message\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"my_email_analyzer\",\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"my_email_analyzer\",\"tokenizer\":\"standard_v2\",\"tokenFilters\":[],\"charFilters\":[\"my_email_filter\"]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\"name\":\"my_email_filter\",\"pattern\":\"@\",\"replacement\":\"_\"}],\"encryptionKey\":null}", + "Content-Length" : "1055", + "Body" : "{\"@odata.context\":\"https://azs-sdk88782eaab91.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FCBB90E9B\\\"\",\"name\":\"testindex\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"message\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"my_email_analyzer\",\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"my_email_analyzer\",\"tokenizer\":\"standard_v2\",\"tokenFilters\":[],\"charFilters\":[\"my_email_filter\"]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternReplaceCharFilter\",\"name\":\"my_email_filter\",\"pattern\":\"@\",\"replacement\":\"_\"}],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes('testindex')?api-version=2019-05-06" + "Location" : "https://azs-sdk88782eaab91.search.windows.net/indexes('testindex')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes('testindex')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk88782eaab91.search.windows.net/indexes('testindex')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "95c76f17-a090-4ecf-9399-9c59b3a0dd60", + "request-id" : "d3748476-8020-4af0-b5d8-f6ed103dc510", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "134", + "elapsed-time" : "201", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "305", - "Body" : "{\"@odata.context\":\"https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes('testindex')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "292", + "Body" : "{\"@odata.context\":\"https://azs-sdk88782eaab91.search.windows.net/indexes('testindex')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes('testindex')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk88782eaab91.search.windows.net/indexes('testindex')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5dd387c3-d7d5-417b-b27e-94dfc1554c85", + "request-id" : "b44a9338-8842-4116-9ad4-eb93a3772be6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "27", + "elapsed-time" : "17", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "219", - "Body" : "{\"@odata.context\":\"https://azs-sdk61c314286f77.search-dogfood.windows-int.net/indexes('testindex')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.19268581,\"id\":\"1\",\"message\":\"My email is someone@somewhere.something.\"}]}", + "Content-Length" : "206", + "Body" : "{\"@odata.context\":\"https://azs-sdk88782eaab91.search.windows.net/indexes('testindex')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.19268581,\"id\":\"1\",\"message\":\"My email is someone@somewhere.something.\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk88782eaab91" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithDateInStaticModel.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithDateInStaticModel.json index 62675e932192..788ba0717058 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithDateInStaticModel.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithDateInStaticModel.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk0f787979942b.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk02667479cec.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3da365f6-8f65-4545-b536-a32acf756bb2", + "request-id" : "f4e162ce-82c6-4b8b-9e43-33e200d12af8", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:24 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:26 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "206", + "elapsed-time" : "133", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk0f787979942b.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk02667479cec.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0f787979942b.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk02667479cec.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6dc32b66-55fc-4c9a-8235-9239c84ac2da", + "request-id" : "da21088b-bf43-491d-95bf-6c64169da2dd", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1093", - "Body" : "{\"@odata.context\":\"https://azs-sdk0f787979942b.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.3767029,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1140", + "Body" : "{\"@odata.context\":\"https://azs-sdk02667479cec.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.3767029,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk02667479cec" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithEscapedSpecialCharsInRegex.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithEscapedSpecialCharsInRegex.json index 20b929447368..940fbb891a07 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithEscapedSpecialCharsInRegex.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithEscapedSpecialCharsInRegex.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkde14246826e7.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk104906fecd5.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "274c72b2-0225-41ee-9c33-b3a057b8359b", + "request-id" : "7786276c-dfd7-4e0c-aa56-724e2b18f1c8", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:03 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "186", + "elapsed-time" : "175", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkde14246826e7.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk104906fecd5.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkde14246826e7.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk104906fecd5.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9acde8fc-c0d8-4312-ba89-65a5774dcf47", + "request-id" : "82b2c95d-b59c-4325-b11d-a13982a84f13", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "13", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"@odata.context\":\"https://azs-sdkde14246826e7.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", + "Content-Length" : "113", + "Body" : "{\"@odata.context\":\"https://azs-sdk104906fecd5.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk104906fecd5" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithLuceneSyntax.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithLuceneSyntax.json index b01f88f696bd..7951212088a2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithLuceneSyntax.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithLuceneSyntax.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkdfb057833e4a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk129808c3c41.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "acb97973-f346-4cf3-a387-713a3bb4dbbc", + "request-id" : "eef2d98c-a29a-4d7f-bb09-6c1559ada48e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "199", + "elapsed-time" : "176", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkdfb057833e4a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk129808c3c41.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkdfb057833e4a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk129808c3c41.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "37b511f9-65f2-4b17-82a8-3c87da0fa181", + "request-id" : "218fa04f-8e23-491c-81fe-aaf4c67a90fc", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "190", - "Body" : "{\"@odata.context\":\"https://azs-sdkdfb057833e4a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.8411939,\"HotelName\":\"Roach Motel\",\"Rating\":1}]}", + "Content-Length" : "177", + "Body" : "{\"@odata.context\":\"https://azs-sdk129808c3c41.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.8411939,\"HotelName\":\"Roach Motel\",\"Rating\":1}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk129808c3c41" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithMinimumCoverage.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithMinimumCoverage.json index 458462313d04..bf536555fa17 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithMinimumCoverage.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithMinimumCoverage.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk4c8587427f71.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk761710c134d.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "10ca3783-1e06-4af1-a256-aa19b8a5f996", + "request-id" : "c826daf5-accf-4598-920f-a41311d8f5c1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "157", + "elapsed-time" : "192", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk4c8587427f71.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk761710c134d.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk4c8587427f71.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk761710c134d.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0bb5b585-9cff-4b45-b134-674c37088d56", + "request-id" : "2daf8976-d8a9-4f06-9ad5-b88a4c3c700b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:25 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "7229", - "Body" : "{\"@odata.context\":\"https://azs-sdk4c8587427f71.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.coverage\":100.0,\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00e8s propre. Aussi tr\\u00e8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "7474", + "Body" : "{\"@odata.context\":\"https://azs-sdk761710c134d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.coverage\":100.0,\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00c3\\u00a8s propre. Aussi tr\\u00c3\\u00a8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk761710c134d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRangeFacets.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRangeFacets.json index d11c5780c629..33fb4915c5bf 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRangeFacets.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRangeFacets.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk16b4512941f0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk3459715b984.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4a22cb59-c9ce-4dd8-91ba-a10771018ec4", + "request-id" : "5b3d37b7-d38a-4dba-a136-6edd42dbc9de", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "165", + "elapsed-time" : "105", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk16b4512941f0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk3459715b984.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk16b4512941f0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk3459715b984.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "31e1b84c-4982-4589-bdc7-ea5a3a940a46", + "request-id" : "2c3006b3-bdc7-4b71-b310-ecead7af32f9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:33 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "167", + "elapsed-time" : "29", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "7473", - "Body" : "{\"@odata.context\":\"https://azs-sdk16b4512941f0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.facets\":{\"LastRenovationDate\":[{\"count\":5,\"to\":\"2000-01-01T00:00:00.000+0000\"},{\"count\":2,\"from\":\"2000-01-01T00:00:00.000+0000\"}],\"Rooms/BaseRate\":[{\"count\":1,\"to\":5.0},{\"count\":1,\"from\":5.0,\"to\":8.0},{\"count\":1,\"from\":8.0,\"to\":10.0},{\"count\":0,\"from\":10.0}]},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00e8s propre. Aussi tr\\u00e8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "7718", + "Body" : "{\"@odata.context\":\"https://azs-sdk3459715b984.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.facets\":{\"LastRenovationDate\":[{\"count\":5,\"to\":\"2000-01-01T00:00:00.000+0000\"},{\"count\":2,\"from\":\"2000-01-01T00:00:00.000+0000\"}],\"Rooms/BaseRate\":[{\"count\":1,\"to\":5.0},{\"count\":1,\"from\":5.0,\"to\":8.0},{\"count\":1,\"from\":8.0,\"to\":10.0},{\"count\":0,\"from\":10.0}]},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00c3\\u00a8s propre. Aussi tr\\u00c3\\u00a8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk3459715b984" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRegex.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRegex.json index 9b663a2cc66c..1b0624d7b95e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRegex.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithRegex.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkd6814339665e.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk41580764e36.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "91edb605-c644-40c1-84a1-eedaa26f2759", + "request-id" : "7f34264a-fde9-41d7-bbf5-ed1bf25a6d89", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "137", + "elapsed-time" : "161", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkd6814339665e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk41580764e36.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd6814339665e.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk41580764e36.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "92ff7020-efdb-4992-ba02-2c48ece4f6fb", + "request-id" : "87c0b77b-9612-4d28-8d03-6dfec6cfa55f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "28", + "elapsed-time" : "35", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "184", - "Body" : "{\"@odata.context\":\"https://azs-sdkd6814339665e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelName\":\"Roach Motel\",\"Rating\":1}]}", + "Content-Length" : "171", + "Body" : "{\"@odata.context\":\"https://azs-sdk41580764e36.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelName\":\"Roach Motel\",\"Rating\":1}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk41580764e36" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSearchModeAll.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSearchModeAll.json index ea79395f4327..dece3e8e9a61 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSearchModeAll.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSearchModeAll.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf8025556bcfc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk22123da4756.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "31cdeb80-533c-42f2-b9be-183a8e4bb4c8", + "request-id" : "e159b7d8-15ac-495b-952f-a595663bfb3a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "193", + "elapsed-time" : "117", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkf8025556bcfc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk22123da4756.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf8025556bcfc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk22123da4756.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1b41347b-e2d4-4e61-837d-fa489177e208", + "request-id" : "ba482a48-7041-432c-97b0-3d3e50052590", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "30", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "617", - "Body" : "{\"@odata.context\":\"https://azs-sdkf8025556bcfc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.29120865,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "610", + "Body" : "{\"@odata.context\":\"https://azs-sdk22123da4756.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.24189363,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk22123da4756" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSelectedFields.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSelectedFields.json index f51c6612afe7..bf3d2a7a4115 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSelectedFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSelectedFields.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkcdd7576514b2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk72449781fce.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ceb8db75-c08e-46a5-935b-26190dcd6bf2", + "request-id" : "c51205d9-bdea-491d-9a1f-5aa77715b1fe", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "378", + "elapsed-time" : "165", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdd7576514b2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk72449781fce.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkcdd7576514b2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk72449781fce.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d7d3286e-41da-4a31-96e6-9fa4f641fe10", + "request-id" : "0bc97fc6-dcfe-4fbb-b1de-2a3e7fd5ae6c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:52:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "18", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "374", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdd7576514b2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.1593354,\"HotelName\":\"Fancy Stay\",\"Rating\":5,\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.17835927,\"HotelName\":\"Secret Point Motel\",\"Rating\":4,\"Address\":{\"City\":\"New York\"},\"Rooms\":[{\"Type\":\"Budget Room\"},{\"Type\":\"Budget Room\"}]}]}", + "Content-Length" : "361", + "Body" : "{\"@odata.context\":\"https://azs-sdk72449781fce.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.1593354,\"HotelName\":\"Fancy Stay\",\"Rating\":5,\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.17835927,\"HotelName\":\"Secret Point Motel\",\"Rating\":4,\"Address\":{\"City\":\"New York\"},\"Rooms\":[{\"Type\":\"Budget Room\"},{\"Type\":\"Budget Room\"}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk72449781fce" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSynonyms.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSynonyms.json index 7f7dc4f3915b..e9bb651aaa3b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSynonyms.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithSynonyms.json @@ -1,121 +1,121 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bbfa1f07-a127-4520-bcf7-658ade5faf83", + "request-id" : "9346cafe-476c-4d0d-b08c-b5836e2fdf33", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 10:58:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "282", + "elapsed-time" : "177", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk50930f27c74.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "18e687c9-ac04-4c55-b5a2-499a0f863063", + "request-id" : "209327d8-0fed-48df-b6ac-6f19cf007296", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 10:58:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789295A5534EE\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B9633F7479DA\"", + "elapsed-time" : "34", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "225", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D789295A5534EE\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"luxury,fancy\",\"encryptionKey\":null}", + "Content-Length" : "212", + "Body" : "{\"@odata.context\":\"https://azs-sdk50930f27c74.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9633F7479DA\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"luxury,fancy\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "Location" : "https://azs-sdk50930f27c74.search.windows.net/synonymmaps('names')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "115f81d0-c443-45b5-be83-54f47b11ccaa", + "request-id" : "ea390c90-26de-4bab-a2b9-9cd0ea133ffa", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 10:58:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7892958202A4F\"", - "elapsed-time" : "726", + "ETag" : "W/\"0x8D7B9633E15BAB5\"", + "elapsed-time" : "41", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6153", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7892958202A4F\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]}],\"scoringProfiles\":[{\"name\":\"nearest\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":2.0,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"myloc\",\"boostingDistance\":100.0},\"tag\":null}]}],\"corsOptions\":null,\"suggesters\":[{\"name\":\"sg\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"Description\",\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "6140", + "Body" : "{\"@odata.context\":\"https://azs-sdk50930f27c74.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9633E15BAB5\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]}],\"scoringProfiles\":[{\"name\":\"nearest\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":2.0,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"myloc\",\"boostingDistance\":100.0},\"tag\":null}]}],\"corsOptions\":null,\"suggesters\":[{\"name\":\"sg\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"Description\",\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "331d44cf-7d75-4a44-8803-ddbe85c1889c", + "request-id" : "25065947-a118-4edb-ae15-0b9237afa7b7", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 10:58:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789295B1D1BF7\"", - "elapsed-time" : "264", + "ETag" : "W/\"0x8D7B9633F915607\"", + "elapsed-time" : "161", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6160", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789295B1D1BF7\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]}],\"scoringProfiles\":[{\"name\":\"nearest\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":2.0,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"myloc\",\"boostingDistance\":100.0},\"tag\":null}]}],\"corsOptions\":null,\"suggesters\":[{\"name\":\"sg\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"Description\",\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "6147", + "Body" : "{\"@odata.context\":\"https://azs-sdk50930f27c74.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9633F915607\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_fr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]}],\"scoringProfiles\":[{\"name\":\"nearest\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":2.0,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"myloc\",\"boostingDistance\":100.0},\"tag\":null}]}],\"corsOptions\":null,\"suggesters\":[{\"name\":\"sg\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"Description\",\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "43e342df-236f-423b-bc3b-f86f73db3f18", + "request-id" : "d800e33f-bbcf-4d19-8144-1844289aba4c", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 10:58:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "178", + "elapsed-time" : "87", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "189", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7742457eddd.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.4904935,\"HotelName\":\"Fancy Stay\",\"Rating\":5}]}", + "Content-Length" : "176", + "Body" : "{\"@odata.context\":\"https://azs-sdk50930f27c74.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.4904935,\"HotelName\":\"Fancy Stay\",\"Rating\":5}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk50930f27c74" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithValueFacets.json b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithValueFacets.json index 2cc86b27cf59..beaa3eb5e115 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSearchWithValueFacets.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSearchWithValueFacets.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk57c9481813b6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk51788891cf3.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "baf91136-61cf-404a-b86f-53fe07272066", + "request-id" : "eaf56cc4-233f-46ee-ab71-76183265f93c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "165", + "elapsed-time" : "125", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk57c9481813b6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk51788891cf3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk57c9481813b6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk51788891cf3.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ef4ba2eb-2860-4f11-bbc6-4d180995f342", + "request-id" : "ad2bf169-e0d9-4123-a5b7-265d66d539ff", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:24 GMT", + "Date" : "Mon, 24 Feb 2020 19:54:33 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "92", + "elapsed-time" : "96", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8188", - "Body" : "{\"@odata.context\":\"https://azs-sdk57c9481813b6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.facets\":{\"LastRenovationDate\":[{\"count\":1,\"value\":\"1970-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"1982-01-01T00:00:00Z\"},{\"count\":2,\"value\":\"1995-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"1999-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"2010-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"2012-01-01T00:00:00Z\"}],\"SmokingAllowed\":[{\"count\":4,\"value\":false},{\"count\":2,\"value\":true}],\"Rating\":[{\"count\":1,\"value\":5},{\"count\":4,\"value\":4}],\"Tags\":[{\"count\":1,\"value\":\"24-hour front desk service\"},{\"count\":1,\"value\":\"air conditioning\"},{\"count\":4,\"value\":\"budget\"},{\"count\":1,\"value\":\"coffee in lobby\"},{\"count\":2,\"value\":\"concierge\"},{\"count\":1,\"value\":\"motel\"},{\"count\":2,\"value\":\"pool\"},{\"count\":1,\"value\":\"restaurant\"},{\"count\":1,\"value\":\"view\"},{\"count\":4,\"value\":\"wifi\"}],\"Rooms/BaseRate\":[{\"count\":1,\"value\":2.44},{\"count\":1,\"value\":7.69},{\"count\":1,\"value\":8.09},{\"count\":1,\"value\":9.69}],\"Category\":[{\"count\":5,\"value\":\"Budget\"},{\"count\":1,\"value\":\"Boutique\"},{\"count\":1,\"value\":\"Luxury\"}]},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00e8s propre. Aussi tr\\u00e8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "8433", + "Body" : "{\"@odata.context\":\"https://azs-sdk51788891cf3.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.facets\":{\"LastRenovationDate\":[{\"count\":1,\"value\":\"1970-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"1982-01-01T00:00:00Z\"},{\"count\":2,\"value\":\"1995-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"1999-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"2010-01-01T00:00:00Z\"},{\"count\":1,\"value\":\"2012-01-01T00:00:00Z\"}],\"SmokingAllowed\":[{\"count\":4,\"value\":false},{\"count\":2,\"value\":true}],\"Rating\":[{\"count\":1,\"value\":5},{\"count\":4,\"value\":4}],\"Tags\":[{\"count\":1,\"value\":\"24-hour front desk service\"},{\"count\":1,\"value\":\"air conditioning\"},{\"count\":4,\"value\":\"budget\"},{\"count\":1,\"value\":\"coffee in lobby\"},{\"count\":2,\"value\":\"concierge\"},{\"count\":1,\"value\":\"motel\"},{\"count\":2,\"value\":\"pool\"},{\"count\":1,\"value\":\"restaurant\"},{\"count\":1,\"value\":\"view\"},{\"count\":4,\"value\":\"wifi\"}],\"Rooms/BaseRate\":[{\"count\":1,\"value\":2.44},{\"count\":1,\"value\":7.69},{\"count\":1,\"value\":8.09},{\"count\":1,\"value\":9.69}],\"Category\":[{\"count\":5,\"value\":\"Budget\"},{\"count\":1,\"value\":\"Boutique\"},{\"count\":1,\"value\":\"Luxury\"}]},\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00c3\\u00a8s propre. Aussi tr\\u00c3\\u00a8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk51788891cf3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSerializeGeoPoint.json b/sdk/search/azure-search/src/test/resources/session-records/canSerializeGeoPoint.json index b3c80b99f5a8..10dfb59343ac 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSerializeGeoPoint.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSerializeGeoPoint.json @@ -1,27 +1,27 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk9ca801152d7b.search-dogfood.windows-int.net/indexes('geopoints')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk59306a582ed.search.windows.net/indexes('geopoints')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "52704ee2-e469-4086-ab66-6c759f8a6aa7", + "request-id" : "9f6fafd6-1482-489f-99b9-c162694fc8d0", "StatusCode" : "200", - "Date" : "Sun, 29 Dec 2019 07:25:02 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "198", + "elapsed-time" : "125", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "242", - "Body" : "{\"@odata.context\":\"https://azs-sdk9ca801152d7b.search-dogfood.windows-int.net/indexes('geopoints')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "229", + "Body" : "{\"@odata.context\":\"https://azs-sdk59306a582ed.search.windows.net/indexes('geopoints')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk936632c7f7a", "azs-sdk59306a582ed" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSetExplicitNullsInStaticallyTypedDocument.json b/sdk/search/azure-search/src/test/resources/session-records/canSetExplicitNullsInStaticallyTypedDocument.json index 6aae247ad54e..4c98aad4e2ff 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSetExplicitNullsInStaticallyTypedDocument.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSetExplicitNullsInStaticallyTypedDocument.json @@ -1,115 +1,115 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0401f887-1a24-4b6c-b4e5-99426307ffe3", + "request-id" : "a47e743e-6bef-43f4-9cce-6f5a5e9b4353", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "139", + "elapsed-time" : "155", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "582a579d-ce6d-46ee-b542-e89d3ad800f1", + "request-id" : "724d9f83-da8a-4af7-832e-f38a9c7ad6cd", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "54", + "elapsed-time" : "34", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b8b309f6-5ce2-411b-a456-3fe6d7ee068d", + "request-id" : "318359bb-05c0-470c-929b-2feccf3286c7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1033", - "Body" : "{\"@odata.context\":\"https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":null,\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1970-01-18T05:00:00Z\",\"Rating\":3,\"Location\":null,\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":false,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", + "Content-Length" : "1020", + "Body" : "{\"@odata.context\":\"https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":null,\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1970-01-18T05:00:00Z\",\"Rating\":3,\"Location\":null,\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":\"Budget Room\",\"BaseRate\":10.5,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":false,\"Tags\":[\"vcr/dvd\",\"balcony\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4911171f-6ec8-493e-92ce-50943af37968", + "request-id" : "13f54376-3914-422c-a257-2d320d596632", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "47", + "elapsed-time" : "29", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "395ad869-436f-4b23-9cde-55e2680ac66c", + "request-id" : "6e9d62d7-ea01-4996-834d-ec152dcafd48", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:33 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "14", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1790", - "Body" : "{\"@odata.context\":\"https://azs-sdkb65395033539.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1970-01-18T05:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", + "Content-Length" : "1777", + "Body" : "{\"@odata.context\":\"https://azs-sdk483976cc123.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1970-01-18T05:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk483976cc123" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSuggestDynamicDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canSuggestDynamicDocuments.json index d0ee584b1096..d6f087c5279a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSuggestDynamicDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSuggestDynamicDocuments.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk491045874960.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk3068712126d.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4f8a504c-b312-4dd3-958b-4b5448fd8cca", + "request-id" : "120cd655-90c1-4aca-9c5f-c08185bb8cb2", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:50 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "151", + "elapsed-time" : "110", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk491045874960.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk3068712126d.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk491045874960.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk3068712126d.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f73a3f48-3309-423c-be39-aabe70a74273", + "request-id" : "cf7828a4-09a0-4e11-b9db-dcf7fc686fcb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:52 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "55", + "elapsed-time" : "24", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2286", - "Body" : "{\"@odata.context\":\"https://azs-sdk491045874960.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "2357", + "Body" : "{\"@odata.context\":\"https://azs-sdk3068712126d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk3068712126d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSuggestStaticallyTypedDocuments.json b/sdk/search/azure-search/src/test/resources/session-records/canSuggestStaticallyTypedDocuments.json index f0f2f8721743..545bff725601 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSuggestStaticallyTypedDocuments.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSuggestStaticallyTypedDocuments.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk64e14814459c.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk37688433d69.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ef6570a9-047e-4bd3-9ab1-e2f56f702083", + "request-id" : "eae5b44f-366e-436e-b076-7d1cff45b05e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "141", + "elapsed-time" : "153", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk64e14814459c.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk37688433d69.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk64e14814459c.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk37688433d69.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "36a2eba6-e41f-4f70-b29f-89e1b33208a6", + "request-id" : "ad285770-8460-4a98-9c4f-17a6d834f1fb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "59", + "elapsed-time" : "55", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2286", - "Body" : "{\"@odata.context\":\"https://azs-sdk64e14814459c.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "2357", + "Body" : "{\"@odata.context\":\"https://azs-sdk37688433d69.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk82364afd4b0", "azs-sdk37688433d69" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canSuggestWithDateTimeInStaticModel.json b/sdk/search/azure-search/src/test/resources/session-records/canSuggestWithDateTimeInStaticModel.json index bc3dce6f8a09..b721438ee09f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canSuggestWithDateTimeInStaticModel.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canSuggestWithDateTimeInStaticModel.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdka8324604dd42.search-dogfood.windows-int.net/indexes('books')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk526571f9182.search.windows.net/indexes('books')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8a16db8f-0590-42f7-9f2a-2fdbc7e9796a", + "request-id" : "e36c7f9a-431e-4740-afa4-6a04ca4fc63d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "136", + "elapsed-time" : "86", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "305", - "Body" : "{\"@odata.context\":\"https://azs-sdka8324604dd42.search-dogfood.windows-int.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "292", + "Body" : "{\"@odata.context\":\"https://azs-sdk526571f9182.search.windows.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"123\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"456\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdka8324604dd42.search-dogfood.windows-int.net/indexes('books')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk526571f9182.search.windows.net/indexes('books')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "38283c14-cda7-452e-b5d9-e4b729d85a45", + "request-id" : "4de85d19-4a85-427b-a21c-0789c640173b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "43", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdka8324604dd42.search-dogfood.windows-int.net/indexes('books')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"War and Peace\",\"ISBN\":\"456\",\"Title\":\"War and Peace\",\"PublishDate\":\"2015-08-18T00:00:00Z\"}]}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk526571f9182.search.windows.net/indexes('books')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"War and Peace\",\"ISBN\":\"456\",\"Title\":\"War and Peace\",\"PublishDate\":\"2015-08-18T00:00:00Z\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk526571f9182" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateConnectionData.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateConnectionData.json index ba5f37f8f855..e86790b58170 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateConnectionData.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateConnectionData.json @@ -1,4 +1,4 @@ { "networkCallRecords" : [ ], - "variables" : [ ] + "variables" : [ "azs-sdk810003d3705" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateDataSource.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateDataSource.json index 2e88f6088792..2f42a9b6653b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateDataSource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateDataSource.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk3e3247246b62.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk447363db256.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7993ba0d-7751-4275-8406-278b9a54aab5", + "request-id" : "9137c056-3aa8-4e39-bbe0-4d0cb1308ef5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFC5CB37D\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B9602A3535C0\"", + "elapsed-time" : "48", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk3e3247246b62.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFC5CB37D\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk447363db256.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9602A3535C0\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3e3247246b62.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk447363db256.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk3e3247246b62.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk447363db256.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c6786bf9-b646-4091-bcf1-8268bbd93443", + "request-id" : "9e8e6d70-f894-4f9d-b069-47fe52278c85", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFC821DB1\"", - "elapsed-time" : "42", + "ETag" : "W/\"0x8D7B9602A3C8A19\"", + "elapsed-time" : "36", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "657", - "Body" : "{\"@odata.context\":\"https://azs-sdk3e3247246b62.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFC821DB1\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"somethingdifferent\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"somethingdifferent\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"rowversion\"},\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":null}}", + "Content-Length" : "644", + "Body" : "{\"@odata.context\":\"https://azs-sdk447363db256.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9602A3C8A19\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"somethingdifferent\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"somethingdifferent\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"rowversion\"},\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":null}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk447363db256" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexDefinition.json index b738d85e6ec4..3a71d1b9f7b7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexDefinition.json @@ -1,124 +1,124 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk02546beba0b.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "580b65a8-732f-47ae-8ff8-1925dba5963f", + "request-id" : "095117c5-5e95-4307-b5e0-d5fa9393fe5b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 18:42:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788A1011619A7\"", - "elapsed-time" : "789", + "ETag" : "W/\"0x8D7B961984F6970\"", + "elapsed-time" : "825", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6590", - "Body" : "{\"@odata.context\":\"https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788A1011619A7\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "6565", + "Body" : "{\"@odata.context\":\"https://azs-sdk02546beba0b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961984F6970\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk02546beba0b.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk02546beba0b.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9a1d7e9e-cf4b-4adb-bcd2-4fd9a18692e8", + "request-id" : "e437bb4c-314f-4515-b548-acf3ad07e969", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:42:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788A1018F5AD9\"", - "elapsed-time" : "448", + "ETag" : "W/\"0x8D7B96198763270\"", + "elapsed-time" : "251", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788A1018F5AD9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk02546beba0b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96198763270\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk02546beba0b.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "91e475d5-4b7c-4461-8416-2084b9061fb5", + "request-id" : "873fe326-6548-47a7-a206-7b21605c1ad8", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:42:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788A1018F5AD9\"", + "ETag" : "W/\"0x8D7B96198763270\"", "elapsed-time" : "17", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788A1018F5AD9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk02546beba0b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96198763270\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk02546beba0b.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6f6c399d-0a3b-4803-a62b-ca360431f168", + "request-id" : "ff7142dc-6c7b-4618-9d8f-07760ba5a659", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 18:42:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788A101D12CAE\"", - "elapsed-time" : "15", + "ETag" : "W/\"0x8D7B96198872579\"", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "224", - "Body" : "{\"@odata.context\":\"https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D788A101D12CAE\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", + "Content-Length" : "211", + "Body" : "{\"@odata.context\":\"https://azs-sdk02546beba0b.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96198872579\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "Location" : "https://azs-sdk02546beba0b.search.windows.net/synonymmaps('names')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", + "Uri" : "https://azs-sdk02546beba0b.search.windows.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "51681262-3898-4817-83d0-a98cb20a18df", + "request-id" : "43c1b0b5-49e6-45f5-9296-fdbad1b29e21", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:42:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788A1022E2D5B\"", - "elapsed-time" : "483", + "ETag" : "W/\"0x8D7B96198A2539B\"", + "elapsed-time" : "269", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8430", - "Body" : "{\"@odata.context\":\"https://azs-sdk8bf51989cf79.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788A1022E2D5B\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":false,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"whitespace\",\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelWebsite\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8405", + "Body" : "{\"@odata.context\":\"https://azs-sdk02546beba0b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96198A2539B\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"whitespace\",\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelWebsite\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk02546beba0b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexer.json index 5feed7fae7c2..5207711e6c97 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexer.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexer.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10099992a01.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2a1d1431-92b4-4b77-99e7-f9f19c4a4e27", + "request-id" : "cd8a78a2-f147-4cca-8bba-60cb8cc52022", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEC5101A7\"", - "elapsed-time" : "45", + "ETag" : "W/\"0x8D7B9603E871A25\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEC5101A7\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk10099992a01.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603E871A25\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk10099992a01.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk10099992a01.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "eced9a60-76f1-4ca6-92bc-8e91f3d0e060", + "request-id" : "dcead7ea-e64f-42f6-8e25-d90448245a1a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EECCED7AC\"", - "elapsed-time" : "662", + "ETag" : "W/\"0x8D7B9603ED3E8B1\"", + "elapsed-time" : "520", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EECCED7AC\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk10099992a01.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603ED3E8B1\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk10099992a01.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk10099992a01.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "10a1d364-4ead-4c90-bfbb-d7e846fdcd66", + "request-id" : "716b4b6a-c6f3-415a-b3ae-f29146691f98", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EECF52C71\"", - "elapsed-time" : "40", + "ETag" : "W/\"0x8D7B9603EDF838E\"", + "elapsed-time" : "36", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EECF52C71\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk10099992a01.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603EDF838E\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk10099992a01.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10099992a01.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d1a753e7-95a5-4701-ac30-fbe2c4bbec37", + "request-id" : "1cf86f76-3b69-4f66-8b1b-9e5d95efe7ca", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EED38AC4D\"", - "elapsed-time" : "344", + "ETag" : "W/\"0x8D7B9603F313504\"", + "elapsed-time" : "586", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "433", - "Body" : "{\"@odata.context\":\"https://azs-sdk5cf4705242a6.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EED38AC4D\\\"\",\"name\":\"indexer\",\"description\":\"somethingdifferent\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "420", + "Body" : "{\"@odata.context\":\"https://azs-sdk10099992a01.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9603F313504\\\"\",\"name\":\"indexer\",\"description\":\"somethingdifferent\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk10099992a01" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBatchSizeMaxFailedItems.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBatchSizeMaxFailedItems.json index 7da44fc62d28..1c5cb82dc993 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBatchSizeMaxFailedItems.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBatchSizeMaxFailedItems.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk357023b4f39.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1181b047-ef1e-463b-b84f-5aa88f84d86a", + "request-id" : "f93d5d47-1a06-4616-98ab-44d9d96221b5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3C90AB8C\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B9607F4EAB50\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3C90AB8C\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk357023b4f39.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607F4EAB50\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk357023b4f39.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk357023b4f39.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ce8c3c5d-02de-4ff5-8d00-813c4a9d5d17", + "request-id" : "b6b2a423-bc63-4943-aef6-4f6de291f056", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3D1D51C1\"", - "elapsed-time" : "774", + "ETag" : "W/\"0x8D7B9607FCD4160\"", + "elapsed-time" : "844", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3D1D51C1\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk357023b4f39.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607FCD4160\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk357023b4f39.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk357023b4f39.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2c1ce379-4245-4639-a948-3e92390bc883", + "request-id" : "0ee4948c-0802-46bb-b08b-a3d0c6b41edd", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3D40718D\"", - "elapsed-time" : "40", + "ETag" : "W/\"0x8D7B9607FD9789B\"", + "elapsed-time" : "48", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3D40718D\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk357023b4f39.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607FD9789B\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk357023b4f39.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk357023b4f39.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ff168b2b-8c61-434d-85fc-56e60d4fd9e5", + "request-id" : "ef453df8-6ec6-4345-860d-cad2577bf3cb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3D6762AF\"", - "elapsed-time" : "290", + "ETag" : "W/\"0x8D7B9608028B899\"", + "elapsed-time" : "696", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "521", - "Body" : "{\"@odata.context\":\"https://azs-sdk0bb73972ed23.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3D6762AF\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":20,\"maxFailedItems\":121,\"maxFailedItemsPerBatch\":11,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "508", + "Body" : "{\"@odata.context\":\"https://azs-sdk357023b4f39.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9608028B899\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":20,\"maxFailedItems\":121,\"maxFailedItemsPerBatch\":11,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk357023b4f39" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBlobParams.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBlobParams.json index 8bd12becb46b..a33c4aaafd86 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBlobParams.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerBlobParams.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkaf2170962782.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk35716a73af8.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ee489356-13f8-4e88-bf91-3e180fca70e3", + "request-id" : "d185f449-03a4-4121-b13f-fabca878ffb7", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918F1F5AF28\"", - "elapsed-time" : "67", + "ETag" : "W/\"0x8D7B9604E2F90DD\"", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "533", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf2170962782.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D78918F1F5AF28\\\"\",\"name\":\"azs-java-live-blob\",\"description\":\"real live blob\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"azsblob15451a\",\"query\":\"/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"fieldName\",\"softDeleteMarkerValue\":\"someValue\"}}", + "Content-Length" : "532", + "Body" : "{\"@odata.context\":\"https://azs-sdk35716a73af8.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9604E2F90DD\\\"\",\"name\":\"azs-java-live-blob\",\"description\":\"real live blob\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"azsblob300332\",\"query\":\"/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"fieldName\",\"softDeleteMarkerValue\":\"someValue\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf2170962782.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk35716a73af8.search.windows.net/datasources('azs-java-live-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkaf2170962782.search.windows.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk35716a73af8.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8b8a7f05-d811-49ef-9141-3897e7180556", + "request-id" : "a9ea211f-06cb-4302-a784-855941500397", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918F24C218E\"", - "elapsed-time" : "467", + "ETag" : "W/\"0x8D7B9604EA6D299\"", + "elapsed-time" : "797", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "970", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf2170962782.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78918F24C218E\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[]}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk35716a73af8.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9604EA6D299\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf2170962782.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk35716a73af8.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkaf2170962782.search.windows.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk35716a73af8.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "36362a7f-7d15-4266-a997-db2801032dea", + "request-id" : "39d343df-c369-433f-99dd-62a356b7f0b9", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:00:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918F28CE3D1\"", - "elapsed-time" : "435", + "ETag" : "W/\"0x8D7B9604ECBED96\"", + "elapsed-time" : "243", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "406", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf2170962782.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D78918F28CE3D1\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk35716a73af8.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9604ECBED96\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf2170962782.search.windows.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk35716a73af8.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkaf2170962782.search.windows.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk35716a73af8.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d1c0328c-6aa6-444c-9830-a1e40aa0e36c", + "request-id" : "05736175-4e52-43ac-9f15-4e73b750cdae", "StatusCode" : "200", - "Date" : "Wed, 25 Dec 2019 09:00:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78918F2D968BA\"", - "elapsed-time" : "253", + "ETag" : "W/\"0x8D7B9604EF09351\"", + "elapsed-time" : "366", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "663", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf2170962782.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D78918F2D968BA\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":null,\"maxFailedItems\":null,\"maxFailedItemsPerBatch\":null,\"base64EncodeKeys\":null,\"configuration\":{\"dataToExtract\":\"storageMetadata\",\"failOnUnsupportedContentType\":false,\"indexedFileNameExtensions\":\".pdf,.docx\",\"excludedFileNameExtensions\":\".xlsx\"}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "662", + "Body" : "{\"@odata.context\":\"https://azs-sdk35716a73af8.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9604EF09351\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-live-blob\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":null,\"maxFailedItems\":null,\"maxFailedItemsPerBatch\":null,\"base64EncodeKeys\":null,\"configuration\":{\"dataToExtract\":\"storageMetadata\",\"failOnUnsupportedContentType\":false,\"indexedFileNameExtensions\":\".pdf,.docx\",\"excludedFileNameExtensions\":\".xlsx\"}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk35716a73af8", "azsstor021944", "azsblob300332" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerDisabled.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerDisabled.json index 4748774487f4..c8764f2296f5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerDisabled.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerDisabled.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk18333cfd76c.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4b5fdbce-96ef-4363-9acb-873f0cd3f670", + "request-id" : "4d530927-905a-4dab-a2c2-803349216083", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F71A7E339\"", - "elapsed-time" : "56", + "ETag" : "W/\"0x8D7B960C1444591\"", + "elapsed-time" : "48", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F71A7E339\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk18333cfd76c.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C1444591\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk18333cfd76c.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk18333cfd76c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4890d7db-6edb-426d-8dc0-be65e489409f", + "request-id" : "e7c8ca18-f040-4183-9e5b-d7d87f8c03f9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F722D8312\"", - "elapsed-time" : "714", + "ETag" : "W/\"0x8D7B960C1B592EF\"", + "elapsed-time" : "758", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F722D8312\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk18333cfd76c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C1B592EF\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk18333cfd76c.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk18333cfd76c.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d12a6be2-f3d0-4a21-b23f-c263181e2cf3", + "request-id" : "4c8f422f-2760-4ace-ab17-3f57ebb5efbb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F726B0E49\"", - "elapsed-time" : "42", + "ETag" : "W/\"0x8D7B960C1C12DDA\"", + "elapsed-time" : "39", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F726B0E49\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk18333cfd76c.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C1C12DDA\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk18333cfd76c.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk18333cfd76c.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3ba36540-4b70-4ce9-9b6c-cdf7f94dffaa", + "request-id" : "8d8e05fb-e09f-4dab-a163-a3a60535d087", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F72CCF1F1\"", - "elapsed-time" : "141", + "ETag" : "W/\"0x8D7B960C1D15D75\"", + "elapsed-time" : "160", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "418", - "Body" : "{\"@odata.context\":\"https://azs-sdk52a94428ee4f.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F72CCF1F1\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":false,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "405", + "Body" : "{\"@odata.context\":\"https://azs-sdk18333cfd76c.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960C1D15D75\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":false,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk18333cfd76c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerFieldMapping.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerFieldMapping.json index e8636e39341d..d42e8ee621ee 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerFieldMapping.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerFieldMapping.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk45027bb2445.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "548ef65c-739d-421b-9054-2cd1cc4d957e", + "request-id" : "d3c2eafc-e5c0-4e66-b971-6adb66c444e1", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F40F7D98A\"", - "elapsed-time" : "73", + "ETag" : "W/\"0x8D7B96083427189\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F40F7D98A\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk45027bb2445.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96083427189\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk45027bb2445.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk45027bb2445.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "380f1554-aea6-491d-aa44-54accdde10f8", + "request-id" : "e5403d5f-19fc-460b-95bc-d1d80aeb778f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F417D7970\"", - "elapsed-time" : "708", + "ETag" : "W/\"0x8D7B96083B63028\"", + "elapsed-time" : "775", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F417D7970\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk45027bb2445.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96083B63028\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk45027bb2445.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk45027bb2445.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dc284c8c-4321-4b0b-9368-deec61eb1c68", + "request-id" : "9d1010c4-382a-4ba6-877c-3a9c478ec656", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F41A3A714\"", - "elapsed-time" : "45", + "ETag" : "W/\"0x8D7B96083C2404F\"", + "elapsed-time" : "40", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F41A3A714\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk45027bb2445.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96083C2404F\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk45027bb2445.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk45027bb2445.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "72882b03-f555-4508-a145-bfe486b55f51", + "request-id" : "a9ef645f-a5eb-4844-8752-3ce44e5a65d5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F41C9FBD5\"", - "elapsed-time" : "156", + "ETag" : "W/\"0x8D7B9608411CE80\"", + "elapsed-time" : "569", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "499", - "Body" : "{\"@odata.context\":\"https://azs-sdkc0580380b08c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F41C9FBD5\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[{\"sourceFieldName\":\"state_alpha\",\"targetFieldName\":\"state\",\"mappingFunction\":null}],\"outputFieldMappings\":[]}", + "Content-Length" : "486", + "Body" : "{\"@odata.context\":\"https://azs-sdk45027bb2445.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9608411CE80\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[{\"sourceFieldName\":\"state_alpha\",\"targetFieldName\":\"state\",\"mappingFunction\":null}],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk45027bb2445" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSchedule.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSchedule.json index e14fcaa09019..b5807ec0b6d2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSchedule.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSchedule.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk07563294b61.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e088021c-39d1-4e15-ab21-da11554e5aa6", + "request-id" : "5e8e76b7-b46d-4a54-adf2-bdd78f8ff579", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F4919086D\"", - "elapsed-time" : "66", + "ETag" : "W/\"0x8D7B96089A44EA3\"", + "elapsed-time" : "58", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F4919086D\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk07563294b61.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96089A44EA3\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk07563294b61.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk07563294b61.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3ecfc9e0-54dc-4264-9df9-17ad8a8318bc", + "request-id" : "3f5aa986-07a6-4937-865d-43b3b6621019", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F4995F3E4\"", - "elapsed-time" : "665", + "ETag" : "W/\"0x8D7B9608A1C059C\"", + "elapsed-time" : "818", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F4995F3E4\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk07563294b61.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9608A1C059C\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk07563294b61.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk07563294b61.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "855b9aaf-6cf0-4c97-82bf-b138bc2cc351", + "request-id" : "1671b61e-4a1e-436f-b96c-df67c7585289", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F49BC96D6\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B9608A2B98DD\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F49BC96D6\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk07563294b61.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9608A2B98DD\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk07563294b61.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk07563294b61.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7680075c-d311-4605-a9f9-7f38bcff504f", + "request-id" : "d8629075-c9f0-4df1-a354-dc31f8b00220", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F49E312B8\"", - "elapsed-time" : "137", + "ETag" : "W/\"0x8D7B9608A400F03\"", + "elapsed-time" : "224", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "419", - "Body" : "{\"@odata.context\":\"https://azs-sdk6cc38137b6d0.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F49E312B8\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"PT10M\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "406", + "Body" : "{\"@odata.context\":\"https://azs-sdk07563294b61.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9608A400F03\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"PT10M\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk07563294b61" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSkillset.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSkillset.json index 3f18e599f6c1..14d9dbb370b4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSkillset.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateIndexerSkillset.json @@ -1,128 +1,128 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk31919f902c3.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1447ca9c-4d78-4603-9bcf-c18d02ecba33", + "request-id" : "f531e56f-9589-4585-9e88-da4546db0d80", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1E82CC86\"", - "elapsed-time" : "71", + "ETag" : "W/\"0x8D7B9606D7AB0E9\"", + "elapsed-time" : "54", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf615616789c.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1E82CC86\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk31919f902c3.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606D7AB0E9\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk31919f902c3.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk31919f902c3.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "81c99085-5a82-4c88-b60d-3c4e79307bbc", + "request-id" : "7c0bb4ce-8f4d-4c4a-94d6-749ae72f59f6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1EAEEEE5\"", - "elapsed-time" : "87", + "ETag" : "W/\"0x8D7B9606D8CB594\"", + "elapsed-time" : "84", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "708", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf615616789c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1EAEEEE5\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "695", + "Body" : "{\"@odata.context\":\"https://azs-sdk31919f902c3.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606D8CB594\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk31919f902c3.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk31919f902c3.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1581f445-4d0e-468b-9d23-db307662d3fa", + "request-id" : "57c2102f-840a-4d01-bc58-f9284aca71ad", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1FAC701A\"", - "elapsed-time" : "1512", + "ETag" : "W/\"0x8D7B9606E01D420\"", + "elapsed-time" : "782", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf615616789c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1FAC701A\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk31919f902c3.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606E01D420\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk31919f902c3.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk31919f902c3.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b5d99d63-6b1e-46d7-8fda-6ea98dc0f0e7", + "request-id" : "8966d46f-0d04-4437-b8c4-13c1922c8747", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1FD4C12B\"", - "elapsed-time" : "50", + "ETag" : "W/\"0x8D7B9606E0E0B68\"", + "elapsed-time" : "41", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf615616789c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1FD4C12B\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk31919f902c3.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606E0E0B68\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk31919f902c3.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkaf615616789c.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk31919f902c3.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1236768b-1b59-486a-b6e3-c596aef407fd", + "request-id" : "40f6c01c-21d1-4d7b-9481-bdb3f5a5faf6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F200466A6\"", - "elapsed-time" : "225", + "ETag" : "W/\"0x8D7B9606E208564\"", + "elapsed-time" : "187", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "427", - "Body" : "{\"@odata.context\":\"https://azs-sdkaf615616789c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F200466A6\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":\"ocr-skillset\",\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "414", + "Body" : "{\"@odata.context\":\"https://azs-sdk31919f902c3.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606E208564\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":\"ocr-skillset\",\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk31919f902c3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSuggesterWithNewIndexFields.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSuggesterWithNewIndexFields.json index 709ebbde0b9b..3275c4b7a56b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSuggesterWithNewIndexFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSuggesterWithNewIndexFields.json @@ -1,75 +1,75 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk7906237677f4.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk776780df8fc.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5c9681c8-bf44-4445-9410-60a6cc4e82e0", + "request-id" : "d6a9c0e6-1d40-4f9d-bb58-96b50e0c0295", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0819A634\"", - "elapsed-time" : "1457", + "ETag" : "W/\"0x8D7B96162F02F86\"", + "elapsed-time" : "911", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk7906237677f4.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0819A634\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk776780df8fc.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96162F02F86\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7906237677f4.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk776780df8fc.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk7906237677f4.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk776780df8fc.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e6db7094-08ae-47ef-a696-785c40be79dd", + "request-id" : "b0cd9b6a-c8a6-4a1f-86c8-55b4c2a54aa9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0819A634\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B96162F02F86\"", + "elapsed-time" : "43", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk7906237677f4.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0819A634\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk776780df8fc.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96162F02F86\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk7906237677f4.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", + "Uri" : "https://azs-sdk776780df8fc.search.windows.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ab9082f4-da6a-4a47-8ead-10f9e05e7897", + "request-id" : "2935aabe-62d5-4b05-8332-b1cc54fddf32", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F08B62E46\"", - "elapsed-time" : "473", + "ETag" : "W/\"0x8D7B961632F18D0\"", + "elapsed-time" : "250", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8653", - "Body" : "{\"@odata.context\":\"https://azs-sdk7906237677f4.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F08B62E46\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelAmenities\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelRewards\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"Suggestion\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelAmenities\",\"HotelRewards\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8628", + "Body" : "{\"@odata.context\":\"https://azs-sdk776780df8fc.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961632F18D0\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelAmenities\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelRewards\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"Suggestion\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelAmenities\",\"HotelRewards\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk776780df8fc" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymFieldProperty.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymFieldProperty.json index 9ef8eea00ccf..ef9a0d081874 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymFieldProperty.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymFieldProperty.json @@ -1,100 +1,100 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk43199a21538.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "748c811c-f4c9-49b3-bfdc-d542b2654380", + "request-id" : "88ea9739-8147-4609-b138-648572301405", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 08:16:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7884997957072\"", - "elapsed-time" : "63", + "ETag" : "W/\"0x8D7B9617B71278F\"", + "elapsed-time" : "90", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "224", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b841398d621.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7884997957072\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", + "Content-Length" : "211", + "Body" : "{\"@odata.context\":\"https://azs-sdk43199a21538.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617B71278F\\\"\",\"name\":\"names\",\"format\":\"solr\",\"synonyms\":\"hotel,motel\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/synonymmaps('names')?api-version=2019-05-06" + "Location" : "https://azs-sdk43199a21538.search.windows.net/synonymmaps('names')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk43199a21538.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2b1c11b3-68fb-462f-8010-55c7be01e9a4", + "request-id" : "2b0594cf-b15d-469c-b3ad-6e570c99ca8c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 08:16:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7884998A76894\"", - "elapsed-time" : "667", + "ETag" : "W/\"0x8D7B9617BDB4786\"", + "elapsed-time" : "803", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8202", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b841398d621.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7884998A76894\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8177", + "Body" : "{\"@odata.context\":\"https://azs-sdk43199a21538.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617BDB4786\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk43199a21538.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk43199a21538.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d7e99a2a-a543-451c-9281-ea7aa1d19f9e", + "request-id" : "9a2ee4d1-b80d-4c8a-a4d3-dd1c907ff589", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 08:16:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7884998A76894\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B9617BDB4786\"", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8202", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b841398d621.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7884998A76894\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8177", + "Body" : "{\"@odata.context\":\"https://azs-sdk43199a21538.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617BDB4786\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[\"names\"]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk9b841398d621.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", + "Uri" : "https://azs-sdk43199a21538.search.windows.net/indexes('hotels')?allowIndexDowntime=true&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8b23c810-3caf-4d34-b142-eae6ee309cf3", + "request-id" : "39b09d36-25ff-41a7-bf5d-12ee87507e09", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 08:16:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788499938F1D4\"", - "elapsed-time" : "149", + "ETag" : "W/\"0x8D7B9617C1378E2\"", + "elapsed-time" : "300", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk9b841398d621.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788499938F1D4\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk43199a21538.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617C1378E2\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk43199a21538" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMap.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMap.json index 2e21bc667176..d1cb6d57111f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMap.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMap.json @@ -1,74 +1,74 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk8132804052a2.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk57258033359.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "09fd4bb2-43d4-4523-9471-e319ded5c1be", + "request-id" : "e7a97043-7a53-42fb-9f96-d824f5b2ccc6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:36 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B09E71AF5\"", - "elapsed-time" : "36", + "ETag" : "W/\"0x8D7B9649B34A301\"", + "elapsed-time" : "74", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk8132804052a2.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B09E71AF5\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk57258033359.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9649B34A301\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8132804052a2.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk57258033359.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk8132804052a2.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk57258033359.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0e7f9eb3-cbb0-4db8-a76e-381fafbf897f", + "request-id" : "8f505080-180b-4077-8f40-c7ff034b9ff7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:36 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B0A0A3AB9\"", - "elapsed-time" : "15", + "ETag" : "W/\"0x8D7B9649B395ECF\"", + "elapsed-time" : "43", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "237", - "Body" : "{\"@odata.context\":\"https://azs-sdk8132804052a2.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B0A0A3AB9\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}", + "Content-Length" : "224", + "Body" : "{\"@odata.context\":\"https://azs-sdk57258033359.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9649B395ECF\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk8132804052a2.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk57258033359.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c31a30b6-a7fb-439d-8e88-34d3d57d27d6", + "request-id" : "da4321f2-f10d-4078-8ca9-675750297116", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:36 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "9", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "241", - "Body" : "{\"@odata.context\":\"https://azs-sdk8132804052a2.search-dogfood.windows-int.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7889B0A0A3AB9\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}]}", + "Content-Length" : "228", + "Body" : "{\"@odata.context\":\"https://azs-sdk57258033359.search.windows.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B9649B395ECF\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk57258033359" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMapWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMapWithResponse.json index b401be44b6a4..bbda0f787e1c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMapWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUpdateSynonymMapWithResponse.json @@ -1,74 +1,74 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk498119326ddf.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk91090492b76.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "70663f5c-62ae-424b-8d78-976f6fce0681", + "request-id" : "09bc0118-eb05-4a3e-a6a3-b47a3ee3a2a0", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:41 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AC5835783\"", - "elapsed-time" : "35", + "ETag" : "W/\"0x8D7B96473557705\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk498119326ddf.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AC5835783\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk91090492b76.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96473557705\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk498119326ddf.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk91090492b76.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk498119326ddf.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk91090492b76.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "752b9551-b710-47dc-8e85-f3b01918c7c4", + "request-id" : "5a068e75-6d4a-4747-a5f3-fe3be7776d7b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:41 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AC59D9BD1\"", - "elapsed-time" : "18", + "ETag" : "W/\"0x8D7B9647359E4A5\"", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "237", - "Body" : "{\"@odata.context\":\"https://azs-sdk498119326ddf.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AC59D9BD1\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}", + "Content-Length" : "224", + "Body" : "{\"@odata.context\":\"https://azs-sdk91090492b76.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9647359E4A5\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk498119326ddf.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk91090492b76.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fbbcfec9-1f41-444b-9281-f3c01a732df1", + "request-id" : "b25328b2-0b15-4bcf-98c9-2c6fb64f7263", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:41 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "241", - "Body" : "{\"@odata.context\":\"https://azs-sdk498119326ddf.search-dogfood.windows-int.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7889AC59D9BD1\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}]}", + "Content-Length" : "228", + "Body" : "{\"@odata.context\":\"https://azs-sdk91090492b76.search.windows.net/$metadata#synonymmaps\",\"value\":[{\"@odata.etag\":\"\\\"0x8D7B9647359E4A5\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"newword1,newword2\",\"encryptionKey\":null}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk91090492b76" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentNames.json b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentNames.json index 335e4c623b90..495569a9e478 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentNames.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentNames.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk77b54066dee7.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk89921393118.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2bc6bf63-b0ae-4d69-ac13-e8601cea2869", + "request-id" : "e4962dff-9647-40b5-8096-e3141c1a18ab", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 13:38:02 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7893FA9EFDAD4\"", - "elapsed-time" : "1697", + "ETag" : "W/\"0x8D7B95FD31D7001\"", + "elapsed-time" : "578", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "10762", - "Body" : "{\"@odata.context\":\"https://azs-sdk77b54066dee7.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7893FA9EFDAD4\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"abc\",\"tokenizer\":\"lowercase\",\"tokenFilters\":[\"apostrophe\",\"arabic_normalization\",\"asciifolding\",\"cjk_bigram\",\"cjk_width\",\"classic\",\"common_grams\",\"edgeNGram_v2\",\"elision\",\"german_normalization\",\"hindi_normalization\",\"indic_normalization\",\"keyword_repeat\",\"kstem\",\"length\",\"limit\",\"lowercase\",\"nGram_v2\",\"persian_normalization\",\"phonetic\",\"porter_stem\",\"reverse\",\"scandinavian_folding\",\"scandinavian_normalization\",\"shingle\",\"snowball\",\"sorani_normalization\",\"stemmer\",\"stopwords\",\"trim\",\"truncate\",\"unique\",\"uppercase\",\"word_delimiter\"],\"charFilters\":[\"html_strip\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet04723761c879\",\"tokenizer\":\"uax_url_email\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet171514768dd0\",\"tokenizer\":\"edgeNGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet1de62823f8b4\",\"tokenizer\":\"microsoft_language_stemming_tokenizer\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet3c0691771056\",\"tokenizer\":\"keyword_v2\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet3df76073d63e\",\"tokenizer\":\"classic\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet3e190844f1af\",\"tokenizer\":\"microsoft_language_tokenizer\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet58215224589c\",\"tokenizer\":\"standard_v2\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet696932375ac8\",\"tokenizer\":\"pattern\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet6c849087c3a5\",\"tokenizer\":\"nGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetb8b16833ad05\",\"tokenizer\":\"path_hierarchy_v2\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetc1a58486fce2\",\"tokenizer\":\"letter\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetc49477103230\",\"tokenizer\":\"lowercase\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnetd23734878cb0\",\"tokenizer\":\"whitespace\",\"tokenFilters\":[],\"charFilters\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "10724", + "Body" : "{\"@odata.context\":\"https://azs-sdk89921393118.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD31D7001\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"abc\",\"tokenizer\":\"lowercase\",\"tokenFilters\":[\"apostrophe\",\"arabic_normalization\",\"asciifolding\",\"cjk_bigram\",\"cjk_width\",\"classic\",\"common_grams\",\"edgeNGram_v2\",\"elision\",\"german_normalization\",\"hindi_normalization\",\"indic_normalization\",\"keyword_repeat\",\"kstem\",\"length\",\"limit\",\"lowercase\",\"nGram_v2\",\"persian_normalization\",\"phonetic\",\"porter_stem\",\"reverse\",\"scandinavian_folding\",\"scandinavian_normalization\",\"shingle\",\"snowball\",\"sorani_normalization\",\"stemmer\",\"stopwords\",\"trim\",\"truncate\",\"unique\",\"uppercase\",\"word_delimiter\"],\"charFilters\":[\"html_strip\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet178952766a8\",\"tokenizer\":\"nGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet21018b2ac5c\",\"tokenizer\":\"lowercase\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet3742049607b\",\"tokenizer\":\"letter\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet432064935ca\",\"tokenizer\":\"microsoft_language_tokenizer\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet43784d9f1c8\",\"tokenizer\":\"uax_url_email\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet52595d5cc11\",\"tokenizer\":\"microsoft_language_stemming_tokenizer\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet54750d8f0cc\",\"tokenizer\":\"path_hierarchy_v2\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet56715ed62db\",\"tokenizer\":\"edgeNGram\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet614639a39fe\",\"tokenizer\":\"standard_v2\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet65640818a15\",\"tokenizer\":\"pattern\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet67950c3628c\",\"tokenizer\":\"whitespace\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet82183476f69\",\"tokenizer\":\"classic\",\"tokenFilters\":[],\"charFilters\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.CustomAnalyzer\",\"name\":\"azsmnet82902f0e67c\",\"tokenizer\":\"keyword_v2\",\"tokenFilters\":[],\"charFilters\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk77b54066dee7.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk89921393118.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk89921393118", "azsmnet82183476f69", "azsmnet56715ed62db", "azsmnet82902f0e67c", "azsmnet3742049607b", "azsmnet21018b2ac5c", "azsmnet52595d5cc11", "azsmnet432064935ca", "azsmnet178952766a8", "azsmnet54750d8f0cc", "azsmnet65640818a15", "azsmnet614639a39fe", "azsmnet43784d9f1c8", "azsmnet67950c3628c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentOptions.json b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentOptions.json index 1ebf5b4303ca..d0ecc86b2927 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentOptions.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalysisComponentOptions.json @@ -1,168 +1,168 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5e3ffca4-d3f1-4ac0-b8d4-169e44eaede5", + "request-id" : "ed34aa1e-59d0-40ef-939e-587470fd91e5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:12:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888C1410A778\"", - "elapsed-time" : "823", + "ETag" : "W/\"0x8D7B95FD63E980E\"", + "elapsed-time" : "659", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "16241", - "Body" : "{\"@odata.context\":\"https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888C1410A778\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"azsmnete83678374d18\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[\"letter\",\"digit\",\"whitespace\",\"punctuation\",\"symbol\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetf62131436395\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"arabic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetfd2496205a56\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"bangla\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetc8e626723910\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"bulgarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet2ef4280171bf\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet2e4204263f4d\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"croatian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetd5632353b459\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"czech\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet64a752135322\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet45b24630545f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnete2118460b63f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetc0f40072c6af\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"estonian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet761579942071\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetdc0041208076\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet35b14638faa6\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet91b955154a70\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"greek\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet083444367d82\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"gujarati\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet6c6732892749\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hebrew\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetfa709639b49f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hindi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet1f2276416bc1\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet15052686be7d\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"icelandic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetf5f10421ab02\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"indonesian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet5c872016044b\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet82578297c6e2\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"kannada\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet8ba599661124\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"latvian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet7f8095222e27\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"lithuanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnete2696130c2c9\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"malay\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet69352608ff26\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"malayalam\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet3354225785be\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"marathi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet6121887047d9\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"norwegianBokmaal\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetf055961510a9\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"polish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet043706539dce\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet31547611953c\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"portugueseBrazilian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet1a388173b7d5\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"punjabi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetaa68252947c2\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmneteec701632468\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet43160172547b\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"serbianCyrillic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetc0e01384be0e\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"serbianLatin\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmneta1d26315f7aa\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"slovak\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmneta9671121d377\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"slovenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetbc3431154062\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetab7037730348\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet2c3866515fbb\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"tamil\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet89214001f154\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"telugu\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnetbfa4537406d2\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnete4d9015009f1\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"ukrainian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet73001801913b\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"urdu\"}],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "16170", + "Body" : "{\"@odata.context\":\"https://azs-sdk967419e8365.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD63E980E\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenizer\",\"name\":\"azsmnet92937bab501\",\"minGram\":1,\"maxGram\":2,\"tokenChars\":[\"letter\",\"digit\",\"whitespace\",\"punctuation\",\"symbol\"]},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet17410c18b61\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"arabic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet39419adad43\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"bangla\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet274264647db\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"bulgarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet63526ed7b99\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet230107a0445\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"croatian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet53090f382fa\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"czech\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet635014fb85a\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet1290268dedb\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet89907a938f1\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet0403412580c\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"estonian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet174028edf4f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet40334b11b94\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet63934f45d82\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet12109286a06\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"greek\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet2311749e220\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"gujarati\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet907854a0702\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hebrew\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet158909d8d78\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hindi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet7540073b890\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet0934732cb14\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"icelandic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet502530d03b7\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"indonesian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet6080256cbc4\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet88409cf82b1\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"kannada\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet32366491842\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"latvian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet28108f4f39a\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"lithuanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet71857fd8c79\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"malay\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet73112872dda\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"malayalam\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet715750cbfbe\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"marathi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet05168432a87\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"norwegianBokmaal\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet52270a92a99\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"polish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet295926b6a25\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet590249c2774\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"portugueseBrazilian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet91611cfe2fc\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"punjabi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet56041680d28\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet06431b7f5a7\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet98509875ac7\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"serbianCyrillic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet11540af1b0a\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"serbianLatin\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet86563e903e9\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"slovak\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet9753135d966\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"slovenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet4016150535f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet58594dd93cf\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet07575b71681\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"tamil\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet2273787e916\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"telugu\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet80575f192de\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet44697d1f89f\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"ukrainian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.MicrosoftLanguageStemmingTokenizer\",\"name\":\"azsmnet87666cc1251\",\"maxTokenLength\":200,\"isSearchTokenizer\":false,\"language\":\"urdu\"}],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "709", + "elapsed-time" : "339", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a5908fc6-ffda-49fe-8ab6-61838c12dd8b", + "request-id" : "ee06691e-97fa-4a57-abcd-f14cd480f18e", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 16:12:32 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:15 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f30204a3-a4b6-420e-a371-466a6bfd4090", + "request-id" : "cfd0245c-8d28-4479-a997-65196d40c771", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:12:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888C1570CFDF\"", - "elapsed-time" : "726", + "ETag" : "W/\"0x8D7B95FD71C9DB6\"", + "elapsed-time" : "1061", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "14101", - "Body" : "{\"@odata.context\":\"https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888C1570CFDF\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnetdd73586119ca\",\"ignoreScripts\":[\"han\",\"hiragana\",\"katakana\",\"hangul\"],\"outputUnigrams\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmnetb36764530820\",\"minGram\":1,\"maxGram\":2,\"side\":\"front\"},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmneteae43672d998\",\"minGram\":1,\"maxGram\":2,\"side\":\"back\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet35455082a040\",\"encoder\":\"metaphone\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet4cd12648b292\",\"encoder\":\"doubleMetaphone\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet110567650c69\",\"encoder\":\"soundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet802094323c3c\",\"encoder\":\"refinedSoundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnetf2d05449909a\",\"encoder\":\"caverphone1\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet07d439330b28\",\"encoder\":\"caverphone2\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnetd952621987be\",\"encoder\":\"cologne\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnetcfd13607f666\",\"encoder\":\"nysiis\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnetcf3824981078\",\"encoder\":\"koelnerPhonetik\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet93e98943601a\",\"encoder\":\"haasePhonetik\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnetee6999540e43\",\"encoder\":\"beiderMorse\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet9f9890335563\",\"language\":\"armenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet825174949d9c\",\"language\":\"basque\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetac606923d110\",\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetcff1413792ba\",\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet50c089311599\",\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmneteb8773184287\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet457813124a0c\",\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetd372967239b4\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet78961942a785\",\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetf6e13842554f\",\"language\":\"german2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet85e77113b9ae\",\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet1f587062107e\",\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet6aa1002219a0\",\"language\":\"kp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet8cc05033c8a4\",\"language\":\"lovins\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetcd4985228775\",\"language\":\"norwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetd6a801910b81\",\"language\":\"porter\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetae7547670763\",\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet43b7852354c3\",\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetcaa236867f58\",\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet456282620b7c\",\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet9f027957eab8\",\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnetef7974397fb8\",\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet182947852326\",\"language\":\"arabic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet837473753cd5\",\"language\":\"armenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet5ba1723259a5\",\"language\":\"basque\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet546170162154\",\"language\":\"brazilian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet1c962581c3ec\",\"language\":\"bulgarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet5d60874670b1\",\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetd0476646dcf4\",\"language\":\"czech\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet01d286114157\",\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet97f588876163\",\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet689994237805\",\"language\":\"dutchKp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnete4d15926bc6d\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetb8f19393c471\",\"language\":\"lightEnglish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet8fc9046568f7\",\"language\":\"minimalEnglish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet987985313523\",\"language\":\"possessiveEnglish\"}],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "14026", + "Body" : "{\"@odata.context\":\"https://azs-sdk967419e8365.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD71C9DB6\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.CjkBigramTokenFilter\",\"name\":\"azsmnet255179ae104\",\"ignoreScripts\":[\"han\",\"hiragana\",\"katakana\",\"hangul\"],\"outputUnigrams\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmnet61411bb4726\",\"minGram\":1,\"maxGram\":2,\"side\":\"front\"},{\"@odata.type\":\"#Microsoft.Azure.Search.EdgeNGramTokenFilterV2\",\"name\":\"azsmnet37084723acf\",\"minGram\":1,\"maxGram\":2,\"side\":\"back\"},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet457967d3712\",\"encoder\":\"metaphone\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet909739d40ba\",\"encoder\":\"doubleMetaphone\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet05423628137\",\"encoder\":\"soundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet76387fce870\",\"encoder\":\"refinedSoundex\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet95637321b33\",\"encoder\":\"caverphone1\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet28151bf004b\",\"encoder\":\"caverphone2\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet60874b9fc81\",\"encoder\":\"cologne\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet947174f35b6\",\"encoder\":\"nysiis\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet37988309728\",\"encoder\":\"koelnerPhonetik\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet35713f98697\",\"encoder\":\"haasePhonetik\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.PhoneticTokenFilter\",\"name\":\"azsmnet6408090106f\",\"encoder\":\"beiderMorse\",\"replace\":false},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet35352f67cd3\",\"language\":\"armenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet56954e2f5b3\",\"language\":\"basque\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet85068794ce2\",\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet72767ebb7fc\",\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet976631f2dd1\",\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet969635e835f\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet899975babde\",\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet31908731f03\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet942112bcc72\",\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet81722b8923c\",\"language\":\"german2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet2787665c2dd\",\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet63483c2afef\",\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet556189da7d5\",\"language\":\"kp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet71006007e03\",\"language\":\"lovins\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet9509085bbbc\",\"language\":\"norwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet35747a6d386\",\"language\":\"porter\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet56140e8814e\",\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet469492a1d8c\",\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet016515d53f8\",\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet76760ecd862\",\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet41956502909\",\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.SnowballTokenFilter\",\"name\":\"azsmnet4417743fb39\",\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet43857686a37\",\"language\":\"arabic\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet28519bd7e44\",\"language\":\"armenian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet04542ce2777\",\"language\":\"basque\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet57601a6b4f1\",\"language\":\"brazilian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet956733486f6\",\"language\":\"bulgarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet22801a558a0\",\"language\":\"catalan\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet320663d9b3d\",\"language\":\"czech\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet13674847636\",\"language\":\"danish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet858130ef00b\",\"language\":\"dutch\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet633662e4c17\",\"language\":\"dutchKp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet48152463941\",\"language\":\"english\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet537878f8521\",\"language\":\"lightEnglish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet74095a964e4\",\"language\":\"minimalEnglish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet8453364643c\",\"language\":\"possessiveEnglish\"}],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "827", + "elapsed-time" : "212", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "45507f83-4518-4d95-849a-a88ba5ab8d1c", + "request-id" : "1d7395ea-f351-4252-b8ab-9a813f1fb02c", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 16:12:34 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:17 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7670c1bc-9d04-4438-af44-f08b61aceba6", + "request-id" : "0e9245ac-c340-4542-81a7-9a24a8d2011f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:12:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888C16D390DE\"", - "elapsed-time" : "772", + "ETag" : "W/\"0x8D7B95FD7989B62\"", + "elapsed-time" : "585", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "14487", - "Body" : "{\"@odata.context\":\"https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888C16D390DE\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmneta8d27596ad43\",\"language\":\"porter2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetf9b003885285\",\"language\":\"lovins\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet74123693fbf0\",\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmneta600969989ea\",\"language\":\"lightFinnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetddd20580ba65\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetf2278554222d\",\"language\":\"lightFrench\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet82319943d0ab\",\"language\":\"minimalFrench\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet900060377201\",\"language\":\"galician\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetb6b025673e4d\",\"language\":\"minimalGalician\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet34773372bbdb\",\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet9ad59536fe33\",\"language\":\"german2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet73b26074e0c0\",\"language\":\"lightGerman\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetd9b32598fdf6\",\"language\":\"minimalGerman\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmneta9a20646250a\",\"language\":\"greek\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetf4d5616340fc\",\"language\":\"hindi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet29117368c6c3\",\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet8a90089012b1\",\"language\":\"lightHungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet22836447f5db\",\"language\":\"indonesian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet8ac71884e910\",\"language\":\"irish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetd04604954a1a\",\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet879933429a3a\",\"language\":\"lightItalian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet7b63500148b3\",\"language\":\"sorani\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetc0f232101cb2\",\"language\":\"latvian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmneta5029643fda4\",\"language\":\"norwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet693154884c2a\",\"language\":\"lightNorwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet4f680702a420\",\"language\":\"minimalNorwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetf1b59521f1c5\",\"language\":\"lightNynorsk\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet4e9846010de8\",\"language\":\"minimalNynorsk\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmneta818726201de\",\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet6eb44505f931\",\"language\":\"lightPortuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet594052377ac7\",\"language\":\"minimalPortuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetc50900807198\",\"language\":\"portugueseRslp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet65e8771622e1\",\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetefe21309aa3d\",\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet72e77212dd88\",\"language\":\"lightRussian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet2d0949417da5\",\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet7e486503bb04\",\"language\":\"lightSpanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet73e35983eb5a\",\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet98000262ac0f\",\"language\":\"lightSwedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnetb20089627a7b\",\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet9be523811da0\",\"stopwords\":[],\"stopwordsList\":\"arabic\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetc944902917c7\",\"stopwords\":[],\"stopwordsList\":\"armenian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet52f7274122fc\",\"stopwords\":[],\"stopwordsList\":\"basque\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet3970356129fb\",\"stopwords\":[],\"stopwordsList\":\"brazilian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetc0d89760baca\",\"stopwords\":[],\"stopwordsList\":\"bulgarian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmneta7462817e493\",\"stopwords\":[],\"stopwordsList\":\"catalan\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet753872363b6b\",\"stopwords\":[],\"stopwordsList\":\"czech\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetf8168671a0ad\",\"stopwords\":[],\"stopwordsList\":\"danish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet0551088569ec\",\"stopwords\":[],\"stopwordsList\":\"dutch\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet3164320949ba\",\"stopwords\":[],\"stopwordsList\":\"english\",\"ignoreCase\":false,\"removeTrailing\":true}],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "14412", + "Body" : "{\"@odata.context\":\"https://azs-sdk967419e8365.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD7989B62\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet96396d9442e\",\"language\":\"porter2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet501872ef68f\",\"language\":\"lovins\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet1523476ce68\",\"language\":\"finnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet83934ba755d\",\"language\":\"lightFinnish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet92611635181\",\"language\":\"french\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet973135cc91f\",\"language\":\"lightFrench\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet760282c9960\",\"language\":\"minimalFrench\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet0195835e22c\",\"language\":\"galician\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet12171ba8ba7\",\"language\":\"minimalGalician\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet91403153fb8\",\"language\":\"german\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet88788a1746f\",\"language\":\"german2\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet709519fdcfc\",\"language\":\"lightGerman\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet60596c4af44\",\"language\":\"minimalGerman\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet69199ff974a\",\"language\":\"greek\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet74058bbec82\",\"language\":\"hindi\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet34108e5cca3\",\"language\":\"hungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet9639300638f\",\"language\":\"lightHungarian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet09514d88d0d\",\"language\":\"indonesian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet07003bc8ffc\",\"language\":\"irish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet5763415c357\",\"language\":\"italian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet08504a6bc97\",\"language\":\"lightItalian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet434142b3914\",\"language\":\"sorani\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet3576615594a\",\"language\":\"latvian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet813507945f5\",\"language\":\"norwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet90435b2064b\",\"language\":\"lightNorwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet50295a89893\",\"language\":\"minimalNorwegian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet7869926bffb\",\"language\":\"lightNynorsk\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet01171b3f180\",\"language\":\"minimalNynorsk\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet17096f55fb7\",\"language\":\"portuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet27496d6b9f9\",\"language\":\"lightPortuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet783523f550c\",\"language\":\"minimalPortuguese\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet70836aa1498\",\"language\":\"portugueseRslp\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet66389d7b693\",\"language\":\"romanian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet783272466da\",\"language\":\"russian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet19689088214\",\"language\":\"lightRussian\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet88504142857\",\"language\":\"spanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet39608010a3e\",\"language\":\"lightSpanish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet82347eb9784\",\"language\":\"swedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet78356d3fcf4\",\"language\":\"lightSwedish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StemmerTokenFilter\",\"name\":\"azsmnet31124ea572b\",\"language\":\"turkish\"},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet68497d4b2ce\",\"stopwords\":[],\"stopwordsList\":\"arabic\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet82502079d13\",\"stopwords\":[],\"stopwordsList\":\"armenian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet31768c51a40\",\"stopwords\":[],\"stopwordsList\":\"basque\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet497399e9376\",\"stopwords\":[],\"stopwordsList\":\"brazilian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet74695a76b6d\",\"stopwords\":[],\"stopwordsList\":\"bulgarian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet037889694db\",\"stopwords\":[],\"stopwordsList\":\"catalan\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet96338a946cc\",\"stopwords\":[],\"stopwordsList\":\"czech\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet37120b42f77\",\"stopwords\":[],\"stopwordsList\":\"danish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet93525910fca\",\"stopwords\":[],\"stopwordsList\":\"dutch\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet78638a5aa76\",\"stopwords\":[],\"stopwordsList\":\"english\",\"ignoreCase\":false,\"removeTrailing\":true}],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "734", + "elapsed-time" : "340", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "29b41f34-2be1-4afc-8b45-6b7889a464b8", + "request-id" : "67ccf33f-3674-4f15-b943-dc7d533c2c75", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 16:12:36 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:19 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d3aa8659-c7da-456e-a76a-0b39ffa8faf1", + "request-id" : "57e03b67-e34b-4a2b-86ff-957c1b764018", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:12:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888C1820A26B\"", - "elapsed-time" : "722", + "ETag" : "W/\"0x8D7B95FD8681F8B\"", + "elapsed-time" : "963", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "11848", - "Body" : "{\"@odata.context\":\"https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888C1820A26B\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet7a64497508a5\",\"stopwords\":[],\"stopwordsList\":\"finnish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet1b8243913dd9\",\"stopwords\":[],\"stopwordsList\":\"french\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet19d3184838ae\",\"stopwords\":[],\"stopwordsList\":\"galician\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnete3c54052caa2\",\"stopwords\":[],\"stopwordsList\":\"german\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetd6301165998a\",\"stopwords\":[],\"stopwordsList\":\"greek\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet34f41746af6e\",\"stopwords\":[],\"stopwordsList\":\"hindi\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet95c45904d99a\",\"stopwords\":[],\"stopwordsList\":\"hungarian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet9fa73269a62c\",\"stopwords\":[],\"stopwordsList\":\"indonesian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet312552141cb2\",\"stopwords\":[],\"stopwordsList\":\"irish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet22516780321b\",\"stopwords\":[],\"stopwordsList\":\"italian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet2a7633208119\",\"stopwords\":[],\"stopwordsList\":\"latvian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet387730390262\",\"stopwords\":[],\"stopwordsList\":\"norwegian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetf45238721b8c\",\"stopwords\":[],\"stopwordsList\":\"persian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet82933114a618\",\"stopwords\":[],\"stopwordsList\":\"portuguese\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetbad758460482\",\"stopwords\":[],\"stopwordsList\":\"romanian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnetfa5145827ea6\",\"stopwords\":[],\"stopwordsList\":\"russian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet334721393ff4\",\"stopwords\":[],\"stopwordsList\":\"sorani\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet4cc681422c8b\",\"stopwords\":[],\"stopwordsList\":\"spanish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet55b872148d44\",\"stopwords\":[],\"stopwordsList\":\"swedish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet145656226213\",\"stopwords\":[],\"stopwordsList\":\"thai\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet7ab288889ffd\",\"stopwords\":[],\"stopwordsList\":\"turkish\",\"ignoreCase\":false,\"removeTrailing\":true}],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "11802", + "Body" : "{\"@odata.context\":\"https://azs-sdk967419e8365.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD8681F8B\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet189852c9b64\",\"stopwords\":[],\"stopwordsList\":\"finnish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet738950be698\",\"stopwords\":[],\"stopwordsList\":\"french\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet356094f1a28\",\"stopwords\":[],\"stopwordsList\":\"galician\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet81449ef7209\",\"stopwords\":[],\"stopwordsList\":\"german\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet76890c91234\",\"stopwords\":[],\"stopwordsList\":\"greek\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet800745b8a09\",\"stopwords\":[],\"stopwordsList\":\"hindi\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet423654fdc58\",\"stopwords\":[],\"stopwordsList\":\"hungarian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet47818f3f9f7\",\"stopwords\":[],\"stopwordsList\":\"indonesian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet65765872aa2\",\"stopwords\":[],\"stopwordsList\":\"irish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet27357f58dee\",\"stopwords\":[],\"stopwordsList\":\"italian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet32607a4324f\",\"stopwords\":[],\"stopwordsList\":\"latvian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet41465d31636\",\"stopwords\":[],\"stopwordsList\":\"norwegian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet88128a8c5d1\",\"stopwords\":[],\"stopwordsList\":\"persian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet359616bad9e\",\"stopwords\":[],\"stopwordsList\":\"portuguese\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet94818580a92\",\"stopwords\":[],\"stopwordsList\":\"romanian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet95282e08b73\",\"stopwords\":[],\"stopwordsList\":\"russian\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet891792f75ed\",\"stopwords\":[],\"stopwordsList\":\"sorani\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet031143d2a17\",\"stopwords\":[],\"stopwordsList\":\"spanish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet34130534649\",\"stopwords\":[],\"stopwordsList\":\"swedish\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet95900ba99bf\",\"stopwords\":[],\"stopwordsList\":\"thai\",\"ignoreCase\":false,\"removeTrailing\":true},{\"@odata.type\":\"#Microsoft.Azure.Search.StopwordsTokenFilter\",\"name\":\"azsmnet29285200792\",\"stopwords\":[],\"stopwordsList\":\"turkish\",\"ignoreCase\":false,\"removeTrailing\":true}],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf5f07520638c.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk967419e8365.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "753", + "elapsed-time" : "189", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6739831a-6e38-476b-90f9-7f0870571b6b", + "request-id" : "3083382a-39e9-48a8-bc8a-2f73d1b2d886", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 16:12:38 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:20 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk967419e8365", "azsmnet92937bab501", "azsmnet17410c18b61", "azsmnet39419adad43", "azsmnet274264647db", "azsmnet63526ed7b99", "azsmnet230107a0445", "azsmnet53090f382fa", "azsmnet635014fb85a", "azsmnet1290268dedb", "azsmnet89907a938f1", "azsmnet0403412580c", "azsmnet174028edf4f", "azsmnet40334b11b94", "azsmnet63934f45d82", "azsmnet12109286a06", "azsmnet2311749e220", "azsmnet907854a0702", "azsmnet158909d8d78", "azsmnet7540073b890", "azsmnet0934732cb14", "azsmnet502530d03b7", "azsmnet6080256cbc4", "azsmnet88409cf82b1", "azsmnet32366491842", "azsmnet28108f4f39a", "azsmnet71857fd8c79", "azsmnet73112872dda", "azsmnet715750cbfbe", "azsmnet05168432a87", "azsmnet52270a92a99", "azsmnet295926b6a25", "azsmnet590249c2774", "azsmnet91611cfe2fc", "azsmnet56041680d28", "azsmnet06431b7f5a7", "azsmnet98509875ac7", "azsmnet11540af1b0a", "azsmnet86563e903e9", "azsmnet9753135d966", "azsmnet4016150535f", "azsmnet58594dd93cf", "azsmnet07575b71681", "azsmnet2273787e916", "azsmnet80575f192de", "azsmnet44697d1f89f", "azsmnet87666cc1251", "azsmnet255179ae104", "azsmnet61411bb4726", "azsmnet37084723acf", "azsmnet457967d3712", "azsmnet909739d40ba", "azsmnet05423628137", "azsmnet76387fce870", "azsmnet95637321b33", "azsmnet28151bf004b", "azsmnet60874b9fc81", "azsmnet947174f35b6", "azsmnet37988309728", "azsmnet35713f98697", "azsmnet6408090106f", "azsmnet35352f67cd3", "azsmnet56954e2f5b3", "azsmnet85068794ce2", "azsmnet72767ebb7fc", "azsmnet976631f2dd1", "azsmnet969635e835f", "azsmnet899975babde", "azsmnet31908731f03", "azsmnet942112bcc72", "azsmnet81722b8923c", "azsmnet2787665c2dd", "azsmnet63483c2afef", "azsmnet556189da7d5", "azsmnet71006007e03", "azsmnet9509085bbbc", "azsmnet35747a6d386", "azsmnet56140e8814e", "azsmnet469492a1d8c", "azsmnet016515d53f8", "azsmnet76760ecd862", "azsmnet41956502909", "azsmnet4417743fb39", "azsmnet43857686a37", "azsmnet28519bd7e44", "azsmnet04542ce2777", "azsmnet57601a6b4f1", "azsmnet956733486f6", "azsmnet22801a558a0", "azsmnet320663d9b3d", "azsmnet13674847636", "azsmnet858130ef00b", "azsmnet633662e4c17", "azsmnet48152463941", "azsmnet537878f8521", "azsmnet74095a964e4", "azsmnet8453364643c", "azsmnet96396d9442e", "azsmnet501872ef68f", "azsmnet1523476ce68", "azsmnet83934ba755d", "azsmnet92611635181", "azsmnet973135cc91f", "azsmnet760282c9960", "azsmnet0195835e22c", "azsmnet12171ba8ba7", "azsmnet91403153fb8", "azsmnet88788a1746f", "azsmnet709519fdcfc", "azsmnet60596c4af44", "azsmnet69199ff974a", "azsmnet74058bbec82", "azsmnet34108e5cca3", "azsmnet9639300638f", "azsmnet09514d88d0d", "azsmnet07003bc8ffc", "azsmnet5763415c357", "azsmnet08504a6bc97", "azsmnet434142b3914", "azsmnet3576615594a", "azsmnet813507945f5", "azsmnet90435b2064b", "azsmnet50295a89893", "azsmnet7869926bffb", "azsmnet01171b3f180", "azsmnet17096f55fb7", "azsmnet27496d6b9f9", "azsmnet783523f550c", "azsmnet70836aa1498", "azsmnet66389d7b693", "azsmnet783272466da", "azsmnet19689088214", "azsmnet88504142857", "azsmnet39608010a3e", "azsmnet82347eb9784", "azsmnet78356d3fcf4", "azsmnet31124ea572b", "azsmnet68497d4b2ce", "azsmnet82502079d13", "azsmnet31768c51a40", "azsmnet497399e9376", "azsmnet74695a76b6d", "azsmnet037889694db", "azsmnet96338a946cc", "azsmnet37120b42f77", "azsmnet93525910fca", "azsmnet78638a5aa76", "azsmnet189852c9b64", "azsmnet738950be698", "azsmnet356094f1a28", "azsmnet81449ef7209", "azsmnet76890c91234", "azsmnet800745b8a09", "azsmnet423654fdc58", "azsmnet47818f3f9f7", "azsmnet65765872aa2", "azsmnet27357f58dee", "azsmnet32607a4324f", "azsmnet41465d31636", "azsmnet88128a8c5d1", "azsmnet359616bad9e", "azsmnet94818580a92", "azsmnet95282e08b73", "azsmnet891792f75ed", "azsmnet031143d2a17", "azsmnet34130534649", "azsmnet95900ba99bf", "azsmnet29285200792" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalyzerNamesInIndexDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalyzerNamesInIndexDefinition.json index 98aa1ba7a903..fd725f86bce6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalyzerNamesInIndexDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseAllAnalyzerNamesInIndexDefinition.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkc8b40158896f.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk90445482edc.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e7dcbf94-93af-421a-8948-5fb6a4e2bf2a", + "request-id" : "4abc778a-304d-4744-8aac-cf74f54d09c5", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 12:44:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789383F99B021\"", - "elapsed-time" : "789", + "ETag" : "W/\"0x8D7B95FC1162773\"", + "elapsed-time" : "494", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "23146", - "Body" : "{\"@odata.context\":\"https://azs-sdkc8b40158896f.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D789383F99B021\\\"\",\"name\":\"hotel\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"field0\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ar.lucene\",\"synonymMaps\":[]},{\"name\":\"field1\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ar.microsoft\",\"synonymMaps\":[]},{\"name\":\"field2\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bg.lucene\",\"synonymMaps\":[]},{\"name\":\"field3\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bg.microsoft\",\"synonymMaps\":[]},{\"name\":\"field4\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bn.microsoft\",\"synonymMaps\":[]},{\"name\":\"field5\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ca.lucene\",\"synonymMaps\":[]},{\"name\":\"field6\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ca.microsoft\",\"synonymMaps\":[]},{\"name\":\"field7\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"cs.lucene\",\"synonymMaps\":[]},{\"name\":\"field8\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"cs.microsoft\",\"synonymMaps\":[]},{\"name\":\"field9\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"da.lucene\",\"synonymMaps\":[]},{\"name\":\"field10\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"da.microsoft\",\"synonymMaps\":[]},{\"name\":\"field11\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"de.lucene\",\"synonymMaps\":[]},{\"name\":\"field12\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"de.microsoft\",\"synonymMaps\":[]},{\"name\":\"field13\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"el.lucene\",\"synonymMaps\":[]},{\"name\":\"field14\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"el.microsoft\",\"synonymMaps\":[]},{\"name\":\"field15\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"field16\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.microsoft\",\"synonymMaps\":[]},{\"name\":\"field17\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"es.lucene\",\"synonymMaps\":[]},{\"name\":\"field18\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"es.microsoft\",\"synonymMaps\":[]},{\"name\":\"field19\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"et.microsoft\",\"synonymMaps\":[]},{\"name\":\"field20\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"eu.lucene\",\"synonymMaps\":[]},{\"name\":\"field21\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fa.lucene\",\"synonymMaps\":[]},{\"name\":\"field22\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fi.lucene\",\"synonymMaps\":[]},{\"name\":\"field23\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field24\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"field25\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field26\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ga.lucene\",\"synonymMaps\":[]},{\"name\":\"field27\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"gl.lucene\",\"synonymMaps\":[]},{\"name\":\"field28\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"gu.microsoft\",\"synonymMaps\":[]},{\"name\":\"field29\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"he.microsoft\",\"synonymMaps\":[]},{\"name\":\"field30\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hi.lucene\",\"synonymMaps\":[]},{\"name\":\"field31\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field32\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field33\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hu.lucene\",\"synonymMaps\":[]},{\"name\":\"field34\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hu.microsoft\",\"synonymMaps\":[]},{\"name\":\"field35\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hy.lucene\",\"synonymMaps\":[]},{\"name\":\"field36\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"id.lucene\",\"synonymMaps\":[]},{\"name\":\"field37\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"id.microsoft\",\"synonymMaps\":[]},{\"name\":\"field38\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"is.microsoft\",\"synonymMaps\":[]},{\"name\":\"field39\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"it.lucene\",\"synonymMaps\":[]},{\"name\":\"field40\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"it.microsoft\",\"synonymMaps\":[]},{\"name\":\"field41\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ja.lucene\",\"synonymMaps\":[]},{\"name\":\"field42\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ja.microsoft\",\"synonymMaps\":[]},{\"name\":\"field43\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"keyword\",\"synonymMaps\":[]},{\"name\":\"field44\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"kn.microsoft\",\"synonymMaps\":[]},{\"name\":\"field45\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ko.lucene\",\"synonymMaps\":[]},{\"name\":\"field46\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ko.microsoft\",\"synonymMaps\":[]},{\"name\":\"field47\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lt.microsoft\",\"synonymMaps\":[]},{\"name\":\"field48\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lv.lucene\",\"synonymMaps\":[]},{\"name\":\"field49\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lv.microsoft\",\"synonymMaps\":[]},{\"name\":\"field50\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ml.microsoft\",\"synonymMaps\":[]},{\"name\":\"field51\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"mr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field52\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ms.microsoft\",\"synonymMaps\":[]},{\"name\":\"field53\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nb.microsoft\",\"synonymMaps\":[]},{\"name\":\"field54\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nl.lucene\",\"synonymMaps\":[]},{\"name\":\"field55\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field56\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"no.lucene\",\"synonymMaps\":[]},{\"name\":\"field57\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pa.microsoft\",\"synonymMaps\":[]},{\"name\":\"field58\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pattern\",\"synonymMaps\":[]},{\"name\":\"field59\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pl.lucene\",\"synonymMaps\":[]},{\"name\":\"field60\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field61\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-BR.lucene\",\"synonymMaps\":[]},{\"name\":\"field62\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-BR.microsoft\",\"synonymMaps\":[]},{\"name\":\"field63\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-PT.lucene\",\"synonymMaps\":[]},{\"name\":\"field64\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-PT.microsoft\",\"synonymMaps\":[]},{\"name\":\"field65\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ro.lucene\",\"synonymMaps\":[]},{\"name\":\"field66\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ro.microsoft\",\"synonymMaps\":[]},{\"name\":\"field67\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ru.lucene\",\"synonymMaps\":[]},{\"name\":\"field68\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ru.microsoft\",\"synonymMaps\":[]},{\"name\":\"field69\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"simple\",\"synonymMaps\":[]},{\"name\":\"field70\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sk.microsoft\",\"synonymMaps\":[]},{\"name\":\"field71\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field72\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sr-cyrillic.microsoft\",\"synonymMaps\":[]},{\"name\":\"field73\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sr-latin.microsoft\",\"synonymMaps\":[]},{\"name\":\"field74\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"standard.lucene\",\"synonymMaps\":[]},{\"name\":\"field75\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"standardasciifolding.lucene\",\"synonymMaps\":[]},{\"name\":\"field76\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"stop\",\"synonymMaps\":[]},{\"name\":\"field77\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sv.lucene\",\"synonymMaps\":[]},{\"name\":\"field78\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sv.microsoft\",\"synonymMaps\":[]},{\"name\":\"field79\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ta.microsoft\",\"synonymMaps\":[]},{\"name\":\"field80\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"te.microsoft\",\"synonymMaps\":[]},{\"name\":\"field81\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"th.lucene\",\"synonymMaps\":[]},{\"name\":\"field82\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"th.microsoft\",\"synonymMaps\":[]},{\"name\":\"field83\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"tr.lucene\",\"synonymMaps\":[]},{\"name\":\"field84\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"tr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field85\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"uk.microsoft\",\"synonymMaps\":[]},{\"name\":\"field86\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ur.microsoft\",\"synonymMaps\":[]},{\"name\":\"field87\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"vi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field88\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"whitespace\",\"synonymMaps\":[]},{\"name\":\"field89\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hans.lucene\",\"synonymMaps\":[]},{\"name\":\"field90\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hans.microsoft\",\"synonymMaps\":[]},{\"name\":\"field91\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hant.lucene\",\"synonymMaps\":[]},{\"name\":\"field92\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hant.microsoft\",\"synonymMaps\":[]},{\"name\":\"field93\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field94\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"whitespace\",\"searchAnalyzer\":\"whitespace\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field95\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"simple\",\"searchAnalyzer\":\"simple\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field96\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"keyword\",\"searchAnalyzer\":\"keyword\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field97\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"pattern\",\"searchAnalyzer\":\"pattern\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "23133", + "Body" : "{\"@odata.context\":\"https://azs-sdk90445482edc.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FC1162773\\\"\",\"name\":\"hotel\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"field0\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ar.lucene\",\"synonymMaps\":[]},{\"name\":\"field1\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ar.microsoft\",\"synonymMaps\":[]},{\"name\":\"field2\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bg.lucene\",\"synonymMaps\":[]},{\"name\":\"field3\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bg.microsoft\",\"synonymMaps\":[]},{\"name\":\"field4\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"bn.microsoft\",\"synonymMaps\":[]},{\"name\":\"field5\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ca.lucene\",\"synonymMaps\":[]},{\"name\":\"field6\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ca.microsoft\",\"synonymMaps\":[]},{\"name\":\"field7\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"cs.lucene\",\"synonymMaps\":[]},{\"name\":\"field8\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"cs.microsoft\",\"synonymMaps\":[]},{\"name\":\"field9\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"da.lucene\",\"synonymMaps\":[]},{\"name\":\"field10\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"da.microsoft\",\"synonymMaps\":[]},{\"name\":\"field11\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"de.lucene\",\"synonymMaps\":[]},{\"name\":\"field12\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"de.microsoft\",\"synonymMaps\":[]},{\"name\":\"field13\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"el.lucene\",\"synonymMaps\":[]},{\"name\":\"field14\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"el.microsoft\",\"synonymMaps\":[]},{\"name\":\"field15\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"field16\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.microsoft\",\"synonymMaps\":[]},{\"name\":\"field17\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"es.lucene\",\"synonymMaps\":[]},{\"name\":\"field18\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"es.microsoft\",\"synonymMaps\":[]},{\"name\":\"field19\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"et.microsoft\",\"synonymMaps\":[]},{\"name\":\"field20\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"eu.lucene\",\"synonymMaps\":[]},{\"name\":\"field21\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fa.lucene\",\"synonymMaps\":[]},{\"name\":\"field22\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fi.lucene\",\"synonymMaps\":[]},{\"name\":\"field23\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field24\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"field25\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field26\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ga.lucene\",\"synonymMaps\":[]},{\"name\":\"field27\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"gl.lucene\",\"synonymMaps\":[]},{\"name\":\"field28\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"gu.microsoft\",\"synonymMaps\":[]},{\"name\":\"field29\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"he.microsoft\",\"synonymMaps\":[]},{\"name\":\"field30\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hi.lucene\",\"synonymMaps\":[]},{\"name\":\"field31\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field32\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field33\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hu.lucene\",\"synonymMaps\":[]},{\"name\":\"field34\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hu.microsoft\",\"synonymMaps\":[]},{\"name\":\"field35\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"hy.lucene\",\"synonymMaps\":[]},{\"name\":\"field36\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"id.lucene\",\"synonymMaps\":[]},{\"name\":\"field37\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"id.microsoft\",\"synonymMaps\":[]},{\"name\":\"field38\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"is.microsoft\",\"synonymMaps\":[]},{\"name\":\"field39\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"it.lucene\",\"synonymMaps\":[]},{\"name\":\"field40\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"it.microsoft\",\"synonymMaps\":[]},{\"name\":\"field41\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ja.lucene\",\"synonymMaps\":[]},{\"name\":\"field42\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ja.microsoft\",\"synonymMaps\":[]},{\"name\":\"field43\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"keyword\",\"synonymMaps\":[]},{\"name\":\"field44\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"kn.microsoft\",\"synonymMaps\":[]},{\"name\":\"field45\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ko.lucene\",\"synonymMaps\":[]},{\"name\":\"field46\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ko.microsoft\",\"synonymMaps\":[]},{\"name\":\"field47\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lt.microsoft\",\"synonymMaps\":[]},{\"name\":\"field48\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lv.lucene\",\"synonymMaps\":[]},{\"name\":\"field49\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"lv.microsoft\",\"synonymMaps\":[]},{\"name\":\"field50\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ml.microsoft\",\"synonymMaps\":[]},{\"name\":\"field51\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"mr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field52\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ms.microsoft\",\"synonymMaps\":[]},{\"name\":\"field53\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nb.microsoft\",\"synonymMaps\":[]},{\"name\":\"field54\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nl.lucene\",\"synonymMaps\":[]},{\"name\":\"field55\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"nl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field56\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"no.lucene\",\"synonymMaps\":[]},{\"name\":\"field57\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pa.microsoft\",\"synonymMaps\":[]},{\"name\":\"field58\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pattern\",\"synonymMaps\":[]},{\"name\":\"field59\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pl.lucene\",\"synonymMaps\":[]},{\"name\":\"field60\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field61\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-BR.lucene\",\"synonymMaps\":[]},{\"name\":\"field62\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-BR.microsoft\",\"synonymMaps\":[]},{\"name\":\"field63\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-PT.lucene\",\"synonymMaps\":[]},{\"name\":\"field64\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"pt-PT.microsoft\",\"synonymMaps\":[]},{\"name\":\"field65\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ro.lucene\",\"synonymMaps\":[]},{\"name\":\"field66\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ro.microsoft\",\"synonymMaps\":[]},{\"name\":\"field67\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ru.lucene\",\"synonymMaps\":[]},{\"name\":\"field68\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ru.microsoft\",\"synonymMaps\":[]},{\"name\":\"field69\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"simple\",\"synonymMaps\":[]},{\"name\":\"field70\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sk.microsoft\",\"synonymMaps\":[]},{\"name\":\"field71\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sl.microsoft\",\"synonymMaps\":[]},{\"name\":\"field72\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sr-cyrillic.microsoft\",\"synonymMaps\":[]},{\"name\":\"field73\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sr-latin.microsoft\",\"synonymMaps\":[]},{\"name\":\"field74\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"standard.lucene\",\"synonymMaps\":[]},{\"name\":\"field75\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"standardasciifolding.lucene\",\"synonymMaps\":[]},{\"name\":\"field76\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"stop\",\"synonymMaps\":[]},{\"name\":\"field77\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sv.lucene\",\"synonymMaps\":[]},{\"name\":\"field78\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"sv.microsoft\",\"synonymMaps\":[]},{\"name\":\"field79\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ta.microsoft\",\"synonymMaps\":[]},{\"name\":\"field80\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"te.microsoft\",\"synonymMaps\":[]},{\"name\":\"field81\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"th.lucene\",\"synonymMaps\":[]},{\"name\":\"field82\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"th.microsoft\",\"synonymMaps\":[]},{\"name\":\"field83\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"tr.lucene\",\"synonymMaps\":[]},{\"name\":\"field84\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"tr.microsoft\",\"synonymMaps\":[]},{\"name\":\"field85\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"uk.microsoft\",\"synonymMaps\":[]},{\"name\":\"field86\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"ur.microsoft\",\"synonymMaps\":[]},{\"name\":\"field87\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"vi.microsoft\",\"synonymMaps\":[]},{\"name\":\"field88\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"whitespace\",\"synonymMaps\":[]},{\"name\":\"field89\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hans.lucene\",\"synonymMaps\":[]},{\"name\":\"field90\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hans.microsoft\",\"synonymMaps\":[]},{\"name\":\"field91\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hant.lucene\",\"synonymMaps\":[]},{\"name\":\"field92\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"zh-Hant.microsoft\",\"synonymMaps\":[]},{\"name\":\"field93\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field94\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"whitespace\",\"searchAnalyzer\":\"whitespace\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field95\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"simple\",\"searchAnalyzer\":\"simple\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field96\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"keyword\",\"searchAnalyzer\":\"keyword\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"field97\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"pattern\",\"searchAnalyzer\":\"pattern\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc8b40158896f.search-dogfood.windows-int.net/indexes('hotel')?api-version=2019-05-06" + "Location" : "https://azs-sdk90445482edc.search.windows.net/indexes('hotel')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk76905846147", "azs-sdk90445482edc" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseAllRegexFlags.json b/sdk/search/azure-search/src/test/resources/session-records/canUseAllRegexFlags.json index 72a93bd225b5..a2fd8b17529f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseAllRegexFlags.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseAllRegexFlags.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk7cd656938ec7.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk410525d236f.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "786ab755-9b06-4512-9641-29f700d3c99c", + "request-id" : "7e967b88-0cf2-404a-8b24-37daf44c85dc", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EB422BB33\"", - "elapsed-time" : "794", + "ETag" : "W/\"0x8D7B95FD04B54CE\"", + "elapsed-time" : "897", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "9430", - "Body" : "{\"@odata.context\":\"https://azs-sdk7cd656938ec7.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EB422BB33\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet74e4120226ac\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"LITERAL\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet315228964c2d\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"DOTALL\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnetb7d05148acee\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"UNIX_LINES\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnetc281863530bf\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"MULTILINE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet50562221a899\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"UNICODE_CASE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmneta93114829e6d\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"CANON_EQ\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnetc93904710825\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"CASE_INSENSITIVE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet6ca240991bad\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"COMMENTS\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "9397", + "Body" : "{\"@odata.context\":\"https://azs-sdk410525d236f.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FD04B54CE\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet7943151d397\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"LITERAL\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet087088fd0c6\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"DOTALL\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet9312511c91e\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"UNIX_LINES\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet0445730d5e6\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"MULTILINE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet67257cf955f\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"UNICODE_CASE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet46555654e20\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"CANON_EQ\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet19486f47122\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"CASE_INSENSITIVE\",\"stopwords\":[]},{\"@odata.type\":\"#Microsoft.Azure.Search.PatternAnalyzer\",\"name\":\"azsmnet19612cdcc14\",\"lowercase\":true,\"pattern\":\".*\",\"flags\":\"COMMENTS\",\"stopwords\":[]}],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7cd656938ec7.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk410525d236f.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk410525d236f", "azsmnet7943151d397", "azsmnet087088fd0c6", "azsmnet9312511c91e", "azsmnet0445730d5e6", "azsmnet67257cf955f", "azsmnet46555654e20", "azsmnet19486f47122", "azsmnet19612cdcc14" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseHitHighlighting.json b/sdk/search/azure-search/src/test/resources/session-records/canUseHitHighlighting.json index 655d922af2b1..41de8aedc65f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseHitHighlighting.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseHitHighlighting.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkdc004381e4bc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk30579701298.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ca9a275b-55ce-4246-86e8-293e212b2fad", + "request-id" : "f0f21e94-38f7-4004-80d0-65883a96664a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:32 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "132", + "elapsed-time" : "87", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkdc004381e4bc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk30579701298.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkdc004381e4bc.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk30579701298.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b01a2eb8-598a-4b7f-a62a-a80ebf8b49e2", + "request-id" : "68553cad-22a0-4a87-968a-75482bef0374", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "20", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1272", - "Body" : "{\"@odata.context\":\"https://azs-sdkdc004381e4bc.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.60304105,\"@search.highlights\":{\"Description\":[\"Best hotel in town if you like luxury hotels.\",\"We highly recommend this hotel.\"],\"Category\":[\"Luxury\"]},\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1318", + "Body" : "{\"@odata.context\":\"https://azs-sdk30579701298.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.5552875,\"@search.highlights\":{\"Description\":[\"Best hotel in town if you like luxury hotels.\",\"We highly recommend this hotel.\"],\"Category\":[\"Luxury\"]},\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk30579701298" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseIndexWithReservedName.json b/sdk/search/azure-search/src/test/resources/session-records/canUseIndexWithReservedName.json index 0d7cc63fa18b..a3a8349dac1c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseIndexWithReservedName.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseIndexWithReservedName.json @@ -1,73 +1,73 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9e6be998-fce6-4a29-8bbb-5fd1dc2f8e47", + "request-id" : "f48cfd14-6104-4905-8ea7-14852bf9e211", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:18:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888CD95045A2\"", - "elapsed-time" : "653", + "ETag" : "W/\"0x8D7B9610FC9AF8E\"", + "elapsed-time" : "786", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "554", - "Body" : "{\"@odata.context\":\"https://azs-sdk9ce320104544.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888CD95045A2\\\"\",\"name\":\"prototype\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"ID\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "541", + "Body" : "{\"@odata.context\":\"https://azs-sdk4748250d4e6.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9610FC9AF8E\\\"\",\"name\":\"prototype\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"ID\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cc50413d-4f82-48fb-b395-12af60a5ccc8", + "request-id" : "430b48cc-eb85-4757-831a-893f92cd3afb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "146", + "elapsed-time" : "88", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "242", - "Body" : "{\"@odata.context\":\"https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "229", + "Body" : "{\"@odata.context\":\"https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bda06040-8aef-4330-bb38-316ffeb0b3b0", + "request-id" : "746fef7e-5a4e-464b-a373-e7bcd7cfa05d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "28", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"@odata.context\":\"https://azs-sdk9ce320104544.search-dogfood.windows-int.net/indexes('prototype')/$metadata#docs(*)/$entity\",\"ID\":\"1\"}", + "Content-Length" : "122", + "Body" : "{\"@odata.context\":\"https://azs-sdk4748250d4e6.search.windows.net/indexes('prototype')/$metadata#docs(*)/$entity\",\"ID\":\"1\"}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4748250d4e6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseSuggestHitHighlighting.json b/sdk/search/azure-search/src/test/resources/session-records/canUseSuggestHitHighlighting.json index 6cb8977aa578..6becca5d8d20 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseSuggestHitHighlighting.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseSuggestHitHighlighting.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk04190206e285.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk86726f4142b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "96d7be6f-ae4e-4622-96f8-ff40543d7c80", + "request-id" : "be8aa350-d54e-4cab-94d0-e426ba796f2a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:19 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "138", + "elapsed-time" : "165", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk04190206e285.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk86726f4142b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk04190206e285.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk86726f4142b.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1f9f4099-17b6-480a-b0f1-2865b887408f", + "request-id" : "7d99149a-9398-45c7-a3dd-ca85c88353ef", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:21 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "69", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1339", - "Body" : "{\"@odata.context\":\"https://azs-sdk04190206e285.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1386", + "Body" : "{\"@odata.context\":\"https://azs-sdk86726f4142b.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk86726f4142b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/canUseTopAndSkipForClientSidePaging.json b/sdk/search/azure-search/src/test/resources/session-records/canUseTopAndSkipForClientSidePaging.json index 06e759753a52..021666ccb8a9 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/canUseTopAndSkipForClientSidePaging.json +++ b/sdk/search/azure-search/src/test/resources/session-records/canUseTopAndSkipForClientSidePaging.json @@ -1,73 +1,73 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6a973460-a740-4f22-8e28-dc49bcbbf175", + "request-id" : "e83583be-2311-47c6-9b54-8ecc2f876912", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:11:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "123", + "elapsed-time" : "160", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a86c38d6-19ad-4b97-8056-553818b3e5ac", + "request-id" : "cd38eb2d-4111-4689-a8cb-e79fe1977251", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:12:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "86", + "elapsed-time" : "20", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "3002", - "Body" : "{\"@odata.context\":\"https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "3115", + "Body" : "{\"@odata.context\":\"https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "40d15bf3-aefa-4434-aa8e-43437edebc93", + "request-id" : "89ac9eb3-c0e9-44da-af5a-cde323040d6d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:12:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1445", - "Body" : "{\"@odata.context\":\"https://azs-sdk639836067999.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1450", + "Body" : "{\"@odata.context\":\"https://azs-sdk0685469976d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0685469976d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/countingDocsOfNewIndexGivesZero.json b/sdk/search/azure-search/src/test/resources/session-records/countingDocsOfNewIndexGivesZero.json index ef417d9989ff..bcd2eddffcab 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/countingDocsOfNewIndexGivesZero.json +++ b/sdk/search/azure-search/src/test/resources/session-records/countingDocsOfNewIndexGivesZero.json @@ -1,17 +1,17 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkaa091196b792.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk52133b28928.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "51647617-ddcc-4712-bc65-c82b45aa5dd3", + "request-id" : "124b2ce9-8d05-4504-935f-4e0f9a9e8978", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:16:53 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "102", + "elapsed-time" : "139", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -21,5 +21,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk52133b28928" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createCustomSkillsetReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/createCustomSkillsetReturnsCorrectDefinition.json index c998611333de..af046002576b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createCustomSkillsetReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createCustomSkillsetReturnsCorrectDefinition.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk69b64306c653.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk35679f74688.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f62d7e8e-dcda-4fd9-ac0e-358db774c28a", + "request-id" : "bc1190c9-a05f-4b2f-a98a-8a96a398d194", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889807F30ABB\"", - "elapsed-time" : "76", + "ETag" : "W/\"0x8D7B963CFE0FC57\"", + "elapsed-time" : "225", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "802", - "Body" : "{\"@odata.context\":\"https://azs-sdk69b64306c653.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889807F30ABB\\\"\",\"name\":\"custom-skillset\",\"description\":\"Skillset for testing custom skillsets\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Custom.WebApiSkill\",\"name\":\"webapi-skill\",\"description\":\"Calls an Azure function, which in turn calls Bing Entity Search\",\"context\":null,\"uri\":\"https://indexer-e2e-webskill.azurewebsites.net/api/InvokeTextAnalyticsV3?code=foo\",\"httpMethod\":\"POST\",\"timeout\":null,\"batchSize\":null,\"degreeOfParallelism\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}],\"httpHeaders\":{\"Ocp-Apim-Subscription-Key\":\"foobar\"}}],\"cognitiveServices\":null}", + "Content-Length" : "789", + "Body" : "{\"@odata.context\":\"https://azs-sdk35679f74688.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963CFE0FC57\\\"\",\"name\":\"custom-skillset\",\"description\":\"Skillset for testing custom skillsets\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Custom.WebApiSkill\",\"name\":\"webapi-skill\",\"description\":\"Calls an Azure function, which in turn calls Bing Entity Search\",\"context\":null,\"uri\":\"https://indexer-e2e-webskill.azurewebsites.net/api/InvokeTextAnalyticsV3?code=foo\",\"httpMethod\":\"POST\",\"timeout\":null,\"batchSize\":null,\"degreeOfParallelism\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}],\"httpHeaders\":{\"Ocp-Apim-Subscription-Key\":\"foobar\"}}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk69b64306c653.search-dogfood.windows-int.net/skillsets('custom-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk35679f74688.search.windows.net/skillsets('custom-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk35679f74688" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createDataSourceFailsWithUsefulMessageOnUserError.json b/sdk/search/azure-search/src/test/resources/session-records/createDataSourceFailsWithUsefulMessageOnUserError.json index ebe4d474d426..201789898d9d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createDataSourceFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createDataSourceFailsWithUsefulMessageOnUserError.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkd3d962867457.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk57621187662.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "63f8487d-7deb-4fbf-b558-e88bf5c7d0e5", + "request-id" : "8b0471f1-7cb0-44eb-9525-b28ce01734fa", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 07:00:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "26", + "elapsed-time" : "79", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "90", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk57621187662" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createDataSourceReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/createDataSourceReturnsCorrectDefinition.json index 26c4e0871308..4f128dcfec02 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createDataSourceReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createDataSourceReturnsCorrectDefinition.json @@ -1,496 +1,496 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9aa762ce-c4fe-419d-b187-cd8a55a561e7", + "request-id" : "55add7b9-9695-42eb-9b6c-c0204dc4de35", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED91EAD94\"", + "ETag" : "W/\"0x8D7B9600F02AB6C\"", "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED91EAD94\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600F02AB6C\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "19", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c952c409-08e9-495d-a921-dbbd97530ea1", + "request-id" : "72820521-7e4a-4321-b5de-be2e73fe410a", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:40 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:51 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "904e3801-5816-4365-8d94-0eaf66a60897", + "request-id" : "eaede81e-dbc8-424b-8d98-080731ec9786", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:51 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED95E0DE5\"", - "elapsed-time" : "40", + "ETag" : "W/\"0x8D7B9600F0E9480\"", + "elapsed-time" : "63", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "535", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED95E0DE5\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "522", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600F0E9480\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "21", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "930d3cab-5111-480f-a0e7-58c6fd4406a3", + "request-id" : "6799b920-ad4a-4bf5-ad34-aa7bc65e4ea9", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:40 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:51 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7391b078-121c-4f95-896e-d4436ca8c073", + "request-id" : "4c1c87b7-85dc-4728-8fd2-015dd5b036a5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDA10456E\"", - "elapsed-time" : "805", + "ETag" : "W/\"0x8D7B9600FBA3647\"", + "elapsed-time" : "1059", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "466", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDA10456E\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"},\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "453", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600FBA3647\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SqlIntegratedChangeTrackingPolicy\"},\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "19", + "elapsed-time" : "20", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8925bf23-23f1-45f4-a658-7d621cc93b5b", + "request-id" : "8dba47c8-f05d-4d3e-87f3-6e55b169f241", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:42 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c8c646d4-1027-452b-b7ee-74972ba3f5e7", + "request-id" : "05591652-a752-441b-9598-061bb8661274", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDA4DA97C\"", - "elapsed-time" : "39", + "ETag" : "W/\"0x8D7B9600FC7A643\"", + "elapsed-time" : "38", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "646", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDA4DA97C\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"fakecolumn\"},\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "633", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600FC7A643\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"fakecolumn\"},\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "25", + "elapsed-time" : "42", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "685349e6-1ef0-402d-95c0-9faa1369cceb", + "request-id" : "83326718-877e-41a7-809e-b1af67a0558b", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:42 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f91ac65c-3602-44d4-9025-efbe68670439", + "request-id" : "0f400da6-c160-482d-b68a-8bceba897b89", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDAA30768\"", - "elapsed-time" : "81", + "ETag" : "W/\"0x8D7B9600FDF785A\"", + "elapsed-time" : "100", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "441", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDAA30768\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "428", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600FDF785A\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "21", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5b7a00ba-b67f-4b54-9330-7afd95906f25", + "request-id" : "5dc45734-dbd9-439e-a904-8cce4d442d27", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4a0a15f4-a177-4fe8-8f14-fb64d0069d7b", + "request-id" : "bc6aab41-f551-439f-9f40-238517b9487f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDAE463F9\"", - "elapsed-time" : "76", + "ETag" : "W/\"0x8D7B9600FEE6F43\"", + "elapsed-time" : "37", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "545", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDAE463F9\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"_ts\"},\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "532", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600FEE6F43\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy\",\"highWaterMarkColumnName\":\"_ts\"},\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "22", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c36b237a-499f-4868-b84f-e1b000117b87", + "request-id" : "0e3bfe4e-fba9-4ac0-9c4e-73035e037db3", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "25c933a5-16b2-418c-a433-ba2933cf5345", + "request-id" : "9664d6fa-c19c-4fa7-8f5e-fc4df6aaa292", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDB2AA381\"", - "elapsed-time" : "38", + "ETag" : "W/\"0x8D7B9600FF9BBED\"", + "elapsed-time" : "53", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "581", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDB2AA381\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "568", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9600FF9BBED\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "23", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16ee90bd-aa93-4f68-98bf-ee24350b5412", + "request-id" : "d9fe8ad0-c0b5-4d85-a824-b5a0136be91a", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e5877ed3-912c-4458-a8d6-ff96e413a144", + "request-id" : "fb6a71e3-2da8-49fc-b617-050200f361cf", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDB65E444\"", - "elapsed-time" : "30", + "ETag" : "W/\"0x8D7B9601008649F\"", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "581", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDB65E444\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "568", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601008649F\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "40", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "beb971ad-3f70-42a4-85a3-c7d4b061d3e1", + "request-id" : "fd0c0c07-333b-4d3b-848f-81573a16986a", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:44 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "94409d5b-b6a6-4add-a3e9-dee6123248a7", + "request-id" : "fb74c66c-18ee-4207-9d2a-48f906e7db88", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDBA0FDEA\"", - "elapsed-time" : "27", + "ETag" : "W/\"0x8D7B9601018460E\"", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDBA0FDEA\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601018460E\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "21", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c0e85673-c67f-4f61-89de-fafb8a500669", + "request-id" : "ae590a40-39bb-42b6-961a-6d6400cf3525", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:44 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "94d4dddb-a7a6-4bd9-96d8-df5f798a9f03", + "request-id" : "ffd2bb33-b8ee-4725-be65-e0bb34135e29", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDBE0FA94\"", - "elapsed-time" : "27", + "ETag" : "W/\"0x8D7B96010258EF3\"", + "elapsed-time" : "31", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "550", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDBE0FA94\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "537", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96010258EF3\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "32", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "508a7e9c-60f3-4d41-b699-7aa6ea807ce4", + "request-id" : "f4ad93ae-8c33-42ef-9553-4c2442f20b10", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:45 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3bc7b2a6-215f-41b4-a3b7-1f655aed8db9", + "request-id" : "55cceb30-2300-4ce4-9244-eb4d2277f3a9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDC2516E3\"", - "elapsed-time" : "44", + "ETag" : "W/\"0x8D7B9601032D7D8\"", + "elapsed-time" : "35", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "413", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDC2516E3\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "400", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601032D7D8\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "33", + "elapsed-time" : "31", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7b28e803-f390-4e98-84a3-063dae43d55b", + "request-id" : "b190f280-e0e0-4620-8fbc-b014183e0e59", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:45 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "98fc6468-76bc-4d25-83f5-e1354880c742", + "request-id" : "18c70770-1c38-4678-9b2c-24d63615b9f6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDC63DAE9\"", - "elapsed-time" : "26", + "ETag" : "W/\"0x8D7B960103F5D3C\"", + "elapsed-time" : "38", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "550", - "Body" : "{\"@odata.context\":\"https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDC63DAE9\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", + "Content-Length" : "537", + "Body" : "{\"@odata.context\":\"https://azs-sdk73199d20ca9.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960103F5D3C\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":{\"@odata.type\":\"#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy\",\"softDeleteColumnName\":\"isDeleted\",\"softDeleteMarkerValue\":\"1\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk89007685c8d2.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73199d20ca9.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "33", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4b402d7c-08b8-41e7-b64f-79a933f4675b", + "request-id" : "30fbd792-4dfc-4baf-9d10-b014dafd7eba", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:45 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:52 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk73199d20ca9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexFailsWithUsefulMessageOnUserError.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexFailsWithUsefulMessageOnUserError.json index ffbbe842d3fb..26a291eb1ba2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexFailsWithUsefulMessageOnUserError.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk0726527526bd.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk985761f5b36.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "de41e9e3-12f4-4591-9417-50d713dec73b", + "request-id" : "df247153-c1ef-4c65-b8f9-0caf8e4a6ce9", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 07:02:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "53", + "elapsed-time" : "20", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk985761f5b36" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefaultValues.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefaultValues.json index 1e6bcf3cf68d..e9014d903722 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefaultValues.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefaultValues.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk53337343e443.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk218338c04cc.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3106e6ab-04c2-4f43-9b98-ba2c81fceeef", + "request-id" : "4d65a539-e4cd-405f-aa47-c8ec30763dbb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F57341A49\"", - "elapsed-time" : "1268", + "ETag" : "W/\"0x8D7B961A25B4C0B\"", + "elapsed-time" : "530", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6891", - "Body" : "{\"@odata.context\":\"https://azs-sdk53337343e443.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F57341A49\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"linear\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":null},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "6866", + "Body" : "{\"@odata.context\":\"https://azs-sdk218338c04cc.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961A25B4C0B\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"sum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"linear\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":null},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk53337343e443.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk218338c04cc.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk218338c04cc" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinition.json index 3014c75dd2f6..08229fdc2c04 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinition.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk71c12215cec9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk6999138fd9c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8486d3c4-aace-4b62-938f-2e17efb2f381", + "request-id" : "f9d1cf22-b58b-432b-8f5a-3bf3651856e7", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F48F7BDCC\"", - "elapsed-time" : "1410", + "ETag" : "W/\"0x8D7B96195489FD5\"", + "elapsed-time" : "847", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk71c12215cec9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F48F7BDCC\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk6999138fd9c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96195489FD5\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk71c12215cec9.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk6999138fd9c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk6999138fd9c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinitionWithResponse.json index 571cdb8c2269..a016a820cd4b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexReturnsCorrectDefinitionWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk04b2259576bc.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk90754f86a53.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7bc3ec02-f0ca-4119-9b1e-e9fe6a29e2d1", + "request-id" : "8fd81d72-9ddc-4b48-a34e-3e7e99a1208f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F3F10D890\"", - "elapsed-time" : "780", + "ETag" : "W/\"0x8D7B9618ED644D9\"", + "elapsed-time" : "482", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk04b2259576bc.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F3F10D890\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk90754f86a53.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9618ED644D9\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk04b2259576bc.search-dogfood.windows-int.net/indexes('hotel2')?api-version=2019-05-06" + "Location" : "https://azs-sdk90754f86a53.search.windows.net/indexes('hotel2')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk90754f86a53" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexerFailsWithUsefulMessageOnUserError.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexerFailsWithUsefulMessageOnUserError.json index 0a26c6b57174..026bac330878 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexerFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexerFailsWithUsefulMessageOnUserError.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf5947600bad1.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk254770a0e65.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f494260a-15df-4ee3-9cf5-0aabe2dd05dd", + "request-id" : "029d13b8-577b-4605-bd47-f16f85589085", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 07:02:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "40", + "elapsed-time" : "54", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "118", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk254770a0e65" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createIndexerReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/createIndexerReturnsCorrectDefinition.json index ad4856970e2c..0ce9f77968ec 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createIndexerReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createIndexerReturnsCorrectDefinition.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk8d722353d90a.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk24938236750.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "742cc748-b38c-4947-a855-117b534baf54", + "request-id" : "db2b0abd-1981-48d0-abf7-ef2a2d501d4c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDB411671\"", - "elapsed-time" : "233", + "ETag" : "W/\"0x8D7B96033875BEA\"", + "elapsed-time" : "58", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "520", - "Body" : "{\"@odata.context\":\"https://azs-sdk8d722353d90a.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDB411671\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":50,\"maxFailedItems\":10,\"maxFailedItemsPerBatch\":10,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "507", + "Body" : "{\"@odata.context\":\"https://azs-sdk24938236750.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96033875BEA\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":true,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":{\"batchSize\":50,\"maxFailedItems\":10,\"maxFailedItemsPerBatch\":10,\"base64EncodeKeys\":null,\"configuration\":{}},\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8d722353d90a.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk24938236750.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk24938236750" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExist.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExist.json index d7af543d2d52..d98805d702ad 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExist.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExist.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk15223253e32f.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk57672c45098.search.windows.net/skillsets('testskillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c4ec434c-cc27-485d-860c-996f40e43d23", + "request-id" : "2d78c134-6574-4464-859a-81dd0d2224b1", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:39 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897CE91CFDB\"", - "elapsed-time" : "56", + "ETag" : "W/\"0x8D7B963A9DB4795\"", + "elapsed-time" : "61", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "699", - "Body" : "{\"@odata.context\":\"https://azs-sdk15223253e32f.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897CE91CFDB\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "686", + "Body" : "{\"@odata.context\":\"https://azs-sdk57672c45098.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963A9DB4795\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk15223253e32f.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk57672c45098.search.windows.net/skillsets('testskillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk57672c45098" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse.json index 8db5c0e3f1b7..e27f746124a5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateCreatesWhenSkillsetDoesNotExistWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk1ef40383c9f8.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10867680d24.search.windows.net/skillsets('testskillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8e819483-94fe-4624-b5a2-b9ebd9c44447", + "request-id" : "bcc478fe-075f-4f3a-8926-eca4060c72d5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898260F1D88\"", - "elapsed-time" : "363", + "ETag" : "W/\"0x8D7B963E6381EFD\"", + "elapsed-time" : "147", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "699", - "Body" : "{\"@odata.context\":\"https://azs-sdk1ef40383c9f8.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898260F1D88\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "686", + "Body" : "{\"@odata.context\":\"https://azs-sdk10867680d24.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963E6381EFD\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1ef40383c9f8.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk10867680d24.search.windows.net/skillsets('testskillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk10867680d24" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json index 63b828e381f1..af370630e8b5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDataSourceIfNotExistsFailsOnExistingResource.json @@ -1,44 +1,44 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkf51111810fe1.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk21153102983.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d07aa68c-dd1c-4022-9fa1-81d90fbc8287", + "request-id" : "3176e7a1-f29e-4a5e-9b44-9f7e38f66ebc", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF175663B\"", - "elapsed-time" : "49", + "ETag" : "W/\"0x8D7B9601E58AD4B\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkf51111810fe1.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF175663B\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk21153102983.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601E58AD4B\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf51111810fe1.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk21153102983.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkf51111810fe1.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk21153102983.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ab58b92e-df76-4c1f-83f9-a10ea63e96a3", + "request-id" : "451a403c-8c16-494d-b9d0-bb5949e49699", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:00:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:17 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "14", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -49,5 +49,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk21153102983" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource.json index 9f6c95519073..a2194b896bf4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateDatasourceIfNotExistsSucceedsOnNoResource.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk39a423970722.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk300097c1761.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c76995a8-50cb-413a-a447-311cccb36003", + "request-id" : "1e66cdf0-341e-41a3-afb4-696769fd79db", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:44 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EB7A721D6\"", - "elapsed-time" : "55", + "ETag" : "W/\"0x8D7B95FEF42E1FE\"", + "elapsed-time" : "109", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk39a423970722.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EB7A721D6\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk300097c1761.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FEF42E1FE\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk39a423970722.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk300097c1761.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk300097c1761" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExist.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExist.json index 72a82391f26b..c2bfaadef34a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExist.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExist.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c6543c16-e66d-49bf-bbcc-dad5ae955646", + "request-id" : "91752fa2-b7ae-48d2-8f2a-1e128af59cd2", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2B2F33C0\"", - "elapsed-time" : "1547", + "ETag" : "W/\"0x8D7B9617F3410D7\"", + "elapsed-time" : "633", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2B2F33C0\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk125435cf7e9.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617F3410D7\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "db80c745-ff0d-49fb-a00d-f2ccdc56aeb7", + "request-id" : "741115ef-0e29-4559-8240-9636865cf661", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:59 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2C01F275\"", - "elapsed-time" : "1109", + "ETag" : "W/\"0x8D7B9617F95A3AF\"", + "elapsed-time" : "554", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2C01F275\\\"\",\"name\":\"hotel1\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk125435cf7e9.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617F95A3AF\\\"\",\"name\":\"hotel1\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4650826a-5bd5-416c-982b-091c61bbbd0d", + "request-id" : "7003b506-18ac-4017-8608-50b53b3b57c5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F2CD23FA2\"", - "elapsed-time" : "1086", + "ETag" : "W/\"0x8D7B9617FF49E0A\"", + "elapsed-time" : "686", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F2CD23FA2\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk125435cf7e9.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9617FF49E0A\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkd2648166dcc5.search-dogfood.windows-int.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk125435cf7e9.search.windows.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk125435cf7e9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse.json index 33e2f240c84c..db5946887adb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexCreatesWhenIndexDoesNotExistWithResponse.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4874bab5-5883-4adc-a025-5899e6b534e7", + "request-id" : "8a58f4a8-3c4c-4e0c-9dc1-bd2f2da721d8", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:55 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1FABD3B9\"", - "elapsed-time" : "1851", + "ETag" : "W/\"0x8D7B961775BC982\"", + "elapsed-time" : "946", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8d159946220c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1FABD3B9\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk12230d38b3a.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961775BC982\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d09aea5b-7069-4b98-af86-502d3507ab9f", + "request-id" : "47c1ae13-f659-4d73-9f0d-160ff3ee76c0", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F206C3F0C\"", - "elapsed-time" : "977", + "ETag" : "W/\"0x8D7B96177AF2912\"", + "elapsed-time" : "531", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8d159946220c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F206C3F0C\\\"\",\"name\":\"hotel1\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk12230d38b3a.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96177AF2912\\\"\",\"name\":\"hotel1\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotel1')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d3b5128b-f27f-4068-b592-58a2882fdc0e", + "request-id" : "16a686fa-26e1-478c-a050-78ef846e69f1", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F213C6521\"", - "elapsed-time" : "1089", + "ETag" : "W/\"0x8D7B961784654C4\"", + "elapsed-time" : "974", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8d159946220c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F213C6521\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk12230d38b3a.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961784654C4\\\"\",\"name\":\"hotel2\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8d159946220c.search-dogfood.windows-int.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk12230d38b3a.search.windows.net/indexes('hotel2')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk12230d38b3a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsFailsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsFailsOnNoResource.json index c3f86894fa9b..6c93f97c1864 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsFailsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsFailsOnNoResource.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk2d437586b32a.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk1683752f6f2.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b785c0b4-f58a-44c1-8971-542743275bb6", + "request-id" : "64693a8b-7d57-43e6-b324-47006f8bde18", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 13:17:32 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "54", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk1683752f6f2" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsSucceedsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsSucceedsOnExistingResource.json index 12e83458079b..2d8e1865f6d6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfExistsSucceedsOnExistingResource.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk7bc58820c673.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk71016447a2f.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7d2745fe-b42a-4b69-b263-fd96ff8aafd6", + "request-id" : "28184309-c0e5-4d4a-8f80-347a1b90726c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF9BCE99F\"", - "elapsed-time" : "705", + "ETag" : "W/\"0x8D7B96158DC0E03\"", + "elapsed-time" : "505", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk7bc58820c673.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF9BCE99F\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk71016447a2f.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96158DC0E03\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7bc58820c673.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk71016447a2f.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk7bc58820c673.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk71016447a2f.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7c415854-d79b-47a1-a52c-2ecda3ff2fdc", + "request-id" : "0f180560-99b6-455d-813b-ae6254fab13c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFA3911A6\"", - "elapsed-time" : "502", + "ETag" : "W/\"0x8D7B9615910E357\"", + "elapsed-time" : "325", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8156", - "Body" : "{\"@odata.context\":\"https://azs-sdk7bc58820c673.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFA3911A6\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8131", + "Body" : "{\"@odata.context\":\"https://azs-sdk71016447a2f.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9615910E357\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk71016447a2f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedFailsWhenResourceChanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedFailsWhenResourceChanged.json index ef7fdc2fc4cd..790fd5d08e76 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedFailsWhenResourceChanged.json @@ -1,68 +1,68 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkab652454d61b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk9596281d95e.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "62fd378c-ea6e-4ab1-80e7-9b50e96e480a", + "request-id" : "052cd652-b119-470f-b964-65d8f3063a38", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 13:18:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78873BEDB0937\"", - "elapsed-time" : "732", + "ETag" : "W/\"0x8D7B9615565A561\"", + "elapsed-time" : "589", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkab652454d61b.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78873BEDB0937\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk9596281d95e.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9615565A561\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkab652454d61b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk9596281d95e.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkab652454d61b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk9596281d95e.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d527003f-e503-43e7-ac07-7257192cfd5e", + "request-id" : "b0dcdf3b-3372-4372-baec-0ced7f48f6be", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 13:18:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78873BFAE161D\"", - "elapsed-time" : "166", + "ETag" : "W/\"0x8D7B961559C01A1\"", + "elapsed-time" : "230", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8156", - "Body" : "{\"@odata.context\":\"https://azs-sdkab652454d61b.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D78873BFAE161D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8131", + "Body" : "{\"@odata.context\":\"https://azs-sdk9596281d95e.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961559C01A1\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkab652454d61b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk9596281d95e.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "99f4b785-6867-45e8-a920-6dcb29b52f1a", + "request-id" : "7086ebdc-1094-4020-a944-f1f191a06090", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 13:18:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "40", + "elapsed-time" : "85", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -73,5 +73,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk9596281d95e" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json index 1d5c717e9da7..a363bffa053b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotChangedSucceedsWhenResourceUnchanged.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdke83234847f0b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk292775694d7.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d203fddc-7847-4e1d-9098-59f48c07313d", + "request-id" : "8d34e531-fef8-4241-be76-a9b3002f7005", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F43391BCD\"", - "elapsed-time" : "824", + "ETag" : "W/\"0x8D7B96191EE28AF\"", + "elapsed-time" : "481", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdke83234847f0b.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F43391BCD\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk292775694d7.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96191EE28AF\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke83234847f0b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk292775694d7.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdke83234847f0b.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk292775694d7.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "86bfc820-b614-4138-b0f9-122ecf30af5e", + "request-id" : "b462572c-f6fc-4b4e-ad53-cd22d25f4e14", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F43B12439\"", - "elapsed-time" : "484", + "ETag" : "W/\"0x8D7B9619222D6EC\"", + "elapsed-time" : "329", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8156", - "Body" : "{\"@odata.context\":\"https://azs-sdke83234847f0b.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F43B12439\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8131", + "Body" : "{\"@odata.context\":\"https://azs-sdk292775694d7.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9619222D6EC\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk292775694d7" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsFailsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsFailsOnExistingResource.json index 91b103229145..a6c14ceddc2d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsFailsOnExistingResource.json @@ -1,44 +1,44 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk1d9952173a02.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk42694c55e29.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0a12f610-e49e-4e26-a01e-0706c868ade8", + "request-id" : "28038237-ad15-49c9-92ab-04f3ca780efe", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 13:20:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788740EE2CDEF\"", - "elapsed-time" : "714", + "ETag" : "W/\"0x8D7B9619F29E855\"", + "elapsed-time" : "879", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk1d9952173a02.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788740EE2CDEF\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk42694c55e29.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9619F29E855\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1d9952173a02.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk42694c55e29.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk1d9952173a02.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk42694c55e29.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "569b0160-a755-4211-afad-3a2b968a71a1", + "request-id" : "d07e47ae-1aa8-477e-a865-1c7ec6f8e0c0", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 13:20:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "33", + "elapsed-time" : "48", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -49,5 +49,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk42694c55e29" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsSucceedsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsSucceedsOnNoResource.json index 39bce51a84a8..6554ed6f2ab9 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexIfNotExistsSucceedsOnNoResource.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkb7f55153b5f3.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk23910b6431b.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8f4e6775-717b-435c-bd00-175b9bd08163", + "request-id" : "1a9c1b04-cefe-4ad0-aee2-2deefe1c278e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F0398D009\"", - "elapsed-time" : "748", + "ETag" : "W/\"0x8D7B9615FB973A2\"", + "elapsed-time" : "919", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkb7f55153b5f3.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F0398D009\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk23910b6431b.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9615FB973A2\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb7f55153b5f3.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk23910b6431b.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk23910b6431b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields.json index 38563d7356bc..a608b5971eac 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexThrowsWhenUpdatingSuggesterWithExistingIndexFields.json @@ -1,66 +1,66 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk05887681e37.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0570446f-e3de-45d6-843d-c3630d5c86e8", + "request-id" : "0cf64393-05b2-4892-b090-1da898c2eafd", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFEAA2D0F\"", - "elapsed-time" : "1612", + "ETag" : "W/\"0x8D7B9615C44B8C3\"", + "elapsed-time" : "934", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFEAA2D0F\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk05887681e37.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9615C44B8C3\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk05887681e37.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk05887681e37.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b61b3ff5-0ce7-4fd5-8d06-3ed820f1e6e3", + "request-id" : "b8377a35-01a0-48c9-9ca3-c70402ebad8d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFEAA2D0F\"", - "elapsed-time" : "38", + "ETag" : "W/\"0x8D7B9615C44B8C3\"", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFEAA2D0F\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk05887681e37.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9615C44B8C3\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk3ff1464618cd.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk05887681e37.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1fc4f863-60a1-41c0-8d84-2ceef806a8b2", + "request-id" : "8534f4d2-5657-4f8f-a992-d9d64878e9a0", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 07:00:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "48", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "200", @@ -71,5 +71,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk05887681e37" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsFailsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsFailsOnExistingResource.json index d43c8d976751..b50709b5602e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsFailsOnExistingResource.json @@ -1,94 +1,94 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk52894772500.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "21733f91-565c-4372-bd86-ef3b52e22c26", + "request-id" : "66e421c5-417b-4f09-a98e-457172d0d80a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F682D9253\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B960B95899F1\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk6ae783385869.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F682D9253\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk52894772500.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B95899F1\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk52894772500.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk52894772500.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "df54129f-d0fa-4ead-93fd-72fc4bb3b0e1", + "request-id" : "ef292962-b864-4c4d-bbe3-5558e50c6756", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F68AB1A27\"", - "elapsed-time" : "667", + "ETag" : "W/\"0x8D7B960B9CEF11E\"", + "elapsed-time" : "788", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk6ae783385869.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F68AB1A27\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk52894772500.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B9CEF11E\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk52894772500.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk52894772500.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0f2c1111-34aa-4cc4-990e-709a551231fa", + "request-id" : "6f917424-53ca-4cc8-a176-c98d8355055c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F68E150CA\"", - "elapsed-time" : "147", + "ETag" : "W/\"0x8D7B960B9E3190E\"", + "elapsed-time" : "144", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdk6ae783385869.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F68E150CA\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk52894772500.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960B9E3190E\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk52894772500.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk6ae783385869.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk52894772500.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "514ecf90-bd63-4167-bad2-bb8ceba70065", + "request-id" : "50c7f5f2-adcf-4da2-9ecb-cedaa4fc884d", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:03:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "12", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -99,5 +99,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk52894772500" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json index c8df69c5f3fa..67e7be194f0b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateIndexerIfNotExistsSucceedsOnNoResource.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk28951a444c2.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3328f502-2c75-4fbb-b2cb-00b482bd60d8", + "request-id" : "903f997a-3f73-4516-afb1-bba9c4260b25", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F15744C80\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B96063DB86DE\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkea7771406f74.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F15744C80\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk28951a444c2.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96063DB86DE\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk28951a444c2.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk28951a444c2.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f21c1f63-f9a0-45d8-8dcc-47d658a7095a", + "request-id" : "e79d8fea-b656-48a4-a31e-a4699db9c8a6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:13 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F16075CB4\"", - "elapsed-time" : "809", + "ETag" : "W/\"0x8D7B96064507E5E\"", + "elapsed-time" : "782", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkea7771406f74.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F16075CB4\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk28951a444c2.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96064507E5E\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk28951a444c2.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk28951a444c2.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3870ec7d-3291-4cd7-917f-300fde06d9eb", + "request-id" : "56472b02-cad3-4fd2-9fd7-0054956ae76b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1631A9EB\"", - "elapsed-time" : "133", + "ETag" : "W/\"0x8D7B96064A3DDD3\"", + "elapsed-time" : "657", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdkea7771406f74.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1631A9EB\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk28951a444c2.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96064A3DDD3\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea7771406f74.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk28951a444c2.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk28951a444c2" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsFailsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsFailsOnNoResource.json index 6428c4435480..17bb44311a0f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsFailsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsFailsOnNoResource.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk28561270ccd0.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk0433024d3e9.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "55cce063-78be-4647-9f1f-5189d79aeff3", + "request-id" : "2ad27913-62be-4678-a15a-198b898c9ac2", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:36:55 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "46", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0433024d3e9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsSucceedsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsSucceedsOnExistingResource.json index 29e67dfa25c5..9e4afc998ccf 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfExistsSucceedsOnExistingResource.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk36e256837825.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk776449204e0.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "aa8fbde0-46fe-4a0a-aea0-fb6e1895b50d", + "request-id" : "448ffdfc-3bff-4014-9b1a-09a7fea37450", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:45 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897DAA495CF\"", - "elapsed-time" : "62", + "ETag" : "W/\"0x8D7B963AD009B33\"", + "elapsed-time" : "82", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk36e256837825.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897DAA495CF\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk776449204e0.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963AD009B33\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk36e256837825.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk776449204e0.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk36e256837825.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk776449204e0.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5590280d-adf9-44d7-bfd0-02907c509877", + "request-id" : "0278174f-494e-4b84-8d2d-98fc93eac928", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:36:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:45 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897DAD12D83\"", - "elapsed-time" : "44", + "ETag" : "W/\"0x8D7B963AD0B72A5\"", + "elapsed-time" : "59", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "630", - "Body" : "{\"@odata.context\":\"https://azs-sdk36e256837825.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897DAD12D83\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "617", + "Body" : "{\"@odata.context\":\"https://azs-sdk776449204e0.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963AD0B72A5\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk776449204e0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged.json index 62ad2bd9f81c..168d29effa10 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedFailsWhenResourceChanged.json @@ -1,65 +1,65 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkce58180878d3.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk866680b16ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ef617bcb-a022-418e-b69c-47a60db25142", + "request-id" : "5cefda7b-1d0f-4836-9310-785dadc38bcb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:35:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F3B45D388\"", - "elapsed-time" : "79", + "ETag" : "W/\"0x8D7B96375ACFD7A\"", + "elapsed-time" : "118", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkce58180878d3.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F3B45D388\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk866680b16ce.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96375ACFD7A\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkce58180878d3.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk866680b16ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkce58180878d3.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk866680b16ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8e594b37-ec58-452b-be1d-28f461587312", + "request-id" : "2faae912-4a98-41c0-a217-d2943ebf49c5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:35:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F3B875729\"", + "ETag" : "W/\"0x8D7B96375B982EB\"", "elapsed-time" : "63", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "630", - "Body" : "{\"@odata.context\":\"https://azs-sdkce58180878d3.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F3B875729\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "617", + "Body" : "{\"@odata.context\":\"https://azs-sdk866680b16ce.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96375B982EB\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkce58180878d3.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk866680b16ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "69515cd5-732b-4d6e-bf00-dbb7cbfc057f", + "request-id" : "8d173f2c-2781-4d8e-8f2f-b2c994115ba6", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 16:35:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "14", @@ -73,5 +73,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk8038847df8b", "azs-sdk866680b16ce" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json index 3d6297bdbee9..4cb8f1d298b0 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotChangedSucceedsWhenResourceUnchanged.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkb2b97430e89a.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4071056a25e.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "795c3617-77f8-4262-b92b-c4ac71eb5d08", + "request-id" : "0a103ae8-e13d-4fed-8af5-156971322fb6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C5C40FF4\"", - "elapsed-time" : "64", + "ETag" : "W/\"0x8D7B9639EF33468\"", + "elapsed-time" : "66", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkb2b97430e89a.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C5C40FF4\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk4071056a25e.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639EF33468\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb2b97430e89a.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk4071056a25e.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkb2b97430e89a.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4071056a25e.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "96c9916d-49ed-4235-a8ea-dca43d874a17", + "request-id" : "d7c70261-89c0-40aa-b1b2-085463e68580", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:36:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C5FBF4A2\"", - "elapsed-time" : "71", + "ETag" : "W/\"0x8D7B9639F01B602\"", + "elapsed-time" : "86", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "630", - "Body" : "{\"@odata.context\":\"https://azs-sdkb2b97430e89a.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C5FBF4A2\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "617", + "Body" : "{\"@odata.context\":\"https://azs-sdk4071056a25e.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639F01B602\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4071056a25e" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json index 230ae8d31b75..b8069cedc69a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsFailsOnExistingResource.json @@ -1,44 +1,44 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk91e1750002ff.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk64651eec9b1.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5d03f099-3249-47ad-8c7a-8e96ebe46270", + "request-id" : "ed4f42cf-bc9a-4a5d-b262-6e3b26f1bfbb", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889842AF8AE5\"", - "elapsed-time" : "66", + "ETag" : "W/\"0x8D7B963FEE22A66\"", + "elapsed-time" : "62", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk91e1750002ff.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889842AF8AE5\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk64651eec9b1.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963FEE22A66\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk91e1750002ff.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk64651eec9b1.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk91e1750002ff.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk64651eec9b1.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "94aaf8ea-b534-4820-9ee3-0352a20c4ed7", + "request-id" : "068f5603-6c42-45e0-aa9a-c5454606d567", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:39:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "23", + "elapsed-time" : "39", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -49,5 +49,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk64651eec9b1" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json index f0c6522f1731..f2a7cb984413 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSkillsetIfNotExistsSucceedsOnNoResource.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkea2706315f11.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk84755ba5d96.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a22e2a54-c4e8-4121-85d9-e1fef9b0e595", + "request-id" : "c46f6c4f-823f-4d3a-a2dd-016cad5000e9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:09 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897E7523618\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B963B53DD166\"", + "elapsed-time" : "117", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkea2706315f11.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897E7523618\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk84755ba5d96.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963B53DD166\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkea2706315f11.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk84755ba5d96.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk84755ba5d96" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist.json index d24a7b3b24ed..eab9ecc83911 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExist.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk4f8733928b7f.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk807777fd7aa.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d33ff587-0d96-470d-a480-f2b77fcaa03a", + "request-id" : "559d0616-fb7d-4157-a91c-051f1f650351", "StatusCode" : "201", - "Date" : "Wed, 25 Dec 2019 09:51:41 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D789200ADF9A98\"", - "elapsed-time" : "106", + "ETag" : "W/\"0x8D7B964520415A3\"", + "elapsed-time" : "105", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk4f8733928b7f.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D789200ADF9A98\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk807777fd7aa.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964520415A3\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk4f8733928b7f.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk807777fd7aa.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk50381be9472", "azs-sdk807777fd7aa" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse.json index e7556f2eaedc..37a49de3c9cf 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapCreatesWhenSynonymMapDoesNotExistWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk1f8298244873.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk17817dc856c.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9d33a1ff-dd1e-4142-b2ed-6e0d0948e8c1", + "request-id" : "9b1d99d4-6eeb-4247-9f30-38ac7ca93d1c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:17 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AB76A68FA\"", - "elapsed-time" : "37", + "ETag" : "W/\"0x8D7B964671BEDBB\"", + "elapsed-time" : "34", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk1f8298244873.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AB76A68FA\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk17817dc856c.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964671BEDBB\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1f8298244873.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk17817dc856c.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk17817dc856c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsFailsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsFailsOnNoResource.json index 1d954e9c1c25..be5693e7d78a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsFailsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsFailsOnNoResource.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkea7704827f7e.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk73812013382.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "63c2c334-d5d7-47f8-9e8f-13dae36df4f3", + "request-id" : "6167fbe1-b3bd-47ba-8491-07ab55cafacb", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:58:11 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:39 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk73812013382" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource.json index 4bf803bbd7fd..616c15daa8d7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfExistsSucceedsOnExistingResource.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkf6498842ea2b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk56740fd7c0b.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8bc95092-0d8d-407e-a467-ace4428c4f4c", + "request-id" : "5f9a3ea0-94c9-4c88-9b3e-faeb01d0b20b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:48 GMT", + "Date" : "Mon, 24 Feb 2020 20:44:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AC98DABF0\"", - "elapsed-time" : "37", + "ETag" : "W/\"0x8D7B96A4C007D95\"", + "elapsed-time" : "59", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkf6498842ea2b.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AC98DABF0\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk56740fd7c0b.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96A4C007D95\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf6498842ea2b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk56740fd7c0b.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkf6498842ea2b.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk56740fd7c0b.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2f48edda-7867-4858-bf91-326fd06860dd", + "request-id" : "364a47a8-8ffd-4e7c-b349-3b50c19580fa", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:48 GMT", + "Date" : "Mon, 24 Feb 2020 20:44:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AC9AB7368\"", - "elapsed-time" : "15", + "ETag" : "W/\"0x8D7B96A4D6B9AE3\"", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "238", - "Body" : "{\"@odata.context\":\"https://azs-sdkf6498842ea2b.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AC9AB7368\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", + "Content-Length" : "225", + "Body" : "{\"@odata.context\":\"https://azs-sdk56740fd7c0b.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96A4D6B9AE3\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk434318008ff", "azs-sdk56740fd7c0b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json index 61613cab48cd..e4fb3ad09a41 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedFailsWhenResourceChanged.json @@ -1,68 +1,68 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk501109640a4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "da7a6f38-d8c7-4a86-a287-159254f745d2", + "request-id" : "ae45578f-178e-4ada-8732-a3a6e4293d88", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:50 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B12126618\"", - "elapsed-time" : "38", + "ETag" : "W/\"0x8D7B964A22A500A\"", + "elapsed-time" : "40", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B12126618\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk501109640a4.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964A22A500A\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk501109640a4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk501109640a4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ed9b6987-d660-48d0-a5cf-d1096aa6c51b", + "request-id" : "326b2597-9377-46ed-ab91-263a4928a118", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:50 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B122CD172\"", - "elapsed-time" : "22", + "ETag" : "W/\"0x8D7B964A231F28D\"", + "elapsed-time" : "38", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "238", - "Body" : "{\"@odata.context\":\"https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B122CD172\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", + "Content-Length" : "225", + "Body" : "{\"@odata.context\":\"https://azs-sdk501109640a4.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964A231F28D\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdka2234695c0b9.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk501109640a4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "19a75947-d43e-4fe3-a64b-3e64a5afea99", + "request-id" : "b2517776-92f5-48ad-8c06-ee237078bcf3", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:59:50 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -73,5 +73,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk501109640a4" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json index 40a445ba3e05..6f4c255d59bb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotChangedSucceedsWhenResourceUnchanged.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk82549462573c.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk17282ed3c65.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a03bf1d9-0d0e-459a-a65e-c37ac22e3775", + "request-id" : "c72e79c6-dea0-4070-99be-6384efef2460", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:04 GMT", + "Date" : "Mon, 24 Feb 2020 20:45:24 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AD36A2EBC\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B96A78FF8A04\"", + "elapsed-time" : "136", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk82549462573c.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AD36A2EBC\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk17282ed3c65.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96A78FF8A04\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk82549462573c.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk17282ed3c65.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk82549462573c.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk17282ed3c65.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a84a223e-e58e-460e-a6a4-c5cb5eaf5f1a", + "request-id" : "cfcb5d66-de32-4625-8129-091faf614bb6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:04 GMT", + "Date" : "Mon, 24 Feb 2020 20:45:25 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AD3864831\"", - "elapsed-time" : "19", + "ETag" : "W/\"0x8D7B96A79C3C163\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "238", - "Body" : "{\"@odata.context\":\"https://azs-sdk82549462573c.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AD3864831\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", + "Content-Length" : "225", + "Body" : "{\"@odata.context\":\"https://azs-sdk17282ed3c65.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96A79C3C163\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"mutated1, mutated2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk7860401db44", "azs-sdk17282ed3c65" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json index 935fc6bf5a43..e1b5c8b4d362 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsFailsOnExistingResource.json @@ -1,44 +1,44 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk7890467660ce.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk49122f0a89e.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "57b83544-d105-45f6-8863-3aca16b92b33", + "request-id" : "3d3e1abc-cddf-4b27-8552-27be10db10a5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:44 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889B0E9B96DE\"", + "ETag" : "W/\"0x8D7B9649E5B7DBA\"", "elapsed-time" : "38", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk7890467660ce.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889B0E9B96DE\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk49122f0a89e.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9649E5B7DBA\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7890467660ce.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk49122f0a89e.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk7890467660ce.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk49122f0a89e.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4963c2ff-09b9-4cb2-883c-3b697829527f", + "request-id" : "8e5fcb8a-e2f0-4948-9d6a-15b52e24e248", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:59:44 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -49,5 +49,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk49122f0a89e" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json index 6b151d8a512f..eb84e13f5432 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateSynonymMapIfNotExistsSucceedsOnNoResource.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk3f987325bdb0.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk8271690f99f.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ebefa7c0-cbe5-4351-80c3-beb6e947d933", + "request-id" : "d6ee1afc-a808-4fa4-bc99-dfbbdd815a6f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:29 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889ABE836603\"", - "elapsed-time" : "45", + "ETag" : "W/\"0x8D7B9646FFC3871\"", + "elapsed-time" : "42", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk3f987325bdb0.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889ABE836603\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk8271690f99f.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9646FFC3871\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3f987325bdb0.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk8271690f99f.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk8271690f99f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesCognitiveService.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesCognitiveService.json index 9abe8d5f60ac..adb67d46079d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesCognitiveService.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesCognitiveService.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk6d375076acd0.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk2441785bf8d.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c4e0b2bc-3441-4fd8-9419-6311080d7bf0", + "request-id" : "2a84e479-75a2-4391-9393-52477f278e3e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:35:47 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F549997E0\"", - "elapsed-time" : "106", + "ETag" : "W/\"0x8D7B96387CD5127\"", + "elapsed-time" : "75", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk6d375076acd0.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F549997E0\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk2441785bf8d.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96387CD5127\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk6d375076acd0.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk2441785bf8d.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk6d375076acd0.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk2441785bf8d.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2e6d23de-65a6-47cd-99ef-c4814a66f581", + "request-id" : "8bfcbe7f-1204-494e-b62b-6d8741974098", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:35:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F5534C018\"", - "elapsed-time" : "59", + "ETag" : "W/\"0x8D7B96387D7B350\"", + "elapsed-time" : "58", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "799", - "Body" : "{\"@odata.context\":\"https://azs-sdk6d375076acd0.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F5534C018\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":\"description\"}}", + "Content-Length" : "786", + "Body" : "{\"@odata.context\":\"https://azs-sdk2441785bf8d.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96387D7B350\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":\"description\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk2441785bf8d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesSkills.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesSkills.json index a18bcb2c6ea2..397951857a3c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesSkills.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesSkills.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk31e29880d4ff.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk3126687f50b.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "08d07d62-3a77-4ea7-a159-518f3561fe13", + "request-id" : "811793fe-b07c-4391-9152-b90944c16c5d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788981D861647\"", - "elapsed-time" : "63", + "ETag" : "W/\"0x8D7B963E00E24FF\"", + "elapsed-time" : "102", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk31e29880d4ff.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788981D861647\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk3126687f50b.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963E00E24FF\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk31e29880d4ff.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk3126687f50b.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk31e29880d4ff.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk3126687f50b.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cb261187-c5a4-4d13-8976-06179257b778", + "request-id" : "efda8fdd-055d-420a-b206-b2b256c67b9d", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:38:40 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788981DB742BD\"", - "elapsed-time" : "52", + "ETag" : "W/\"0x8D7B963E01B94F7\"", + "elapsed-time" : "74", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "614", - "Body" : "{\"@odata.context\":\"https://azs-sdk31e29880d4ff.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788981DB742BD\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "601", + "Body" : "{\"@odata.context\":\"https://azs-sdk3126687f50b.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963E01B94F7\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk3126687f50b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesWhenSkillsetExists.json b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesWhenSkillsetExists.json index 4d4877457b10..440e1fe75665 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesWhenSkillsetExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createOrUpdateUpdatesWhenSkillsetExists.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkd42302228a3f.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk56843e0839d.search.windows.net/skillsets('testskillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "84718533-c433-4bde-b02d-251fce0d6aa5", + "request-id" : "13bcae41-4939-4066-b6f7-4b42a6792e2a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897FB5A0880\"", - "elapsed-time" : "90", + "ETag" : "W/\"0x8D7B963C34A26C2\"", + "elapsed-time" : "59", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "703", - "Body" : "{\"@odata.context\":\"https://azs-sdkd42302228a3f.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897FB5A0880\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"handwritten\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "690", + "Body" : "{\"@odata.context\":\"https://azs-sdk56843e0839d.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963C34A26C2\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"handwritten\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkd42302228a3f.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk56843e0839d.search.windows.net/skillsets('testskillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkd42302228a3f.search-dogfood.windows-int.net/skillsets('testskillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk56843e0839d.search.windows.net/skillsets('testskillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "375c44a3-7d67-4f0a-a57a-eeab7c255b5f", + "request-id" : "830c856b-470b-43b9-b234-852debc1fd37", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:37:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897FB8C6DC0\"", - "elapsed-time" : "46", + "ETag" : "W/\"0x8D7B963C35AF2B0\"", + "elapsed-time" : "99", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1154", - "Body" : "{\"@odata.context\":\"https://azs-sdkd42302228a3f.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897FB8C6DC0\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]},{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-1\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext1\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1141", + "Body" : "{\"@odata.context\":\"https://azs-sdk56843e0839d.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963C35AF2B0\\\"\",\"name\":\"testskillset\",\"description\":\"Skillset for testing OCR\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-0\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext0\"}]},{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr-1\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext1\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk56843e0839d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionConditional.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionConditional.json index 515e728dc0d9..2b3c60099e3b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionConditional.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionConditional.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb6a958569b66.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk363637b9f70.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b44ff33b-f0a0-47e3-8c5b-6957f1fcb400", + "request-id" : "daba35d3-d84d-4c0e-a55c-6f55b3a69657", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889831CE33D2\"", - "elapsed-time" : "125", + "ETag" : "W/\"0x8D7B963F369CAB0\"", + "elapsed-time" : "133", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "720", - "Body" : "{\"@odata.context\":\"https://azs-sdkb6a958569b66.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889831CE33D2\\\"\",\"name\":\"conditional-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Util.ConditionalSkill\",\"name\":\"myconditional\",\"description\":\"Tested Conditional skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"condition\",\"source\":\"= $(/document/language) == null\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"whenTrue\",\"source\":\"= 'es'\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"whenFalse\",\"source\":\"= $(/document/language)\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myLanguageCode\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "707", + "Body" : "{\"@odata.context\":\"https://azs-sdk363637b9f70.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F369CAB0\\\"\",\"name\":\"conditional-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Util.ConditionalSkill\",\"name\":\"myconditional\",\"description\":\"Tested Conditional skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"condition\",\"source\":\"= $(/document/language) == null\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"whenTrue\",\"source\":\"= 'es'\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"whenFalse\",\"source\":\"= $(/document/language)\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myLanguageCode\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb6a958569b66.search-dogfood.windows-int.net/skillsets('conditional-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk363637b9f70.search.windows.net/skillsets('conditional-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk363637b9f70" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json index 95bc20a23de8..bc0ff312d562 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhrase.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk037365587145.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk31727ea82db.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "43d8e6a7-6e6f-4924-84c1-50068d6c0562", + "request-id" : "866ce118-73bd-4731-af1c-bdfdafbe11a4", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:07 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788982DF867B9\"", - "elapsed-time" : "88", + "ETag" : "W/\"0x8D7B963EF5025FE\"", + "elapsed-time" : "81", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1158", - "Body" : "{\"@odata.context\":\"https://azs-sdk037365587145.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788982DF867B9\\\"\",\"name\":\"image-analysis-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"visualFeatures\":[\"categories\",\"tags\",\"description\",\"faces\",\"imageType\",\"color\"],\"details\":[\"celebrities\",\"landmarks\"],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1145", + "Body" : "{\"@odata.context\":\"https://azs-sdk31727ea82db.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963EF5025FE\\\"\",\"name\":\"image-analysis-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"visualFeatures\":[\"categories\",\"tags\",\"description\",\"faces\",\"imageType\",\"color\"],\"details\":[\"celebrities\",\"landmarks\"],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk037365587145.search-dogfood.windows-int.net/skillsets('image-analysis-key-phrase-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk31727ea82db.search.windows.net/skillsets('image-analysis-key-phrase-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk31727ea82db" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse.json index 4559f2bf61da..51c1b1eb28dd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionImageAnalysisKeyPhraseWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkfd108317832f.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk36733d22dc1.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "27147084-6d1c-4476-8885-2e568d5da69c", + "request-id" : "00fcbcd2-5de7-4e56-84a1-cd38b0ecddc9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897EF1132F6\"", - "elapsed-time" : "99", + "ETag" : "W/\"0x8D7B963BA853100\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1158", - "Body" : "{\"@odata.context\":\"https://azs-sdkfd108317832f.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897EF1132F6\\\"\",\"name\":\"image-analysis-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"visualFeatures\":[\"categories\",\"tags\",\"description\",\"faces\",\"imageType\",\"color\"],\"details\":[\"celebrities\",\"landmarks\"],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1145", + "Body" : "{\"@odata.context\":\"https://azs-sdk36733d22dc1.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963BA853100\\\"\",\"name\":\"image-analysis-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"visualFeatures\":[\"categories\",\"tags\",\"description\",\"faces\",\"imageType\",\"color\"],\"details\":[\"celebrities\",\"landmarks\"],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfd108317832f.search-dogfood.windows-int.net/skillsets('image-analysis-key-phrase-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk36733d22dc1.search.windows.net/skillsets('image-analysis-key-phrase-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk36733d22dc1" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionLanguageDetection.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionLanguageDetection.json index 392603f97f57..2aad1abbf7d8 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionLanguageDetection.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionLanguageDetection.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk17d55856b41e.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk223329b7627.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e1fd7b6a-dcd5-4c90-8e3f-b93c206b5c6a", + "request-id" : "c51a4c26-2329-4296-aca3-23c2f53a1858", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:02 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897E3331C7D\"", - "elapsed-time" : "60", + "ETag" : "W/\"0x8D7B963B257400B\"", + "elapsed-time" : "56", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "561", - "Body" : "{\"@odata.context\":\"https://azs-sdk17d55856b41e.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897E3331C7D\\\"\",\"name\":\"language-detection-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.LanguageDetectionSkill\",\"name\":\"mylanguage\",\"description\":\"Tested Language Detection skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"languageCode\",\"targetName\":\"myLanguageCode\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "548", + "Body" : "{\"@odata.context\":\"https://azs-sdk223329b7627.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963B257400B\\\"\",\"name\":\"language-detection-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.LanguageDetectionSkill\",\"name\":\"mylanguage\",\"description\":\"Tested Language Detection skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"languageCode\",\"targetName\":\"myLanguageCode\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk17d55856b41e.search-dogfood.windows-int.net/skillsets('language-detection-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk223329b7627.search.windows.net/skillsets('language-detection-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk223329b7627" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionMergeText.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionMergeText.json index 950978d2228a..f8722b5cff7a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionMergeText.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionMergeText.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk7b5567099700.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk35007caf51d.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "11804e74-9241-4d1f-bd2f-b0a55220b773", + "request-id" : "2da6ed4d-6dcc-47c2-b063-cb9bdf62444e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:29 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897F2EC0903\"", - "elapsed-time" : "64", + "ETag" : "W/\"0x8D7B963BD2584EF\"", + "elapsed-time" : "109", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "739", - "Body" : "{\"@odata.context\":\"https://azs-sdk7b5567099700.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897F2EC0903\\\"\",\"name\":\"merge-text-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.MergeSkill\",\"name\":\"mymerge\",\"description\":\"Tested Merged Text skill\",\"context\":\"/document\",\"insertPreTag\":\"__\",\"insertPostTag\":\"__e\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"itemsToInsert\",\"source\":\"/document/textitems\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"offsets\",\"source\":\"/document/offsets\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"mergedText\",\"targetName\":\"myMergedText\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "726", + "Body" : "{\"@odata.context\":\"https://azs-sdk35007caf51d.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963BD2584EF\\\"\",\"name\":\"merge-text-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.MergeSkill\",\"name\":\"mymerge\",\"description\":\"Tested Merged Text skill\",\"context\":\"/document\",\"insertPreTag\":\"__\",\"insertPostTag\":\"__e\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"itemsToInsert\",\"source\":\"/document/textitems\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"offsets\",\"source\":\"/document/offsets\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"mergedText\",\"targetName\":\"myMergedText\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7b5567099700.search-dogfood.windows-int.net/skillsets('merge-text-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk35007caf51d.search.windows.net/skillsets('merge-text-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk35007caf51d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrEntity.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrEntity.json index 8dd68d7bef75..f61ee2171b59 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrEntity.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrEntity.json @@ -1,54 +1,54 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk354617a9a0c.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "417a3189-07ff-4ccb-b1a2-a86b2f2e37d4", + "request-id" : "0a085a26-be57-4d15-b9af-3a7f407f39bf", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898150CC9E0\"", - "elapsed-time" : "119", + "ETag" : "W/\"0x8D7B963D9315BC5\"", + "elapsed-time" : "115", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1088", - "Body" : "{\"@odata.context\":\"https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898150CC9E0\\\"\",\"name\":\"ocr-entity-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":0.5,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1075", + "Body" : "{\"@odata.context\":\"https://azs-sdk354617a9a0c.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D9315BC5\\\"\",\"name\":\"ocr-entity-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":0.5,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/skillsets('ocr-entity-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk354617a9a0c.search.windows.net/skillsets('ocr-entity-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk354617a9a0c.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a2a84cbd-6b69-4b75-acad-88404b0da6b6", + "request-id" : "2668eacb-210e-4469-b212-642a26b81fe5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898153BAC06\"", - "elapsed-time" : "49", + "ETag" : "W/\"0x8D7B963D9424ED6\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1121", - "Body" : "{\"@odata.context\":\"https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898153BAC06\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[\"location\",\"organization\",\"person\"],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":0.5,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1108", + "Body" : "{\"@odata.context\":\"https://azs-sdk354617a9a0c.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D9424ED6\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[\"location\",\"organization\",\"person\"],\"defaultLanguageCode\":\"en\",\"minimumPrecision\":0.5,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk3d700465b70e.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "Location" : "https://azs-sdk354617a9a0c.search.windows.net/skillsets('testskillset1')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk354617a9a0c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json index e59e6e4cc410..2b39111b7bc4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrHandwritingSentiment.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk02150862856.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2a3e5466-6fab-4a27-8eae-17312c0096e6", + "request-id" : "69decf3f-f424-419e-b57d-8f830b131d3d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788983A3BE4E3\"", - "elapsed-time" : "63", + "ETag" : "W/\"0x8D7B963F9389B97\"", + "elapsed-time" : "72", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1013", - "Body" : "{\"@odata.context\":\"https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788983A3BE4E3\\\"\",\"name\":\"ocr-sentiment-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"pt\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"pt-PT\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1000", + "Body" : "{\"@odata.context\":\"https://azs-sdk02150862856.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F9389B97\\\"\",\"name\":\"ocr-sentiment-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"pt\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"pt-PT\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets('ocr-sentiment-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk02150862856.search.windows.net/skillsets('ocr-sentiment-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk02150862856.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8dea5814-b3b4-415c-8d0e-97ce914810b2", + "request-id" : "adec02c5-5a5b-43b1-907a-fb380a75ee6c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788983A69B555\"", - "elapsed-time" : "49", + "ETag" : "W/\"0x8D7B963F9414FC0\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1001", - "Body" : "{\"@odata.context\":\"https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788983A69B555\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fi\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fi\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "988", + "Body" : "{\"@odata.context\":\"https://azs-sdk02150862856.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F9414FC0\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fi\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fi\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "Location" : "https://azs-sdk02150862856.search.windows.net/skillsets('testskillset1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk02150862856.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "275d6154-f6fe-4988-a0b6-54d4e820881c", + "request-id" : "276ae707-4df0-448c-865d-fefca511c923", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788983A98222E\"", - "elapsed-time" : "40", + "ETag" : "W/\"0x8D7B963F94A792B\"", + "elapsed-time" : "50", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1005", - "Body" : "{\"@odata.context\":\"https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788983A98222E\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"handwritten\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "992", + "Body" : "{\"@odata.context\":\"https://azs-sdk02150862856.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F94A792B\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"handwritten\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk42c6097673f7.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06" + "Location" : "https://azs-sdk02150862856.search.windows.net/skillsets('testskillset2')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk02150862856" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json index 7f41348aad68..1a04b7159cba 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrKeyPhrase.json @@ -1,79 +1,79 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "00ad7a5d-a4c4-4b61-9209-6925ce6559d8", + "request-id" : "547a09f9-f8a6-433f-be9b-01e213065477", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898107FBC46\"", - "elapsed-time" : "65", + "ETag" : "W/\"0x8D7B963D58E5CAA\"", + "elapsed-time" : "87", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1054", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898107FBC46\\\"\",\"name\":\"ocr-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1041", + "Body" : "{\"@odata.context\":\"https://azs-sdk55655c2dc09.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D58E5CAA\\\"\",\"name\":\"ocr-key-phrase-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets('ocr-key-phrase-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets('ocr-key-phrase-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "43b11e47-646d-42de-afa2-90da0e739f5c", + "request-id" : "b8721899-6632-4324-928e-1589a36ac226", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889810B49306\"", - "elapsed-time" : "46", + "ETag" : "W/\"0x8D7B963D59A93ED\"", + "elapsed-time" : "41", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1044", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889810B49306\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fr\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fr\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1031", + "Body" : "{\"@odata.context\":\"https://azs-sdk55655c2dc09.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D59A93ED\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fr\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fr\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "Location" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets('testskillset1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fff37ef0-478a-4212-953b-690e205c43dd", + "request-id" : "fe3cbe46-0f72-43ef-9003-53f46623d064", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889810F3CC3F\"", - "elapsed-time" : "43", + "ETag" : "W/\"0x8D7B963D5A2F9EC\"", + "elapsed-time" : "47", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1044", - "Body" : "{\"@odata.context\":\"https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889810F3CC3F\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"es\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"es\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1031", + "Body" : "{\"@odata.context\":\"https://azs-sdk55655c2dc09.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D5A2F9EC\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"es\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"es\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc2f730032f5c.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06" + "Location" : "https://azs-sdk55655c2dc09.search.windows.net/skillsets('testskillset2')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk55655c2dc09" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrShaper.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrShaper.json index 2cefe47f5222..0d394afe5a08 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrShaper.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrShaper.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk334261539032.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk85982e7f136.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "52149d27-46af-462a-8526-6f2c360d72e4", + "request-id" : "afda694e-6443-4c9b-ac62-aca753c2b94b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788982A106F9F\"", - "elapsed-time" : "60", + "ETag" : "W/\"0x8D7B963EAA1EE35\"", + "elapsed-time" : "67", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "970", - "Body" : "{\"@odata.context\":\"https://azs-sdk334261539032.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788982A106F9F\\\"\",\"name\":\"ocr-shaper-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Util.ShaperSkill\",\"name\":\"mysharper\",\"description\":\"Tested Shaper skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myOutput\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "957", + "Body" : "{\"@odata.context\":\"https://azs-sdk85982e7f136.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963EAA1EE35\\\"\",\"name\":\"ocr-shaper-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Util.ShaperSkill\",\"name\":\"mysharper\",\"description\":\"Tested Shaper skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myOutput\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk334261539032.search-dogfood.windows-int.net/skillsets('ocr-shaper-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk85982e7f136.search.windows.net/skillsets('ocr-shaper-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk85982e7f136" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrSplitText.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrSplitText.json index 47eda826d410..6a4454b473f8 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrSplitText.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionOcrSplitText.json @@ -1,120 +1,120 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk37765a10393.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4c6d859e-a9bf-42cf-8e56-c15648cc2b5d", + "request-id" : "32062030-7cb6-4076-9db1-dedcd334050b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C0E17D72\"", - "elapsed-time" : "60", + "ETag" : "W/\"0x8D7B9639BAA9AAC\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1052", - "Body" : "{\"@odata.context\":\"https://azs-sdk1a3953622760.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C0E17D72\\\"\",\"name\":\"ocr-split-text-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1039", + "Body" : "{\"@odata.context\":\"https://azs-sdk37765a10393.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639BAA9AAC\\\"\",\"name\":\"ocr-split-text-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets('ocr-split-text-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk37765a10393.search.windows.net/skillsets('ocr-split-text-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk37765a10393.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2836ed0e-b5d7-4e89-831f-964272d54a11", + "request-id" : "c7921475-65f1-4ea2-835b-2036a3bc6cf7", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C10AE01C\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B9639BB34EDD\"", + "elapsed-time" : "51", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1042", - "Body" : "{\"@odata.context\":\"https://azs-sdk1a3953622760.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C10AE01C\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fr\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fr\",\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1029", + "Body" : "{\"@odata.context\":\"https://azs-sdk37765a10393.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639BB34EDD\\\"\",\"name\":\"testskillset1\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fr\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fr\",\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets('testskillset1')?api-version=2019-05-06" + "Location" : "https://azs-sdk37765a10393.search.windows.net/skillsets('testskillset1')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk37765a10393.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5cf28563-2f91-43b8-9e15-e0804a12e1a2", + "request-id" : "79dab5f4-9141-441b-9316-81e30baf2dc3", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:05 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C13B7039\"", - "elapsed-time" : "40", + "ETag" : "W/\"0x8D7B9639BBC9F63\"", + "elapsed-time" : "47", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1046", - "Body" : "{\"@odata.context\":\"https://azs-sdk1a3953622760.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C13B7039\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fi\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fi\",\"textSplitMode\":\"sentences\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1033", + "Body" : "{\"@odata.context\":\"https://azs-sdk37765a10393.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639BBC9F63\\\"\",\"name\":\"testskillset2\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"fi\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"fi\",\"textSplitMode\":\"sentences\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06" + "Location" : "https://azs-sdk37765a10393.search.windows.net/skillsets('testskillset2')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets('testskillset2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk37765a10393.search.windows.net/skillsets('testskillset2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "53", + "elapsed-time" : "81", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6792fee2-5b38-44c7-a7bd-8e1684858aa9", + "request-id" : "0f96257b-09bb-445c-8bef-09939c9a7fd2", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:36:05 GMT" + "Date" : "Mon, 24 Feb 2020 19:56:16 GMT" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk37765a10393.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5f18c5cb-c4b2-443b-97f9-81c0e00729c7", + "request-id" : "e9725eb8-0d7e-43fd-ac34-fd2eebe8009a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:06 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C1A088F4\"", - "elapsed-time" : "59", + "ETag" : "W/\"0x8D7B9639BD2EA9C\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1046", - "Body" : "{\"@odata.context\":\"https://azs-sdk1a3953622760.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C1A088F4\\\"\",\"name\":\"testskillset3\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"da\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"da\",\"textSplitMode\":\"sentences\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "1033", + "Body" : "{\"@odata.context\":\"https://azs-sdk37765a10393.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9639BD2EA9C\\\"\",\"name\":\"testskillset3\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"da\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]},{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"da\",\"textSplitMode\":\"sentences\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk1a3953622760.search-dogfood.windows-int.net/skillsets('testskillset3')?api-version=2019-05-06" + "Location" : "https://azs-sdk37765a10393.search.windows.net/skillsets('testskillset3')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk37765a10393" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json index 46d0e27aa7cd..5c98d5a3e83e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionShaperWithNestedInputs.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkfaf8129225a9.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk837987bf691.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c4cc0f3f-af8b-4b14-9ef2-2b39edbfbb06", + "request-id" : "47eb10e9-f0c5-4cad-847d-f1bd0a324c20", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:36:10 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F6220FCE4\"", - "elapsed-time" : "91", + "ETag" : "W/\"0x8D7B9638DA5246F\"", + "elapsed-time" : "79", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "693", - "Body" : "{\"@odata.context\":\"https://azs-sdkfaf8129225a9.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F6220FCE4\\\"\",\"name\":\"nested-skillset-with-sharperskill\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Util.ShaperSkill\",\"name\":\"myshaper\",\"description\":\"Tested Shaper skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"doc\",\"source\":null,\"sourceContext\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/content\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"images\",\"source\":\"/document/normalized_images/*\",\"sourceContext\":null,\"inputs\":[]}]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myOutput\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "680", + "Body" : "{\"@odata.context\":\"https://azs-sdk837987bf691.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9638DA5246F\\\"\",\"name\":\"nested-skillset-with-sharperskill\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Util.ShaperSkill\",\"name\":\"myshaper\",\"description\":\"Tested Shaper skill\",\"context\":\"/document\",\"inputs\":[{\"name\":\"doc\",\"source\":null,\"sourceContext\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/content\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"images\",\"source\":\"/document/normalized_images/*\",\"sourceContext\":null,\"inputs\":[]}]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myOutput\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfaf8129225a9.search-dogfood.windows-int.net/skillsets('nested-skillset-with-sharperskill')?api-version=2019-05-06" + "Location" : "https://azs-sdk837987bf691.search.windows.net/skillsets('nested-skillset-with-sharperskill')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk837987bf691" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json index 7777c5956088..fdd8ba8126ed 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithCognitiveServicesDefault.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkd5e63841e254.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk630440e63d7.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d2937a7c-79ac-4266-8b60-e10a8b6bc7fd", + "request-id" : "680739f0-218d-48fc-a927-2da9e9905cbf", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:36:03 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F5E168167\"", - "elapsed-time" : "65", + "ETag" : "W/\"0x8D7B9638AB1BF68\"", + "elapsed-time" : "63", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "791", - "Body" : "{\"@odata.context\":\"https://azs-sdkd5e63841e254.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F5E168167\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", + "Content-Length" : "778", + "Body" : "{\"@odata.context\":\"https://azs-sdk630440e63d7.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9638AB1BF68\\\"\",\"name\":\"cognitive-services-key-skillset\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":\"printed\",\"lineEnding\":null,\"defaultLanguageCode\":\"en\",\"detectOrientation\":null,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":{\"@odata.type\":\"#Microsoft.Azure.Search.DefaultCognitiveServices\",\"description\":null}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkd5e63841e254.search-dogfood.windows-int.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk630440e63d7.search.windows.net/skillsets('cognitive-services-key-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk630440e63d7" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings.json index 8bca932bed01..565defe02f57 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithEntityRecognitionDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk603241819bc7.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk158257eced8.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e523a3ed-a115-4a28-ad6c-2f221fd8cf1e", + "request-id" : "647ad94c-10b2-40da-a3ba-46052f075dab", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:36:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F6A357EE6\"", - "elapsed-time" : "89", + "ETag" : "W/\"0x8D7B963937D6CF3\"", + "elapsed-time" : "115", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "673", - "Body" : "{\"@odata.context\":\"https://azs-sdk603241819bc7.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F6A357EE6\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "660", + "Body" : "{\"@odata.context\":\"https://azs-sdk158257eced8.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963937D6CF3\\\"\",\"name\":\"entity-recognition-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.EntityRecognitionSkill\",\"name\":\"myentity\",\"description\":\"Tested Entity Recognition skill\",\"context\":\"/document\",\"categories\":[],\"defaultLanguageCode\":null,\"minimumPrecision\":null,\"includeTypelessEntities\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"entities\",\"targetName\":\"myEntities\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk603241819bc7.search-dogfood.windows-int.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk158257eced8.search.windows.net/skillsets('entity-recognition-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk158257eced8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings.json index ea8b3fa357a4..e9ced69aaf09 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithImageAnalysisDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk95d17865c5a9.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk612846cd129.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f857bf6a-6740-4e92-8955-1aecd2e93698", + "request-id" : "c92ecaff-7f4f-4fce-a292-3d5bba6cba5d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788980C7D0A90\"", - "elapsed-time" : "61", + "ETag" : "W/\"0x8D7B963D2E57BB1\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "715", - "Body" : "{\"@odata.context\":\"https://azs-sdk95d17865c5a9.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788980C7D0A90\\\"\",\"name\":\"image-analysis-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"visualFeatures\":[],\"details\":[],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "702", + "Body" : "{\"@odata.context\":\"https://azs-sdk612846cd129.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963D2E57BB1\\\"\",\"name\":\"image-analysis-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.ImageAnalysisSkill\",\"name\":\"myimage\",\"description\":\"Tested image analysis skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"visualFeatures\":[],\"details\":[],\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"description\",\"targetName\":\"mydescription\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk95d17865c5a9.search-dogfood.windows-int.net/skillsets('image-analysis-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk612846cd129.search.windows.net/skillsets('image-analysis-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk612846cd129" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings.json index 8bf80e7837e0..6934b1f67844 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithKeyPhraseExtractionDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk9a374950749f.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk57262b6f586.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5dda272e-183f-44f4-8924-1bda9a0408dd", + "request-id" : "f695f661-7a0c-4157-ac36-320aa710129c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:35:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:06 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897B7F04F9F\"", - "elapsed-time" : "64", + "ETag" : "W/\"0x8D7B96396317391\"", + "elapsed-time" : "59", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "632", - "Body" : "{\"@odata.context\":\"https://azs-sdk9a374950749f.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897B7F04F9F\\\"\",\"name\":\"key-phrase-extraction-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/myText\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "619", + "Body" : "{\"@odata.context\":\"https://azs-sdk57262b6f586.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96396317391\\\"\",\"name\":\"key-phrase-extraction-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/myText\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9a374950749f.search-dogfood.windows-int.net/skillsets('key-phrase-extraction-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk57262b6f586.search.windows.net/skillsets('key-phrase-extraction-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk57262b6f586" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings.json index 48149d09c1de..8ec74e1b0a08 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithMergeDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb0e46794827b.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk27852b48eba.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2618bb08-1ca4-4d2c-8362-8aaad1065e44", + "request-id" : "c1dacc6a-0ef6-41d2-a637-313f401fee1e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897FFBC7A92\"", - "elapsed-time" : "72", + "ETag" : "W/\"0x8D7B963C6D6DAD4\"", + "elapsed-time" : "75", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "755", - "Body" : "{\"@odata.context\":\"https://azs-sdkb0e46794827b.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897FFBC7A92\\\"\",\"name\":\"merge-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.MergeSkill\",\"name\":\"mymerge\",\"description\":\"Tested Merged Text skill\",\"context\":\"/document\",\"insertPreTag\":null,\"insertPostTag\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"itemsToInsert\",\"source\":\"/document/textitems\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"offsets\",\"source\":\"/document/offsets\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"mergedText\",\"targetName\":\"myMergedText\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "742", + "Body" : "{\"@odata.context\":\"https://azs-sdk27852b48eba.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963C6D6DAD4\\\"\",\"name\":\"merge-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.MergeSkill\",\"name\":\"mymerge\",\"description\":\"Tested Merged Text skill\",\"context\":\"/document\",\"insertPreTag\":null,\"insertPostTag\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/text\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"itemsToInsert\",\"source\":\"/document/textitems\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"offsets\",\"source\":\"/document/offsets\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"mergedText\",\"targetName\":\"myMergedText\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkb0e46794827b.search-dogfood.windows-int.net/skillsets('merge-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk27852b48eba.search.windows.net/skillsets('merge-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk27852b48eba" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings.json index 4fd00ce3fedd..6a26c11ff3d5 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithOcrDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf3118949133a.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk025451813f0.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d6983627-b579-4ad2-ad28-448a4826a3b2", + "request-id" : "3e6a9cac-ebdd-4cff-b507-b4729a2371b3", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:37:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:57:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897EB34FCF1\"", - "elapsed-time" : "65", + "ETag" : "W/\"0x8D7B963B7C233BF\"", + "elapsed-time" : "57", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkf3118949133a.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897EB34FCF1\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk025451813f0.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963B7C233BF\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf3118949133a.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk025451813f0.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk025451813f0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings.json index 2bce003e450c..7a822d06e663 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSentimentDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkffe135316237.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk38566f4eeca.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3ad195b6-7c2d-4f7c-8ead-a9c0df8310f9", + "request-id" : "79290ec9-1cb0-46cb-b33b-527be5efde52", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:35:26 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F48BAE53B\"", - "elapsed-time" : "70", + "ETag" : "W/\"0x8D7B9637ECAF903\"", + "elapsed-time" : "160", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "577", - "Body" : "{\"@odata.context\":\"https://azs-sdkffe135316237.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F48BAE53B\\\"\",\"name\":\"sentiment-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "564", + "Body" : "{\"@odata.context\":\"https://azs-sdk38566f4eeca.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B9637ECAF903\\\"\",\"name\":\"sentiment-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.SentimentSkill\",\"name\":\"mysentiment\",\"description\":\"Tested Sentiment skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"score\",\"targetName\":\"mySentiment\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkffe135316237.search-dogfood.windows-int.net/skillsets('sentiment-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk38566f4eeca.search.windows.net/skillsets('sentiment-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk38566f4eeca" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings.json index 0d9995a52766..821a56f22871 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetReturnsCorrectDefinitionWithSplitDefaultSettings.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk464411752fb1.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk86929ea3d25.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5f79734b-93cf-471e-9b2e-b2cde11698fb", + "request-id" : "bc26dc6f-f611-4e0e-9b50-8a4ec0a92d1f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:36:17 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F66102292\"", - "elapsed-time" : "66", + "ETag" : "W/\"0x8D7B96390896BA5\"", + "elapsed-time" : "110", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "614", - "Body" : "{\"@odata.context\":\"https://azs-sdk464411752fb1.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F66102292\\\"\",\"name\":\"split-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "601", + "Body" : "{\"@odata.context\":\"https://azs-sdk86929ea3d25.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96390896BA5\\\"\",\"name\":\"split-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.SplitSkill\",\"name\":\"mysplit\",\"description\":\"Tested Split skill\",\"context\":\"/document\",\"defaultLanguageCode\":null,\"textSplitMode\":\"pages\",\"maximumPageLength\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mytext\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"textItems\",\"targetName\":\"myTextItems\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk464411752fb1.search-dogfood.windows-int.net/skillsets('split-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk86929ea3d25.search.windows.net/skillsets('split-skillset')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk86929ea3d25" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs.json b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs.json index 0bfd9b10d918..731d515aab44 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSkillsetThrowsExceptionWithNonShaperSkillWithNestedInputs.json @@ -1,28 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk674359723e6a.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk74105c9cfd9.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f4957666-9a5a-4fca-aee5-57ed97662ed5", - "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 16:35:40 GMT", + "request-id" : "0ec1e8f1-934a-4c61-bb05-81b0669724d5", + "StatusCode" : "201", + "Date" : "Mon, 24 Feb 2020 19:55:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "51", + "ETag" : "W/\"0x8D7B963830E265A\"", + "elapsed-time" : "112", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"One or more skills are invalid. Details: Skill '#1' is not allowed to have recursively defined inputs\"}}", + "Content-Length" : "824", + "Body" : "{\"@odata.context\":\"https://azs-sdk74105c9cfd9.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963830E265A\\\"\",\"name\":\"nested-skillset-with-nonsharperskill\",\"description\":\"Skillset for testing\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Custom.WebApiSkill\",\"name\":null,\"description\":\"Invalid skill with nested inputs\",\"context\":\"/document\",\"uri\":\"https://contoso.example.org\",\"httpMethod\":null,\"timeout\":null,\"batchSize\":null,\"degreeOfParallelism\":null,\"inputs\":[{\"name\":\"doc\",\"source\":null,\"sourceContext\":\"/document\",\"inputs\":[{\"name\":\"text\",\"source\":\"/document/content\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"images\",\"source\":\"/document/normalized_images/*\",\"sourceContext\":null,\"inputs\":[]}]}],\"outputs\":[{\"name\":\"output\",\"targetName\":\"myOutput\"}],\"httpHeaders\":null}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" + "Content-Type" : "application/json; odata.metadata=minimal", + "Location" : "https://azs-sdk74105c9cfd9.search.windows.net/skillsets('nested-skillset-with-nonsharperskill')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk74105c9cfd9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapFailsWithUsefulMessageOnUserError.json b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapFailsWithUsefulMessageOnUserError.json index dba433a2152f..8830c7c3c341 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapFailsWithUsefulMessageOnUserError.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapFailsWithUsefulMessageOnUserError.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdka535641672eb.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk42415f80431.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "27148723-ae59-44e7-ba80-ced5ffbb4b5b", + "request-id" : "d903dd40-f3d4-4b9b-a86c-5d30c327f9c6", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 17:59:30 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "23", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "139", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk42415f80431" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinition.json index 9c89be876182..2fd77729715d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinition.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke218166819f7.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk62527b9ce1f.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fe492bbe-dd12-41d9-bd3c-f8785e3603a8", + "request-id" : "40b3be06-2d46-4202-a743-91ec0755b52e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:21 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889ADE0AEE3D\"", - "elapsed-time" : "34", + "ETag" : "W/\"0x8D7B964847DA892\"", + "elapsed-time" : "53", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdke218166819f7.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889ADE0AEE3D\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk62527b9ce1f.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B964847DA892\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke218166819f7.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk62527b9ce1f.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk62527b9ce1f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinitionWithResponse.json index 16f3b45cd0d5..0430bd5fe91f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/createSynonymMapReturnsCorrectDefinitionWithResponse.json @@ -1,29 +1,29 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdked351597fa4f.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk08052cc1cda.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3e1e3c90-b7b6-4f7c-8b8d-d7840dc9d153", + "request-id" : "f539193c-ee30-4cfc-ad2d-26cda8ab5331", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:53 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:05 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AF089E0D0\"", + "ETag" : "W/\"0x8D7B9648FC26BAE\"", "elapsed-time" : "36", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdked351597fa4f.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AF089E0D0\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk08052cc1cda.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9648FC26BAE\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdked351597fa4f.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk08052cc1cda.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk08052cc1cda" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/defaultSearchModeIsAny.json b/sdk/search/azure-search/src/test/resources/session-records/defaultSearchModeIsAny.json index 22946d2e076d..b29a7f2ceefd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/defaultSearchModeIsAny.json +++ b/sdk/search/azure-search/src/test/resources/session-records/defaultSearchModeIsAny.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke25843817b02.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk89021d50717.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e4794712-eb4c-4a54-92f6-52885982166f", + "request-id" : "71c7ce0b-fd5e-45fc-9533-7463f3efd70f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:13:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "131", + "elapsed-time" : "163", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdke25843817b02.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk89021d50717.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke25843817b02.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk89021d50717.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cf1aff0b-a7da-4250-9910-7bdc0147854d", + "request-id" : "e3ea6311-e97d-4bd2-a971-9df098846461", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 18:14:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "96", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "6064", - "Body" : "{\"@odata.context\":\"https://azs-sdke25843817b02.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.29120865,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.15980434,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":0.061347783,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.061347783,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.061347783,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.039846554,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.019171182,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}]}", + "Content-Length" : "6270", + "Body" : "{\"@odata.context\":\"https://azs-sdk89021d50717.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.24189363,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.14630318,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":0.030260544,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.030260544,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.030260544,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.0196548,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.00945642,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk89021d50717" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfExistsWorksOnlyWhenResourceExists.json index 43b7ade4c3d3..05c527e5bdd1 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfExistsWorksOnlyWhenResourceExists.json @@ -1,58 +1,58 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkdaa841967686.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4872828dab5.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9560e987-885f-4ec1-a319-84fabeece250", + "request-id" : "9d18e4d0-0174-405f-9b5a-137836c2369d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED0F45506\"", - "elapsed-time" : "56", + "ETag" : "W/\"0x8D7B960061EDD70\"", + "elapsed-time" : "47", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkdaa841967686.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED0F45506\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk4872828dab5.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960061EDD70\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkdaa841967686.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk4872828dab5.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkdaa841967686.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4872828dab5.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "38", + "elapsed-time" : "18", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dd662600-063c-44e2-acca-232b6a71fa95", + "request-id" : "87484c88-eec4-492f-956c-65afadbd5701", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:27 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:36 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkdaa841967686.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4872828dab5.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3d7eb8f3-9a41-48de-ac7b-1dd8cebb7c90", + "request-id" : "550d86ef-7ab8-475f-8d95-83280558bb62", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 06:59:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:36 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -63,5 +63,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4872828dab5" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json index ea45a819bfe2..9830a498a46f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIfNotChangedWorksOnlyOnCurrentResource.json @@ -1,63 +1,63 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk65e945721881.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk71940cb66c6.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7bb43861-e339-4ea5-b0ad-5fb05cda1d0a", + "request-id" : "5cf25e91-b359-4ea8-b5da-c15f9391db65", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 15:39:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78887825E2C9A\"", - "elapsed-time" : "54", + "ETag" : "W/\"0x8D7B95FF75B7279\"", + "elapsed-time" : "51", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk65e945721881.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D78887825E2C9A\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk71940cb66c6.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF75B7279\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk65e945721881.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk71940cb66c6.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk65e945721881.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk71940cb66c6.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c0b29431-e69a-4c78-b537-dc2e71364313", + "request-id" : "ec2cd6f4-922d-4875-ab1a-5abb3dedf9d8", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 15:39:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78887830ABD9E\"", - "elapsed-time" : "51", + "ETag" : "W/\"0x8D7B95FF76278A8\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "406", - "Body" : "{\"@odata.context\":\"https://azs-sdk65e945721881.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D78887830ABD9E\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk71940cb66c6.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF76278A8\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk65e945721881.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk71940cb66c6.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cae34a43-2666-4721-b744-ceeb2df1f06b", + "request-id" : "96b44659-4736-4637-966b-8530843d3a8a", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 15:39:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "7", @@ -72,7 +72,7 @@ "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk65e945721881.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk71940cb66c6.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", @@ -81,11 +81,11 @@ "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9bea7ad6-3ce1-4fe4-ac42-a0d91d0a3491", + "request-id" : "c1accbe1-35e6-47f2-b573-cc7b8f161f38", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 15:39:49 GMT" + "Date" : "Mon, 24 Feb 2020 19:30:11 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk71940cb66c6" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIsIdempotent.json b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIsIdempotent.json index 60e391486473..efddc2acc7dd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIsIdempotent.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteDataSourceIsIdempotent.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "DELETE", - "Uri" : "https://azs-sdkc529709661b8.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6733857310c.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2e5ccd68-36db-4431-ac29-d3ab47335e6f", + "request-id" : "5714b235-1cad-4cfd-9de1-7427019bfef3", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:58:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "78", + "elapsed-time" : "36", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "134", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdkc529709661b8'.\"}}", + "Content-Length" : "133", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdk6733857310c'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -23,67 +23,67 @@ "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkc529709661b8.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6733857310c.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "250be55b-1044-4046-8931-9e03ba51b4d8", + "request-id" : "6c1bc06b-067a-4107-a04d-17a1a168f669", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EB3E7C89C\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B95FEC7C61A8\"", + "elapsed-time" : "82", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkc529709661b8.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EB3E7C89C\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk6733857310c.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FEC7C61A8\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc529709661b8.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk6733857310c.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkc529709661b8.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6733857310c.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "74", + "elapsed-time" : "44", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "55b3e9c6-bbe1-47ba-8b62-eb0fb6772388", + "request-id" : "76c9eb45-2dfd-49b6-87eb-012c2d03d368", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:58:38 GMT" + "Date" : "Mon, 24 Feb 2020 19:29:53 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkc529709661b8.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6733857310c.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4e6f4091-273d-45cf-b27a-e1bd31dc6be9", + "request-id" : "f89107d9-9244-4e21-8f9e-699552421da2", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:58:38 GMT", + "Date" : "Mon, 24 Feb 2020 19:29:53 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "6", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "134", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdkc529709661b8'.\"}}", + "Content-Length" : "133", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No datasource with the name 'azs-java-test-blob' was found in a service named 'azs-sdk6733857310c'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk36275e49873", "azs-sdk6733857310c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfExistsWorksOnlyWhenResourceExists.json index bc6e90b12228..5f394af2d6e4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfExistsWorksOnlyWhenResourceExists.json @@ -1,58 +1,58 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk8c9115662066.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk74144c3015c.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "31bd4279-cb7d-4a1f-a3f7-b27421e481e6", + "request-id" : "412dc4d6-dc08-48eb-b3b0-3ef4eddb9ec9", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 15:54:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788898B8B5C45\"", - "elapsed-time" : "728", + "ETag" : "W/\"0x8D7B9619BE9183D\"", + "elapsed-time" : "838", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk8c9115662066.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788898B8B5C45\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk74144c3015c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9619BE9183D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk8c9115662066.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk74144c3015c.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk8c9115662066.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk74144c3015c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "1085", + "elapsed-time" : "188", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6df7c2ba-636a-4a5b-af90-79390a36a6cc", + "request-id" : "ae199c13-61e8-414f-bc8a-0da66f548ce8", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 15:54:25 GMT" + "Date" : "Mon, 24 Feb 2020 19:41:57 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk8c9115662066.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk74144c3015c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "97ba4f4b-93cc-426d-a165-85f5299cbf18", + "request-id" : "53a8ce39-6ffd-4243-9d81-f1544d1b5235", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 15:54:25 GMT", + "Date" : "Mon, 24 Feb 2020 19:41:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -63,5 +63,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk74144c3015c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfNotChangedWorksOnlyOnCurrentResource.json index e7241838a8ed..c9509bdd9047 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIfNotChangedWorksOnlyOnCurrentResource.json @@ -1,66 +1,66 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk86500ee3528.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b9e63c82-9dd3-4c5b-be40-9fec56445712", + "request-id" : "c2a4c2c7-d6ca-46f3-a60c-1fe0ba228c51", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 15:53:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888977AD1353\"", - "elapsed-time" : "749", + "ETag" : "W/\"0x8D7B96170B0A0DA\"", + "elapsed-time" : "844", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7888977AD1353\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk86500ee3528.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96170B0A0DA\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" + "Location" : "https://azs-sdk86500ee3528.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", + "Uri" : "https://azs-sdk86500ee3528.search.windows.net/indexes('hotels')?allowIndexDowntime=false&api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "46be3d52-4529-4cc7-b64a-22eea41e1f71", + "request-id" : "24e92795-32a4-421d-8efe-59a456737efb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 15:53:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788897824F4A6\"", - "elapsed-time" : "298", + "ETag" : "W/\"0x8D7B96170CC4442\"", + "elapsed-time" : "171", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8156", - "Body" : "{\"@odata.context\":\"https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D788897824F4A6\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"*\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8149", + "Body" : "{\"@odata.context\":\"https://azs-sdk86500ee3528.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96170CC4442\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"https://test.com/\"],\"maxAgeInSeconds\":null},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk86500ee3528.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ba0b1777-2c77-4bb8-8046-e5fc86b156b2", + "request-id" : "92fc7baf-ccd6-4ab0-9f6f-f9f5860c8f80", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 15:53:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -72,20 +72,20 @@ "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkcbc44418e63d.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk86500ee3528.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "348", + "elapsed-time" : "228", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cc64313c-a325-4602-942f-ee09d5a86383", + "request-id" : "e652cfcc-f1c0-4149-a251-8cde23b804d1", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 15:53:50 GMT" + "Date" : "Mon, 24 Feb 2020 19:40:44 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk86500ee3528" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIsIdempotent.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIsIdempotent.json index 83be2c21763f..fe586265eba2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIsIdempotent.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexIsIdempotent.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "DELETE", - "Uri" : "https://azs-sdkf44270042531.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk412339c214d.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7b58d5c1-d990-495d-a0c9-7f1922d7f19b", + "request-id" : "b5ea198c-2856-442d-a2a5-cd25bf132bdf", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:03:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "41", + "elapsed-time" : "35", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "117", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in a service named 'azs-sdkf44270042531'.\"}}", + "Content-Length" : "116", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in a service named 'azs-sdk412339c214d'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -23,67 +23,67 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf44270042531.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk412339c214d.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b8de582b-ca40-4249-ac0e-45fb5b6b262f", + "request-id" : "2cf83ace-21e2-4966-a1dc-ae530710fb4f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F650BFA35\"", - "elapsed-time" : "855", + "ETag" : "W/\"0x8D7B961A873686D\"", + "elapsed-time" : "468", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "556", - "Body" : "{\"@odata.context\":\"https://azs-sdkf44270042531.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F650BFA35\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "543", + "Body" : "{\"@odata.context\":\"https://azs-sdk412339c214d.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B961A873686D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf44270042531.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk412339c214d.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf44270042531.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk412339c214d.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "389", + "elapsed-time" : "282", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4bcfaf7f-70ae-4cea-b171-111bc453f1a6", + "request-id" : "02ce6801-4cd3-4265-a6af-bc10043b0938", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:03:35 GMT" + "Date" : "Mon, 24 Feb 2020 19:42:18 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf44270042531.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk412339c214d.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9e81dfaf-4940-4e9c-9256-eee749a20b1b", + "request-id" : "5a91de43-55e5-4c4d-9479-7c7867496778", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:03:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "15", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "117", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in a service named 'azs-sdkf44270042531'.\"}}", + "Content-Length" : "116", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'hotels' was found in a service named 'azs-sdk412339c214d'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk412339c214d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfExistsWorksOnlyWhenResourceExists.json index 261bbf5c7ad6..45819adb2beb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfExistsWorksOnlyWhenResourceExists.json @@ -1,108 +1,108 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk934792d3959.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d592469e-6751-4a45-a585-aa8bf233530d", + "request-id" : "8c242b77-39a6-4a40-a839-8a898683998a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:39 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFC562266\"", - "elapsed-time" : "47", + "ETag" : "W/\"0x8D7B96051CE70BA\"", + "elapsed-time" : "51", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkf01017806553.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFC562266\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk934792d3959.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96051CE70BA\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk934792d3959.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk934792d3959.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "12f04e38-d35a-429f-af64-562002639ae2", + "request-id" : "82f54a0f-32d5-4ec0-9126-aa88206fa42f", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFEA990A6\"", - "elapsed-time" : "3768", + "ETag" : "W/\"0x8D7B960524E669B\"", + "elapsed-time" : "852", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkf01017806553.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFEA990A6\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk934792d3959.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960524E669B\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk934792d3959.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk934792d3959.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "46a3a251-021f-45a2-a98b-e402d9093b83", + "request-id" : "85d220c0-df21-4754-99de-ead60882887c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EFEEFA91E\"", - "elapsed-time" : "294", + "ETag" : "W/\"0x8D7B96052A60C99\"", + "elapsed-time" : "593", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdkf01017806553.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EFEEFA91E\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk934792d3959.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96052A60C99\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk934792d3959.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk934792d3959.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "42", + "elapsed-time" : "59", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "20ea09d3-c381-4857-b9d7-9c930bd30c10", + "request-id" : "7f0293ba-27b6-4433-822b-4014b4e4ad8e", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:00:45 GMT" + "Date" : "Mon, 24 Feb 2020 19:32:44 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkf01017806553.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk934792d3959.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c097a263-cd64-46e8-b455-f0cf19538752", + "request-id" : "f8988a99-bf84-40de-96f4-ec01926ecb46", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:00:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -113,5 +113,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk934792d3959" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json index 81e42639d73d..50a6d427c7ff 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIfNotChangedWorksOnlyOnCurrentResource.json @@ -1,116 +1,116 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4199a285-94f6-4f6f-b871-aa60a45c2f1f", + "request-id" : "d6ffe2d8-5e1f-4f6f-b02d-42f2f031413e", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6CB40EFA\"", - "elapsed-time" : "51", + "ETag" : "W/\"0x8D7B960BD173CA1\"", + "elapsed-time" : "63", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6CB40EFA\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk12887274f58.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B960BD173CA1\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk12887274f58.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c11adef8-4082-4a8a-b99a-9480fd146aea", + "request-id" : "7ad72ac5-03a1-4cc2-b4ab-388232b33192", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6D3196D7\"", - "elapsed-time" : "668", + "ETag" : "W/\"0x8D7B960BD8F9002\"", + "elapsed-time" : "816", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6D3196D7\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk12887274f58.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960BD8F9002\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk12887274f58.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4b600b6f-d127-48d7-b178-bd1eb6688de6", + "request-id" : "ef84632e-60bb-421c-a8fb-dc2c66d39376", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6D5A0EF0\"", - "elapsed-time" : "140", + "ETag" : "W/\"0x8D7B960BDA873C0\"", + "elapsed-time" : "168", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6D5A0EF0\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk12887274f58.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960BDA873C0\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk12887274f58.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6fdaa51e-b2e2-4309-8f83-e3a4a94082f1", + "request-id" : "588cc7c0-bfd8-4005-8209-6a5ee3bb0fa9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F6DA46E0A\"", - "elapsed-time" : "255", + "ETag" : "W/\"0x8D7B960BDC1577E\"", + "elapsed-time" : "95", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "432", - "Body" : "{\"@odata.context\":\"https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F6DA46E0A\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk12887274f58.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960BDC1577E\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2a318a7b-ef19-4793-8459-03c87a715f52", + "request-id" : "202ccf32-a9cd-4ee0-af6a-67a95d52e3e3", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:03:49 GMT", + "Date" : "Mon, 24 Feb 2020 19:35:44 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -122,20 +122,20 @@ "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkbdd0021528c8.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk12887274f58.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "38", + "elapsed-time" : "35", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "30da8b20-0d94-42b1-8983-94f93a708a4f", + "request-id" : "8bcf16b0-2b09-4ac1-844f-526c0ac9b9b3", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:03:49 GMT" + "Date" : "Mon, 24 Feb 2020 19:35:44 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk12887274f58" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIsIdempotent.json b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIsIdempotent.json index 67776bca0833..d18a88ae169f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIsIdempotent.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteIndexerIsIdempotent.json @@ -1,71 +1,71 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e7aad8f0-a079-4e37-962e-675d7348333d", + "request-id" : "4740bae8-20b1-499e-99a5-890f2943a2f5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:45 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED57E54E0\"", - "elapsed-time" : "61", + "ETag" : "W/\"0x8D7B9602FB8FEE9\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED57E54E0\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk696250720c0.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9602FB8FEE9\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk696250720c0.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "89e7ff89-6173-46a9-9358-d26b130e1ffb", + "request-id" : "80cdea7a-672b-4399-b009-8803766bec1d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED6334C21\"", - "elapsed-time" : "788", + "ETag" : "W/\"0x8D7B960302F2EF6\"", + "elapsed-time" : "816", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED6334C21\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk696250720c0.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960302F2EF6\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk696250720c0.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "db841359-61fe-43d2-8f38-5751c3c5d696", + "request-id" : "9b110bb1-9e82-449e-a8e6-cb555510c142", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:35 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "174", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "99", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk01515780b1f8'.\"}}", + "Content-Length" : "98", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk696250720c0'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -73,67 +73,67 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/indexers?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c83fae60-4455-48fd-aade-f23638930ac3", + "request-id" : "1e0af84b-f5ed-4cf1-a3c6-a30ce96d06f4", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883ED6FD5668\"", - "elapsed-time" : "804", + "ETag" : "W/\"0x8D7B96030678764\"", + "elapsed-time" : "405", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883ED6FD5668\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "404", + "Body" : "{\"@odata.context\":\"https://azs-sdk696250720c0.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96030678764\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" + "Location" : "https://azs-sdk696250720c0.search.windows.net/indexers('indexer')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "43", + "elapsed-time" : "39", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4f35e32f-99a4-4c57-b6fa-1cfa7a8d79b3", + "request-id" : "0d0adf19-964d-431d-b215-7144a927eb64", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 06:59:37 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:47 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk01515780b1f8.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", + "Uri" : "https://azs-sdk696250720c0.search.windows.net/indexers('indexer')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "aea9dabd-86f0-4e69-b7f9-0cf9e7d8b11a", + "request-id" : "cfa6f918-a379-42ae-a556-66b6fd34dc3d", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "54", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "99", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk01515780b1f8'.\"}}", + "Content-Length" : "98", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'indexer' was not found in service 'azs-sdk696250720c0'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk0659169a23b", "azs-sdk696250720c0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfExistsWorksOnlyWhenResourceExists.json index bc74d522c203..f4216fbd28c7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfExistsWorksOnlyWhenResourceExists.json @@ -1,58 +1,58 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk976209248090.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk93659d4172a.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a2f91daf-e8a6-437c-86a3-277c788984d8", + "request-id" : "0ded35ba-cb1d-41fd-b014-425ac22734f5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897C9842C93\"", - "elapsed-time" : "89", + "ETag" : "W/\"0x8D7B963A3240EC7\"", + "elapsed-time" : "67", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk976209248090.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897C9842C93\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk93659d4172a.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963A3240EC7\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk976209248090.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk93659d4172a.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk976209248090.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk93659d4172a.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "48", + "elapsed-time" : "212", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "84032a2b-fd5d-4cf8-91bc-11b15dba1754", + "request-id" : "5354031c-73b1-4b5e-85fb-8f0e97e8dbe0", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:36:19 GMT" + "Date" : "Mon, 24 Feb 2020 19:56:28 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk976209248090.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk93659d4172a.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "183c81a3-ab1c-4b79-8e54-c61a0f0f9ca3", + "request-id" : "4bb1317c-269f-48ee-840e-dad58af11a75", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:36:19 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "12", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -63,5 +63,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk93659d4172a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json index cba73d472d33..d874f358a3f6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIfNotChangedWorksOnlyOnCurrentResource.json @@ -1,66 +1,66 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk3465495e035.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "28ddd0f8-8219-4dfa-ad51-335ea6ab32d6", + "request-id" : "10cfc216-b6c6-4135-bd43-fbec40123190", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:35:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F3FED9AEA\"", - "elapsed-time" : "64", + "ETag" : "W/\"0x8D7B96378C1100C\"", + "elapsed-time" : "58", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F3FED9AEA\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk3465495e035.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96378C1100C\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk3465495e035.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk3465495e035.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fdea4f38-84b8-4cf4-8308-3d5882cbeda5", + "request-id" : "bd87c6fd-5a3f-4083-8544-8f782d46f706", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:35:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F40202732\"", - "elapsed-time" : "42", + "ETag" : "W/\"0x8D7B96378C927DD\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "630", - "Body" : "{\"@odata.context\":\"https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F40202732\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Text.KeyPhraseExtractionSkill\",\"name\":\"mykeyphrases\",\"description\":\"Tested Key Phrase skill\",\"context\":\"/document\",\"defaultLanguageCode\":\"en\",\"maxKeyPhraseCount\":null,\"inputs\":[{\"name\":\"text\",\"source\":\"/document/mydescription/*/Tags/*\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"keyPhrases\",\"targetName\":\"myKeyPhrases\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk3465495e035.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96378C927DD\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk3465495e035.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "77d8cd4c-7ae7-46ee-917e-955605268c5f", + "request-id" : "085e5339-1405-4d67-8b5b-27e35328adb6", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 16:35:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "12", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -72,20 +72,20 @@ "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk29b667199bcc.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk3465495e035.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "55", + "elapsed-time" : "38", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "03e32361-88a9-4191-a34e-413c4b123a0e", + "request-id" : "9bd903eb-9892-40f2-b678-4636168e2e8c", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 16:35:13 GMT" + "Date" : "Mon, 24 Feb 2020 19:55:16 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk3465495e035" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIsIdempotent.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIsIdempotent.json index 7be043f12168..81b210c7d574 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIsIdempotent.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSkillsetIsIdempotent.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "DELETE", - "Uri" : "https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk95940d04d20.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cbd8938a-4c17-4d2d-9c1b-b5c76a1f7ddd", + "request-id" : "bc7b3746-5e1f-4e80-9e8b-8edd5c85b22c", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:35:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "33", + "elapsed-time" : "30", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in a service named 'azs-sdk7eb2527552d6'.\"}}", + "Content-Length" : "125", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in a service named 'azs-sdk95940d04d20'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -23,67 +23,67 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk95940d04d20.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a350b0e9-ae8b-447e-a14c-6e9c68c95c70", + "request-id" : "4fa32e0a-2a85-4399-9268-16c6cc419223", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:35:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897BC3744A9\"", - "elapsed-time" : "37", + "ETag" : "W/\"0x8D7B96398CD80B7\"", + "elapsed-time" : "43", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897BC3744A9\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk95940d04d20.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B96398CD80B7\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk95940d04d20.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk95940d04d20.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "31", + "elapsed-time" : "41", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2acad887-7574-4554-a7c3-61885b7e9bd6", + "request-id" : "9b2d664e-9033-4228-8cce-e53623153042", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:35:57 GMT" + "Date" : "Mon, 24 Feb 2020 19:56:11 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk7eb2527552d6.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk95940d04d20.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ae0297d7-c770-4907-8f13-cfd60a487dee", + "request-id" : "8dcc78c4-4990-468a-a92c-e644d60ed42b", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:35:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:56:11 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "13", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in a service named 'azs-sdk7eb2527552d6'.\"}}", + "Content-Length" : "125", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'ocr-skillset' was found in a service named 'azs-sdk95940d04d20'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk95940d04d20" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json index fd05853a8f34..5a09ad1b289c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfExistsWorksOnlyWhenResourceExists.json @@ -1,58 +1,58 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk7f140101d678.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk151822f77b4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9e4d58cd-1bc2-454e-a606-b6bc147ce5bd", + "request-id" : "52c6b14f-8046-45cc-9d89-1f35f9c88fe2", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:47 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AEC829B3C\"", - "elapsed-time" : "61", + "ETag" : "W/\"0x8D7B9648CD968A9\"", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk7f140101d678.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AEC829B3C\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk151822f77b4.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9648CD968A9\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk7f140101d678.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk151822f77b4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk7f140101d678.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk151822f77b4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "35", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "30692bcb-7393-4114-8847-84c3cf27d812", + "request-id" : "67d96864-f55b-4d42-a60a-e7fe1c03bc3d", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:58:47 GMT" + "Date" : "Mon, 24 Feb 2020 20:03:00 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdk7f140101d678.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk151822f77b4.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "13993e07-59ca-4fcb-bfe4-6ead8a701f54", + "request-id" : "83ad2df1-10b0-4c5b-966a-8685ead3f078", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:58:47 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -63,5 +63,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk151822f77b4" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json index 462b18358bb6..cb69008bf6be 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIfNotChangedWorksOnlyOnCurrentResource.json @@ -1,66 +1,66 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk20816916590.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4f6a94d7-b616-4a27-acc7-97307748c27f", + "request-id" : "d2fb9649-64fb-4248-a95f-d30ae1ed23d5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:59 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AF3FC67A8\"", - "elapsed-time" : "36", + "ETag" : "W/\"0x8D7B9649284CC97\"", + "elapsed-time" : "39", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AF3FC67A8\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk20816916590.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9649284CC97\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk20816916590.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk20816916590.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4d680dbd-8e0c-463e-a4fb-43cbcf115312", + "request-id" : "49a94067-bc7f-4b73-9c14-4185a585333a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:59 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AF415E877\"", - "elapsed-time" : "14", + "ETag" : "W/\"0x8D7B96492893A35\"", + "elapsed-time" : "28", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AF415E877\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk20816916590.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96492893A35\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk20816916590.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0cff8462-1d13-497e-b2ac-2767e353c424", + "request-id" : "98f9fb7f-2e75-48ab-8b1b-d7e42a1e9f9f", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 17:58:59 GMT", + "Date" : "Mon, 24 Feb 2020 20:03:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -72,20 +72,20 @@ "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkdc661989cfeb.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk20816916590.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "12", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e836bd5c-40f0-4084-b7ca-db9d3b25860b", + "request-id" : "1a7af734-448b-4e04-aeca-71ee2a3a7c7e", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:58:59 GMT" + "Date" : "Mon, 24 Feb 2020 20:03:10 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk20816916590" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIsIdempotent.json b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIsIdempotent.json index b088dd59a93b..56f12825ce7f 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIsIdempotent.json +++ b/sdk/search/azure-search/src/test/resources/session-records/deleteSynonymMapIsIdempotent.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "DELETE", - "Uri" : "https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk84695334278.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f5ef4d80-0eda-482b-b8ed-93b760cfd2f6", + "request-id" : "484f6034-ef86-464b-940b-b5af190de71c", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:57:54 GMT", + "Date" : "Mon, 24 Feb 2020 20:47:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "36", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "128", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonymMap with the name 'test-synonym' was found in a service named 'azs-sdkcbd941889e75'.\"}}", + "Content-Length" : "127", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonymMap with the name 'test-synonym' was found in a service named 'azs-sdk84695334278'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" @@ -23,67 +23,67 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk84695334278.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "102982c8-81fc-42d9-9c45-131dd6a8d49d", + "request-id" : "d4f9d519-90d6-4f40-b569-fa4945fedc96", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:57:54 GMT", + "Date" : "Mon, 24 Feb 2020 20:47:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889ACD12396C\"", - "elapsed-time" : "17", + "ETag" : "W/\"0x8D7B96AB50669F2\"", + "elapsed-time" : "32", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889ACD12396C\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk84695334278.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96AB50669F2\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk84695334278.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk84695334278.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "49", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c97d73d3-d428-48a4-8034-6f224b38d832", + "request-id" : "b357cdf3-afec-490f-80c1-d703b0258761", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 17:57:54 GMT" + "Date" : "Mon, 24 Feb 2020 20:47:04 GMT" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkcbd941889e75.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk84695334278.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0bd72607-ec2d-4443-82e4-01dfd4a9c39b", + "request-id" : "d8c717fe-7d5b-41cb-81a8-3681354a81c4", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:57:54 GMT", + "Date" : "Mon, 24 Feb 2020 20:47:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "4", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "128", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonymMap with the name 'test-synonym' was found in a service named 'azs-sdkcbd941889e75'.\"}}", + "Content-Length" : "127", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonymMap with the name 'test-synonym' was found in a service named 'azs-sdk84695334278'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk77909073ad5", "azs-sdk84695334278" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/dynamicDocumentDateTimesRoundTripAsUtc.json b/sdk/search/azure-search/src/test/resources/session-records/dynamicDocumentDateTimesRoundTripAsUtc.json index fe7a15eaa1f2..4fb26a094cb3 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/dynamicDocumentDateTimesRoundTripAsUtc.json +++ b/sdk/search/azure-search/src/test/resources/session-records/dynamicDocumentDateTimesRoundTripAsUtc.json @@ -1,69 +1,69 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk425837ee680.search.windows.net/indexes('books')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "17522321-d90d-4a96-bed8-d56b9a82727a", + "request-id" : "da99a2a4-5353-46f7-921d-ab5445647409", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "128", + "elapsed-time" : "170", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "301", - "Body" : "{\"@odata.context\":\"https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "288", + "Body" : "{\"@odata.context\":\"https://azs-sdk425837ee680.search.windows.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk425837ee680.search.windows.net/indexes('books')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0875ec70-42d1-4e30-9bc9-d6218a0bae38", + "request-id" : "a06a9ae3-14dc-460c-b9ab-722d62f9c4a7", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "197", - "Body" : "{\"@odata.context\":\"https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"1\",\"Title\":null,\"PublishDate\":\"2010-01-01T00:00:00Z\",\"Author\":null}", + "Content-Length" : "184", + "Body" : "{\"@odata.context\":\"https://azs-sdk425837ee680.search.windows.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"1\",\"Title\":null,\"PublishDate\":\"2010-01-01T00:00:00Z\",\"Author\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/docs('2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk425837ee680.search.windows.net/indexes('books')/docs('2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "33b6f8f1-4667-477b-9aac-750a8bb29192", + "request-id" : "62490821-549f-43d8-901d-56cd05daf6bb", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "197", - "Body" : "{\"@odata.context\":\"https://azs-sdke20737825000.search-dogfood.windows-int.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"2\",\"Title\":null,\"PublishDate\":\"2010-01-01T08:00:00Z\",\"Author\":null}", + "Content-Length" : "184", + "Body" : "{\"@odata.context\":\"https://azs-sdk425837ee680.search.windows.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"2\",\"Title\":null,\"PublishDate\":\"2010-01-01T08:00:00Z\",\"Author\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk425837ee680" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json b/sdk/search/azure-search/src/test/resources/session-records/dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json index ac3b3eb93621..5f7e8dadb908 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json +++ b/sdk/search/azure-search/src/test/resources/session-records/dynamicallyTypedPrimitiveCollectionsDoNotAllRoundtripCorrectly.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk19a433409d76.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk847165ff922.search.windows.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "561ce319-a02d-4ea7-a0a5-a293675a5a7f", + "request-id" : "e5acdf62-4d32-4e47-aca5-48097980ff63", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:00 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "186", + "elapsed-time" : "134", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "255", - "Body" : "{\"@odata.context\":\"https://azs-sdk19a433409d76.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "242", + "Body" : "{\"@odata.context\":\"https://azs-sdk847165ff922.search.windows.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk19a433409d76.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk847165ff922.search.windows.net/indexes('data-types-tests-index')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e609564b-03ec-4e40-9c3b-886bf609dccc", + "request-id" : "7f2298c2-9e81-4511-862e-6dacd58cbb70", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "20", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "446", - "Body" : "{\"@odata.context\":\"https://azs-sdk19a433409d76.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"1\",\"Bools\":[true,false],\"Dates\":[\"2019-08-13T14:30:00Z\"],\"Doubles\":[0.0,5.8,\"INF\",\"-INF\",\"NaN\"],\"Points\":[{\"type\":\"Point\",\"coordinates\":[100.0,1.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}}],\"Ints\":[1,2,3,4,-13,5,0],\"Longs\":[9999999999999999,832372345832523],\"Strings\":[\"hello\",\"bye\"]}", + "Content-Length" : "433", + "Body" : "{\"@odata.context\":\"https://azs-sdk847165ff922.search.windows.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"1\",\"Bools\":[true,false],\"Dates\":[\"2019-08-13T14:30:00Z\"],\"Doubles\":[0.0,5.8,\"INF\",\"-INF\",\"NaN\"],\"Points\":[{\"type\":\"Point\",\"coordinates\":[100.0,1.0],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}}],\"Ints\":[1,2,3,4,-13,5,0],\"Longs\":[9999999999999999,832372345832523],\"Strings\":[\"hello\",\"bye\"]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk847165ff922" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json index cc2fa5f3843e..bfd15a559d06 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json +++ b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsInCollectionExpandedOnGetWhenCollectionFieldSelected.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkee160598fcec.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk765276fc1c8.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "718091be-b47f-4857-8b29-4acd3801c5a3", + "request-id" : "1ea34693-472b-4638-83e8-e7f87c02cd7e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "129", + "elapsed-time" : "73", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkee160598fcec.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk765276fc1c8.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkee160598fcec.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?$select=HotelId%2cRooms&api-version=2019-05-06", + "Uri" : "https://azs-sdk765276fc1c8.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cRooms&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e6be7e68-c365-465b-be27-729286eb4e4e", + "request-id" : "9627d6a4-60f1-4fc0-9b9c-749c23031e4c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "427", - "Body" : "{\"@odata.context\":\"https://azs-sdkee160598fcec.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]},{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "414", + "Body" : "{\"@odata.context\":\"https://azs-sdk765276fc1c8.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Rooms\":[{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]},{\"Description\":null,\"Description_fr\":null,\"Type\":null,\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk765276fc1c8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json index 631a2ca4ffc0..fafe91369e33 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json +++ b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicObjectsOmittedFromCollectionOnGetWhenSubFieldsSelected.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf40840996793.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk75888441529.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f77000a8-7652-471f-96b2-ba1fefac617f", + "request-id" : "ba69957e-3258-4e64-a9b6-da747f706413", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:41 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "173", + "elapsed-time" : "156", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkf40840996793.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk75888441529.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkf40840996793.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?$select=HotelId%2cRooms/BaseRate%2cRooms/BedOptions%2cRooms/SleepsCount%2cRooms/SmokingAllowed%2cRooms/Tags&api-version=2019-05-06", + "Uri" : "https://azs-sdk75888441529.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cRooms/BaseRate%2cRooms/BedOptions%2cRooms/SleepsCount%2cRooms/SmokingAllowed%2cRooms/Tags&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "16179341-a076-4ea6-a5b3-d97ba850daed", + "request-id" : "70178046-14de-42a4-9aa2-366ae9574e54", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:46 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "234", - "Body" : "{\"@odata.context\":\"https://azs-sdkf40840996793.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Rooms\":[{\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", + "Content-Length" : "221", + "Body" : "{\"@odata.context\":\"https://azs-sdk75888441529.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Rooms\":[{\"BaseRate\":null,\"BedOptions\":null,\"SleepsCount\":null,\"SmokingAllowed\":null,\"Tags\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk75888441529" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json index 9d3bb6a81a05..3b5ba2759747 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json +++ b/sdk/search/azure-search/src/test/resources/session-records/emptyDynamicallyTypedPrimitiveCollectionsRoundtripAsObjectArrays.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk72050354665f.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk15545bea91b.search.windows.net/indexes('data-types-tests-index')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ce84a10a-1cd0-4d22-8e12-883ab18f945a", + "request-id" : "1c702cd4-9589-41ff-ab49-b6a82fd3d362", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "250", + "elapsed-time" : "147", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "255", - "Body" : "{\"@odata.context\":\"https://azs-sdk72050354665f.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "242", + "Body" : "{\"@odata.context\":\"https://azs-sdk15545bea91b.search.windows.net/indexes('data-types-tests-index')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk72050354665f.search-dogfood.windows-int.net/indexes('data-types-tests-index')/docs('3')?api-version=2019-05-06", + "Uri" : "https://azs-sdk15545bea91b.search.windows.net/indexes('data-types-tests-index')/docs('3')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e0422e19-5835-4a80-a64b-4e2a7b02fcdb", + "request-id" : "69cd61f8-9b50-4afc-8669-13c3f757b4e9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:43:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "10", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "230", - "Body" : "{\"@odata.context\":\"https://azs-sdk72050354665f.search-dogfood.windows-int.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"3\",\"Bools\":[],\"Dates\":[],\"Doubles\":[],\"Points\":[],\"Ints\":[],\"Longs\":[],\"Strings\":[]}", + "Content-Length" : "217", + "Body" : "{\"@odata.context\":\"https://azs-sdk15545bea91b.search.windows.net/indexes('data-types-tests-index')/$metadata#docs(*)/$entity\",\"Key\":\"3\",\"Bools\":[],\"Dates\":[],\"Doubles\":[],\"Points\":[],\"Ints\":[],\"Longs\":[],\"Strings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk15545bea91b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingDatasource.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingDatasource.json deleted file mode 100644 index 1cf8daa36750..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingDatasource.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdk2451462030b5.search-dogfood.windows-int.net/datasources('inExistentDataSourceName')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "2e4f477c-fcd3-47b9-a604-3a4de4070215", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:34 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "23", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "133", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No data source with the name 'inExistentDataSourceName' was found in service 'azs-sdk2451462030b5'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndex.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndex.json deleted file mode 100644 index baa7780a04c1..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndex.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdk5938753964ca.search-dogfood.windows-int.net/indexes('invalidindex')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "c905127e-0e6e-4034-bfcc-856651b1f791", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:03:51 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "33", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "119", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'invalidindex' was found in the service 'azs-sdk5938753964ca'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndexer.json deleted file mode 100644 index 49b5c69e25c5..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingIndexer.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdk37a282303f7d.search-dogfood.windows-int.net/indexers('invalidindex')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "a8e24ee1-ce28-4014-9886-fe59be170800", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:00:28 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "31", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "104", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'invalidindex' was not found in service 'azs-sdk37a282303f7d'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSkillset.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSkillset.json deleted file mode 100644 index 5c96fed987ad..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSkillset.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdkb4850623317a.search-dogfood.windows-int.net/skillsets('nonexistent')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "bf034003-7c5f-462f-a96b-462e39435c39", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:36:34 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "34", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "117", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'nonexistent' was found in service 'azs-sdkb4850623317a'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMap.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMap.json deleted file mode 100644 index cf53b7142239..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMap.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdk6cc914216931.search-dogfood.windows-int.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "79a44d57-58c0-4ea4-8e30-cb71376f8813", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:57:35 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "27", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdk6cc914216931'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMapWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMapWithResponse.json deleted file mode 100644 index 3bf5a2d57028..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsFalseForNonExistingSynonymMapWithResponse.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "GET", - "Uri" : "https://azs-sdk35c87766e44c.search-dogfood.windows-int.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "992177c0-b2d6-4d62-a353-821b947925bc", - "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:56:46 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "elapsed-time" : "25", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdk35c87766e44c'.\"}}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Language" : "en", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasource.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasource.json deleted file mode 100644 index 2b6eb123edc1..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasource.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "https://azs-sdk4be371667ebe.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "0f218958-b438-4a81-a743-74f273932fbb", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:23 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAB652B96\"", - "elapsed-time" : "128", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk4be371667ebe.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAB652B96\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk4be371667ebe.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdk4be371667ebe.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "fe080679-82a1-473d-8295-1e0222acc69a", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:24 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAB652B96\"", - "elapsed-time" : "61", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk4be371667ebe.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAB652B96\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasourceWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasourceWithResponse.json deleted file mode 100644 index 42294d481a01..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingDatasourceWithResponse.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "https://azs-sdk02071654e084.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "9989e3ff-7d78-4137-b5ba-6f30f1678e08", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:31 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAF9ED75F\"", - "elapsed-time" : "48", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk02071654e084.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAF9ED75F\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk02071654e084.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdk02071654e084.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "bb6e4673-cc47-468c-a6b2-679ea13ae943", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:31 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EAF9ED75F\"", - "elapsed-time" : "25", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk02071654e084.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EAF9ED75F\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndex.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndex.json deleted file mode 100644 index b5e10d4a7095..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndex.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdk01209806b563.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "6f988236-ad79-474a-86e5-17bae517d3d3", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:27 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F606719B1\"", - "elapsed-time" : "1077", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk01209806b563.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F606719B1\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk01209806b563.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdk01209806b563.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "e07e0de3-4a9e-411b-b9c5-068862dc5dd9", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:28 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F606719B1\"", - "elapsed-time" : "36", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk01209806b563.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F606719B1\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexWithResponse.json deleted file mode 100644 index d1dd1a621155..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexWithResponse.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdk98535008715d.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "7eb42dc7-f3ba-4ed1-993e-0bcd9699fd4f", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:43 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F69BA7971\"", - "elapsed-time" : "869", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk98535008715d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F69BA7971\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk98535008715d.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdk98535008715d.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "b12d1301-d72c-4ad5-8d8a-7c0cf201f473", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:44 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F69BA7971\"", - "elapsed-time" : "59", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk98535008715d.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F69BA7971\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexer.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexer.json deleted file mode 100644 index b06426c5ea82..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexer.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "8603a08b-4d1c-459c-ad6f-85769607ce14", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:20 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF0CF3EF1\"", - "elapsed-time" : "75", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF0CF3EF1\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "f3e8fac5-abd7-446c-8498-e02291161836", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:21 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF150BF71\"", - "elapsed-time" : "686", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF150BF71\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "b3cea6b5-2fc6-49ad-908e-e0a38ee4b34b", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:21 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF19AD073\"", - "elapsed-time" : "336", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF19AD073\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "b77104af-f113-4bac-aaa3-02c8725030f8", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:21 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF19AD073\"", - "elapsed-time" : "14", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkcdb32098adc9.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF19AD073\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexerWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexerWithResponse.json deleted file mode 100644 index 7fdfd9d3e2bf..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingIndexerWithResponse.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "PUT", - "Uri" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "477a2185-177b-4978-8c9a-441b3bcb4977", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:12 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F33AD634B\"", - "elapsed-time" : "52", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F33AD634B\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "4d18152b-f32b-48b5-97e8-64c4299c4f2e", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:14 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F34824554\"", - "elapsed-time" : "1238", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F34824554\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/indexers?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "9539839e-a3b6-400b-9993-eda401d421a7", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:02:14 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F34AF5240\"", - "elapsed-time" : "202", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F34AF5240\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/indexers('indexer')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "578cb879-f768-42d9-944b-4351630a3025", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:02:14 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F34AF5240\"", - "elapsed-time" : "17", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "417", - "Body" : "{\"@odata.context\":\"https://azs-sdkfa298152fa3b.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F34AF5240\\\"\",\"name\":\"indexer\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillset.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillset.json deleted file mode 100644 index b26e857b4e0e..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillset.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdke52276449d8c.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "fa257251-e343-4d7c-869b-c38cc1a0bc6e", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 16:35:55 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F597AA386\"", - "elapsed-time" : "60", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdke52276449d8c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F597AA386\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke52276449d8c.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdke52276449d8c.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "eb9a4311-3c05-488f-b224-5389755331ce", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:35:55 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7888F597AA386\"", - "elapsed-time" : "55", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "712", - "Body" : "{\"@odata.context\":\"https://azs-sdke52276449d8c.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7888F597AA386\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillsetWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillsetWithResponse.json deleted file mode 100644 index fa6be876fd9c..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSkillsetWithResponse.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdkc97119621175.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "1cf1edde-63d5-40af-80c2-945453045eff", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:36:41 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897D68B230A\"", - "elapsed-time" : "72", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdkc97119621175.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897D68B230A\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkc97119621175.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdkc97119621175.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "480f0151-178c-4e60-a734-abc541698a9d", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:36:41 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78897D68B230A\"", - "elapsed-time" : "41", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "712", - "Body" : "{\"@odata.context\":\"https://azs-sdkc97119621175.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78897D68B230A\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMap.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMap.json deleted file mode 100644 index 9173883dcd0d..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMap.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdkf3e002631e47.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "9262cc68-4d4f-4dd1-a292-9fd167acc9cd", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:40 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AE886C889\"", - "elapsed-time" : "40", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkf3e002631e47.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AE886C889\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkf3e002631e47.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdkf3e002631e47.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "6b5b1c7b-13fa-427e-9004-d97787c67f2b", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:40 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AE886C889\"", - "elapsed-time" : "5", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkf3e002631e47.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AE886C889\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMapWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMapWithResponse.json deleted file mode 100644 index d62d3af39323..000000000000 --- a/sdk/search/azure-search/src/test/resources/session-records/existsReturnsTrueForExistingSynonymMapWithResponse.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "networkCallRecords" : [ { - "Method" : "POST", - "Uri" : "https://azs-sdkeb5543675657.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", - "Headers" : { - "Content-Type" : "application/json; charset=utf-8" - }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "2d1520aa-915b-45b4-b516-f29d48533213", - "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:59:17 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AFF10E80F\"", - "elapsed-time" : "43", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkeb5543675657.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AFF10E80F\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkeb5543675657.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://azs-sdkeb5543675657.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", - "Headers" : { }, - "Response" : { - "Pragma" : "no-cache", - "retry-after" : "0", - "request-id" : "90e08c9d-8bdd-453c-8900-4873cbc3d8a4", - "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:59:18 GMT", - "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", - "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AFF10E80F\"", - "elapsed-time" : "5", - "OData-Version" : "4.0", - "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkeb5543675657.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AFF10E80F\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", - "Preference-Applied" : "odata.include-annotations=\"*\"", - "Content-Type" : "application/json; odata.metadata=minimal" - }, - "Exception" : null - } ], - "variables" : [ ] -} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/fuzzyIsOffByDefault.json b/sdk/search/azure-search/src/test/resources/session-records/fuzzyIsOffByDefault.json index 423d4de28e20..1c83d0fc4dcd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/fuzzyIsOffByDefault.json +++ b/sdk/search/azure-search/src/test/resources/session-records/fuzzyIsOffByDefault.json @@ -1,73 +1,73 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5464fb07-a21b-4e53-97b0-5a2ab9abb097", + "request-id" : "edf96925-accf-4ebf-97d3-886435172005", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:10 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "185", + "elapsed-time" : "167", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "843898fd-520b-47fa-a359-c194d95d3a42", + "request-id" : "66d61309-db41-417f-832b-a4c45f803cae", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "13", + "elapsed-time" : "15", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"@odata.context\":\"https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", + "Content-Length" : "113", + "Body" : "{\"@odata.context\":\"https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b2325c50-b61e-42f9-8d06-885430b3bef7", + "request-id" : "c767b077-39c8-4631-ae5d-02cbdfec38f2", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"@odata.context\":\"https://azs-sdkc30975117c0a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", + "Content-Length" : "113", + "Body" : "{\"@odata.context\":\"https://azs-sdk2950825942d.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk2950825942d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDataSourceReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getDataSourceReturnsCorrectDefinition.json index ea3d9c687767..2e3725c41734 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getDataSourceReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getDataSourceReturnsCorrectDefinition.json @@ -1,344 +1,344 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fd02e4d2-b244-4077-9a0a-ea3307135cea", + "request-id" : "86e868bb-7f1a-41b8-8857-4b514233f046", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEC4DA58D\"", - "elapsed-time" : "48", + "ETag" : "W/\"0x8D7B9601B5BA965\"", + "elapsed-time" : "55", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEC4DA58D\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B5BA965\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "af64fca4-a046-427e-92a9-3f5148a82a0c", + "request-id" : "d53b1b18-accc-42c0-80e2-92b22927effa", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEC4DA58D\"", - "elapsed-time" : "6", + "ETag" : "W/\"0x8D7B9601B5BA965\"", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEC4DA58D\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B5BA965\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0e70746a-8cca-43fa-8d9a-710dc121ca2a", + "request-id" : "fef79687-be8b-48ed-9f4f-b19f619130e0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEC4DA58D\"", - "elapsed-time" : "6", + "ETag" : "W/\"0x8D7B9601B5BA965\"", + "elapsed-time" : "25", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEC4DA58D\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B5BA965\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "102", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "097975dc-cbf8-4462-919d-43492b35edc8", + "request-id" : "9e4442ad-b29f-4bba-b10f-84cfe591f702", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f14e3cea-2814-4e37-abbd-cdf3a81a7808", + "request-id" : "48b4ab8a-cb36-4b7d-8a0e-9415889a50e6", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EECBEA7A6\"", - "elapsed-time" : "31", + "ETag" : "W/\"0x8D7B9601B7CF31E\"", + "elapsed-time" : "51", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "413", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EECBEA7A6\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "400", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B7CF31E\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06" + "Location" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ce9572cc-e8fa-48b9-8c5c-08b1ffe90952", + "request-id" : "e262f901-ee46-48a8-89b2-bbd6668b803c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EECBEA7A6\"", - "elapsed-time" : "5", + "ETag" : "W/\"0x8D7B9601B7CF31E\"", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "413", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EECBEA7A6\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "400", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B7CF31E\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c305bf11-cddd-42d5-8686-bdef460b63a6", + "request-id" : "a8daf4e0-20d0-4391-8023-5835ab0503e1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EECBEA7A6\"", - "elapsed-time" : "4", + "ETag" : "W/\"0x8D7B9601B7CF31E\"", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "413", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EECBEA7A6\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "400", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B7CF31E\\\"\",\"name\":\"azs-java-test-tablestorage\",\"description\":\"Some data source\",\"type\":\"azuretable\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"fake query\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-tablestorage')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "16", + "elapsed-time" : "18", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3b5e6f47-ee96-44f8-b776-7a2d747f5356", + "request-id" : "a8fd2185-f50f-4c48-b076-b7020d57a9e0", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6f2451a3-5998-4771-8de3-404f33c26a2b", + "request-id" : "07fcd704-7e4c-40f1-8d80-070c1c977530", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EED329083\"", - "elapsed-time" : "41", + "ETag" : "W/\"0x8D7B9601B90A5CD\"", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EED329083\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B90A5CD\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3a841a0a-bcaa-49ab-8312-ed126897619b", + "request-id" : "96ac7dc9-f69f-4524-9607-fcd62675cf59", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EED329083\"", - "elapsed-time" : "7", + "ETag" : "W/\"0x8D7B9601B90A5CD\"", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EED329083\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B90A5CD\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "88fbda16-8646-4f34-b364-38b5cc9831dd", + "request-id" : "a72629dd-7bc9-4f39-a5ec-12bcecc000b4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EED329083\"", - "elapsed-time" : "5", + "ETag" : "W/\"0x8D7B9601B90A5CD\"", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EED329083\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601B90A5CD\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "26", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ee51723a-0d0f-4524-ae27-adf1130f4b15", + "request-id" : "060ea50a-0d27-4b0e-9ac9-bc74c1855fb6", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:00:14 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "14aa21d2-a809-4d90-990c-c5cf64aecad1", + "request-id" : "cf44af1d-e3cc-4ff3-a79e-88f590a8e3ed", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEDAD3194\"", - "elapsed-time" : "85", + "ETag" : "W/\"0x8D7B9601BA171C2\"", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "441", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEDAD3194\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "428", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601BA171C2\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" + "Location" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "95657d3c-149d-4752-a05a-27941a65f261", + "request-id" : "21e12961-3f38-48fe-b608-812eb5a253a6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEDAD3194\"", - "elapsed-time" : "6", + "ETag" : "W/\"0x8D7B9601BA171C2\"", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "441", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEDAD3194\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "428", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601BA171C2\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b126e4f8-b3b5-4292-b352-4f2d03114ac8", + "request-id" : "0a09dbf2-c7dc-49ae-a8b7-bb32a98349d8", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:15 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEDAD3194\"", + "ETag" : "W/\"0x8D7B9601BA171C2\"", "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "441", - "Body" : "{\"@odata.context\":\"https://azs-sdkad848794afa5.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEDAD3194\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "428", + "Body" : "{\"@odata.context\":\"https://azs-sdk78030af86ea.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9601BA171C2\\\"\",\"name\":\"azs-java-test-cosmos\",\"description\":\"Some data source\",\"type\":\"cosmosdb\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"faketable\",\"query\":\"SELECT ... FROM x where x._ts > @HighWaterMark\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://azs-sdkad848794afa5.search-dogfood.windows-int.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", + "Uri" : "https://azs-sdk78030af86ea.search.windows.net/datasources('azs-java-test-cosmos')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "18", + "elapsed-time" : "26", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ba79c2a7-8226-4109-9118-a8310cdc3d70", + "request-id" : "45f8b92d-c741-4e8e-a093-c11b6df2618d", "StatusCode" : "204", - "Date" : "Tue, 24 Dec 2019 07:00:15 GMT" + "Date" : "Mon, 24 Feb 2020 19:31:12 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk78030af86ea" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDataSourceThrowsOnNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getDataSourceThrowsOnNotFound.json index 0916016a8d9a..e97152acd4c9 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getDataSourceThrowsOnNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getDataSourceThrowsOnNotFound.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdk112733113a14.search-dogfood.windows-int.net/datasources('thisdatasourcedoesnotexist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk162252d08a7.search.windows.net/datasources('thisdatasourcedoesnotexist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d0ccaf9e-2880-4218-880d-15e716229467", + "request-id" : "f973cea1-5216-48d6-84e3-d4fb476ea797", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 06:59:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "46", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No data source with the name 'thisdatasourcedoesnotexist' was found in service 'azs-sdk112733113a14'.\"}}", + "Content-Length" : "134", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No data source with the name 'thisdatasourcedoesnotexist' was found in service 'azs-sdk162252d08a7'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk162252d08a7" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenDocumentNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenDocumentNotFound.json index 5b50c2e0979d..b8c2b319e53c 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenDocumentNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenDocumentNotFound.json @@ -1,21 +1,21 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkeea66410f82b.search-dogfood.windows-int.net/indexes('hotels')/docs('1000000001')?api-version=2019-05-06", + "Uri" : "https://azs-sdk14244329cc8.search.windows.net/indexes('hotels')/docs('1000000001')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "138", + "elapsed-time" : "51", "Expires" : "-1", "Pragma" : "no-cache", "retry-after" : "0", "Content-Length" : "0", - "request-id" : "9d3a70fc-9647-4627-8844-c06fac8ee516", + "request-id" : "44595901-122b-498a-8843-71567e1ecd4d", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 16:21:14 GMT" + "Date" : "Mon, 24 Feb 2020 19:48:20 GMT" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk6593500d898", "azs-sdk14244329cc8" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenRequestIsMalformed.json b/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenRequestIsMalformed.json index 280f99e236cf..0c5456d3e945 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenRequestIsMalformed.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getDocumentThrowsWhenRequestIsMalformed.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkc9493047d6b6.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk697705f9c85.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "78979db6-d585-4ecf-8b42-d86f2290df5f", + "request-id" : "abda701e-646d-4be7-9d14-1f6d9fe592e4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:21:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "173", + "elapsed-time" : "179", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkc9493047d6b6.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk697705f9c85.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkc9493047d6b6.search-dogfood.windows-int.net/indexes('hotels')/docs('2')?$select=HotelId%2cThisFieldDoesNotExist&api-version=2019-05-06", + "Uri" : "https://azs-sdk697705f9c85.search.windows.net/indexes('hotels')/docs('2')?$select=HotelId%2cThisFieldDoesNotExist&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "aa1165e6-44d9-4615-aff0-0c44dc52b071", + "request-id" : "8ea64818-118b-40d6-8583-6c5a6918b33e", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 16:21:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:48:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "12", + "elapsed-time" : "2", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "163", @@ -45,5 +45,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk697705f9c85" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentCannotAlwaysDetermineCorrectType.json b/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentCannotAlwaysDetermineCorrectType.json new file mode 100644 index 000000000000..42f911d1ea81 --- /dev/null +++ b/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentCannotAlwaysDetermineCorrectType.json @@ -0,0 +1,48 @@ +{ + "networkCallRecords" : [ { + "Method" : "POST", + "Uri" : "https://azs-sdk8777206cdd6.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "e005b1b9-5cdf-4844-87d9-cf490b484023", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:42:50 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "158", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk8777206cdd6.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://azs-sdk8777206cdd6.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cHotelName%2cLocation%2cRooms/BaseRate&api-version=2019-05-06", + "Headers" : { }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "974ed2e9-2f18-41ff-86a4-a52945c143d9", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:42:50 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "19", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "309", + "Body" : "{\"@odata.context\":\"https://azs-sdk8777206cdd6.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"HotelName\":\"2015-02-11T12:58:00Z\",\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Rooms\":[{\"BaseRate\":\"NaN\"}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + } ], + "variables" : [ "azs-sdk8777206cdd6" ] +} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json b/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json index 8352d9a0ea5a..d721fb5756d0 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getDynamicDocumentWithEmptyObjectsReturnsObjectsFullOfNulls.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk396953885030.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk968515db523.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3afc3cf3-1fa0-491b-938d-d4ad79b04eed", + "request-id" : "2693f103-3561-4fb2-b37b-c00e7bd35e6f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "155", + "elapsed-time" : "157", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk396953885030.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk968515db523.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk396953885030.search-dogfood.windows-int.net/indexes('hotels')/docs('1')?$select=HotelId%2cAddress&api-version=2019-05-06", + "Uri" : "https://azs-sdk968515db523.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cAddress&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "db297921-4c32-4640-ac21-aaa347333090", + "request-id" : "021e458a-ca77-4c16-95ac-b7bfe37822b0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:58 GMT", + "Date" : "Mon, 24 Feb 2020 19:44:08 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "236", - "Body" : "{\"@odata.context\":\"https://azs-sdk396953885030.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Address\":{\"StreetAddress\":null,\"City\":null,\"StateProvince\":null,\"PostalCode\":null,\"Country\":null}}", + "Content-Length" : "223", + "Body" : "{\"@odata.context\":\"https://azs-sdk968515db523.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"Address\":{\"StreetAddress\":null,\"City\":null,\"StateProvince\":null,\"PostalCode\":null,\"Country\":null}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk968515db523" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinition.json index f197fb2688f8..99116a90d1ae 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinition.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk24d063266a6e.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk6590428f87d.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "cb5e9d4b-a49e-4ded-b0e1-84e8976158f5", + "request-id" : "8bc117d4-51d9-4614-9301-96ae1e468fb7", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDF81538D\"", - "elapsed-time" : "1689", + "ETag" : "W/\"0x8D7B96148CCFA72\"", + "elapsed-time" : "828", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk24d063266a6e.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDF81538D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk6590428f87d.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96148CCFA72\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk24d063266a6e.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk6590428f87d.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk24d063266a6e.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6590428f87d.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "220c11c4-e52d-437b-8f70-25cef4d1cc06", + "request-id" : "f8e9ccca-2f69-49bc-a212-266e18e905c1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:59:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EDF81538D\"", - "elapsed-time" : "69", + "ETag" : "W/\"0x8D7B96148CCFA72\"", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk24d063266a6e.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EDF81538D\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk6590428f87d.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96148CCFA72\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk132510d456e", "azs-sdk6590428f87d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinitionWithResponse.json index 54c66a75dde3..1776879d8b02 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getIndexReturnsCorrectDefinitionWithResponse.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk279976947aea.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk5365312d39c.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1c47be01-e072-4806-9d39-4f11bf2593bd", + "request-id" : "5acdc6aa-9523-477d-b5ef-6bed4d504d9a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:10 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEB23B3CD\"", - "elapsed-time" : "705", + "ETag" : "W/\"0x8D7B9614EAF7E07\"", + "elapsed-time" : "554", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk279976947aea.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEB23B3CD\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk5365312d39c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9614EAF7E07\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk279976947aea.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06" + "Location" : "https://azs-sdk5365312d39c.search.windows.net/indexes('hotels')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk279976947aea.search-dogfood.windows-int.net/indexes('hotels')?api-version=2019-05-06", + "Uri" : "https://azs-sdk5365312d39c.search.windows.net/indexes('hotels')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1145cc7b-2869-4ea0-bd4c-c4abc31bc3ee", + "request-id" : "e5e89c41-c2ae-4a5f-9eeb-1fedfcb32624", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:11 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:48 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EEB23B3CD\"", - "elapsed-time" : "39", + "ETag" : "W/\"0x8D7B9614EAF7E07\"", + "elapsed-time" : "45", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "8195", - "Body" : "{\"@odata.context\":\"https://azs-sdk279976947aea.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883EEB23B3CD\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":false,\"facetable\":false,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":false,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "8170", + "Body" : "{\"@odata.context\":\"https://azs-sdk5365312d39c.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9614EAF7E07\\\"\",\"name\":\"hotels\",\"defaultScoringProfile\":\"MyProfile\",\"fields\":[{\"name\":\"HotelId\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"HotelName\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Description_Custom\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":\"stop\",\"searchAnalyzer\":\"stop\",\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Category\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ParkingIncluded\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"LastRenovationDate\",\"type\":\"Edm.DateTimeOffset\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rating\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Address\",\"type\":\"Edm.ComplexType\",\"fields\":[{\"name\":\"StreetAddress\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"City\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"StateProvince\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Country\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"PostalCode\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"Location\",\"type\":\"Edm.GeographyPoint\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":false,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Rooms\",\"type\":\"Collection(Edm.ComplexType)\",\"fields\":[{\"name\":\"Description\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"en.lucene\",\"synonymMaps\":[]},{\"name\":\"DescriptionFr\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":\"fr.lucene\",\"synonymMaps\":[]},{\"name\":\"Type\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BaseRate\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"BedOptions\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SleepsCount\",\"type\":\"Edm.Int32\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"SmokingAllowed\",\"type\":\"Edm.Boolean\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"Tags\",\"type\":\"Collection(Edm.String)\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":false,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}]},{\"name\":\"TotalGuests\",\"type\":\"Edm.Int64\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"ProfitMargin\",\"type\":\"Edm.Double\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[{\"name\":\"MyProfile\",\"functionAggregation\":\"average\",\"text\":{\"weights\":{\"Description\":1.5,\"Category\":2.0}},\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":2.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":4.0,\"constantBoostBeyondRange\":true},\"distance\":null,\"tag\":null},{\"fieldName\":\"Location\",\"interpolation\":\"linear\",\"type\":\"distance\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":{\"referencePointParameter\":\"Loc\",\"boostingDistance\":5.0},\"tag\":null},{\"fieldName\":\"LastRenovationDate\",\"interpolation\":\"logarithmic\",\"type\":\"freshness\",\"boost\":1.1,\"freshness\":{\"boostingDuration\":\"P365D\"},\"magnitude\":null,\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileTwo\",\"functionAggregation\":\"maximum\",\"text\":null,\"functions\":[{\"fieldName\":\"Tags\",\"interpolation\":\"linear\",\"type\":\"tag\",\"boost\":1.5,\"freshness\":null,\"magnitude\":null,\"distance\":null,\"tag\":{\"tagsParameter\":\"MyTags\"}}]},{\"name\":\"ProfileThree\",\"functionAggregation\":\"minimum\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"quadratic\",\"type\":\"magnitude\",\"boost\":3.0,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":0.0,\"boostingRangeEnd\":10.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]},{\"name\":\"ProfileFour\",\"functionAggregation\":\"firstMatching\",\"text\":null,\"functions\":[{\"fieldName\":\"Rating\",\"interpolation\":\"constant\",\"type\":\"magnitude\",\"boost\":3.14,\"freshness\":null,\"magnitude\":{\"boostingRangeStart\":1.0,\"boostingRangeEnd\":5.0,\"constantBoostBeyondRange\":false},\"distance\":null,\"tag\":null}]}],\"corsOptions\":{\"allowedOrigins\":[\"http://tempuri.org\",\"http://localhost:80\"],\"maxAgeInSeconds\":60},\"suggesters\":[{\"name\":\"FancySuggester\",\"searchMode\":\"analyzingInfixMatching\",\"sourceFields\":[\"HotelName\"]}],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk5365312d39c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getIndexThrowsOnNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getIndexThrowsOnNotFound.json index 1895e84e4680..548e3fc71b3a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getIndexThrowsOnNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getIndexThrowsOnNotFound.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkb26684714435.search-dogfood.windows-int.net/indexes('thisindexdoesnotexist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk6518926636b.search.windows.net/indexes('thisindexdoesnotexist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "76ef176e-be04-44e9-91a7-bf7a5ab98646", + "request-id" : "4d9364dc-e9b5-4e3f-80da-c086a51b92b7", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:01:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:40:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "33", + "elapsed-time" : "29", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "128", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'thisindexdoesnotexist' was found in the service 'azs-sdkb26684714435'.\"}}", + "Content-Length" : "127", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No index with the name 'thisindexdoesnotexist' was found in the service 'azs-sdk6518926636b'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk6518926636b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getIndexerThrowsOnNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getIndexerThrowsOnNotFound.json index 8b4d12aa4358..75bece5c9c82 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getIndexerThrowsOnNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getIndexerThrowsOnNotFound.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdk68405432ff23.search-dogfood.windows-int.net/indexers('thisindexerdoesnotexist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10363025a45.search.windows.net/indexers('thisindexerdoesnotexist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "67241ab5-839f-4783-9930-8f6099d95f2c", + "request-id" : "2825e83b-8c8a-4d35-8211-97cec366bcea", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 07:00:51 GMT", + "Date" : "Mon, 24 Feb 2020 19:32:49 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "50", + "elapsed-time" : "47", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "115", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'thisindexerdoesnotexist' was not found in service 'azs-sdk68405432ff23'.\"}}", + "Content-Length" : "114", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"Indexer 'thisindexerdoesnotexist' was not found in service 'azs-sdk10363025a45'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk10363025a45" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinition.json index ffbe585c4ca4..1efd9c6597bd 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinition.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk64844376cbf4.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk376805a30e9.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1e5ec16e-4b24-44c0-a0c1-5169a466bef6", + "request-id" : "6f9cff3b-18f0-4904-8b56-169fbb99ee3d", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889835EBC632\"", - "elapsed-time" : "57", + "ETag" : "W/\"0x8D7B963F635A332\"", + "elapsed-time" : "118", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk64844376cbf4.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889835EBC632\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk376805a30e9.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F635A332\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk64844376cbf4.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk376805a30e9.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk64844376cbf4.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk376805a30e9.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "456e3d41-c79d-4bb4-92f6-16eef435b1b0", + "request-id" : "acec7938-3d8e-4d0b-a536-3c8e60b47b8f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:39:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:47 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889835EBC632\"", - "elapsed-time" : "21", + "ETag" : "W/\"0x8D7B963F635A332\"", + "elapsed-time" : "41", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "712", - "Body" : "{\"@odata.context\":\"https://azs-sdk64844376cbf4.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7889835EBC632\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "699", + "Body" : "{\"@odata.context\":\"https://azs-sdk376805a30e9.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963F635A332\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk376805a30e9" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinitionWithResponse.json index 1ea0e1fce098..6f6a96e1b588 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetReturnsCorrectDefinitionWithResponse.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk33a077171f3d.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk50164694140.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "014bc51c-2610-4d69-8cc2-adb75cc628cc", + "request-id" : "a26cc8fd-d056-4c55-95b5-b254dfd38db4", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:39:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788983E9C33E2\"", - "elapsed-time" : "80", + "ETag" : "W/\"0x8D7B963FC07F72E\"", + "elapsed-time" : "74", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "709", - "Body" : "{\"@odata.context\":\"https://azs-sdk33a077171f3d.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788983E9C33E2\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "696", + "Body" : "{\"@odata.context\":\"https://azs-sdk50164694140.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963FC07F72E\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk33a077171f3d.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk50164694140.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk33a077171f3d.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk50164694140.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "c460f3a6-568e-473c-9b3c-0754d9d17a59", + "request-id" : "6848128f-3eda-4f76-85ad-cb5b4442bf5e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:39:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D788983E9C33E2\"", - "elapsed-time" : "22", + "ETag" : "W/\"0x8D7B963FC07F72E\"", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "712", - "Body" : "{\"@odata.context\":\"https://azs-sdk33a077171f3d.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D788983E9C33E2\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "699", + "Body" : "{\"@odata.context\":\"https://azs-sdk50164694140.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963FC07F72E\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":false,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk50164694140" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json index e1a4cca76f5d..6ad083b153d2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getOcrSkillsetWithShouldDetectOrientationReturnsCorrectDefinition.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke53268883257.search-dogfood.windows-int.net/skillsets?api-version=2019-05-06", + "Uri" : "https://azs-sdk4034715c3ce.search.windows.net/skillsets?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "75fe7d98-b440-4a34-aa94-668355425b22", + "request-id" : "a3c26531-4fde-466d-9165-4802ecc9a4ad", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:38:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898193497B0\"", - "elapsed-time" : "62", + "ETag" : "W/\"0x8D7B963DC177816\"", + "elapsed-time" : "138", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "708", - "Body" : "{\"@odata.context\":\"https://azs-sdke53268883257.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898193497B0\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "695", + "Body" : "{\"@odata.context\":\"https://azs-sdk4034715c3ce.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963DC177816\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":null,\"defaultLanguageCode\":null,\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdke53268883257.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06" + "Location" : "https://azs-sdk4034715c3ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke53268883257.search-dogfood.windows-int.net/skillsets('ocr-skillset')?api-version=2019-05-06", + "Uri" : "https://azs-sdk4034715c3ce.search.windows.net/skillsets('ocr-skillset')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2f37f36f-fbf8-4b20-a577-c1cebdcb3bf0", + "request-id" : "46959414-0d29-4513-8881-f2b314882ab6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:38:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:58:03 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D78898193497B0\"", - "elapsed-time" : "23", + "ETag" : "W/\"0x8D7B963DC177816\"", + "elapsed-time" : "28", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "711", - "Body" : "{\"@odata.context\":\"https://azs-sdke53268883257.search-dogfood.windows-int.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D78898193497B0\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", + "Content-Length" : "698", + "Body" : "{\"@odata.context\":\"https://azs-sdk4034715c3ce.search.windows.net/$metadata#skillsets/$entity\",\"@odata.etag\":\"\\\"0x8D7B963DC177816\\\"\",\"name\":\"ocr-skillset\",\"description\":\"Skillset for testing default configuration\",\"skills\":[{\"@odata.type\":\"#Microsoft.Skills.Vision.OcrSkill\",\"name\":\"myocr\",\"description\":\"Tested OCR skill\",\"context\":\"/document\",\"textExtractionAlgorithm\":null,\"lineEnding\":\"Space\",\"defaultLanguageCode\":\"en\",\"detectOrientation\":true,\"inputs\":[{\"name\":\"url\",\"source\":\"/document/url\",\"sourceContext\":null,\"inputs\":[]},{\"name\":\"queryString\",\"source\":\"/document/queryString\",\"sourceContext\":null,\"inputs\":[]}],\"outputs\":[{\"name\":\"text\",\"targetName\":\"mytext\"}]}],\"cognitiveServices\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4034715c3ce" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinition.json index 08ea5984c7b4..c9994e8a8d30 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinition.json @@ -1,25 +1,25 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkdf960069ea98.search-dogfood.windows-int.net/servicestats?api-version=2019-05-06", + "Uri" : "https://azs-sdk07505664fea.search.windows.net/servicestats?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1575eba1-85a2-4922-b47e-e93a0a4f37da", + "request-id" : "49a83f8a-bc70-4d7a-a93b-0d9ad0388b24", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:45:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "62", + "elapsed-time" : "51", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "652", - "Body" : "{\"@odata.context\":\"https://azs-sdkdf960069ea98.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\"counters\":{\"documentCount\":{\"usage\":0,\"quota\":null},\"indexesCount\":{\"usage\":0,\"quota\":3},\"indexersCount\":{\"usage\":0,\"quota\":3},\"dataSourcesCount\":{\"usage\":0,\"quota\":3},\"storageSize\":{\"usage\":0,\"quota\":52428800},\"synonymMaps\":{\"usage\":0,\"quota\":3}},\"limits\":{\"maxFieldsPerIndex\":1000,\"maxIndexerRunTime\":\"PT1M\",\"maxFileExtractionSize\":16777216,\"maxFileContentCharactersToExtract\":32768,\"maxFieldNestingDepthPerIndex\":10,\"maxComplexCollectionFieldsPerIndex\":40,\"maxComplexObjectsInCollectionsPerDocument\":3000}}", + "Content-Length" : "639", + "Body" : "{\"@odata.context\":\"https://azs-sdk07505664fea.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\"counters\":{\"documentCount\":{\"usage\":0,\"quota\":null},\"indexesCount\":{\"usage\":0,\"quota\":3},\"indexersCount\":{\"usage\":0,\"quota\":3},\"dataSourcesCount\":{\"usage\":0,\"quota\":3},\"storageSize\":{\"usage\":0,\"quota\":52428800},\"synonymMaps\":{\"usage\":0,\"quota\":3}},\"limits\":{\"maxFieldsPerIndex\":1000,\"maxIndexerRunTime\":\"PT1M\",\"maxFileExtractionSize\":16777216,\"maxFileContentCharactersToExtract\":32768,\"maxFieldNestingDepthPerIndex\":10,\"maxComplexCollectionFieldsPerIndex\":40,\"maxComplexObjectsInCollectionsPerDocument\":3000}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk07505664fea" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinitionWithResponse.json index 60c5a2ab27a1..5dc37a1046a1 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getServiceStatsReturnsCorrectDefinitionWithResponse.json @@ -1,25 +1,25 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkbe100228690c.search-dogfood.windows-int.net/servicestats?api-version=2019-05-06", + "Uri" : "https://azs-sdk21149a1824f.search.windows.net/servicestats?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d35a3d28-d728-42f7-a0f3-e657fc8b1410", + "request-id" : "1eece91e-88d2-4151-aac9-0e98d20c952b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:45:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:09 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "53", + "elapsed-time" : "73", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "652", - "Body" : "{\"@odata.context\":\"https://azs-sdkbe100228690c.search-dogfood.windows-int.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\"counters\":{\"documentCount\":{\"usage\":0,\"quota\":null},\"indexesCount\":{\"usage\":0,\"quota\":3},\"indexersCount\":{\"usage\":0,\"quota\":3},\"dataSourcesCount\":{\"usage\":0,\"quota\":3},\"storageSize\":{\"usage\":0,\"quota\":52428800},\"synonymMaps\":{\"usage\":0,\"quota\":3}},\"limits\":{\"maxFieldsPerIndex\":1000,\"maxIndexerRunTime\":\"PT1M\",\"maxFileExtractionSize\":16777216,\"maxFileContentCharactersToExtract\":32768,\"maxFieldNestingDepthPerIndex\":10,\"maxComplexCollectionFieldsPerIndex\":40,\"maxComplexObjectsInCollectionsPerDocument\":3000}}", + "Content-Length" : "639", + "Body" : "{\"@odata.context\":\"https://azs-sdk21149a1824f.search.windows.net/$metadata#Microsoft.Azure.Search.V2019_05_06.ServiceStatistics\",\"counters\":{\"documentCount\":{\"usage\":0,\"quota\":null},\"indexesCount\":{\"usage\":0,\"quota\":3},\"indexersCount\":{\"usage\":0,\"quota\":3},\"dataSourcesCount\":{\"usage\":0,\"quota\":3},\"storageSize\":{\"usage\":0,\"quota\":52428800},\"synonymMaps\":{\"usage\":0,\"quota\":3}},\"limits\":{\"maxFieldsPerIndex\":1000,\"maxIndexerRunTime\":\"PT1M\",\"maxFileExtractionSize\":16777216,\"maxFileContentCharactersToExtract\":32768,\"maxFieldNestingDepthPerIndex\":10,\"maxComplexCollectionFieldsPerIndex\":40,\"maxComplexObjectsInCollectionsPerDocument\":3000}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk044317cddc2", "azs-sdk21149a1824f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getSkillsetThrowsOnNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getSkillsetThrowsOnNotFound.json index 1b533891921a..2ff425d98899 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getSkillsetThrowsOnNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getSkillsetThrowsOnNotFound.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdk72b319217923.search-dogfood.windows-int.net/skillsets('thisdoesnotexist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk41576fde09a.search.windows.net/skillsets('thisdoesnotexist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b6c1126e-06f5-4d76-a87e-7774e3d0ba19", + "request-id" : "acc4a312-f4e7-42db-9e31-87d0a639d48d", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 16:35:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:55:22 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "52", + "elapsed-time" : "35", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "122", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'thisdoesnotexist' was found in service 'azs-sdk72b319217923'.\"}}", + "Content-Length" : "158", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No skillset with the name 'thisdoesnotexist' was found in service 'Microsoft.WindowsAzure.Search.Core.Models.SearchService'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk41576fde09a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getStaticallyTypedDocumentSetsUnselectedFieldsToNull.json b/sdk/search/azure-search/src/test/resources/session-records/getStaticallyTypedDocumentSetsUnselectedFieldsToNull.json index 322a9bd54a8b..a6eae85f49cf 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getStaticallyTypedDocumentSetsUnselectedFieldsToNull.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getStaticallyTypedDocumentSetsUnselectedFieldsToNull.json @@ -1,48 +1,48 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkf9b516117f6e.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk720649815df.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4b4cb2d6-ece2-41f5-ae98-0086f23c2f97", + "request-id" : "66733f51-c3d5-4d2b-a161-23b6b92e5d3f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "170", + "elapsed-time" : "164", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdkf9b516117f6e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk720649815df.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkf9b516117f6e.search-dogfood.windows-int.net/indexes('hotels')/docs('2')?$select=Description%2cHotelName%2cAddress/City%2cRooms/BaseRate&api-version=2019-05-06", + "Uri" : "https://azs-sdk720649815df.search.windows.net/indexes('hotels')/docs('2')?$select=Description%2cHotelName%2cAddress/City%2cRooms/BaseRate&api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ee54dae4-ca56-4309-8bee-8e49f4e59720", + "request-id" : "076427c1-9a13-4b3a-a93b-bc6014c28605", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:20:55 GMT", + "Date" : "Mon, 24 Feb 2020 19:42:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "8", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdkf9b516117f6e.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Address\":{\"City\":\"Durham\"},\"Rooms\":[{\"BaseRate\":2.44},{\"BaseRate\":7.69}]}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk720649815df.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Address\":{\"City\":\"Durham\"},\"Rooms\":[{\"BaseRate\":2.44},{\"BaseRate\":7.69}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk720649815df" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinition.json b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinition.json index da00c8cca605..cee246dd5295 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinition.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinition.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk294596270ed0.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk06543e89933.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d1f6787d-4268-41c0-b0b9-b5a1c06e5f9d", + "request-id" : "a64f12a6-d923-4cdc-ab8a-c5c204ee5d85", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:58:33 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AE4B53398\"", - "elapsed-time" : "34", + "ETag" : "W/\"0x8D7B9648A0D9027\"", + "elapsed-time" : "46", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk294596270ed0.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AE4B53398\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk06543e89933.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9648A0D9027\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk294596270ed0.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk06543e89933.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk294596270ed0.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk06543e89933.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "928b33c2-4738-43b7-8ffa-f272eb2e2245", + "request-id" : "2b6076e2-5d99-4994-9a28-75cdf1843a81", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:33 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AE4B53398\"", - "elapsed-time" : "4", + "ETag" : "W/\"0x8D7B9648A0D9027\"", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdk294596270ed0.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AE4B53398\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk06543e89933.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B9648A0D9027\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk06543e89933" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinitionWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinitionWithResponse.json index 925e0ab33e93..13d6c74c6d2b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinitionWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapReturnsCorrectDefinitionWithResponse.json @@ -1,51 +1,51 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkbe32020732b5.search-dogfood.windows-int.net/synonymmaps?api-version=2019-05-06", + "Uri" : "https://azs-sdk70064a2df67.search.windows.net/synonymmaps?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "257b9da0-8edc-4e78-b278-b92ed986d506", + "request-id" : "9052acd7-5afb-4c1e-b577-df7c99d36990", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 17:56:59 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AAC724F52\"", - "elapsed-time" : "37", + "ETag" : "W/\"0x8D7B96455FF08E6\"", + "elapsed-time" : "40", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkbe32020732b5.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AAC724F52\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk70064a2df67.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96455FF08E6\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdkbe32020732b5.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06" + "Location" : "https://azs-sdk70064a2df67.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdkbe32020732b5.search-dogfood.windows-int.net/synonymmaps('test-synonym')?api-version=2019-05-06", + "Uri" : "https://azs-sdk70064a2df67.search.windows.net/synonymmaps('test-synonym')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2f394a9e-00b7-40fe-8c2c-1a157428e338", + "request-id" : "16bdb21a-0995-4648-9c98-a1b4509047e9", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:59 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7889AAC724F52\"", - "elapsed-time" : "6", + "ETag" : "W/\"0x8D7B96455FF08E6\"", + "elapsed-time" : "14", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "231", - "Body" : "{\"@odata.context\":\"https://azs-sdkbe32020732b5.search-dogfood.windows-int.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7889AAC724F52\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", + "Content-Length" : "218", + "Body" : "{\"@odata.context\":\"https://azs-sdk70064a2df67.search.windows.net/$metadata#synonymmaps/$entity\",\"@odata.etag\":\"\\\"0x8D7B96455FF08E6\\\"\",\"name\":\"test-synonym\",\"format\":\"solr\",\"synonyms\":\"word1,word2\",\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk70064a2df67" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFound.json b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFound.json index 46a8d5a8e513..578632c9ea3e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFound.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFound.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkd0016214b221.search-dogfood.windows-int.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk13408911b97.search.windows.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5eacffe0-68ab-4548-9d59-92d98cd5d0d4", + "request-id" : "b6b14f49-d463-41b6-8e10-c26465b56395", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:57:11 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "46", + "elapsed-time" : "23", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdkd0016214b221'.\"}}", + "Content-Length" : "134", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdk13408911b97'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk13408911b97" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFoundWithResponse.json b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFoundWithResponse.json index f3e55ceee270..37821f503339 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFoundWithResponse.json +++ b/sdk/search/azure-search/src/test/resources/session-records/getSynonymMapThrowsOnNotFoundWithResponse.json @@ -1,26 +1,26 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://azs-sdkde4896590d92.search-dogfood.windows-int.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", + "Uri" : "https://azs-sdk82342f0cf7d.search.windows.net/synonymmaps('thisSynonymMapDoesNotExist')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8c7c9383-6e6d-4942-9fcc-75f771c97a30", + "request-id" : "434ceb9d-8f47-4ff8-99ec-703654a758eb", "StatusCode" : "404", - "Date" : "Tue, 24 Dec 2019 17:58:27 GMT", + "Date" : "Mon, 24 Feb 2020 20:02:50 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "24", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "135", - "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdkde4896590d92'.\"}}", + "Content-Length" : "134", + "Body" : "{\"error\":{\"code\":\"\",\"message\":\"No synonym map with the name 'thisSynonymMapDoesNotExist' was found in service 'azs-sdk82342f0cf7d'.\"}}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Language" : "en", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk82342f0cf7d" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenAllActionsSucceed.json b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenAllActionsSucceed.json index abcf0bc0c887..163f20565f44 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenAllActionsSucceed.json +++ b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenAllActionsSucceed.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk6d1167111160.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk11642aa4642.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ca2bd316-85d2-4ca8-ba00-0fda8c2fdb5c", + "request-id" : "ff7af9d7-76ff-4247-8014-9f7b14bb93c3", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:42 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "159", + "elapsed-time" : "174", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk6d1167111160.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk11642aa4642.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk6d1167111160.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk11642aa4642.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6d16ef0d-989f-4381-bb79-c27489f1d4a8", + "request-id" : "80bad1aa-14c9-46ca-9ac1-cb279e83dedc", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "7", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -44,5 +44,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk11642aa4642" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDocumentWithExtraFields.json b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDocumentWithExtraFields.json index f09e134cd59b..f4ccfaad2da6 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDocumentWithExtraFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDocumentWithExtraFields.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "644334a2-1706-452f-8533-47af05c0b0db", + "request-id" : "4eabe3aa-1830-4b65-a529-55cf4732137b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:25 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "199", + "elapsed-time" : "159", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d8399ce1-e232-429e-9f3b-f9aa5430eb8f", + "request-id" : "fb4dd1b0-919a-422f-9818-8b928336cc93", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "21", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -45,40 +45,40 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f672b822-363f-4ee7-991d-da2b3312b0a6", + "request-id" : "a44f7825-2045-408b-8b1c-de034a208638", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "48", + "elapsed-time" : "27", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdke7360332003d.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk27120c9ba95.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "3f29b20b-b66b-42f0-95e5-2beac8157b0d", + "request-id" : "6f0951cc-c57a-481c-904b-9963cf79c754", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:18:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:38:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "10", + "elapsed-time" : "3", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -88,5 +88,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk27120c9ba95" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json index fc4c99383e3a..53e0783a34c2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/indexDoesNotThrowWhenDeletingDynamicDocumentWithExtraFields.json @@ -1,40 +1,40 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "239596a7-14ab-42d4-bb6a-75edfd28f744", + "request-id" : "faea5bdc-2860-4147-8404-895ae314522c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:31 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "121", + "elapsed-time" : "133", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5af81820-04e7-44e3-ade8-f75455c17521", + "request-id" : "989119eb-ad38-471d-8e0d-49dfc4e42bf1", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "5", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -45,40 +45,40 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6b35a807-5810-4f52-9e3c-d5095f616d52", + "request-id" : "4e3f03a7-e4d4-46e3-a29d-21727632da25", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "52", + "elapsed-time" : "25", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "239", - "Body" : "{\"@odata.context\":\"https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":200}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk00585743762a.search-dogfood.windows-int.net/indexes('hotels')/docs/$count?api-version=2019-05-06", + "Uri" : "https://azs-sdk2481674e60c.search.windows.net/indexes('hotels')/docs/$count?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6e372ef8-3eaa-47e1-aab1-1a5d01f7fab4", + "request-id" : "e453ff93-4a89-4e7d-a404-f84d54582a14", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:17:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:45 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "4", + "elapsed-time" : "5", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "4", @@ -88,5 +88,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk2481674e60c" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/indexWithInvalidDocumentThrowsException.json b/sdk/search/azure-search/src/test/resources/session-records/indexWithInvalidDocumentThrowsException.json index fafadc16ab1b..94055c0da729 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/indexWithInvalidDocumentThrowsException.json +++ b/sdk/search/azure-search/src/test/resources/session-records/indexWithInvalidDocumentThrowsException.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdka7327876180f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk4318288bd38.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "f9257c50-8f30-429d-a029-b6df1690efbb", + "request-id" : "0e32dca0-ebf9-4129-a81d-938567d152d1", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 16:17:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:37:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "96", + "elapsed-time" : "74", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "124", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk4318288bd38" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/mergeDocumentWithoutExistingKeyThrowsIndexingException.json b/sdk/search/azure-search/src/test/resources/session-records/mergeDocumentWithoutExistingKeyThrowsIndexingException.json index 8ff670063c64..bf1345396673 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/mergeDocumentWithoutExistingKeyThrowsIndexingException.json +++ b/sdk/search/azure-search/src/test/resources/session-records/mergeDocumentWithoutExistingKeyThrowsIndexingException.json @@ -1,27 +1,27 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk46d03353ae90.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk18318f83f1b.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "947e82e5-45ea-47f7-849a-0620c42474a5", + "request-id" : "d665301c-3d6e-49ea-950c-9782b2d286ba", "StatusCode" : "207", - "Date" : "Tue, 24 Dec 2019 16:19:18 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:01 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "92", + "elapsed-time" : "83", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "257", - "Body" : "{\"@odata.context\":\"https://azs-sdk46d03353ae90.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404}]}", + "Content-Length" : "244", + "Body" : "{\"@odata.context\":\"https://azs-sdk18318f83f1b.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":false,\"errorMessage\":\"Document not found.\",\"statusCode\":404}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk18318f83f1b" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/orderByProgressivelyBreaksTies.json b/sdk/search/azure-search/src/test/resources/session-records/orderByProgressivelyBreaksTies.json index d32bde87e575..539a31994151 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/orderByProgressivelyBreaksTies.json +++ b/sdk/search/azure-search/src/test/resources/session-records/orderByProgressivelyBreaksTies.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk988425876859.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk519419de2f0.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "984da580-d440-453e-9b13-f249ab2f9971", + "request-id" : "28dd52ff-b6f9-472e-8019-e5c26e40461c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:14 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "153", + "elapsed-time" : "86", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk988425876859.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk519419de2f0.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk988425876859.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk519419de2f0.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a8b24f5e-943b-4a9f-b9ac-84cc6fb42346", + "request-id" : "0939837b-6c08-47ea-b1c1-dac05391def6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:16 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "7204", - "Body" : "{\"@odata.context\":\"https://azs-sdk988425876859.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00e8s propre. Aussi tr\\u00e8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00e0 c\\u00f4t\\u00e9 de la station de police. Les salles de bain avaient des rev\\u00eatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "7449", + "Body" : "{\"@odata.context\":\"https://azs-sdk519419de2f0.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.score\":1.0,\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"6\",\"HotelName\":null,\"Description\":\"Surprisingly expensive. Model suites have an ocean-view.\",\"Description_fr\":null,\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"7\",\"HotelName\":\"Modern Stay\",\"Description\":\"Modern architecture, very polite staff and very clean. Also very affordable.\",\"Description_fr\":\"Architecture moderne, personnel poli et tr\\u00c3\\u00a8s propre. Aussi tr\\u00c3\\u00a8s abordable.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"8\",\"HotelName\":null,\"Description\":\"Has some road noise and is next to the very police station. Bathrooms had morel coverings.\",\"Description_fr\":\"Il y a du bruit de la route et se trouve \\u00c3\\u00a0 c\\u00c3\\u00b4t\\u00c3\\u00a9 de la station de police. Les salles de bain avaient des rev\\u00c3\\u00aatements de morilles.\",\"Category\":null,\"Tags\":[],\"ParkingIncluded\":null,\"SmokingAllowed\":null,\"LastRenovationDate\":null,\"Rating\":null,\"Location\":null,\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk519419de2f0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/roundTrippingDateTimeOffsetNormalizesToUtc.json b/sdk/search/azure-search/src/test/resources/session-records/roundTrippingDateTimeOffsetNormalizesToUtc.json new file mode 100644 index 000000000000..4d614956d2de --- /dev/null +++ b/sdk/search/azure-search/src/test/resources/session-records/roundTrippingDateTimeOffsetNormalizesToUtc.json @@ -0,0 +1,48 @@ +{ + "networkCallRecords" : [ { + "Method" : "POST", + "Uri" : "https://azs-sdk98918455d5a.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Headers" : { + "Content-Type" : "application/json; charset=utf-8" + }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "3e1d745b-7519-4c6b-be9c-22c60a2c2794", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:43:18 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "87", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "226", + "Body" : "{\"@odata.context\":\"https://azs-sdk98918455d5a.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://azs-sdk98918455d5a.search.windows.net/indexes('hotels')/docs('1')?$select=HotelId%2cLastRenovationDate&api-version=2019-05-06", + "Headers" : { }, + "Response" : { + "Pragma" : "no-cache", + "retry-after" : "0", + "request-id" : "f4bd73fa-2a15-49a4-8d67-f080ebe86715", + "StatusCode" : "200", + "Date" : "Mon, 24 Feb 2020 19:43:18 GMT", + "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", + "Cache-Control" : "no-cache", + "elapsed-time" : "7", + "OData-Version" : "4.0", + "Expires" : "-1", + "Content-Length" : "168", + "Body" : "{\"@odata.context\":\"https://azs-sdk98918455d5a.search.windows.net/indexes('hotels')/$metadata#docs(*)/$entity\",\"HotelId\":\"1\",\"LastRenovationDate\":\"2010-06-27T08:00:00Z\"}", + "Preference-Applied" : "odata.include-annotations=\"*\"", + "Content-Type" : "application/json; odata.metadata=minimal" + }, + "Exception" : null + } ], + "variables" : [ "azs-sdk98918455d5a" ] +} \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/searchFieldsExcludesFieldsFromSuggest.json b/sdk/search/azure-search/src/test/resources/session-records/searchFieldsExcludesFieldsFromSuggest.json index 136bb4d30d6f..bd382666edff 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/searchFieldsExcludesFieldsFromSuggest.json +++ b/sdk/search/azure-search/src/test/resources/session-records/searchFieldsExcludesFieldsFromSuggest.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk9217479632bb.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk1382106f051.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "53d1713a-33c7-40a8-aea9-af41efe89715", + "request-id" : "a802bdc1-a00e-4f90-b508-ef13d1da4545", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:25 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "378", + "elapsed-time" : "192", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk9217479632bb.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk1382106f051.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9217479632bb.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk1382106f051.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1b012671-8253-49cd-8cec-d9fdaa536fe6", + "request-id" : "de530500-e62a-41b3-af66-1a1361bda1af", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:27 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "13", + "elapsed-time" : "33", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "126", - "Body" : "{\"@odata.context\":\"https://azs-sdk9217479632bb.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", + "Content-Length" : "113", + "Body" : "{\"@odata.context\":\"https://azs-sdk1382106f051.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk1382106f051" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenRequestIsMalformed.json b/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenRequestIsMalformed.json index 9331e66731fa..0079bba39661 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenRequestIsMalformed.json +++ b/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenRequestIsMalformed.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk681740256feb.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk775381f2936.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5ef6979f-6495-409e-894f-5b1cf1293ef6", + "request-id" : "720f16ed-6ddd-44ea-ad59-5c7207b51cf5", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 17:55:13 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:25 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "140", + "elapsed-time" : "67", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "141", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk33565499ae4", "azs-sdk775381f2936" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenSpecialCharInRegexIsUnescaped.json b/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenSpecialCharInRegexIsUnescaped.json index f57e6e5ec83b..db2f4d014d0e 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenSpecialCharInRegexIsUnescaped.json +++ b/sdk/search/azure-search/src/test/resources/session-records/searchThrowsWhenSpecialCharInRegexIsUnescaped.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk95937988fe79.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk556781b0cf4.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "34db92a5-3660-4b10-baec-ef8d9ac2a592", + "request-id" : "f88d9328-19ce-4c08-b368-b6035c74b8cd", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 17:55:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:50:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "272", + "elapsed-time" : "92", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "148", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk556781b0cf4" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/searchWithScoringProfileBoostsScore.json b/sdk/search/azure-search/src/test/resources/session-records/searchWithScoringProfileBoostsScore.json index a80f3d6822f5..7f3e495548a9 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/searchWithScoringProfileBoostsScore.json +++ b/sdk/search/azure-search/src/test/resources/session-records/searchWithScoringProfileBoostsScore.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk3de812431447.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk970046fd4fa.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "574ef4b3-5bbb-4158-84d4-d9ef72aa4222", + "request-id" : "e0ac9c53-27f2-40b4-972a-b1f1ff7552a5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:21 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "161", + "elapsed-time" : "168", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk3de812431447.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk970046fd4fa.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk3de812431447.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk970046fd4fa.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "8ae371d6-5dad-4043-b8bd-ee2372527ba3", + "request-id" : "202ea91a-4b47-4be6-87e4-86fc9f524ddf", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:56:25 GMT", + "Date" : "Mon, 24 Feb 2020 19:51:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "80", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1586", - "Body" : "{\"@odata.context\":\"https://azs-sdk3de812431447.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.17975637,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.11593714,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1641", + "Body" : "{\"@odata.context\":\"https://azs-sdk970046fd4fa.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":0.094138205,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":0.056351528,\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk970046fd4fa" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/searchWithoutOrderBySortsByScore.json b/sdk/search/azure-search/src/test/resources/session-records/searchWithoutOrderBySortsByScore.json index 7acac2451284..e81de892b73a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/searchWithoutOrderBySortsByScore.json +++ b/sdk/search/azure-search/src/test/resources/session-records/searchWithoutOrderBySortsByScore.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk0ca44173dc81.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk90710f5ae81.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "02356fee-8c4a-4e04-9625-b9a268cf00a3", + "request-id" : "b7909682-fd85-4ccf-8db2-744f66b0b2af", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:52 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "133", + "elapsed-time" : "127", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk0ca44173dc81.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk90710f5ae81.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0ca44173dc81.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", + "Uri" : "https://azs-sdk90710f5ae81.search.windows.net/indexes('hotels')/docs/search.post.search?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "99ae361a-a375-40a8-8d8e-435828e7c2e8", + "request-id" : "64b8e37d-2186-4a21-87eb-f96e0c86e007", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:53:54 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "35", + "elapsed-time" : "28", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "2040", - "Body" : "{\"@odata.context\":\"https://azs-sdk0ca44173dc81.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", + "Content-Length" : "2093", + "Body" : "{\"@odata.context\":\"https://azs-sdk90710f5ae81.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.score\":1.0,\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.score\":1.0,\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk90710f5ae81" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/staticallyTypedDateTimesRoundTripAsUtc.json b/sdk/search/azure-search/src/test/resources/session-records/staticallyTypedDateTimesRoundTripAsUtc.json index cbb21ef33fcc..78b1d90a0ece 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/staticallyTypedDateTimesRoundTripAsUtc.json +++ b/sdk/search/azure-search/src/test/resources/session-records/staticallyTypedDateTimesRoundTripAsUtc.json @@ -1,69 +1,69 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk918189086fd.search.windows.net/indexes('books')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d7b58523-a91b-4e07-8314-49a3a613555d", + "request-id" : "07faf142-cbb4-4797-8436-a4edc13a1036", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "148", + "elapsed-time" : "165", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "301", - "Body" : "{\"@odata.context\":\"https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "288", + "Body" : "{\"@odata.context\":\"https://azs-sdk918189086fd.search.windows.net/indexes('books')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/docs('1')?api-version=2019-05-06", + "Uri" : "https://azs-sdk918189086fd.search.windows.net/indexes('books')/docs('1')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5146aa2f-d09c-4c60-b2c4-5c2f24b58cb8", + "request-id" : "13958b6b-861f-40e2-8a6c-53f2966e5d6f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "197", - "Body" : "{\"@odata.context\":\"https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"1\",\"Title\":null,\"PublishDate\":\"2010-01-01T00:00:00Z\",\"Author\":null}", + "Content-Length" : "184", + "Body" : "{\"@odata.context\":\"https://azs-sdk918189086fd.search.windows.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"1\",\"Title\":null,\"PublishDate\":\"2010-01-01T00:00:00Z\",\"Author\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/docs('2')?api-version=2019-05-06", + "Uri" : "https://azs-sdk918189086fd.search.windows.net/indexes('books')/docs('2')?api-version=2019-05-06", "Headers" : { }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "135666b7-5106-4818-ab59-e7384560b9eb", + "request-id" : "01f4c21e-6f4c-4952-bff3-44b2c17e8c32", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 16:19:43 GMT", + "Date" : "Mon, 24 Feb 2020 19:39:18 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "26", + "elapsed-time" : "4", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "197", - "Body" : "{\"@odata.context\":\"https://azs-sdk4e110122b672.search-dogfood.windows-int.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"2\",\"Title\":null,\"PublishDate\":\"2010-01-01T08:00:00Z\",\"Author\":null}", + "Content-Length" : "184", + "Body" : "{\"@odata.context\":\"https://azs-sdk918189086fd.search.windows.net/indexes('books')/$metadata#docs(*)/$entity\",\"ISBN\":\"2\",\"Title\":null,\"PublishDate\":\"2010-01-01T08:00:00Z\",\"Author\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk918189086fd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenGivenBadSuggesterName.json b/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenGivenBadSuggesterName.json index bb0efb0ce022..1d8fad9fcee2 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenGivenBadSuggesterName.json +++ b/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenGivenBadSuggesterName.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk5b7960672278.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk33330a64174.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "82c0eb42-212f-47e7-a69e-49cedabb7893", + "request-id" : "d8668e47-c09d-46c1-ab59-d152dd6cf314", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 17:57:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "84", + "elapsed-time" : "78", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "154", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk33330a64174" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenRequestIsMalformed.json b/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenRequestIsMalformed.json index 07c66f0a15b1..74cf26cd83eb 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenRequestIsMalformed.json +++ b/sdk/search/azure-search/src/test/resources/session-records/suggestThrowsWhenRequestIsMalformed.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk76849197f84f.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk15652c888bd.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "b466d145-0df0-4cce-8b46-4c3b5d342ede", + "request-id" : "0c726413-2668-4061-bb19-2459e4236c7f", "StatusCode" : "400", - "Date" : "Tue, 24 Dec 2019 17:56:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "58", + "elapsed-time" : "81", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "143", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk15652c888bd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteCanUseHitHighlighting.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteCanUseHitHighlighting.json index a8549ba39118..7750613f9b15 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteCanUseHitHighlighting.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteCanUseHitHighlighting.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk8467089823aa.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk87207dd6cac.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fb6a1d84-9cfd-4d73-9925-a74db7b15d65", + "request-id" : "30e9bf32-f19c-4301-9232-d5c54c1bf65b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:52 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:40 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "174", + "elapsed-time" : "102", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk8467089823aa.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk87207dd6cac.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk8467089823aa.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk87207dd6cac.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "82e86e43-72d2-49b9-ac1f-1c223017c884", + "request-id" : "50b4bcc4-ce89-4f0d-a968-96b0d1ff9e24", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:54 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:42 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "86", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "279", - "Body" : "{\"@odata.context\":\"https://azs-sdk8467089823aa.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", + "Content-Length" : "266", + "Body" : "{\"@odata.context\":\"https://azs-sdk87207dd6cac.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"pool\",\"queryPlusText\":\"pool\"},{\"text\":\"popular\",\"queryPlusText\":\"popular\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk87207dd6cac" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithContextWithFuzzy.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithContextWithFuzzy.json index 970855c83bbc..adfa26115ba8 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithContextWithFuzzy.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithContextWithFuzzy.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk200873807dca.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk35091b1e3b3.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1114f595-c6f4-49fc-85a3-d0023f539a9a", + "request-id" : "c07e2103-f436-4344-9dc4-11e72014ef1e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:01 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "138", + "elapsed-time" : "171", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk200873807dca.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk35091b1e3b3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk200873807dca.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk35091b1e3b3.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "fa625e91-10c2-4653-bccf-7bbe095ed090", + "request-id" : "98b1358f-4143-46a2-b996-c65fb58546ab", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:03 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:15 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "82", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "287", - "Body" : "{\"@odata.context\":\"https://azs-sdk200873807dca.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"very polite\",\"queryPlusText\":\"very polite\"},{\"text\":\"very police\",\"queryPlusText\":\"very police\"}]}", + "Content-Length" : "274", + "Body" : "{\"@odata.context\":\"https://azs-sdk35091b1e3b3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"very polite\",\"queryPlusText\":\"very polite\"},{\"text\":\"very police\",\"queryPlusText\":\"very police\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk35091b1e3b3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithFuzzy.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithFuzzy.json index a8ded6db90f9..b580302fc850 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithFuzzy.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteOneTermWithFuzzy.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkd5e19851b969.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk81203d6f472.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "5c2e2e5e-3dde-47fb-8a28-f5ae8e0426f5", + "request-id" : "ed8359d7-de7a-47b2-ae68-a2972dcaa841", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "145", + "elapsed-time" : "76", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkd5e19851b969.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk81203d6f472.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkd5e19851b969.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk81203d6f472.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dbcb6a23-2ef1-42af-b5cf-0b99ce53cb97", + "request-id" : "5fb6196b-2a1d-42fb-8220-41b2b3981a59", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:37 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "20", + "elapsed-time" : "9", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "347", - "Body" : "{\"@odata.context\":\"https://azs-sdkd5e19851b969.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model\",\"queryPlusText\":\"model\"},{\"text\":\"modern\",\"queryPlusText\":\"modern\"},{\"text\":\"morel\",\"queryPlusText\":\"morel\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", + "Content-Length" : "334", + "Body" : "{\"@odata.context\":\"https://azs-sdk81203d6f472.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model\",\"queryPlusText\":\"model\"},{\"text\":\"modern\",\"queryPlusText\":\"modern\"},{\"text\":\"morel\",\"queryPlusText\":\"morel\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk81203d6f472" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTopTrimsResults.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTopTrimsResults.json index 843b8697f365..6b7b5c59296a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTopTrimsResults.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTopTrimsResults.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk471043256933.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk734738e669a.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d7d60be6-e731-47fe-881a-bc850d439531", + "request-id" : "1f4d7d2d-7451-4651-96c2-bae3f3540631", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:20 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "289", + "elapsed-time" : "213", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk471043256933.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk734738e669a.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk471043256933.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk734738e669a.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4d7f2a38-5584-40d7-9e5d-5dfaf300d05f", + "request-id" : "6e9ee72d-e8c2-41e3-aa4e-5b1c2ff6e19a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:22 GMT", + "Date" : "Mon, 24 Feb 2020 19:27:14 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "82", + "elapsed-time" : "7", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "265", - "Body" : "{\"@odata.context\":\"https://azs-sdk471043256933.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"}]}", + "Content-Length" : "252", + "Body" : "{\"@odata.context\":\"https://azs-sdk734738e669a.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"point\",\"queryPlusText\":\"point\"},{\"text\":\"police\",\"queryPlusText\":\"police\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk734738e669a" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTwoTermsWithFuzzy.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTwoTermsWithFuzzy.json index b676d0163d23..d6dad2a89373 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTwoTermsWithFuzzy.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteTwoTermsWithFuzzy.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk0b9263775ead.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk79122333eeb.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ad6314b7-7fc1-486d-a66d-b5b818543872", + "request-id" : "3c187ec1-f7c7-4087-9c31-958bf56a0a4c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:56 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "171", + "elapsed-time" : "99", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk0b9263775ead.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk79122333eeb.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0b9263775ead.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk79122333eeb.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a75e4154-653c-493f-9923-8e197af0965f", + "request-id" : "f254e49b-33b1-4ce5-89cb-2f142a3f61f5", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:55:00 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:58 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "27", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "460", - "Body" : "{\"@odata.context\":\"https://azs-sdk0b9263775ead.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model suites\",\"queryPlusText\":\"model suites\"},{\"text\":\"modern architecture\",\"queryPlusText\":\"modern architecture\"},{\"text\":\"modern stay\",\"queryPlusText\":\"modern stay\"},{\"text\":\"morel coverings\",\"queryPlusText\":\"morel coverings\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", + "Content-Length" : "447", + "Body" : "{\"@odata.context\":\"https://azs-sdk79122333eeb.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model suites\",\"queryPlusText\":\"model suites\"},{\"text\":\"modern architecture\",\"queryPlusText\":\"modern architecture\"},{\"text\":\"modern stay\",\"queryPlusText\":\"modern stay\"},{\"text\":\"morel coverings\",\"queryPlusText\":\"morel coverings\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk79122333eeb" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilter.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilter.json index 16ca1b0f726a..c981de52a73d 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilter.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilter.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk414164490d89.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk505498ad58f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "13843aac-293f-4c38-ad5d-9fe20413f850", + "request-id" : "a4ae1e9f-c266-4cc2-b7fe-0ef9de0d096b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:23 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:32 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "196", + "elapsed-time" : "163", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk414164490d89.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk505498ad58f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk414164490d89.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk505498ad58f.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "42a22587-d6fd-4a77-a3e6-8a1e7917a3fd", + "request-id" : "15c333c6-21e1-406f-8cd4-15d4f32664ef", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:25 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "286", + "elapsed-time" : "16", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "224", - "Body" : "{\"@odata.context\":\"https://azs-sdk414164490d89.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"polite\",\"queryPlusText\":\"polite\"}]}", + "Content-Length" : "211", + "Body" : "{\"@odata.context\":\"https://azs-sdk505498ad58f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"polite\",\"queryPlusText\":\"polite\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk505498ad58f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilterAndFuzzy.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilterAndFuzzy.json index c6662c7c5e3a..41dbbe525778 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilterAndFuzzy.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithFilterAndFuzzy.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkfd495437dbf0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk8820634f140.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "680cacb8-6bb9-4a62-836b-55c5cc15c18c", + "request-id" : "87884f79-1554-4529-88c6-8f1000c5402a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:34 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:41 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "152", + "elapsed-time" : "95", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkfd495437dbf0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk8820634f140.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkfd495437dbf0.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk8820634f140.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d1964a68-1449-499a-8dcc-2b12b457377a", + "request-id" : "064eb0e7-59dc-4794-bb5f-780fd493ba02", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:54:36 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:43 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "286", + "elapsed-time" : "8", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "265", - "Body" : "{\"@odata.context\":\"https://azs-sdkfd495437dbf0.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"modern\",\"queryPlusText\":\"modern\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", + "Content-Length" : "252", + "Body" : "{\"@odata.context\":\"https://azs-sdk8820634f140.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"modern\",\"queryPlusText\":\"modern\"},{\"text\":\"motel\",\"queryPlusText\":\"motel\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk8820634f140" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithMultipleSelectedFields.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithMultipleSelectedFields.json index 0aa9291da333..cb9272422c82 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithMultipleSelectedFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithMultipleSelectedFields.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk8ef5858808b2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk2551523a4d3.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "50e364b8-b28a-4ea9-80b3-2b543c67bf92", + "request-id" : "c04dd08d-48ea-4102-b6a6-2d145c0b8809", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:53:48 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "237", + "elapsed-time" : "148", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk8ef5858808b2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk2551523a4d3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk8ef5858808b2.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk2551523a4d3.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2afdcefd-a751-42bd-9369-d7af11fc31e9", + "request-id" : "282c24d6-8776-4c96-b680-82033eb9d30c", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:53:50 GMT", + "Date" : "Mon, 24 Feb 2020 19:26:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "93", + "elapsed-time" : "64", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "265", - "Body" : "{\"@odata.context\":\"https://azs-sdk8ef5858808b2.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model\",\"queryPlusText\":\"model\"},{\"text\":\"modern\",\"queryPlusText\":\"modern\"}]}", + "Content-Length" : "252", + "Body" : "{\"@odata.context\":\"https://azs-sdk2551523a4d3.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"model\",\"queryPlusText\":\"model\"},{\"text\":\"modern\",\"queryPlusText\":\"modern\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk85083709271", "azs-sdk2551523a4d3" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithSelectedFields.json b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithSelectedFields.json index d9f436e45737..28b8db0e5728 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithSelectedFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testAutocompleteWithSelectedFields.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdkb2994477ed06.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk55681aa854f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "71f551d3-4f9f-49ec-938f-311e9f77c8e3", + "request-id" : "5d2a88ee-af57-493c-b83a-87f7386fc47a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:55 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "121", + "elapsed-time" : "111", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdkb2994477ed06.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk55681aa854f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdkb2994477ed06.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", + "Uri" : "https://azs-sdk55681aa854f.search.windows.net/indexes('hotels')/docs/search.post.autocomplete?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "61802e5a-bb14-47fc-993b-2e6ba75392da", + "request-id" : "61184ab5-121b-44d8-b9cc-26915aa53ac0", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:56:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:28:30 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "17", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "224", - "Body" : "{\"@odata.context\":\"https://azs-sdkb2994477ed06.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"modern\",\"queryPlusText\":\"modern\"}]}", + "Content-Length" : "211", + "Body" : "{\"@odata.context\":\"https://azs-sdk55681aa854f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.AutocompleteItem)\",\"value\":[{\"text\":\"modern\",\"queryPlusText\":\"modern\"}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk55681aa854f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testCanFilter.json b/sdk/search/azure-search/src/test/resources/session-records/testCanFilter.json index 3ddff0457fde..363e7be15508 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testCanFilter.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testCanFilter.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk6c611651378a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk974284368de.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "9c846797-9364-46de-852f-8c70964f4ef8", + "request-id" : "8d370349-ee1b-4448-a12c-5aa68c243653", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:57 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "183", + "elapsed-time" : "99", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk6c611651378a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk974284368de.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6c611651378a.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk974284368de.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "657cebd1-e74a-4fcb-b3f5-6b5a2263cf1a", + "request-id" : "2e29f584-bcd3-4634-8179-a4d0e1eff596", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:57:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:59:59 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "66", + "elapsed-time" : "24", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1768", - "Body" : "{\"@odata.context\":\"https://azs-sdk6c611651378a.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1821", + "Body" : "{\"@odata.context\":\"https://azs-sdk974284368de.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk974284368de" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithMinimumCoverage.json b/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithMinimumCoverage.json index 6944f094b2bb..cb2573e00fa7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithMinimumCoverage.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithMinimumCoverage.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk34d367300d1d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk370635319e2.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2b1ead34-6e10-4e90-93e1-38af4a47c699", + "request-id" : "b66d92dc-e676-4993-becd-71c21fbc116f", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:00 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "158", + "elapsed-time" : "162", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk34d367300d1d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk370635319e2.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk34d367300d1d.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk370635319e2.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "2f3acc7a-6f95-4f25-b437-7339b704918a", + "request-id" : "ac49bd27-e917-4eb3-824b-ae756cf2231e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:02 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:23 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "44", + "elapsed-time" : "18", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1343", - "Body" : "{\"@odata.context\":\"https://azs-sdk34d367300d1d.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"@search.coverage\":100.0,\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "1390", + "Body" : "{\"@odata.context\":\"https://azs-sdk370635319e2.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"@search.coverage\":100.0,\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk370635319e2" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithSelectedFields.json b/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithSelectedFields.json index ac547399e51a..31ebbba846e7 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithSelectedFields.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testCanSuggestWithSelectedFields.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk6ac827095a30.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk38742c0398f.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "0c9f4f14-0033-4e14-9467-d32d87a20456", + "request-id" : "f3ef477c-05b1-443f-8158-b1461f169220", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:38 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:10 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "137", + "elapsed-time" : "165", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk6ac827095a30.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk38742c0398f.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk6ac827095a30.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk38742c0398f.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "62cee81a-adea-4abd-ba46-28e11060424a", + "request-id" : "aa55f30b-cc53-4701-8dfa-215b5450d5f4", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:41 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:12 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "22", + "elapsed-time" : "21", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "293", - "Body" : "{\"@odata.context\":\"https://azs-sdk6ac827095a30.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Secret Point Motel\",\"HotelName\":\"Secret Point Motel\",\"Rating\":4,\"Address\":{\"City\":\"New York\"},\"Rooms\":[{\"Type\":\"Budget Room\"},{\"Type\":\"Budget Room\"}]}]}", + "Content-Length" : "280", + "Body" : "{\"@odata.context\":\"https://azs-sdk38742c0398f.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Secret Point Motel\",\"HotelName\":\"Secret Point Motel\",\"Rating\":4,\"Address\":{\"City\":\"New York\"},\"Rooms\":[{\"Type\":\"Budget Room\"},{\"Type\":\"Budget Room\"}]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk38742c0398f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testOrderByProgressivelyBreaksTies.json b/sdk/search/azure-search/src/test/resources/session-records/testOrderByProgressivelyBreaksTies.json index bb6acb003ea9..d9cce62bf1fa 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testOrderByProgressivelyBreaksTies.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testOrderByProgressivelyBreaksTies.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk2fa7428806c3.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk07496abbcdd.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "bfc411d0-7a2b-40ac-be79-2a790cd8a624", + "request-id" : "3294fdbe-f455-4167-a7b8-e81dda6966c6", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:10 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:29 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "259", + "elapsed-time" : "161", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk2fa7428806c3.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk07496abbcdd.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk2fa7428806c3.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk07496abbcdd.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "43a10272-f205-4bed-a50e-37fcec5b9643", + "request-id" : "1151c7a3-ca9c-47bf-b498-412d23b48051", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:12 GMT", + "Date" : "Mon, 24 Feb 2020 20:00:31 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "70", + "elapsed-time" : "90", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "4661", - "Body" : "{\"@odata.context\":\"https://azs-sdk2fa7428806c3.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00f4tel est id\\u00e9alement situ\\u00e9 sur la principale art\\u00e8re commerciale de la ville en plein c\\u0153ur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00e9r\\u00eat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00e9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (c\\u00f4t\\u00e9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 tr\\u00e8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.text\":\"Pretty good hotel\",\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Very popular hotel in town\",\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00f4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00f4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "4804", + "Body" : "{\"@odata.context\":\"https://azs-sdk07496abbcdd.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"HotelId\":\"9\",\"HotelName\":\"Secret Point Motel\",\"Description\":\"The hotel is ideally located on the main commercial artery of the city in the heart of New York. A few minutes away is Time's Square and the historic centre of the city, as well as other places of interest that make New York one of America's most attractive and cosmopolitan cities.\",\"Description_fr\":\"L'h\\u00c3\\u00b4tel est id\\u00c3\\u00a9alement situ\\u00c3\\u00a9 sur la principale art\\u00c3\\u00a8re commerciale de la ville en plein c\\u00c5\\u201cur de New York. A quelques minutes se trouve la place du temps et le centre historique de la ville, ainsi que d'autres lieux d'int\\u00c3\\u00a9r\\u00c3\\u00aat qui font de New York l'une des villes les plus attractives et cosmopolites de l'Am\\u00c3\\u00a9rique.\",\"Category\":\"Boutique\",\"Tags\":[\"pool\",\"air conditioning\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":null,\"LastRenovationDate\":\"1970-01-18T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-73.975403,40.760586],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"677 5th Ave\",\"City\":\"New York\",\"StateProvince\":\"NY\",\"PostalCode\":\"10022\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Budget Room, 1 Queen Bed (Cityside)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (c\\u00c3\\u00b4t\\u00c3\\u00a9 ville)\",\"Type\":\"Budget Room\",\"BaseRate\":9.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\"]},{\"Description\":\"Budget Room, 1 King Bed (Mountain View)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 tr\\u00c3\\u00a8s grand lit (Mountain View)\",\"Type\":\"Budget Room\",\"BaseRate\":8.09,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"vcr/dvd\",\"jacuzzi tub\"]}]},{\"@search.text\":\"Pretty good hotel\",\"HotelId\":\"4\",\"HotelName\":\"Express Rooms\",\"Description\":\"Pretty good hotel\",\"Description_fr\":\"Assez bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Very popular hotel in town\",\"HotelId\":\"3\",\"HotelName\":\"EconoStay\",\"Description\":\"Very popular hotel in town\",\"Description_fr\":\"H\\u00c3\\u00b4tel le plus populaire en ville\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"1995-07-01T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Another good hotel\",\"HotelId\":\"5\",\"HotelName\":\"Comfy Place\",\"Description\":\"Another good hotel\",\"Description_fr\":\"Un autre bon h\\u00c3\\u00b4tel\",\"Category\":\"Budget\",\"Tags\":[\"wifi\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2012-08-12T00:00:00Z\",\"Rating\":4,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,48.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk07496abbcdd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/testTopTrimsResults.json b/sdk/search/azure-search/src/test/resources/session-records/testTopTrimsResults.json index 5e558d7246d6..b71de533c483 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/testTopTrimsResults.json +++ b/sdk/search/azure-search/src/test/resources/session-records/testTopTrimsResults.json @@ -1,50 +1,50 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://azs-sdk23574674becb.search-dogfood.windows-int.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", + "Uri" : "https://azs-sdk988564fdbcd.search.windows.net/indexes('hotels')/docs/search.index?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a96e3fd4-ea0c-4ae3-9036-734957675156", + "request-id" : "1cc3b2df-909e-4e66-9e7e-145705ac7892", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:28 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:02 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "132", + "elapsed-time" : "118", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "807", - "Body" : "{\"@odata.context\":\"https://azs-sdk23574674becb.search-dogfood.windows-int.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", + "Content-Length" : "794", + "Body" : "{\"@odata.context\":\"https://azs-sdk988564fdbcd.search.windows.net/indexes('hotels')/$metadata#Collection(Microsoft.Azure.Search.V2019_05_06.IndexResult)\",\"value\":[{\"key\":\"1\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"2\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"3\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"4\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"5\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"6\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"7\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"8\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"9\",\"status\":true,\"errorMessage\":null,\"statusCode\":201},{\"key\":\"10\",\"status\":true,\"errorMessage\":null,\"statusCode\":201}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk23574674becb.search-dogfood.windows-int.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", + "Uri" : "https://azs-sdk988564fdbcd.search.windows.net/indexes('hotels')/docs/search.post.suggest?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "41f5e4af-66dc-4168-bbe2-6acf5fa268b2", + "request-id" : "31b34212-8031-418d-a435-108a948dc622", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 17:58:31 GMT", + "Date" : "Mon, 24 Feb 2020 20:01:04 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "34", + "elapsed-time" : "26", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "3433", - "Body" : "{\"@odata.context\":\"https://azs-sdk23574674becb.search-dogfood.windows-int.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00f4tel en ville si vous aimez les h\\u00f4tels de luxe. Ils ont une magnifique piscine \\u00e0 d\\u00e9bordement, un spa et un concierge tr\\u00e8s utile. L'emplacement est parfait \\u2013 en plein centre, \\u00e0 proximit\\u00e9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00f4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c9conomisez jusqu'\\u00e0 50% sur les h\\u00f4tels traditionnels. WiFi gratuit, tr\\u00e8s bien situ\\u00e9 pr\\u00e8s du centre-ville, cuisine compl\\u00e8te, laveuse & s\\u00e9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00e8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c9conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Cheapest hotel in town. Infact, a motel.\",\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00f4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", + "Content-Length" : "3546", + "Body" : "{\"@odata.context\":\"https://azs-sdk988564fdbcd.search.windows.net/indexes('hotels')/$metadata#docs(*)\",\"value\":[{\"@search.text\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"HotelId\":\"1\",\"HotelName\":\"Fancy Stay\",\"Description\":\"Best hotel in town if you like luxury hotels. They have an amazing infinity pool, a spa, and a really helpful concierge. The location is perfect -- right downtown, close to all the tourist attractions. We highly recommend this hotel.\",\"Description_fr\":\"Meilleur h\\u00c3\\u00b4tel en ville si vous aimez les h\\u00c3\\u00b4tels de luxe. Ils ont une magnifique piscine \\u00c3\\u00a0 d\\u00c3\\u00a9bordement, un spa et un concierge tr\\u00c3\\u00a8s utile. L'emplacement est parfait \\u00e2\\u20ac\\u201c en plein centre, \\u00c3\\u00a0 proximit\\u00c3\\u00a9 de toutes les attractions touristiques. Nous recommandons fortement cet h\\u00c3\\u00b4tel.\",\"Category\":\"Luxury\",\"Tags\":[\"pool\",\"view\",\"wifi\",\"concierge\"],\"ParkingIncluded\":false,\"SmokingAllowed\":false,\"LastRenovationDate\":\"2010-06-27T00:00:00Z\",\"Rating\":5,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,47.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]},{\"@search.text\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"HotelId\":\"10\",\"HotelName\":\"Countryside Hotel\",\"Description\":\"Save up to 50% off traditional hotels. Free WiFi, great location near downtown, full kitchen, washer & dryer, 24/7 support, bowling alley, fitness center and more.\",\"Description_fr\":\"\\u00c3\\u2030conomisez jusqu'\\u00c3\\u00a0 50% sur les h\\u00c3\\u00b4tels traditionnels. WiFi gratuit, tr\\u00c3\\u00a8s bien situ\\u00c3\\u00a9 pr\\u00c3\\u00a8s du centre-ville, cuisine compl\\u00c3\\u00a8te, laveuse & s\\u00c3\\u00a9cheuse, support 24/7, bowling, centre de fitness et plus encore.\",\"Category\":\"Budget\",\"Tags\":[\"24-hour front desk service\",\"coffee in lobby\",\"restaurant\"],\"ParkingIncluded\":false,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1999-09-06T00:00:00Z\",\"Rating\":3,\"Location\":{\"type\":\"Point\",\"coordinates\":[-78.940483,35.90416],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":{\"StreetAddress\":\"6910 Fayetteville Rd\",\"City\":\"Durham\",\"StateProvince\":\"NC\",\"PostalCode\":\"27713\",\"Country\":\"USA\"},\"Rooms\":[{\"Description\":\"Suite, 1 King Bed (Amenities)\",\"Description_fr\":\"Suite, 1 tr\\u00c3\\u00a8s grand lit (Services)\",\"Type\":\"Suite\",\"BaseRate\":2.44,\"BedOptions\":\"1 King Bed\",\"SleepsCount\":2,\"SmokingAllowed\":true,\"Tags\":[\"coffee maker\"]},{\"Description\":\"Budget Room, 1 Queen Bed (Amenities)\",\"Description_fr\":\"Chambre \\u00c3\\u2030conomique, 1 grand lit (Services)\",\"Type\":\"Budget Room\",\"BaseRate\":7.69,\"BedOptions\":\"1 Queen Bed\",\"SleepsCount\":2,\"SmokingAllowed\":false,\"Tags\":[\"coffee maker\"]}]},{\"@search.text\":\"Cheapest hotel in town. Infact, a motel.\",\"HotelId\":\"2\",\"HotelName\":\"Roach Motel\",\"Description\":\"Cheapest hotel in town. Infact, a motel.\",\"Description_fr\":\"H\\u00c3\\u00b4tel le moins cher en ville. Infact, un motel.\",\"Category\":\"Budget\",\"Tags\":[\"motel\",\"budget\"],\"ParkingIncluded\":true,\"SmokingAllowed\":true,\"LastRenovationDate\":\"1982-04-28T00:00:00Z\",\"Rating\":1,\"Location\":{\"type\":\"Point\",\"coordinates\":[-122.131577,49.678581],\"crs\":{\"type\":\"name\",\"properties\":{\"name\":\"EPSG:4326\"}}},\"Address\":null,\"Rooms\":[]}]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk988564fdbcd" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsFailsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsFailsOnNoResource.json index ec07395bb4a4..4ef4aad9f954 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsFailsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsFailsOnNoResource.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk879956229703.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk70952d0cd9f.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6484cbec-3cf6-4555-9a43-c9fdcc2c8682", + "request-id" : "0d7a735d-45d9-44c7-8f59-cfa7024770d7", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:00:33 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:28 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "46", + "elapsed-time" : "19", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk70952d0cd9f" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsSucceedsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsSucceedsOnExistingResource.json index cb50337763ca..0de19ca86ea4 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfExistsSucceedsOnExistingResource.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk5ae63550283a.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk16666a7c9d0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "1f2b7d87-b249-4a2d-9058-a54dfce18354", + "request-id" : "9878cc52-5ce3-4d12-990d-4ea6c8a345e5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:58:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EBF270CA6\"", - "elapsed-time" : "57", + "ETag" : "W/\"0x8D7B95FF4B59F69\"", + "elapsed-time" : "55", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk5ae63550283a.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EBF270CA6\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk16666a7c9d0.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF4B59F69\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5ae63550283a.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk16666a7c9d0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk5ae63550283a.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk16666a7c9d0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4037b219-b61a-4267-87a4-3ab65b84761d", + "request-id" : "c4656364-f5b0-4776-861d-d3a216cda20b", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:58:57 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:07 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EBF4A0556\"", - "elapsed-time" : "43", + "ETag" : "W/\"0x8D7B95FF4BCF3BC\"", + "elapsed-time" : "45", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "406", - "Body" : "{\"@odata.context\":\"https://azs-sdk5ae63550283a.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EBF4A0556\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "393", + "Body" : "{\"@odata.context\":\"https://azs-sdk16666a7c9d0.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF4BCF3BC\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk16666a7c9d0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedFailsWhenResourceChanged.json b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedFailsWhenResourceChanged.json index 27a89b61789d..f5f980a49a94 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedFailsWhenResourceChanged.json @@ -1,65 +1,65 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk73245946169d.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk59137859af0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "6c8ab8f7-ec29-47e1-af27-d52890970da0", + "request-id" : "464e828a-f7fb-4377-8c1f-96f18c32542c", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 06:59:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EC8054A9D\"", - "elapsed-time" : "46", + "ETag" : "W/\"0x8D7B95FF9FFE5E3\"", + "elapsed-time" : "81", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk73245946169d.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EC8054A9D\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk59137859af0.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FF9FFE5E3\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk73245946169d.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk59137859af0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk73245946169d.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk59137859af0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "09385f71-ad64-48ec-baa7-f6d61d2817bf", + "request-id" : "08a4a52b-0128-4202-a5b3-49d14d5f6e03", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 06:59:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EC8250E65\"", - "elapsed-time" : "29", + "ETag" : "W/\"0x8D7B95FFA07FDB0\"", + "elapsed-time" : "35", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "406", - "Body" : "{\"@odata.context\":\"https://azs-sdk73245946169d.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EC8250E65\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "393", + "Body" : "{\"@odata.context\":\"https://azs-sdk59137859af0.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B95FFA07FDB0\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk73245946169d.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk59137859af0.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "75cb04eb-451b-423f-9f60-339242d916ba", + "request-id" : "d81ca458-ab18-4ea8-9eb9-ae2ea41874a1", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 06:59:12 GMT", + "Date" : "Mon, 24 Feb 2020 19:30:16 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", "elapsed-time" : "7", @@ -73,5 +73,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk59137859af0" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json index 74af1bf42dff..6698bc438c35 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateDataSourceIfNotChangedSucceedsWhenResourceUnchanged.json @@ -1,53 +1,53 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk08d965771648.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk16498e4d720.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7b52120d-1854-4080-9cb6-da86d0496e2b", + "request-id" : "07274fe9-68fd-409f-ac79-4988a106133a", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:00:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF503E0DA\"", - "elapsed-time" : "74", + "ETag" : "W/\"0x8D7B96020F556D6\"", + "elapsed-time" : "54", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "410", - "Body" : "{\"@odata.context\":\"https://azs-sdk08d965771648.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF503E0DA\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "397", + "Body" : "{\"@odata.context\":\"https://azs-sdk16498e4d720.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96020F556D6\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"Some data source\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk08d965771648.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06" + "Location" : "https://azs-sdk16498e4d720.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk08d965771648.search-dogfood.windows-int.net/datasources('azs-java-test-blob')?api-version=2019-05-06", + "Uri" : "https://azs-sdk16498e4d720.search.windows.net/datasources('azs-java-test-blob')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "7aaf63ea-6a9f-415d-a9da-f13cf33dacba", + "request-id" : "1ede6f49-8eec-4421-b53d-9f0c1fe82373", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:00:27 GMT", + "Date" : "Mon, 24 Feb 2020 19:31:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883EF522BA04\"", - "elapsed-time" : "36", + "ETag" : "W/\"0x8D7B96020FC35E2\"", + "elapsed-time" : "39", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "406", - "Body" : "{\"@odata.context\":\"https://azs-sdk08d965771648.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883EF522BA04\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "393", + "Body" : "{\"@odata.context\":\"https://azs-sdk16498e4d720.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96020FC35E2\\\"\",\"name\":\"azs-java-test-blob\",\"description\":\"somethingnew\",\"type\":\"azureblob\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"fakecontainer\",\"query\":\"/fakefolder/\"},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk16498e4d720" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsFailsOnNoResource.json b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsFailsOnNoResource.json index 212fc0b74276..e44d7a0f611b 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsFailsOnNoResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsFailsOnNoResource.json @@ -1,19 +1,19 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdka856792108e9.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk69501020fa5.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "ee09e29d-e710-4148-950a-a81c90bcd3a5", + "request-id" : "75461308-f394-4714-9693-ae8d1f2ad74d", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:02:56 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:25 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "45", + "elapsed-time" : "22", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -24,5 +24,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk69501020fa5" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsSucceedsOnExistingResource.json b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsSucceedsOnExistingResource.json index 9a234f3aefa5..fe9dd4d4b707 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsSucceedsOnExistingResource.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfExistsSucceedsOnExistingResource.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10631029258.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "58bdb977-19a1-475d-94b6-a4e7c6a965e0", + "request-id" : "1e148dd0-1ecd-419b-b685-6cf2f25b93aa", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:02 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:34 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F513C3382\"", - "elapsed-time" : "50", + "ETag" : "W/\"0x8D7B96093DEEAF4\"", + "elapsed-time" : "44", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F513C3382\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk10631029258.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B96093DEEAF4\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk10631029258.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk10631029258.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "144f3f96-5304-4da7-9bbc-060a76488d60", + "request-id" : "d40ba03f-e811-4275-a504-003d015b418b", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F52356E15\"", - "elapsed-time" : "1478", + "ETag" : "W/\"0x8D7B9609450FB97\"", + "elapsed-time" : "768", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F52356E15\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk10631029258.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B9609450FB97\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk10631029258.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10631029258.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d4edc582-c421-4ddb-96a4-90ec160b922a", + "request-id" : "2c10878c-8995-4658-8d2c-ef714635fd30", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:03:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F526030A2\"", - "elapsed-time" : "146", + "ETag" : "W/\"0x8D7B9609466F8A1\"", + "elapsed-time" : "156", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F526030A2\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk10631029258.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9609466F8A1\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk10631029258.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk10631029258.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "66a0f658-bc99-4505-af61-fba6b6f0fbc8", + "request-id" : "116d3518-355f-4dce-9983-86e9ae47634e", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:03:04 GMT", + "Date" : "Mon, 24 Feb 2020 19:34:35 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F52966738\"", - "elapsed-time" : "112", + "ETag" : "W/\"0x8D7B96094BDDB23\"", + "elapsed-time" : "556", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "432", - "Body" : "{\"@odata.context\":\"https://azs-sdk0eb65088817c.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F52966738\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "419", + "Body" : "{\"@odata.context\":\"https://azs-sdk10631029258.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96094BDDB23\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk10631029258" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedFailsWhenResourceChanged.json b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedFailsWhenResourceChanged.json index cf7ea300e8bf..c5547c804d95 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedFailsWhenResourceChanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedFailsWhenResourceChanged.json @@ -1,118 +1,118 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk72020a7ffec.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "dba70f3c-6834-4623-889d-8f4cad24c778", + "request-id" : "34a3728b-5671-48dc-a367-8905d726f4f7", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:37 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F239E2E51\"", - "elapsed-time" : "122", + "ETag" : "W/\"0x8D7B9607205C9D6\"", + "elapsed-time" : "45", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F239E2E51\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk72020a7ffec.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9607205C9D6\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk72020a7ffec.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk72020a7ffec.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a1ae670b-5999-4971-a0c0-709422febc01", + "request-id" : "5891df68-0d13-4959-a408-44d53ffaf128", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:45 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F242A385F\"", - "elapsed-time" : "758", + "ETag" : "W/\"0x8D7B960728A2D5B\"", + "elapsed-time" : "884", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F242A385F\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk72020a7ffec.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B960728A2D5B\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk72020a7ffec.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk72020a7ffec.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "a70c53e2-10fd-4e17-b831-c2ba196c3a3f", + "request-id" : "cde2ab56-b759-42a1-913b-53477b52ae77", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F24539B0E\"", - "elapsed-time" : "148", + "ETag" : "W/\"0x8D7B960729EA385\"", + "elapsed-time" : "149", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F24539B0E\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk72020a7ffec.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B960729EA385\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk72020a7ffec.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk72020a7ffec.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "10bc5ac8-594e-4ed4-9ccb-5a216ecf463d", + "request-id" : "d0ddb00c-3522-4bb4-962e-fe53ec34c7da", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F24A83581\"", - "elapsed-time" : "317", + "ETag" : "W/\"0x8D7B96072B675AF\"", + "elapsed-time" : "98", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "432", - "Body" : "{\"@odata.context\":\"https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F24A83581\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "419", + "Body" : "{\"@odata.context\":\"https://azs-sdk72020a7ffec.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96072B675AF\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk9e651105f9a2.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk72020a7ffec.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "31efa6d2-9a23-4bed-8bb6-ba92bcbe2607", + "request-id" : "29b67e78-759f-4d13-80fa-78075476df09", "StatusCode" : "412", - "Date" : "Tue, 24 Dec 2019 07:01:46 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:38 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "elapsed-time" : "11", + "elapsed-time" : "6", "OData-Version" : "4.0", "Expires" : "-1", "Content-Length" : "160", @@ -123,5 +123,5 @@ }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk72020a7ffec" ] } \ No newline at end of file diff --git a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json index e54459352cd6..0add9aa2ff6a 100644 --- a/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json +++ b/sdk/search/azure-search/src/test/resources/session-records/updateIndexerIfNotChangedSucceedsWhenResourceUnchanged.json @@ -1,103 +1,103 @@ { "networkCallRecords" : [ { "Method" : "PUT", - "Uri" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06", + "Uri" : "https://azs-sdk96062f6999e.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "d912d0b4-85eb-48a0-8ae9-bdb00d9f3f59", + "request-id" : "1e87697b-516f-4d9d-b980-fb70f7b57465", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:28 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:19 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F19A4A795\"", - "elapsed-time" : "82", + "ETag" : "W/\"0x8D7B9606782CC9E\"", + "elapsed-time" : "49", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "395", - "Body" : "{\"@odata.context\":\"https://azs-sdk5d381336f626.search-dogfood.windows-int.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7883F19A4A795\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", + "Content-Length" : "382", + "Body" : "{\"@odata.context\":\"https://azs-sdk96062f6999e.search.windows.net/$metadata#datasources/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606782CC9E\\\"\",\"name\":\"azs-java-test-sql\",\"description\":\"Some data source\",\"type\":\"azuresql\",\"subtype\":null,\"credentials\":{\"connectionString\":null},\"container\":{\"name\":\"GeoNamesRI\",\"query\":null},\"dataChangeDetectionPolicy\":null,\"dataDeletionDetectionPolicy\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/datasources('azs-java-test-sql')?api-version=2019-05-06" + "Location" : "https://azs-sdk96062f6999e.search.windows.net/datasources('azs-java-test-sql')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/indexes?api-version=2019-05-06", + "Uri" : "https://azs-sdk96062f6999e.search.windows.net/indexes?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "4098ee0c-8973-44f6-9e9a-fd3b05629c90", + "request-id" : "fd1d7045-3eee-4d3e-8cde-49aee4c1e853", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:20 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1A6F4E6A\"", - "elapsed-time" : "1173", + "ETag" : "W/\"0x8D7B96067FD6A58\"", + "elapsed-time" : "820", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "1003", - "Body" : "{\"@odata.context\":\"https://azs-sdk5d381336f626.search-dogfood.windows-int.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1A6F4E6A\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", + "Content-Length" : "990", + "Body" : "{\"@odata.context\":\"https://azs-sdk96062f6999e.search.windows.net/$metadata#indexes/$entity\",\"@odata.etag\":\"\\\"0x8D7B96067FD6A58\\\"\",\"name\":\"indexforindexers\",\"defaultScoringProfile\":null,\"fields\":[{\"name\":\"county_name\",\"type\":\"Edm.String\",\"searchable\":false,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"state\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":true,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":false,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]},{\"name\":\"feature_id\",\"type\":\"Edm.String\",\"searchable\":true,\"filterable\":false,\"retrievable\":true,\"sortable\":true,\"facetable\":true,\"key\":true,\"indexAnalyzer\":null,\"searchAnalyzer\":null,\"analyzer\":null,\"synonymMaps\":[]}],\"scoringProfiles\":[],\"corsOptions\":null,\"suggesters\":[],\"analyzers\":[],\"tokenizers\":[],\"tokenFilters\":[],\"charFilters\":[],\"encryptionKey\":null}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/indexes('indexforindexers')?api-version=2019-05-06" + "Location" : "https://azs-sdk96062f6999e.search.windows.net/indexes('indexforindexers')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk96062f6999e.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "93a747da-1a25-4bb4-a127-a2d36e027649", + "request-id" : "5069feaa-fab6-420d-b6eb-d02a22f8d6f5", "StatusCode" : "201", - "Date" : "Tue, 24 Dec 2019 07:01:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1A98D82D\"", - "elapsed-time" : "123", + "ETag" : "W/\"0x8D7B9606855FAD4\"", + "elapsed-time" : "618", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "414", - "Body" : "{\"@odata.context\":\"https://azs-sdk5d381336f626.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1A98D82D\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "401", + "Body" : "{\"@odata.context\":\"https://azs-sdk96062f6999e.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B9606855FAD4\\\"\",\"name\":\"name\",\"description\":null,\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal", - "Location" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06" + "Location" : "https://azs-sdk96062f6999e.search.windows.net/indexers('name')?api-version=2019-05-06" }, "Exception" : null }, { "Method" : "PUT", - "Uri" : "https://azs-sdk5d381336f626.search-dogfood.windows-int.net/indexers('name')?api-version=2019-05-06", + "Uri" : "https://azs-sdk96062f6999e.search.windows.net/indexers('name')?api-version=2019-05-06", "Headers" : { "Content-Type" : "application/json; charset=utf-8" }, "Response" : { "Pragma" : "no-cache", "retry-after" : "0", - "request-id" : "e94c30eb-504c-40be-9115-69d9aedd35bb", + "request-id" : "18e6b9bc-1bf2-4ce4-b97b-349308b16e1a", "StatusCode" : "200", - "Date" : "Tue, 24 Dec 2019 07:01:30 GMT", + "Date" : "Mon, 24 Feb 2020 19:33:21 GMT", "Strict-Transport-Security" : "max-age=15724800; includeSubDomains", "Cache-Control" : "no-cache", - "ETag" : "W/\"0x8D7883F1AC94132\"", - "elapsed-time" : "84", + "ETag" : "W/\"0x8D7B96068756F80\"", + "elapsed-time" : "146", "OData-Version" : "4.0", "Expires" : "-1", - "Content-Length" : "432", - "Body" : "{\"@odata.context\":\"https://azs-sdk5d381336f626.search-dogfood.windows-int.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7883F1AC94132\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", + "Content-Length" : "419", + "Body" : "{\"@odata.context\":\"https://azs-sdk96062f6999e.search.windows.net/$metadata#indexers/$entity\",\"@odata.etag\":\"\\\"0x8D7B96068756F80\\\"\",\"name\":\"name\",\"description\":\"ABrandNewDescription\",\"dataSourceName\":\"azs-java-test-sql\",\"skillsetName\":null,\"targetIndexName\":\"indexforindexers\",\"disabled\":null,\"schedule\":{\"interval\":\"P1D\",\"startTime\":\"0001-01-01T00:00:00Z\"},\"parameters\":null,\"fieldMappings\":[],\"outputFieldMappings\":[]}", "Preference-Applied" : "odata.include-annotations=\"*\"", "Content-Type" : "application/json; odata.metadata=minimal" }, "Exception" : null } ], - "variables" : [ ] + "variables" : [ "azs-sdk96062f6999e" ] } \ No newline at end of file