Apply seeming self-updates to search API
This commit is contained in:
parent
769a785e1a
commit
65d2bb9f4e
9 changed files with 421 additions and 237 deletions
|
@ -69,7 +69,6 @@ field_settings:
|
|||
module:
|
||||
- node
|
||||
- user
|
||||
- user
|
||||
node_grants:
|
||||
label: 'Node access information'
|
||||
property_path: search_api_node_grants
|
||||
|
@ -150,11 +149,23 @@ datasource_settings:
|
|||
selected: { }
|
||||
processor_settings:
|
||||
add_url: { }
|
||||
aggregated_field: { }
|
||||
content_access:
|
||||
weights:
|
||||
preprocess_query: -45
|
||||
entity_status: { }
|
||||
language_with_fallback: { }
|
||||
rendered_item: { }
|
||||
tokenizer:
|
||||
all_fields: false
|
||||
fields:
|
||||
- field_summary
|
||||
- rendered_item
|
||||
- title
|
||||
spaces: ''
|
||||
overlap_cjk: 1
|
||||
minimum_word_size: '3'
|
||||
weights:
|
||||
preprocess_index: -44
|
||||
preprocess_query: -46
|
||||
html_filter:
|
||||
all_fields: false
|
||||
fields:
|
||||
|
@ -171,17 +182,7 @@ processor_settings:
|
|||
weights:
|
||||
preprocess_index: -46
|
||||
preprocess_query: -47
|
||||
ignorecase:
|
||||
all_fields: false
|
||||
fields:
|
||||
- field_summary
|
||||
- name
|
||||
- rendered_item
|
||||
- title
|
||||
weights:
|
||||
preprocess_index: -49
|
||||
preprocess_query: -49
|
||||
rendered_item: { }
|
||||
entity_status: { }
|
||||
stopwords:
|
||||
all_fields: false
|
||||
fields:
|
||||
|
@ -227,18 +228,17 @@ processor_settings:
|
|||
weights:
|
||||
preprocess_index: -48
|
||||
preprocess_query: -50
|
||||
tokenizer:
|
||||
aggregated_field: { }
|
||||
ignorecase:
|
||||
all_fields: false
|
||||
fields:
|
||||
- field_summary
|
||||
- name
|
||||
- rendered_item
|
||||
- title
|
||||
spaces: ''
|
||||
overlap_cjk: 1
|
||||
minimum_word_size: '3'
|
||||
weights:
|
||||
preprocess_index: -44
|
||||
preprocess_query: -46
|
||||
preprocess_index: -49
|
||||
preprocess_query: -49
|
||||
transliteration:
|
||||
all_fields: false
|
||||
fields:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue