activated term_delta processor draft
This commit is contained in:
parent
f2e4d3a3fa
commit
abc2b1c1d4
|
@ -7,9 +7,10 @@ dependencies:
|
|||
- node
|
||||
- taxonomy
|
||||
- search_api
|
||||
- materio_sapi
|
||||
config:
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_famille
|
||||
- field.storage.node.body
|
||||
- field.storage.node.field_tags
|
||||
- field.storage.taxonomy_term.field_synonyms
|
||||
- field.storage.node.field_thesaurus
|
||||
|
@ -209,9 +210,12 @@ processor_settings:
|
|||
- processed
|
||||
- tag_name
|
||||
- tag_synonyms
|
||||
- tag_tid
|
||||
- thesaurus_name
|
||||
- thesaurus_synonyms
|
||||
- thesaurus_tid
|
||||
- title
|
||||
- uuid
|
||||
replacement: '|9999999998|'
|
||||
weights:
|
||||
postprocess_query: 0
|
||||
|
@ -246,6 +250,7 @@ processor_settings:
|
|||
solr_date_range:
|
||||
weights:
|
||||
preprocess_index: 0
|
||||
term_delta: { }
|
||||
tracker_settings:
|
||||
default:
|
||||
indexing_order: fifo
|
||||
|
|
Loading…
Reference in New Issue