draft of materio_sapi autocomplete
This commit is contained in:
108
config/sync/search_api.index.autocomplete.yml
Normal file
108
config/sync/search_api.index.autocomplete.yml
Normal file
@@ -0,0 +1,108 @@
|
||||
uuid: 89507e1b-4a2c-4e27-9e90-e3278f805e3b
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- search_api_solr
|
||||
- taxonomy
|
||||
- search_api
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- search_api.server.materio
|
||||
third_party_settings:
|
||||
search_api_solr:
|
||||
finalize: false
|
||||
commit_before_finalize: false
|
||||
commit_after_finalize: false
|
||||
multilingual:
|
||||
limit_to_content_language: true
|
||||
include_language_independent: true
|
||||
highlighter:
|
||||
maxAnalyzedChars: 51200
|
||||
fragmenter: gap
|
||||
regex:
|
||||
slop: 0.5
|
||||
pattern: blank
|
||||
maxAnalyzedChars: 10000
|
||||
usePhraseHighlighter: true
|
||||
highlightMultiTerm: true
|
||||
preserveMulti: false
|
||||
highlight:
|
||||
mergeContiguous: false
|
||||
requireFieldMatch: false
|
||||
snippets: 3
|
||||
fragsize: 0
|
||||
advanced:
|
||||
index_prefix: ''
|
||||
id: autocomplete
|
||||
name: autocomplete
|
||||
description: ''
|
||||
read_only: false
|
||||
field_settings:
|
||||
field_synonyms:
|
||||
label: Synonyms
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: field_synonyms
|
||||
type: 'solr_text_custom:ngram'
|
||||
dependencies:
|
||||
config:
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
langcode:
|
||||
label: Language
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: langcode
|
||||
type: string
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
name:
|
||||
label: Name
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: name
|
||||
type: 'solr_text_custom:ngram'
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
status:
|
||||
label: Published
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: status
|
||||
type: boolean
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
tid:
|
||||
label: 'Term ID'
|
||||
datasource_id: 'entity:taxonomy_term'
|
||||
property_path: tid
|
||||
type: integer
|
||||
dependencies:
|
||||
module:
|
||||
- taxonomy
|
||||
datasource_settings:
|
||||
'entity:taxonomy_term':
|
||||
bundles:
|
||||
default: false
|
||||
selected:
|
||||
- tags
|
||||
- thesaurus
|
||||
languages:
|
||||
default: false
|
||||
selected:
|
||||
- en
|
||||
- fr
|
||||
processor_settings:
|
||||
add_url: { }
|
||||
aggregated_field: { }
|
||||
entity_status: { }
|
||||
rendered_item: { }
|
||||
solr_date_range:
|
||||
weights:
|
||||
preprocess_index: 0
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: fifo
|
||||
options:
|
||||
index_directly: true
|
||||
cron_limit: 50
|
||||
server: materio
|
Reference in New Issue
Block a user