summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java')
-rw-r--r--core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java b/core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java
index f33818ca32..3fda3d3f80 100644
--- a/core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java
+++ b/core/src/main/java/org/elasticsearch/indices/IndicesQueryCache.java
@@ -140,16 +140,6 @@ public class IndicesQueryCache extends AbstractComponent implements QueryCache,
}
@Override
- public float getValueForNormalization() throws IOException {
- return in.getValueForNormalization();
- }
-
- @Override
- public void normalize(float norm, float topLevelBoost) {
- in.normalize(norm, topLevelBoost);
- }
-
- @Override
public Scorer scorer(LeafReaderContext context) throws IOException {
shardKeyMap.add(context.reader());
return in.scorer(context);