You are here

search_api.index.panopoly_search_db_node_index.yml in Panopoly Search 8.2

modules/panopoly_search_db/config/install/search_api.index.panopoly_search_db_node_index.yml

File

modules/panopoly_search_db/config/install/search_api.index.panopoly_search_db_node_index.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - node
  6. - search_api
  7. config:
  8. - field.storage.node.body
  9. - search_api.server.panopoly_search_db_server
  10. - core.entity_view_mode.node.full
  11. id: panopoly_search_db_node_index
  12. name: 'Database Node Index'
  13. description: ''
  14. read_only: false
  15. field_settings:
  16. created:
  17. label: 'Authored on'
  18. datasource_id: 'entity:node'
  19. property_path: created
  20. type: date
  21. dependencies:
  22. module:
  23. - node
  24. nid:
  25. label: ID
  26. datasource_id: 'entity:node'
  27. property_path: nid
  28. type: integer
  29. dependencies:
  30. module:
  31. - node
  32. node_grants:
  33. label: 'Node access information'
  34. property_path: search_api_node_grants
  35. type: string
  36. indexed_locked: true
  37. type_locked: true
  38. hidden: true
  39. processed:
  40. label: 'Body » Processed text'
  41. datasource_id: 'entity:node'
  42. property_path: 'body:processed'
  43. type: text
  44. dependencies:
  45. config:
  46. - field.storage.node.body
  47. rendered_item:
  48. label: 'Rendered HTML output'
  49. property_path: rendered_item
  50. type: text
  51. configuration:
  52. roles:
  53. anonymous: anonymous
  54. view_mode:
  55. 'entity:node':
  56. panopoly_content_page: full
  57. panopoly_landing_page: full
  58. panopoly_test_content_page: full
  59. panopoly_test_landing_page: full
  60. panopoly_test_page_simple: full
  61. status:
  62. label: Published
  63. datasource_id: 'entity:node'
  64. property_path: status
  65. type: boolean
  66. indexed_locked: true
  67. type_locked: true
  68. dependencies:
  69. module:
  70. - node
  71. summary_processed:
  72. label: 'Body » Processed summary'
  73. datasource_id: 'entity:node'
  74. property_path: 'body:summary_processed'
  75. type: text
  76. dependencies:
  77. config:
  78. - field.storage.node.body
  79. title:
  80. label: Title
  81. datasource_id: 'entity:node'
  82. property_path: title
  83. type: text
  84. boost: !!float 8
  85. dependencies:
  86. module:
  87. - node
  88. type:
  89. label: 'Content type'
  90. datasource_id: 'entity:node'
  91. property_path: type
  92. type: string
  93. dependencies:
  94. module:
  95. - node
  96. uid:
  97. label: 'Authored by'
  98. datasource_id: 'entity:node'
  99. property_path: uid
  100. type: integer
  101. indexed_locked: true
  102. type_locked: true
  103. dependencies:
  104. module:
  105. - node
  106. url:
  107. label: URI
  108. property_path: search_api_url
  109. type: string
  110. configuration:
  111. absolute: false
  112. datasource_settings:
  113. 'entity:node':
  114. bundles:
  115. default: true
  116. selected: { }
  117. languages:
  118. default: true
  119. selected: { }
  120. processor_settings:
  121. add_url: { }
  122. aggregated_field: { }
  123. content_access:
  124. weights:
  125. preprocess_query: -30
  126. entity_status: { }
  127. html_filter:
  128. all_fields: false
  129. fields:
  130. - processed
  131. - rendered_item
  132. - summary_processed
  133. - title
  134. - type
  135. - url
  136. title: true
  137. alt: true
  138. tags:
  139. b: 2
  140. em: 1
  141. h1: 5
  142. h2: 3
  143. h3: 2
  144. strong: 2
  145. u: 1
  146. weights:
  147. preprocess_index: -15
  148. preprocess_query: -15
  149. ignorecase:
  150. all_fields: false
  151. fields:
  152. - processed
  153. - rendered_item
  154. - summary_processed
  155. - title
  156. - type
  157. - url
  158. weights:
  159. preprocess_index: -20
  160. preprocess_query: -20
  161. language_with_fallback: { }
  162. rendered_item: { }
  163. tokenizer:
  164. all_fields: false
  165. fields:
  166. - processed
  167. - rendered_item
  168. - summary_processed
  169. - title
  170. ignored: ._-
  171. spaces: ''
  172. overlap_cjk: 1
  173. minimum_word_size: '3'
  174. weights:
  175. preprocess_index: -6
  176. preprocess_query: -6
  177. tracker_settings:
  178. default:
  179. indexing_order: fifo
  180. options:
  181. index_directly: true
  182. cron_limit: 20
  183. server: panopoly_search_db_server