mirror of https://github.com/apache/lucene.git
LUCENE-3789: javadocs typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cbf8d55ecb
commit
9fd084ea1c
|
@ -70,7 +70,7 @@ public abstract class MultiTermQuery extends Query {
|
|||
public abstract Query rewrite(IndexReader reader, MultiTermQuery query) throws IOException;
|
||||
/**
|
||||
* Returns the {@link MultiTermQuery}s {@link TermsEnum}
|
||||
* @see MultiTermQuery#getTermsEnum(Terms, AttributeSource);
|
||||
* @see MultiTermQuery#getTermsEnum(Terms, AttributeSource)
|
||||
*/
|
||||
protected TermsEnum getTermsEnum(MultiTermQuery query, Terms terms, AttributeSource atts) throws IOException {
|
||||
return query.getTermsEnum(terms, atts); // allow RewriteMethod subclasses to pull a TermsEnum from the MTQ
|
||||
|
|
Loading…
Reference in New Issue