dsmiley commented on a change in pull request #581: LUCENE-3041: QueryVisitor
URL: https://github.com/apache/lucene-solr/pull/581#discussion_r260311806
 
 

 ##########
 File path: lucene/core/src/java/org/apache/lucene/search/FuzzyQuery.java
 ##########
 @@ -146,6 +147,10 @@ public boolean getTranspositions() {
     return transpositions;
   }
 
+  public Automaton getAutomaton() {
 
 Review comment:
   The name of this method is totally trappy.  We are in fact *building* an 
automaton... or if you prefer toAutomaton.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to