On Thu, 2006-12-21 at 01:15 -0800, Bertrand Delacretaz (JIRA) wrote: > [ http://issues.apache.org/jira/browse/SOLR-90?page=all ] > > Bertrand Delacretaz resolved SOLR-90. > ------------------------------------- > > Resolution: Fixed > > Fixed, thanks! >
To you. > This issue wins the Shortest Lived Patch In Solr History Award ;-) > lol :) yes, you are right. Good on ya mate. salu2 > > Typo in java docs of QueryParsing.java > > --------------------------------------- > > > > Key: SOLR-90 > > URL: http://issues.apache.org/jira/browse/SOLR-90 > > Project: Solr > > Issue Type: Improvement > > Reporter: Thorsten Scherler > > > > Index: > > /home/thorsten/src/apache/solr/src/java/org/apache/solr/search/QueryParsing.java > > =================================================================== > > --- > > /home/thorsten/src/apache/solr/src/java/org/apache/solr/search/QueryParsing.java > > (revision 489078) > > +++ > > /home/thorsten/src/apache/solr/src/java/org/apache/solr/search/QueryParsing.java > > (working copy) > > @@ -408,7 +408,7 @@ > > * 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 > > + * 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> >
