You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2013/07/26 03:30:46 UTC

[lucy-commits] [6/6] git commit: refs/heads/move-dumpable - MatchAllQuery is not abstract.

MatchAllQuery is not abstract.


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

Branch: refs/heads/move-dumpable
Commit: 4b8f8f81507b341614eee56706fab2006e43e5d1
Parents: c9be105
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Thu Jul 25 16:59:10 2013 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Thu Jul 25 18:27:24 2013 -0700

----------------------------------------------------------------------
 core/Lucy/Search/MatchAllQuery.cfh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/4b8f8f81/core/Lucy/Search/MatchAllQuery.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Search/MatchAllQuery.cfh b/core/Lucy/Search/MatchAllQuery.cfh
index 19e32c8..224392a 100644
--- a/core/Lucy/Search/MatchAllQuery.cfh
+++ b/core/Lucy/Search/MatchAllQuery.cfh
@@ -23,7 +23,7 @@ parcel Lucy;
  * which matches against another part of the query will be ranked higher than
  * a document which matches only via the MatchAllQuery.
  */
-public abstract class Lucy::Search::MatchAllQuery
+public class Lucy::Search::MatchAllQuery
     inherits Lucy::Search::Query : dumpable {
 
     inert incremented MatchAllQuery*