Skip to content

Commit 2d5e4b3

Browse files
committed
fix comment
1 parent 7c1d3c7 commit 2d5e4b3

File tree

1 file changed

+1
-1
lines changed
  • fe/fe-core/src/main/java/org/apache/doris/catalog

1 file changed

+1
-1
lines changed

fe/fe-core/src/main/java/org/apache/doris/catalog/EsTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
public class EsTable extends Table implements GsonPostProcessable {
5555
// refrence: https://www.elastic.co/guide/en/elasticsearch/reference/current/doc-values.html
5656
public static final Set<String> DEFAULT_DOCVALUE_DISABLED_FIELDS =
57-
new HashSet<>(Arrays.asList("text", "annotated_text"));
57+
new HashSet<>(Arrays.asList("text", "annotated_text", "match_only_text"));
5858

5959
private static final Logger LOG = LogManager.getLogger(EsTable.class);
6060
// Solr doc_values vs stored_fields performance-smackdown indicate:

0 commit comments

Comments
 (0)