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