We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1d3c7 commit 2d5e4b3Copy full SHA for 2d5e4b3
fe/fe-core/src/main/java/org/apache/doris/catalog/EsTable.java
@@ -54,7 +54,7 @@
54
public class EsTable extends Table implements GsonPostProcessable {
55
// refrence: https://www.elastic.co/guide/en/elasticsearch/reference/current/doc-values.html
56
public static final Set<String> DEFAULT_DOCVALUE_DISABLED_FIELDS =
57
- new HashSet<>(Arrays.asList("text", "annotated_text"));
+ new HashSet<>(Arrays.asList("text", "annotated_text", "match_only_text"));
58
59
private static final Logger LOG = LogManager.getLogger(EsTable.class);
60
// Solr doc_values vs stored_fields performance-smackdown indicate:
0 commit comments