Skip to content

Commit 86862ab

Browse files
committed
chore: delete old commented out code
1 parent 8c94cd1 commit 86862ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/io/weaviate/client/v1/experimental/SearchClient.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ public static SearchResult<Map<String, Object>> deserializeUntyped(SearchReply r
7676
}).toList();
7777

7878
return new SearchResult<Map<String, Object>>(objects);
79-
// return reply.getResultsList().stream()
80-
// .map(list -> list.getAllFields().entrySet().stream()
81-
// .collect(Collectors.toMap(
82-
// e -> e.getKey().getJsonName(),
83-
// e -> e.getValue())))
84-
// .toList();
8579
}
8680

8781
public SearchResult<T> nearVector(float[] vector) {

0 commit comments

Comments
 (0)