Cleanup dead code in o.e.search and o.e.a.search (#124445)

Just some obvious cleanups for stuff that became unused as of late.
This commit is contained in:
Armin Braun 2025-03-10 09:11:15 +01:00 committed by GitHub
parent 29ac2611fe
commit a40c6da0d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 15 additions and 81 deletions

View file

@ -70,7 +70,7 @@ public final class QueryRuleRetrieverBuilder extends CompoundRetrieverBuilder<Qu
return innerRetriever;
}, RETRIEVER_FIELD);
PARSER.declareInt(optionalConstructorArg(), RANK_WINDOW_SIZE_FIELD);
RetrieverBuilder.declareBaseParserFields(NAME, PARSER);
RetrieverBuilder.declareBaseParserFields(PARSER);
}
public static QueryRuleRetrieverBuilder fromXContent(XContentParser parser, RetrieverParserContext context) throws IOException {