Removed unused code.

This commit is contained in:
Martijn van Groningen 2012-12-21 16:54:14 +01:00
parent 694989141b
commit c17755d164

View File

@ -240,10 +240,6 @@ public class TopChildrenQuery extends Query implements ScopePhase.TopDocsPhase {
return TopChildrenQuery.this;
}
public float getValue() {
return getBoost();
}
@Override
public float getValueForNormalization() throws IOException {
float sum = queryWeight.getValueForNormalization();