You are here

search_api.index.acquia_search_index.yml in Acquia Search 3.x

Same filename and directory in other branches
  1. 2.x config/optional/search_api.index.acquia_search_index.yml
config/optional/search_api.index.acquia_search_index.yml

File

config/optional/search_api.index.acquia_search_index.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - search_api
  6. - search_api_solr
  7. - node
  8. config:
  9. - field.storage.node.body
  10. - search_api.server.acquia_search_server
  11. third_party_settings:
  12. search_api_solr:
  13. finalize: false
  14. commit_before_finalize: false
  15. commit_after_finalize: false
  16. highlighter:
  17. maxAnalyzedChars: 51200
  18. fragmenter: gap
  19. regex:
  20. slop: 0.5
  21. pattern: blank
  22. maxAnalyzedChars: 10000
  23. usePhraseHighlighter: true
  24. highlightMultiTerm: true
  25. preserveMulti: false
  26. highlight:
  27. mergeContiguous: false
  28. requireFieldMatch: false
  29. snippets: 3
  30. fragsize: 0
  31. advanced:
  32. index_prefix: ''
  33. id: acquia_search_index
  34. name: 'Acquia Search Solr Index'
  35. description: ''
  36. read_only: false
  37. field_settings:
  38. body:
  39. label: Body
  40. datasource_id: 'entity:node'
  41. property_path: body
  42. type: text
  43. dependencies:
  44. config:
  45. - field.storage.node.body
  46. node_grants:
  47. label: 'Node access information'
  48. property_path: search_api_node_grants
  49. type: string
  50. indexed_locked: true
  51. type_locked: true
  52. hidden: true
  53. status:
  54. label: status
  55. datasource_id: 'entity:node'
  56. property_path: status
  57. type: boolean
  58. indexed_locked: true
  59. type_locked: true
  60. dependencies:
  61. module:
  62. - node
  63. title:
  64. label: Title
  65. datasource_id: 'entity:node'
  66. property_path: title
  67. type: text
  68. dependencies:
  69. module:
  70. - node
  71. type:
  72. label: 'Content type'
  73. datasource_id: 'entity:node'
  74. property_path: type
  75. type: string
  76. dependencies:
  77. module:
  78. - node
  79. uid:
  80. label: uid
  81. datasource_id: 'entity:node'
  82. property_path: uid
  83. type: integer
  84. indexed_locked: true
  85. type_locked: true
  86. dependencies:
  87. module:
  88. - node
  89. datasource_settings:
  90. 'entity:node':
  91. bundles:
  92. default: true
  93. selected: { }
  94. languages:
  95. default: true
  96. selected: { }
  97. processor_settings:
  98. add_url: { }
  99. aggregated_field: { }
  100. content_access:
  101. weights:
  102. preprocess_query: -30
  103. entity_status: { }
  104. highlight:
  105. highlight: server
  106. highlight_partial: false
  107. excerpt: true
  108. excerpt_length: 400
  109. exclude_fields:
  110. - title
  111. prefix: '<strong>'
  112. suffix: '</strong>'
  113. weights:
  114. postprocess_query: 0
  115. html_filter:
  116. all_fields: true
  117. fields:
  118. - body
  119. - title
  120. title: true
  121. alt: true
  122. tags:
  123. b: 2
  124. em: 1
  125. h1: 5
  126. h2: 3
  127. h3: 2
  128. strong: 2
  129. u: 1
  130. weights:
  131. preprocess_index: -15
  132. preprocess_query: -15
  133. rendered_item: { }
  134. solr_date_range:
  135. weights:
  136. preprocess_index: 0
  137. type_boost:
  138. boosts:
  139. 'entity:node':
  140. datasource_boost: !!float 1
  141. weights:
  142. preprocess_index: 0
  143. tracker_settings:
  144. default:
  145. indexing_order: fifo
  146. options:
  147. index_directly: false
  148. cron_limit: 50
  149. server: acquia_search_server