mirror of https://github.com/apache/lucene.git
LUCENE-5418: Remove incorrect javadocs relict
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cf30e5ed2
commit
0df44e9eff
|
@ -340,9 +340,6 @@ public class FilteredQuery extends Query {
|
|||
}
|
||||
}
|
||||
|
||||
/** Rewrites the query. If the wrapped is an instance of
|
||||
* {@link MatchAllDocsQuery} it returns a {@link ConstantScoreQuery}. Otherwise
|
||||
* it returns a new {@code FilteredQuery} wrapping the rewritten query. */
|
||||
@Override
|
||||
public Query rewrite(IndexReader reader) throws IOException {
|
||||
if (filter instanceof QueryWrapperFilter) {
|
||||
|
|
Loading…
Reference in New Issue