From 593ad820faced523c3ce738f0dab4390f498040a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 11 Oct 2023 16:49:43 +0200 Subject: [PATCH] Adjust comment a bit --- src/test/java/io/quarkus/search/app/SearchServiceTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/io/quarkus/search/app/SearchServiceTest.java b/src/test/java/io/quarkus/search/app/SearchServiceTest.java index bae57cb1..6e7a6453 100644 --- a/src/test/java/io/quarkus/search/app/SearchServiceTest.java +++ b/src/test/java/io/quarkus/search/app/SearchServiceTest.java @@ -121,8 +121,7 @@ private static List relevance_params() { // I wonder if we could use something similar to https://stackoverflow.com/a/74737474/5043585 // to have some sort of weight in the documents and prioritize some of them // problem will be to find the right balance because the weight would be always on - // another option could be to use the keyword to trick some searches - // I suspect we should make the keywords a List separated by , and a proper list in the index rather than what it is currently + // another option could be to use the keywords to trick some searches Arguments.of("orm", List.of( // TODO Shouldn't the ORM guide be before Panache? GuideIds.HIBERNATE_ORM_PANACHE,