You are here

search_api.index.default_index.yml in Search API 8

modules/search_api_db/search_api_db_defaults/config/optional/search_api.index.default_index.yml

File

modules/search_api_db/search_api_db_defaults/config/optional/search_api.index.default_index.yml
View source
  1. id: default_index
  2. name: 'Default content index'
  3. description: 'Default content index created by the Database Search Defaults module'
  4. read_only: false
  5. field_settings:
  6. author:
  7. label: 'Author name'
  8. type: string
  9. datasource_id: 'entity:node'
  10. property_path: 'uid:entity:name'
  11. changed:
  12. label: Changed
  13. type: date
  14. datasource_id: 'entity:node'
  15. property_path: changed
  16. created:
  17. label: 'Authored on'
  18. type: date
  19. datasource_id: 'entity:node'
  20. property_path: created
  21. field_tags:
  22. label: Tags
  23. type: integer
  24. datasource_id: 'entity:node'
  25. property_path: 'field_tags'
  26. node_grants:
  27. label: 'Node access information'
  28. type: string
  29. property_path: search_api_node_grants
  30. indexed_locked: true
  31. type_locked: true
  32. hidden: true
  33. rendered_item:
  34. label: 'Rendered item'
  35. type: text
  36. property_path: rendered_item
  37. configuration:
  38. roles:
  39. anonymous: anonymous
  40. view_mode:
  41. 'entity:node':
  42. article: search_index
  43. page: search_index
  44. status:
  45. label: 'Publishing status'
  46. type: boolean
  47. datasource_id: 'entity:node'
  48. property_path: status
  49. indexed_locked: true
  50. type_locked: true
  51. sticky:
  52. label: 'Sticky at top of lists'
  53. type: boolean
  54. datasource_id: 'entity:node'
  55. property_path: sticky
  56. title:
  57. label: Title
  58. type: text
  59. datasource_id: 'entity:node'
  60. property_path: title
  61. boost: 8
  62. type:
  63. label: 'Content type'
  64. type: string
  65. datasource_id: 'entity:node'
  66. property_path: type
  67. uid:
  68. label: 'Author ID'
  69. type: integer
  70. datasource_id: 'entity:node'
  71. property_path: uid
  72. indexed_locked: true
  73. type_locked: true
  74. processor_settings:
  75. add_url:
  76. weights:
  77. preprocess_index: -30
  78. aggregated_field:
  79. weights:
  80. add_properties: 20
  81. content_access:
  82. weights:
  83. preprocess_index: -6
  84. preprocess_query: -4
  85. entity_status:
  86. weights:
  87. preprocess_index: -10
  88. html_filter:
  89. weights:
  90. preprocess_index: -3
  91. preprocess_query: -6
  92. fields:
  93. - rendered_item
  94. title: true
  95. alt: true
  96. tags:
  97. h1: 5
  98. h2: 3
  99. h3: 2
  100. string: 2
  101. b: 2
  102. ignorecase:
  103. weights:
  104. preprocess_index: -5
  105. preprocess_query: -8
  106. fields:
  107. - rendered_item
  108. - title
  109. rendered_item:
  110. weights:
  111. add_properties: 0
  112. pre_index_save: -10
  113. stopwords:
  114. weights:
  115. preprocess_query: -10
  116. postprocess_query: -10
  117. fields:
  118. - rendered_item
  119. - title
  120. stopwords:
  121. - a
  122. - an
  123. - and
  124. - are
  125. - as
  126. - at
  127. - be
  128. - but
  129. - by
  130. - for
  131. - if
  132. - in
  133. - into
  134. - is
  135. - it
  136. - 'no'
  137. - not
  138. - of
  139. - 'on'
  140. - or
  141. - s
  142. - such
  143. - t
  144. - that
  145. - the
  146. - their
  147. - then
  148. - there
  149. - these
  150. - they
  151. - this
  152. - to
  153. - was
  154. - will
  155. - with
  156. tokenizer:
  157. weights:
  158. preprocess_index: -2
  159. preprocess_query: -5
  160. fields:
  161. - rendered_item
  162. - title
  163. spaces: ''
  164. overlap_cjk: 1
  165. minimum_word_size: '3'
  166. transliteration:
  167. weights:
  168. preprocess_index: -4
  169. preprocess_query: -7
  170. fields:
  171. - rendered_item
  172. - title
  173. options:
  174. cron_limit: 50
  175. index_directly: true
  176. datasource_settings:
  177. 'entity:node': { }
  178. tracker_settings:
  179. 'default': { }
  180. server: default_server
  181. status: true
  182. langcode: en
  183. dependencies:
  184. config:
  185. - field.field.node.article.field_tags
  186. - search_api.server.default_server
  187. module:
  188. - node