Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema files from search_api_federated_solr #1

Merged
merged 1 commit into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions config/schema/federated_terms.schema.yml
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 config/schema/search_api_federated_solr.processor.schema.yml
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'