Page MenuHomePhabricator
Paste P7534

hebrew intitle with "
ActivePublic

Authored by EBernhardson on Sep 11 2018, 6:48 PM.
Tags
None
Referenced Files
F25778084:
Sep 11 2018, 6:48 PM
Subscribers
None
{
"_source": false,
"query": {
"bool": {
"filter": [
{
"query_string": {
"query": "אומ\\\"ץ",
"fields": [
"title",
"title.plain",
"redirect.title",
"redirect.title.plain"
],
"default_operator": "AND",
"allow_leading_wildcard": false,
"fuzzy_prefix_length": 2,
"rewrite": "top_terms_boost_1024"
}
}
]
}
},
"highlight": {
"pre_tags": [""],
"post_tags": [""],
"highlight_query": {
"query_string": {
"query": "אומ\\\"ץ",
"fields": [
"title",
"title.plain",
"redirect.title",
"redirect.title.plain"
],
"default_operator": "AND",
"allow_leading_wildcard": false,
"fuzzy_prefix_length": 2,
"rewrite": "top_terms_boost_1024"
}
},
"fields": {
"title": {
"type": "experimental",
"fragmenter": "none",
"number_of_fragments": 1,
"matched_fields": [
"title",
"title.plain"
]
},
"redirect.title": {
"type": "experimental",
"fragmenter": "none",
"number_of_fragments": 1,
"matched_fields": [
"redirect.title",
"redirect.title.plain"
],,
"options": {
"skip_if_last_matched": true
}
}
}
}
}