We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b478e26 commit 598e981Copy full SHA for 598e981
server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/HighlightPhase.java
@@ -161,11 +161,7 @@ private FieldContext contextBuilders(
161
return new FieldContext(storedFieldsSpec, builders);
162
}
163
164
- private Query getHighlightQuery(
165
- FetchContext context,
166
- SearchHighlightContext.Field field,
167
- MappedFieldType fieldType
168
- ) {
+ private Query getHighlightQuery(FetchContext context, SearchHighlightContext.Field field, MappedFieldType fieldType) {
169
if (fieldType instanceof ConstantFieldType) {
170
QueryBuilder originalQuery = context.originalQueryBuilder();
171
if (originalQuery != null) {
0 commit comments