Skip to content

Commit

Permalink
Correctly set the document summary as from-disk instead of True (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxice8 committed Nov 29, 2023
1 parent 8dfdecb commit f0b842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespa/templates/schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ schema {{ schema_name }}{% if schema.inherits %} inherits {{ schema.inherits }}{
{% endfor %}
{% endif %}
{% if document_summary.from_disk %}
{{ document_summary.from_disk }}
from-disk
{% endif %}
{% if document_summary.omit_summary_features %}
{{ document_summary.omit_summary_features }}
Expand Down

0 comments on commit f0b842b

Please sign in to comment.