Home
last modified time | relevance | path

Searched defs:typePropertyWeightsMap (Results 1 – 3 of 3) sorted by relevance

/appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/
DSearchSpecCtsTest.java390 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testGetTypePropertyWeights() local
413 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in testGetTypePropertyWeightPaths() local
436 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testGetTypePropertyWeightsWithAdvancedRanking() local
459 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = in testGetTypePropertyWeightPathsWithAdvancedRanking() local
734 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testTypePropertyWeightsForDocumentClass() local
760 Map<String, Map<String, Double>> typePropertyWeightsMap = searchSpec.getPropertyWeights(); in testTypePropertyWeightPathsForDocumentClass() local
/appsearch/appsearch/src/main/java/androidx/appsearch/app/
DSearchSpec.java619 Map<String, Map<String, Double>> typePropertyWeightsMap = new ArrayMap<>( in getPropertyWeights() local
647 Map<String, Map<PropertyPath, Double>> typePropertyWeightsMap = new ArrayMap<>( in getPropertyWeightPaths() local
/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/converter/
DSearchSpecToProtoConverter.java1084 @NonNull Map<String, Map<String, Double>> typePropertyWeightsMap, in addTypePropertyWeights()