You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/11/15 14:09:14 UTC

[GitHub] [accumulo-website] keith-turner commented on a change in pull request #210: Change seeked to sought

keith-turner commented on a change in pull request #210: Change seeked to sought
URL: https://github.com/apache/accumulo-website/pull/210#discussion_r346837842
 
 

 ##########
 File path: _docs-2/apidocs/org/apache/accumulo/core/data/Condition.html
 ##########
 @@ -611,7 +611,7 @@ <h4>setIterators</h4>
 <div class="block">Set iterators to use when reading the columns value. These iterators will be applied in
  addition to the iterators configured for the table. Using iterators its possible to test other
  conditions, besides equality and absence, like less than. On the server side the iterators will
- be seeked using a range that covers only the family, qualifier, and visibility (if the
+ be sought using a range that covers only the family, qualifier, and visibility (if the
 
 Review comment:
   This corrects the english, but I feel its not as descriptive of what it going on in the tserver.  What do you think about the following
   
   ```
   On the server side `seek()` is called on the iterators using a range ...
   ```
   
   I think this may be generated javadoc.  Could update it in the source code also.

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


With regards,
Apache Git Services