Make the Drilldown form even better
This commit is contained in:
@@ -38,19 +38,18 @@ def construct_query(query, fields, results):
|
||||
"fuzzy_transpositions": True,
|
||||
"fuzzy_max_expansions": 50,
|
||||
"fuzzy_prefix_length": 0,
|
||||
"minimum_should_match": 1,
|
||||
# "minimum_should_match": 1,
|
||||
"default_operator": "or",
|
||||
"analyzer": "standard",
|
||||
"lenient": False,
|
||||
"lenient": True,
|
||||
"boost": 1,
|
||||
"allow_leading_wildcard": True,
|
||||
"enable_position_increments": False,
|
||||
# "enable_position_increments": False,
|
||||
"phrase_slop": 3,
|
||||
"max_determinized_states": 10000,
|
||||
"time_zone": "-08:00",
|
||||
# "max_determinized_states": 10000,
|
||||
"quote_field_suffix": "",
|
||||
"quote_analyzer": "standard",
|
||||
"analyze_wildcard": True,
|
||||
"analyze_wildcard": False,
|
||||
"auto_generate_synonyms_phrase_query": True,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user