mirror of https://github.com/apache/lucene.git
SOLR-90, typo in comments
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26fca51862
commit
a4b637a6db
|
@ -407,8 +407,8 @@ public class QueryParsing {
|
|||
* <p>
|
||||
* The benefit of using this method instead of calling
|
||||
* <code>Query.toString</code> directly is that it knows about the data
|
||||
* types of each field, so any field which is encoded in a particularly
|
||||
* complex way is still readable. The downside is thta it only knows
|
||||
* types of each field, so any field which is encoded in a particularly
|
||||
* complex way is still readable. The downside is that it only knows
|
||||
* about built in Query types, and will not be able to format custom
|
||||
* Query classes.
|
||||
* </p>
|
||||
|
|
Loading…
Reference in New Issue