-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from palantirnet/PL-34-schema-settings-field-map
Add schema files from search_api_federated_solr
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
field.storage_settings.mapped_terms: | ||
type: mapping | ||
label: 'Mapped Term settings' | ||
mapping: | ||
max_length: | ||
type: integer | ||
label: 'Maximum length' | ||
is_ascii: | ||
type: boolean | ||
label: 'Contains US ASCII characters only' | ||
|
||
field.widget.settings.mapped_terms_textfield: | ||
type: mapping | ||
label: 'Mapped Terms Textfield' | ||
mapping: | ||
size: | ||
type: integer | ||
label: 'Size of textfield' | ||
placeholder: | ||
type: label | ||
label: 'Placeholder' |
21 changes: 21 additions & 0 deletions
21
config/schema/search_api_federated_solr.processor.schema.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
search_api.property_configuration.mapped_field: | ||
type: mapping | ||
label: 'Mapped fields configuration' | ||
mapping: | ||
field_data: | ||
type: sequence | ||
label: 'The fields to be aggregated' | ||
sequence: | ||
type: sequence | ||
label: 'The entity type' | ||
sequence: | ||
type: string | ||
label: 'The bundle type' | ||
|
||
search_api.property_configuration.site_name: | ||
type: mapping | ||
label: 'Site name processor configuration' | ||
mapping: | ||
site_name: | ||
type: string | ||
label: 'The name of the site' |