Fix max_analyzed_offset error

This commit is contained in:
2021-09-20 21:01:23 -04:00
parent a5eacb4950
commit b03ce90a05
5 changed files with 7 additions and 10 deletions

View File

@@ -187,7 +187,8 @@ class Sist2Query {
"name.nGram": {},
"content.nGram": {},
font_name: {},
}
},
max_analyzed_offset: 9_999_999
};
if (getters.optSearchInPath) {
q.highlight.fields["path.text"] = {};