Searched defs:doc3 (Results 1 – 3 of 3) sorted by relevance
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/ast/searchtest/ |
| D | AbstractSyntaxTreeSearchCtsTestBase.java | 507 GenericDocument doc3 = in testComparatorNode_toString_doesNumericSearch() local 985 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Email") in testSemanticSearchNode_toString_allDefaults_returnsDocuments() local 1228 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Email") in testSemanticSearchNode_toString_noDefaults_returnsDocuments() local
|
| /appsearch/appsearch/src/androidTest/java/androidx/appsearch/cts/app/ |
| D | AppSearchSessionCtsTestBase.java | 2430 GenericDocument doc3 = in testQueryIndexableLongProperty_numericSearchEnabledSucceeds() local 7947 GenericDocument doc3 = new GenericDocument.Builder<>( in testQuery_hasPropertyFunction() local 8062 GenericDocument doc3 = new GenericDocument.Builder<>( in testQuery_matchScoreExpression() local 8989 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Type") in testSearchSuggestion() local 9042 GenericDocument doc3 = new GenericDocument.Builder<>("namespace3", "id3", "Type") in testSearchSuggestion_namespaceFilter() local 9106 GenericDocument doc3 = new GenericDocument.Builder<>("namespace2", "id3", "Type") in testSearchSuggestion_documentIdFilter() local 9197 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Type3") in testSearchSuggestion_schemaFilter() local 9261 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Type") in testSearchSuggestion_differentPrefix() local 9317 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Type") in testSearchSuggestion_differentRankingStrategy() local 9529 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "Type") in testSearchSuggestion_multipleTerms() local [all …]
|
| /appsearch/appsearch-local-storage/src/androidTest/java/androidx/appsearch/localstorage/ |
| D | AppSearchImplTest.java | 1320 GenericDocument doc3 = new GenericDocument.Builder<>("namespace", "id3", "type") in testSearchSuggestion() local 1486 GenericDocument doc3 = new GenericDocument.Builder<>("namespace3", "id3", "type") in testSearchSuggestion_namespaceFilter() local
|