Skip to content

Commit ab0adc1

Browse files
martinrodeclaude
andcommitted
custom_types: add skiptermsfield to the example type
A text_oneline subfield with skipTerms: true - indexed in OpenSearch but kept out of the suggest term tables. Demonstrates and exercises fylr's custom-mapping skipTerms flag (fylr #79739). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 84b7ceb commit ab0adc1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

manifest.master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,11 @@ custom_types:
612612
type: double
613613
geofield:
614614
type: geo_json
615+
# Indexed in OpenSearch like a normal text subfield, but kept out of the
616+
# suggest term tables (term/object_term) via skipTerms.
617+
skiptermsfield:
618+
type: text_oneline
619+
skipTerms: true
615620
config:
616621
schema:
617622
- name: fylr_example_config

0 commit comments

Comments
 (0)