Skip to content

Commit

Permalink
remove comment note to self
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy Prentice authored and Indy Prentice committed Jul 24, 2023
1 parent c9ff11e commit ba70192
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ private static String unquote(String query) {
private static boolean isQuoted(String query) {
return Stream.of("\"", "'").anyMatch(query::contains);
}

private Optional<QueryBuilder> getSimpleQuery(@Nullable QueryConfiguration customQueryConfig,
List<EntitySpec> entitySpecs,
String sanitizedQuery) {
Expand All @@ -178,7 +177,6 @@ private Optional<QueryBuilder> getSimpleQuery(@Nullable QueryConfiguration custo
BoolQueryBuilder simplePerField = QueryBuilders.boolQuery();
// Simple query string does not use per field analyzers
// Group the fields by analyzer
// talvez aqui?
Map<String, List<SearchFieldConfig>> analyzerGroup = entitySpecs.stream()
.map(this::getStandardFields)
.flatMap(Set::stream)
Expand Down

0 comments on commit ba70192

Please sign in to comment.