mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +00:00
Fix max_analyzed_offset error
This commit is contained in:
parent
a5eacb4950
commit
b03ce90a05
@ -2,7 +2,8 @@
|
|||||||
"index": {
|
"index": {
|
||||||
"refresh_interval": "30s",
|
"refresh_interval": "30s",
|
||||||
"codec": "best_compression",
|
"codec": "best_compression",
|
||||||
"number_of_replicas": 0
|
"number_of_replicas": 0,
|
||||||
|
"highlight.max_analyzed_offset": 10000000
|
||||||
},
|
},
|
||||||
"analysis": {
|
"analysis": {
|
||||||
"tokenizer": {
|
"tokenizer": {
|
||||||
|
2
sist2-vue/dist/js/index.js
vendored
2
sist2-vue/dist/js/index.js
vendored
File diff suppressed because one or more lines are too long
@ -187,7 +187,8 @@ class Sist2Query {
|
|||||||
"name.nGram": {},
|
"name.nGram": {},
|
||||||
"content.nGram": {},
|
"content.nGram": {},
|
||||||
font_name: {},
|
font_name: {},
|
||||||
}
|
},
|
||||||
|
max_analyzed_offset: 9_999_999
|
||||||
};
|
};
|
||||||
if (getters.optSearchInPath) {
|
if (getters.optSearchInPath) {
|
||||||
q.highlight.fields["path.text"] = {};
|
q.highlight.fields["path.text"] = {};
|
||||||
|
2
src/index/static_generated.c
vendored
2
src/index/static_generated.c
vendored
File diff suppressed because one or more lines are too long
5
src/web/static_generated.c
vendored
5
src/web/static_generated.c
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user