You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-config.yaml
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,3 +136,31 @@ kubernetes:
136
136
permission:
137
137
# setting this to `false` will disable permissions
138
138
enabled: true
139
+
140
+
search:
141
+
# collators:
142
+
# catalog:
143
+
# schedule: # same options as in SchedulerServiceTaskScheduleDefinition
144
+
# # supports cron, ISO duration, "human duration" as used in code
145
+
# initialDelay: { seconds: 90 }
146
+
# # supports cron, ISO duration, "human duration" as used in code
147
+
# frequency: { hours: 6 }
148
+
# # supports ISO duration, "human duration" as used in code
149
+
# timeout: { minutes: 3 }
150
+
# techdocs:
151
+
# schedule: # same options as in SchedulerServiceTaskScheduleDefinition
152
+
# # supports cron, ISO duration, "human duration" as used in code
153
+
# initialDelay: { seconds: 90 }
154
+
# # supports cron, ISO duration, "human duration" as used in code
155
+
# frequency: { hours: 6 }
156
+
# # supports ISO duration, "human duration" as used in code
157
+
# timeout: { minutes: 3 }
158
+
pg:
159
+
highlightOptions:
160
+
useHighlight: true # Used to enable to disable the highlight feature. The default value is true
161
+
maxWord: 35# Used to set the longest headlines to output. The default value is 35.
162
+
minWord: 15# Used to set the shortest headlines to output. The default value is 15.
163
+
shortWord: 3# Words of this length or less will be dropped at the start and end of a headline, unless they are query terms. The default value of three (3) eliminates common English articles.
164
+
highlightAll: false # If true the whole document will be used as the headline, ignoring the preceding three parameters. The default is false.
165
+
maxFragments: 0# Maximum number of text fragments to display. The default value of zero selects a non-fragment-based headline generation method. A value greater than zero selects fragment-based headline generation (see the linked documentation above for more details).
166
+
fragmentDelimiter: ' ... '# Delimiter string used to concatenate fragments. Defaults to " ... ".
0 commit comments