You are here

search_api_attachments.processor.schema.yml in Search API attachments 9.0.x

Same filename and directory in other branches
  1. 8 config/schema/search_api_attachments.processor.schema.yml
config/schema/search_api_attachments.processor.schema.yml

File

config/schema/search_api_attachments.processor.schema.yml
View source
  1. plugin.plugin_configuration.search_api_processor.file_attachments:
  2. type: mapping
  3. label: 'File attachments processor configuration'
  4. mapping:
  5. excluded_extensions:
  6. type: string
  7. label: 'Excluded file extensions'
  8. number_indexed:
  9. type: integer
  10. label: 'Number of files indexed per file field'
  11. number_first_bytes:
  12. type: string
  13. label: 'Size limit of the extracted string before indexing'
  14. max_filesize:
  15. type: string
  16. label: 'Maximum upload size'
  17. excluded_private:
  18. type: integer
  19. label: 'Exclude private files'
  20. excluded_mimes:
  21. type: string
  22. label: 'Excluded mime types'
  23. weights:
  24. type: sequence
  25. label: 'The processor''s weights for the different processing stages'
  26. sequence:
  27. type: integer
  28. label: 'The processor''s weight for this stage'