mirror of https://github.com/apache/lucene.git
one more...
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2de9c69281
commit
1a5a3c99c3
|
@ -412,11 +412,6 @@ final class JustCompileSearch {
|
||||||
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
|
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @deprecated delete in 3.0 */
|
|
||||||
public Scorer scorer(IndexReader reader) throws IOException {
|
|
||||||
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
|
|
||||||
}
|
|
||||||
|
|
||||||
public float sumOfSquaredWeights() throws IOException {
|
public float sumOfSquaredWeights() throws IOException {
|
||||||
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
|
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue