mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-28 19:11:36 +00:00
Fix max_analyzed_offset (again?)
This commit is contained in:
@@ -210,7 +210,7 @@ class Sist2Query {
|
||||
};
|
||||
|
||||
if (!legacyES) {
|
||||
q.highlight.max_analyzed_offset = 9_999_999;
|
||||
q.highlight.max_analyzed_offset = 999_999;
|
||||
}
|
||||
|
||||
if (getters.optSearchInPath) {
|
||||
|
||||
Reference in New Issue
Block a user