mirror of https://github.com/apache/lucene.git
Grammar correction.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@161999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1bda4aff94
commit
bc1a7b0f6f
|
@ -37,7 +37,7 @@ public class MultiFieldQueryParser extends QueryParser
|
|||
/**
|
||||
* Creates a MultiFieldQueryParser.
|
||||
*
|
||||
* <p>It that will, when parse(String query)
|
||||
* <p>It will, when parse(String query)
|
||||
* is called, construct a query like this (assuming the query consists of
|
||||
* two terms and you specify the two fields <code>title</code> and <code>body</code>):</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue