You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/springframework/data/elasticsearch/backend/elasticsearch7/query/NativeSearchQueryBuilder.java
+23
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@
54
54
* @author Farid Azaza
55
55
* @author Peter-Josef Meisch
56
56
* @author Peer Mueller
57
+
* @author vdisk
57
58
*/
58
59
publicclassNativeSearchQueryBuilder {
59
60
@@ -67,6 +68,7 @@ public class NativeSearchQueryBuilder {
Copy file name to clipboardExpand all lines: src/test/java/org/springframework/data/elasticsearch/backend/elasticsearch7/CriteriaQueryMappingUnitTests.java
0 commit comments