You are here

search_api.index.solr_search_index.yml in Search API Solr 4.x

tests/modules/search_api_solr_test/config/install/search_api.index.solr_search_index.yml

File

tests/modules/search_api_solr_test/config/install/search_api.index.solr_search_index.yml
View source
  1. id: solr_search_index
  2. name: 'Test index'
  3. description: 'An index used for testing'
  4. read_only: false
  5. field_settings:
  6. id:
  7. label: ID
  8. type: integer
  9. datasource_id: 'entity:entity_test_mulrev_changed'
  10. property_path: id
  11. name:
  12. label: Name
  13. type: text
  14. datasource_id: 'entity:entity_test_mulrev_changed'
  15. property_path: name
  16. boost: 5.0
  17. created:
  18. label: Authored on
  19. type: date
  20. datasource_id: 'entity:entity_test_mulrev_changed'
  21. property_path: created
  22. changed:
  23. label: Updated on
  24. type: date
  25. datasource_id: 'entity:entity_test_mulrev_changed'
  26. property_path: changed
  27. body:
  28. label: Body
  29. type: text
  30. datasource_id: 'entity:entity_test_mulrev_changed'
  31. property_path: body
  32. body_unstemmed:
  33. label: Body
  34. type: solr_text_unstemmed
  35. datasource_id: 'entity:entity_test_mulrev_changed'
  36. property_path: body
  37. body_spellcheck:
  38. label: Body
  39. type: solr_text_spellcheck
  40. datasource_id: 'entity:entity_test_mulrev_changed'
  41. property_path: body
  42. body_suggest:
  43. label: Body
  44. type: solr_text_suggester
  45. datasource_id: 'entity:entity_test_mulrev_changed'
  46. property_path: body
  47. type:
  48. label: Type
  49. type: string
  50. datasource_id: 'entity:entity_test_mulrev_changed'
  51. property_path: type
  52. keywords:
  53. label: Keywords
  54. type: string
  55. datasource_id: 'entity:entity_test_mulrev_changed'
  56. property_path: keywords
  57. category:
  58. label: Category
  59. type: string
  60. datasource_id: 'entity:entity_test_mulrev_changed'
  61. property_path: category
  62. category_edge:
  63. label: Category Edge Ngram
  64. type: 'solr_text_custom:edge'
  65. datasource_id: 'entity:entity_test_mulrev_changed'
  66. property_path: category
  67. category_edge_string:
  68. label: Category Edge Ngram String
  69. type: 'solr_text_custom:edgestring'
  70. datasource_id: 'entity:entity_test_mulrev_changed'
  71. property_path: category
  72. category_ngram:
  73. label: Category Ngram
  74. type: 'solr_text_custom:ngram'
  75. datasource_id: 'entity:entity_test_mulrev_changed'
  76. property_path: category
  77. category_ngram_string:
  78. label: Category Ngram String
  79. type: 'solr_text_custom:ngramstring'
  80. datasource_id: 'entity:entity_test_mulrev_changed'
  81. property_path: category
  82. width:
  83. label: Width
  84. type: decimal
  85. datasource_id: 'entity:entity_test_mulrev_changed'
  86. property_path: width
  87. processor_settings:
  88. add_url:
  89. weights:
  90. preprocess_index: -30
  91. aggregated_field:
  92. weights:
  93. add_properties: 20
  94. highlight:
  95. highlight: server
  96. highlight_partial: false
  97. excerpt: true
  98. excerpt_length: 256
  99. exclude_fields: { }
  100. prefix: '<strong>'
  101. suffix: '</strong>'
  102. weights:
  103. postprocess_query: 0
  104. rendered_item:
  105. weights:
  106. add_properties: 0
  107. pre_index_save: -10
  108. options:
  109. cron_limit: -1
  110. index_directly: false
  111. datasource_settings:
  112. 'entity:entity_test_mulrev_changed': { }
  113. tracker_settings:
  114. 'default': { }
  115. server: solr_search_server
  116. status: true
  117. langcode: en
  118. dependencies:
  119. config:
  120. - field.field.entity_test_mulrev_changed.article.body
  121. - field.field.entity_test_mulrev_changed.article.keywords
  122. - field.field.entity_test_mulrev_changed.article.category
  123. - field.field.entity_test_mulrev_changed.article.width
  124. - field.field.entity_test_mulrev_changed.item.body
  125. - field.field.entity_test_mulrev_changed.item.keywords
  126. - field.field.entity_test_mulrev_changed.item.category
  127. - field.field.entity_test_mulrev_changed.item.width
  128. - field.storage.entity_test_mulrev_changed.body
  129. - field.storage.entity_test_mulrev_changed.keywords
  130. - field.storage.entity_test_mulrev_changed.category
  131. - field.storage.entity_test_mulrev_changed.width
  132. - search_api.server.solr_search_server
  133. module:
  134. - entity_test
  135. third_party_settings:
  136. search_api_solr:
  137. finalize: false
  138. commit_before_finalize: false
  139. commit_after_finalize: false
  140. highlighter:
  141. maxAnalyzedChars: 51200
  142. fragmenter: regex
  143. regex:
  144. slop: 0.5
  145. pattern: blank
  146. maxAnalyzedChars: 10000
  147. usePhraseHighlighter: true
  148. highlightMultiTerm: true
  149. preserveMulti: false
  150. highlight:
  151. mergeContiguous: false
  152. requireFieldMatch: false
  153. snippets: 3
  154. fragsize: 0
  155. advanced:
  156. index_prefix: 'index_prefix'
  157. multilingual:
  158. limit_to_content_language: false
  159. include_language_independent: false