Repository: lucy
Updated Branches:
  refs/heads/master 62cdcf930 -> 05fc61872


Document that Hits#Next returns a HitDoc


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/05fc6187
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/05fc6187
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/05fc6187

Branch: refs/heads/master
Commit: 05fc61872fefde7d88348009d3d2ef6a06b3ba10
Parents: 62cdcf9
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Wed Nov 23 16:17:06 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Wed Nov 23 16:18:34 2016 +0100

----------------------------------------------------------------------
 core/Lucy/Search/Hits.cfh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/05fc6187/core/Lucy/Search/Hits.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Search/Hits.cfh b/core/Lucy/Search/Hits.cfh
index fd9fac3..a0acd80 100644
--- a/core/Lucy/Search/Hits.cfh
+++ b/core/Lucy/Search/Hits.cfh
@@ -34,7 +34,8 @@ public class Lucy::Search::Hits inherits Clownfish::Obj {
     init(Hits *self, Searcher *searcher, TopDocs *top_docs,
          uint32_t offset = 0);
 
-    /** Return the next hit, or [](cfish:@null) when the iterator is exhausted.
+    /** Return the [](HitDoc) for the next hit, or [](@null) when the iterator
+     * is exhausted.
      */
     public incremented nullable HitDoc*
     Next(Hits *self);

Reply via email to