Repository: lucy Updated Branches: refs/heads/master a1d2e1c6d -> a57374a2b
Remove link to ClusterSearcher Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/6966293b Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/6966293b Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/6966293b Branch: refs/heads/master Commit: 6966293ba12c782c1f7e0d48ad5f93ed5cb2985a Parents: 5618020 Author: Nick Wellnhofer <[email protected]> Authored: Wed Jul 8 18:54:00 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 15:03:10 2015 +0200 ---------------------------------------------------------------------- core/Lucy/Docs/Cookbook/CustomQuery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/6966293b/core/Lucy/Docs/Cookbook/CustomQuery.md ---------------------------------------------------------------------- diff --git a/core/Lucy/Docs/Cookbook/CustomQuery.md b/core/Lucy/Docs/Cookbook/CustomQuery.md index d135c8b..e4864b6 100644 --- a/core/Lucy/Docs/Cookbook/CustomQuery.md +++ b/core/Lucy/Docs/Cookbook/CustomQuery.md @@ -135,7 +135,7 @@ by objects which subclass [](cfish:lucy.Searcher) -- such as A Searcher is associated with a particular collection of documents. These documents may all reside in one index, as with IndexSearcher, or they may be spread out across multiple indexes on one or more machines, as with -[](ClusterSearcher). +LucyX::Remote::ClusterSearcher. Searcher objects have access to certain statistical information about the collections they represent; for instance, a Searcher can tell you how many
