mirror of https://github.com/apache/lucene.git
- Minor grammar fix in a javadoc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf025d06cb
commit
7f8618e5de
|
@ -64,7 +64,7 @@ import org.apache.lucene.index.TermEnum;
|
|||
FilteredTermEnum enumeration. MultiTermQuery is not designed to be used by
|
||||
itself. The reason being that it is not intialized with a FilteredTermEnum
|
||||
enumeration. A FilteredTermEnum enumeration needs to be provided. For example,
|
||||
WildcardQuery and FuzzyQuery extends MultiTermQuery to provide WildcardTermEnum
|
||||
WildcardQuery and FuzzyQuery extend MultiTermQuery to provide WildcardTermEnum
|
||||
and FuzzyTermEnum respectively. */
|
||||
public class MultiTermQuery extends Query {
|
||||
private Term term;
|
||||
|
|
Loading…
Reference in New Issue