mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
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:
parent
29ac2611fe
commit
a40c6da0d8
18 changed files with 15 additions and 81 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue