mirror of https://github.com/apache/lucene.git
typo fix in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4683065f47
commit
acd4af384c
|
@ -34,8 +34,8 @@ import org.apache.lucene.search.TermQuery;
|
|||
import org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo;
|
||||
|
||||
/**
|
||||
* FieldQuery breaks down query object into terms/phrases and keep
|
||||
* them in QueryPhraseMap structure.
|
||||
* FieldQuery breaks down query object into terms/phrases and keeps
|
||||
* them in a QueryPhraseMap structure.
|
||||
*/
|
||||
public class FieldQuery {
|
||||
|
||||
|
|
Loading…
Reference in New Issue