Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Sep 24, 2024
1 parent b5fb4cf commit fd540aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static TransportVersion def(int id) {
public static final TransportVersion ESQL_AGGREGATION_OPERATOR_STATUS_FINISH_NANOS = def(8_747_00_0);
public static final TransportVersion ML_TELEMETRY_MEMORY_ADDED = def(8_748_00_0);
public static final TransportVersion ILM_ADD_SEARCHABLE_SNAPSHOT_TOTAL_SHARDS_PER_NODE = def(8_749_00_0);
public static final TransportVersion RRF_QUERY_REWRITE = def(8_744_00_0);
public static final TransportVersion RRF_QUERY_REWRITE = def(8_750_00_0);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,7 @@
import org.elasticsearch.search.fetch.subphase.highlight.Highlighter;
import org.elasticsearch.search.fetch.subphase.highlight.PlainHighlighter;
import org.elasticsearch.search.internal.ShardSearchRequest;
import org.elasticsearch.search.rank.RankBuilder;
import org.elasticsearch.search.rank.RankDoc;
import org.elasticsearch.search.rank.RankDocsRankBuilder;
import org.elasticsearch.search.rank.RankShardResult;
import org.elasticsearch.search.rank.feature.RankFeatureDoc;
import org.elasticsearch.search.rank.feature.RankFeatureShardPhase;
Expand Down Expand Up @@ -861,7 +859,6 @@ private void registerRankers() {
new NamedWriteableRegistry.Entry(RankShardResult.class, RankFeatureShardResult.NAME, RankFeatureShardResult::new)
);
namedWriteables.add(new NamedWriteableRegistry.Entry(QueryBuilder.class, RankDocsQueryBuilder.NAME, RankDocsQueryBuilder::new));
namedWriteables.add(new NamedWriteableRegistry.Entry(RankBuilder.class, RankDocsRankBuilder.NAME, RankDocsRankBuilder::new));
}

private void registerSorts() {
Expand Down

This file was deleted.

0 comments on commit fd540aa

Please sign in to comment.