Searched refs:getPropertyPath (Results 1 – 3 of 3) sorted by relevance
103 assertThat(match.getPropertyPath()).isEqualTo(propertyKeyString); in testSingleStringSnippet()212 assertThat(match1.getPropertyPath()).isEqualTo("senderName"); in testMultipleStringSnippet()222 assertThat(match2.getPropertyPath()).isEqualTo("senderEmail"); in testMultipleStringSnippet()303 assertThat(match1.getPropertyPath()).isEqualTo("sender.name"); in testNestedDocumentSnippet()313 assertThat(match2.getPropertyPath()).isEqualTo("sender.email[1]"); in testNestedDocumentSnippet()
336 public String getPropertyPath() { in getPropertyPath() method in SearchResult.MatchInfo
309 method @NonNull public String getPropertyPath();